pax_global_header00006660000000000000000000000064122605133610014511gustar00rootroot0000000000000052 comment=37888932f86852ce032bf42b8188bd2595b1c402 playonlinux/000077500000000000000000000000001226051336100134375ustar00rootroot00000000000000playonlinux/CHANGELOG.md000066400000000000000000000741001226051336100152520ustar00rootroot00000000000000# 4.2.2 * Changelog move from plaintext to Markdown syntax. * read script lists in utf8 when looking up script to install (#2076) * (experimental) new algorithm to find installed Python version, implements fallback which is probably overkill (#2122) * New version of PlayOnLinux Vault 4.0.4: - Adding lzop compression if available (fast compression with medium compression rate). - Add a "Save" shortcut in PlayOnLinux side panel * Fix double utf-8 decoding of shortcuts (#2125, #2289) * Add POL_Shortcut_Configurator * Modified POL_System_wget to keep error messages from wget * Updated PNG icons with broken profiles, thanks to calvertyl (http://www.playonlinux.com/en/topic-10442-New_Warning_Message_on_startup.html) * wine-mono download support * Fix POL_SetupWindow_message typo (not enough video memory message) (#2790) * POL_LoadVar_Device: refacto POL_DetectVideoCards; Let user choose when there's more than one known videocard present * Add link to download page in side panel when version is not up-to-date (#2677) Not sure it's visible enough, could be improved. * Added logging to archivers wrappers (POL_System_unzip etc.) * Update mono download URLs * Updated IRC server address, freenode.com domain is gone * Harden applications list parsing * force LANG=C when spawning wineconsole (Wine bug #10063) * fix typo in bash/manual_install * Developer feature: allow to override function scripts When global configuration ALLOW_FUNCTION_OVERRIDES is set to TRUE, function scripts in $POL_USER_ROOT/configurations/function_overrides/ override function scripts by the same name. This feature disables bug reporting. * Fix website login when username contains spaces (#3573) * "Run an .exe in this virtual disk" sets current directory to program's directory (#1855) * fix "wineserver not found" in interactive use of POL_Wine_Direct3D / POL_Wine_X11Drv / POL_Wine_DirectSound / POL_Wine_DirectInput * Remove use of os.system() from mainwindow.py and configure.py (less overhead, less quoting nightmare) * Add missing POL_Wine_AutoSetVersionEnv before wineserver calls # 4.2.1 * When removing shortcuts or virtual drives from the Configure window, make sure desktop icons, menu entries, etc. are also removed. * fix Python's VersionLower (infinite source of bugs) * Update © in about box LP: #1160801 * Fix a huge problem in bug reporting I introduced in 4.2... I thought it tested it well, this is depressing. Without testers, without users testing beta versions, it seems there's no way to get bugfree releases. * (experimental) enable display of beta scripts by default, differenciate them in lists using a reddish background # 4.2 * Huge icons download speedup by reusing a single HTTP connection * Make sure debug mode is disabled when using playonlinux --run; Debug may still be used in playonlinux-bash though * Make sure entered prefix name contains no space or slash during manual installations * POL_System_wget: make sure the pipelined wget exitcode is not masked by grep's one * POL_System_wget: interpret wget exitcodes * genere_icone(): pick the right icon instead of Wine generic one (reported by Simon/excalibr on IRC) (#1815) * (experimental) WINEDEBUG prefix setting, modify the amount of logging when debugging is enabled. I'm not sure of the right scope, should it be per-shortcut, like the old "enable debugging" flag, or even global? * POL_SetupWindow_shortcut_creator: use executable name as default shortcut name * sort shortcuts case insensitively in main window so that lowercase doesn't end up at the bottom * bug report: insert basic questions to answer in the bug report * add "Report a problem" in shortcut-related actions in the side panel * do not ask for confirmation to close PlayOnLinux if there's no program started * do not suggest bug reporting if a script has been canceled by the user because a prefix already existed * virtual drive removal should now overpass bad directory rights (caused by WMP9 for example) (#1732) * POL_System_HomeSpaceLeft fix for df multiline output (#1890) * added POL_System_UserRootSpaceLeft, in case ~/.PlayOnLinux is a symlink or a mount * use POL_System_UserRootSpaceLeft in POL_System_EnoughSpace * if exists, look for mounted devices in /media/$USER/ directory (Ubuntu Quantal, #1893) * manual_install: don't call POL_Wine_PrefixCreate on patch installation * irc: only warn about closing window when connected * Debug log all user inputs (POL_SetupWindow_textbox, etc.) * mainwindow.py: try to handle EINTR while reading from pol_update_list pipe (#1687) * DeletePrefix: if root is actually a symlink, just delete the symlink * gui_server.py: try to handle EINTR while accepting socket connections (#1687) * Fix typo (#1932) * POL_SetupWindow_download: accept a directory or a filename as 4th parameter * POL_Download: accept URLs with "query strings", that get included in local filename * (experimental) if missing, look for resources in winetricks cache before attempting download (#1963) * Add POL_Wine_DelOverrideDLL, POL_Wine_DelAppOverrideDLL (#1989) * POL_Wine_OverrideDLL and POL_Wine_AppOverrideDLL cleanups * Support creation of desktop menu entries (#1943). POL_Shortcut needs an extra parameter, categories, for the entry to be created. And similarly to NO_DESKTOP_ICON setting, a NO_MENU_ICON can be set to TRUE to prevent desktop menu entries from being created. # 4.1.9 * POL_System_is32bit * Improved package menu * Added : POL_Download_GetSize, POL_System_HomeSpaceLeft * Fixed bug : #1446 * POL_Wine_PrefixCreate(): wait for wineserver to finish instead of hardcoded 3s wait (#1486) * Fix bug in POL_Download_GetSize when redirected * Fix options parsing bug in POL_System_CheckFS * Log when NO_FSCHECK TRUE has been used * Tried to make it clearer that no-cd patches may be needed to get legal programs to work * Handle prefix overwrite in POL_Wine_PrefixCreate (Overwrite/Erase/Abort) * POL_Download_Resource(): fix for $3 and $4 mixed up (#1651) * VersionLower: fix cases when 3rd component in version strings is missing ("1.4") or dot in development string ("1.4-dos_support_0.6") * Fixes to lib.playonlinux.VersionLower() * Set_Desktop: support Wine 1.5.16+ (#1710) * Try to make the purpose of install filters more obvious (#1652) # 4.1.8 * Wine issue fixed on OSX 10.8.2 and 10.7.5 * Make "missing package" messages a bit more explicit * Fix typo in POL_Wine_OverrideDLL * Don't log regedit parameter if not a file * irc client: changed reg.sub() to not depend on flag parameter (Python 2.7+) # 4.1.7 * Search bar * Bug fix * DONT_KILL_ON_EXIT setting * additional debug messages in POL_Download and POL_Download_Resource * additional debug messages in POL_Call * Many stability and UI improvements # 4.1.6 * Critical fixes # 4.1.5 * POL_Debug_* cookie forgotten * Bug in update process # 4.1.4 * Timer: read modification date instead of listing directories (CPU usage) * CheckGL command * Bug 1076, quote disappear after configure menu fixed * Clickable links on install window * Better (and clearer) debug windows * Small fix for OSX 10.8 * NEW: PlayOnLinux --run supports extensions! * POL_Shortcut_Document : Researches * New POL_SetupWindow_browse GUI * POL_SetupWindow_browse supports filters * Ask to redownload when failed * Minor: bug 1053 * Hypertext link in IRC * Some improvement in IRC * PlayOnLinux user agent * A new method to manage setup window (cleaner code) * Added POL_SimpleAlert * Exiting POL will kill all opened bash scripts * Updating the GIT is possible from the GUI * Several UIs improvements * Added POL_Die(), POL_Restart(), POL_System_RegisterPID() * Harden POL_Download, POL_Download_Resource, POL_System_wget, POL_System_CopyDirectory against errors (disk full?) * Create hardened commands POL_System_unzip, POL_System_7z, POL_System_tar, POL_System_cabextract, POL_System_unrar # 4.1.3 * Real time refreshing * New install window * 64x64 icons support * 24bits icon support * regedit alone does not log anything * POL vault updated * Grep : line buffered * IRC client : make URLs clickable # 4.1.2 * Debian package unified * Bug #953 fixed * Usage stats * Speed up POL_LoadVar_device by twice on OSX * Video card detections * POL needs to be updated for bug reports * Icon change * wineserver not in path problem fixed (debian bug, but they won't fix it) * Improved irc * UTF-8 pb fixed * Starting a new GUI * Beta: Look native feature for OSX # 4.1.1 Fixes to critial problem * Removing optirun support which makes wine hang * UTF8 problem with files association # 4.1.0 * Proxy problems fixed * Lot of improvements in configure window * Wineversion autorefresh in configure menu * PlayOnLinux checks dependances * Optirun support * Debug scripts are sent on the good bug tracker * More clever debugging * A (very nice) debbuger * POL_SW_Check_cdrom supports multiple setup files * Extension manager window * WGETRC problem fixed * PlayOnLinux can manage extensions # 4.0.19 * Refresh button forces POL's update * Fix utf8 problem in playonlinux path * Debug error and fatal does no longer block bash when GUI is not initialized * Local var problems * POL_Lnk_Read to read .lnk files * New screenshot system * Bugfix * Arch problem * Pre run command should not be shown for prefixes * Fix TRANSLATORS files, some names did not appear. * Bugfix if wx is to lower # 4.0.18 * Bug fix in AMD64 check_dd opengl * Starting dosbox api * POL_DosBox_InstallCDROM added * POL_Debug_Init is quicker * POL_Wine_InstallCDROM * Progress bar for directory copy * Support for Windows CD-ROM mounting on OSX * Bug report disabled for unsigned scripts * Ability to add commands before running a program * Language issue problem fixed on OSX * Bug 72 fixed * POL_SetupWindow_licence does no longer crash when file is not found * Bug 651 fixed * Bugfix with wineprefixcreate * Winemenubuilder only once * Center text on linux * Added PRE_WINE config * Line return is now automatic * 64bits prefix creation support * Always create 32bits prefix with system's wine * POL_Config_DosPrefix * Updated sed binary for OSX * Override user's ~/.wgetrc with $POL_USER_ROOT/configurations/wgetrc * Fix "wineprefix" appearing in prefixes when scratching ~/.PlayOnLinux but not "virtual drives" symlink in home directory. * Correctly log selected prefixes # 4.0.17 * Manual install fix for existing 64bits prefixes * Killing all processes * Remove some / * base64 * POL_SetupWindow_login adapted * POL_System_wget * Stderr wine changelog * Useful aliases * Bug 707 fixed * First use is compulsory * Bugfix * Filesystem checks * Bug 732 : text color * Writting POL_WGET everywhere * unset WINEARCH * When installing a patched Wine, deploy Gecko for the non-patched version * Report "patched Wine version" in prefix logs only when it's true * POL_ExtractIcon, POL_ExtractBiggestIcon: can also extract icons from .ico files * Removed dependency upon curl by posting to pastebin with wget (bug #670) * New function POL_Shortcut_QuietDebug to suppress "crash" dialog for programs when not in debug mode; Useful for programs that are known not to exit cleanly with an exitcode = 0 * Scans for .exe only look for files * Execute some of bash/startup synchronously (tmp cleanup among others) # 4.0.16 * Removing Messenger from menu bar * POL_Internal_KillAll * Wine crashes does not wait for POL gui when running an app * Wine does not complains about winemenubuilder * Fixed slow wine ! At last * DESURA and ORIGIN support * Gecko support by POL * Reading error fixe * Error when running a program if prefix does no longer exists * WaitExit --allow-kill is an argument * Internet connexion problem should not empty POL_functions * PlayOnLinux slow down wine (bug appearead since using tee to log wine. Does not exist in 4.0.15) * A logfile is generated for each wineprefix (If ever one day, wine developers want to read them) * Really, echo -e is better than printf * POL/POM cleans tmp directory on startup * Launchpad bug 947883 should be fixed * Quote added in shortcuts * run_exe is able to detect if we are in a POL wineprefix * Create a symbolic link in $HOME (Will not be recreated if user choose to delete it) * Title in IRC close confirm box * wineprefixcreate should no longer exist! POL needs to run it on OLD POL versions, but should NOT run in on recent ones. * Bugfix in requiredversion * SelectPrefix make the directory * Cleaning in wine.lib * Wait_Next_Signal supports button * Added debug messages * Bug fix in lspci for some distro * Debug lib in colors * Send OpenGL states to logs * XQuartz problems should be fixed on OSX * Log when required version not satisfied * Bug 676 fixed * Bugfix in manual * Bugfix in POL_Wine_WaitBefore # 4.0.15 * sudo -k * Run local script's script v4 * Translation problem * GPG warning is now in gettext * Confirmation needed to change a shortcut prefix * Preferences menu fixed on OSX * POL_Config_Read adapted to be usable in variable bash file (bugfix) * POL_LoadVar_ScreenResolution * Bug 225 fixed * POL_Wine_WaitBefore * Arch on prefix's icon * POL_RequiredVersion, POL_AdvisedVersion * Version comparison fixed * Service pack bug fixed * Title on dialog boxes * OpenGL detection * Removing Offline POL (no longer supported) * rm "*" message removed (Don't worry, it was controled) * POL_Shortcut(): Possibly to use path instead of executable * POL_Shortcut_InsertBeforeWine: made sure the commands are not interpreted before insertion. Even \n is no longer interpreted, to insert several lines, call POL_Shortcut_InsertBeforeWine once per line. * PlayOnMac is now compatible with Mac OS 10.8 : Mountain Lion (not tested, but it should work) * PlayOnMac ask for a reboot after XQuartz is installed * Accept to find into symlinks (Attempt to fix bug #609) * Possibility to add arguments to a program * POL will no longer run as root * POL_Shortcut_Document to support manual * Console prefix improved * First part of bug #665 fixed * Force playonlinux.cfg creation # 4.0.14 * Slow DNS on IPV6 issue should be solved * Higher timeout for slow DNS * Register link send to the good website * Wineversion windows remade * Old wineversion support * Change default size for main window * POL Website detection, small fix * Windows size and position saved * ICON_SIZE setting added * Python Detection * Fixed AMD64 detection problem * Fixed POL_Wine_OverrideDLL * Fixed POL_Wine_wineboot * Fixed POL_LoadVar_PROGRAMFILES * Fixed bug 429 - Login to PlayOnLinux doesn't work * Added POL_Wine_X11Drv (bug 543) * Fixed IRC client * Translation: Update of template & strings... * Removing message.mo. * Updating changelog. Victory \o/. * Fixing bug report. * Translation add a translator file. * Added Plugin Vault (from Congelli501) # 4.0.13 * Rebuild translation template and updating translation strings from Launchpad. * Fixing bug #437. * too_many_arguments_line fixed. * Fixing bug #449. * Fixing POL_GetSetupImages * Cleaning. * Fixing some bugs. # 4.0.12 * Rebuilding translation template. * Fixing problem with desktop icon. * Adding screencapture plugin. * Updating translation from launchpad. * Cleaning. * Disabling "sending a bug while running". # from 4.0.9 to 4.0.11 * Rebuild of translation template. * Fixing some bugs with translations strings. * Cleaning. * POL_Debug improved. * Fixing POL_Wine_WaitExit function. * Fix msfonts install. # 4.0.8 * Support of pre and post-running scripts. # from 4.0.4 to 4.0.7 * Various changes fixing the merge of PlayOnLinux and PlayOnMac into one program. # 4.0.4 4.0.3 was skipped... * Wineversion fix. * POL_Functions fixed. * Update of Capture. * Variouses fixes. # 4.0.2 * External shortcuts fixed. # 4.0.1 * Bug fixed that preventing POL from running when a playonlinux 3 wineversion setting was remaining. # 4.0 * Start V4 developement. * Removing old files. * Removing pol_cmd support. # 3.8.13 * Fix POL_SetupWindow_check_cdrom # 3.8.12 * Fixed bug #59 : No menu in Ubuntu * Timeout changed to 2 seconds for update checking * playonlinux-daemon removed * ! removed in new_guiv3.py # 3.8.11 * Rebuild translation template. * Sync translation. * Fix error message in WineVersion. * Added url handler support # 3.8.10 * Fix broken packages # 3.8.9 * FIX: bug #93. * Script authentification support * Winetricks support in Manual Installation # 3.8.8 * ADD: POL_Winetricks * UPDATE: Template for translation, no sync with launchpad. # 3.8.7 * UPDATE: Translation, sync with launchpad. * UPDATE: Offline PlayOnLinux to 0.4 * FIX: bug #54. Change icon doesn't work properly. * FIX: bug #61. Launcher didn't work on Ubuntu 10.04+. * FIX: bug #85. * FIX: bug #81. * ADD: POL_Debug. * ADD: GUI for help bug report creation. * FIX: bug #88. * UPDATE: Title variable defined automaticaly # 3.8.6 * SYNC: Translation from launchpad * FIX: A bug in bash/polconfigurator * REBUILD: Template language. * FIX: Update translation of script responsibility * UPDATE: Detour to 0.5. * UPDATE: AdvancedWineConfiguration to 3.6.1 # 3.8.5 * Change how the current version POL is send to the server. * Fix bug #58. PlayOnLinux unable to start when an update is available. # 3.8.4 * Fix a bug in auto_shortcut, arguments was inverted. * Send version of POL when fetching a script. # 3.8.3 * ADD: Plugin Detour * UPDATE: Translation was updated, forgotten in 3.8.2. # 3.8.2 * FIX: PlayOnLinux bug: #17. An error message was displayed during manual installation * FIX: know bug in pol-cmd, pol-cmd was unable to create .PlayOnLinux repository * FIX: Translation problems. Launchpad bugs: #629421, #629422, #629423, #629425. PlayOnLinux bugs: #36 * FIX: PlayOnLinux bug: #26, function POL_LoadVar_ProgramFiles didn't remove line char. * UPDATE: Using convertVersionToInt to see if new version of POL is available, so the developement version does not say that a newer is available. * UPDATE: Change all echo to $POL_SW_id by a cat / EOF. In other word write write all text message in one pass instead of line by line. * UPDATE: Capture to 2.2. * UPDATE: AdvancedWineConfiguration to 3.6. * UPDATE/ADD: mainwindow show a message when: using a development version, no network, plugin offline pol used. * ADD: Missing string in tranlation. String used by plugins. * ADD: Set_WineWindowTitle. See POL bug: #23. * ADD: New function for convert the string version to integer. * ADD: playonlinux-cmd support search. * ADD: playonlinux-cmd can list installed software. * ADD: playonlinux-cmd can remove an already installed application. * ADD: playonlinux-cmd now support all function POL_SW_* (guiv3) in shell mode. * Full rebuild of translation template using xgettext. Python and Shell. * Better use of the gettext function and string corrections for: * python/wine_versions.py * python/guiv3.py * python/telecharger.py * python/options.py * python/mainwindow.py * python/message_one.py * bash/LiveInstall * bash/autorun * bash/daemon/autorun * bash/uninstall * bash/expert/Executer * bash/expert/kill_wineserver * bash/install_wver * bash/killall * bash/polconfigurator (always used?) * bash/system_info * bash/check_maj * bash/check_maj_ * lib/applications * lib/check_depend * lib/interface_v3 * lib/main * lib/wine * lib/interface (+ cleaning) * playonlinux-cmd * playonlinux-pkg * Plugins: Capture * Removing some unused files plus cleaning some files. * Update copyright header. # 3.8.1 * UPDATE: Capture to 2.1.1. * UPDATE: Translation update with launchpad on 2010-08-31 and 2010-09-02. * UPDATE/FIX: function install_plugin rewrited to a more sure system. * FIX: function POL_SW_auto_shortcut doesn't work properly with icons. * FIX: bug #31. * FIX: bug #30. Adding a sleep 0.2 for some functions. * NEW: include template for translation. * NEW: add playonlinux-cmd for manage POL by command line. * NEW: playonlinux-cmd now support --update * NEW: playonlinux-cmd now support --start-install # 3.8 * Bug #22 POL_SetupWindow_Init checks if a windows is already opened. --force option can be used to force windows opening in that case * Ukranian name is .uk, not .ua * New variable : $POL_USER_ROOT ( = $REPERTOIRE ) * Defaults plugins : Offline PlayOnLinux, Advanced wine configuration, Transgaming Cedega, Wine Import, Wine Look, Capture * New functions : POL_GetImages, POL_SetupWindow_InitWithImages * PlayOnLinux detects if you are alreay on a PlayOnLinux terminal, and if yes, it refuses to run * A bug corrected in sources loading * Wine Import and Offline PlayOnLinux plugin corrected * playonlinux-shell command added to run PlayOnLinux shell in your terminal ! * PlayOnLinux uses a git repository for the developement * Some cleaning * The program does not show acceleration 3D message error when mesa-utils is not installed # 3.7.7 * Bug #4 corrected (wine version manager does not start) * Bug #14 corrected (conflict with gtkrgba module) * Bug #27 fully corrected (a more natural sort) * Added POL_SetupWindow_auto_shortcut which will replace POL_SetupWindow_make_shortcut * Added POL_SetupError function * install.py is fully compatible with offline mode plugin * Some bugs corrected in wine version management # 3.7.6 * Multiple wineversion bug fixed * Lucid Lynx Compatiblity # 3.7.5 * Improvement on icon managing * Manual installation now supports .msi files * Highest rank category added in install menu * Most downloaded category added in install menu * Stars behavior improved in install menu * Added a patch category in install menu * Added a testing zone in install menu # 3.7.3 * A function added to correct Program Files problem * Icon are automaticaly extracted from exe files * Other bugs corrected # 3.7.2 * Few bugs corrected # 3.7.1 * Added POL_Call to replace tricks lib * New polish and german translation # 3.7 * Right Click Menu * Kill All Apps * Possibility to change icon * Possibility to open user directory * playonlinux --debug option # 3.6 * Various bug fixed * Winetricks integration # 3.5 * Icon changed * pol.mulx.net becomes mulx.playonlinux.com * English translation improved # 3.4 * Changelog removed when a new version is installed * Possibility to configure the prefix before manual install * Repository is automaticaly updated when needed * POL_SetupWindow_prefixcreate use POL_SetupWindow_normalprefixcreate to avoid bugs * POL_SetupWindow_specificprefixcreate and POL_SetupWindow_oldprefixcreate are made * Autorun is moved on tools menu * Refresh the repository should no more be needed. Therefor, it has been removed from the toolbar # 3.3.1 * An important bug corrected in wine version manager * lzma is no more asked by check_depend # 3.3 * Wine version manager changed * lzma is no more requiered # 3.2.2 * An important bug corrected. The configuration button was hidden # 3.2.1 * A bug corrected in the game list # 3.2 * PlayOnLinux's game configurator is remade. * The scriptor has the possibility to make a configurator for each script in ~/.PlayOnLinux/configurations/configurators/script_name * The irc chat is removed * GLSL bug corrected # 3.1.3 * Added the possibility to disable PlayOnLinux messenger (also called IRC chat) * An important bug fixed in the install menu with the latest version of Ubuntu Intrepid (The window freezed) * The miniatures of the applications are no more downloaded during the repository refreshing process but directly in the install menu. * A bug corrected in PlayOnLinux Setup Window : the top image position is now calculated according to its width # 3.1.2 * PlayOnLinux install menu is faster * Low connection can read the descriptions # 3.1.1 * Description box in install menu has become an html box. Now, it's possible to underline or bold words in the description of a game. * Descriptions are downloaded when the user clic on the name of the game, and no more when PlayOnLinux repositories are refreshed. * Users can edit the description of a game on the website when they send a script. * PlayOnLinux repositories refreshing has become faster * A bug corrected in folders like "Applications Data". Now, it has the same name for every languages do avoid problems. # 3.1 * Added playonlinux-daemon which run automatically you cd-rom setup's when it finds an autorun file. * Proxy support corrected * Changelog shown after upgrading * Program Files different name corrected, the folder is automatically called "Program Files" instead of "Programmi" for example * An important bug corrected in wine version. * Added stars in install menu # 3.0.8 * Added POL_SetupWindow_checkbox_list * Translations improved * IRC client improved (Multi channel support with a combobox) # 3.0.2 to 3.0.6 * A lot of improvements in the IRC client * Bug fixed in microsoft fonts * Added POL_SetupWindow_pulsebar, pulse and settext # 3.0.1 * A bug corrected in 3.0 * 4 New functions : Set_SoundSampleRate, Set_SoundBitsPerSample, Set_SoundHardwareAcceleration, Set_SoundEmulDriver # 3.0 * POL_SetupWindow support (a setup box for scriptors) * New GUIs * POL is is .po files * New wine version support GUI * Minor corrections in IRC * A lot of new fonction * Use_WineVersion function # 2.7.2 * message_one function added (Scriptors can add a box "No more alert me") * Tools menu improved : wine tools are no more accessible for non-wine shortcuts * wineversion fixed * irc improved * manque() function added after check_depend * new dependance : lzma for wineversion # 2.7.1 * Bug fixed in Ubuntu deb packages # 2.7 * Color in IRC chat * Plugin manager made * Dosbox becomes a plugin * PlayOnLinux show a warning if it is lanched at root * Icons added for wait, download and upgrade available * Lot of bugs in translation fixed * Changelog updated # 2.6.1 * A security problem corrected * A bug fixed # 2.6 * A lot of improvement in IRC chat * An Option GUI * A lot of settings added # 2.5 * IRC Chat integrated * Lynx dependances does exists any more * Install menu bug fixed # 2.3 * New install menu * Lot of bugs fixed # 2.2.1 * French sentance translated * Languages files corrected * New dependance : cabextract * Fonts installation problem corrected # 2.2 * New menu more user friendly * Autorun automated installer * Community and workonlinux doesn't exists anymore * Ask_For_cdrom improved * Fixed bugs in package manager * Lot of translations * Lot of commands translated in english # 2.1 * Dialog are pretty more comprehensible * Langage panels corrected * All the file in the same languages * About window translated * Hungarian translation * .pol package manager * A new logo * LiveInstall is called "Manual installation" * Bug corrected in icons installation * Wine GIT in wineversion menu # 2.0.10 * Wineversion bug fix * WinGit bug fix # 2.0.9 * creer_prefixe runs fonts-to-prefix * Microsoft fonts problem solved * Some french message are translated # 2.0.7 * Russian translation * Polish translation * Italian correction * --run refixed # 2.0.6 * Italian translation * --run problem solved * English corrected # 2.0.5 * Wine Look added * Expert menu is "Tools" * New function : browser and OpenWineLookBox * Functions translation (erreur > error, etc...) # 2.0.4 * Fix LiveInstall * German translation * Improvements in french languages files * Two more function : Set_Desktop and Set_Iexplore # 2.0.3 * Added dosbox support * Check_cdrom ask for a new mount point instead of canceling the installation when the cdrom is not in the drive # 2.0.2 * Wine GIT added * Wine Booster 2 Added # 2.0.1 * Downloading plugin improved (Start automatically to download is possible) * Python 2.4 and by the way, debian compatibility * Check if PlayOnLinux is running at startup # 2.0 * All the GUI is remade with wx-python * Scripts are more configurable (Cf PlayOnLinux doc) * Improved prefix support * Prefix are detected * PlayOnLinux is more user-friendly * Kill wineserver process in expert menu * DirectX in one downloading * tahoma fonts support * All the window remade with wx python * Zenity, kdialog, xdialog and dialog are no more used * winemaster and winebooster are temporarely unavailable * Possibility to run several programs in the same time * Added Set_WineVersion_Assign and Set_WineVersion_Session * New download plugin * Possibility to delete shortcut without deleting the prefix * "About" window * Licence : GPL-v3 * One menu for all the games (Valable pour le menu expert) * Different script repository from 1.8 * attendre_multiple does work any more # 1.8 * PlayOnLinux menu in gnome * WorkOnLinux support * Big differences in scripts downloading : playonlinux do not download all thescripts available. * Add check_pol_update and check_network * Polshell added * Old version are not more supported # 1.7.4 * Third website adress. Moving to playonlinux.com * Some bug fixed # 1.7.2 * Lot of bugs fixed * PolScriptCreator added * LiveInstall added * GLX tests remade * Some commands for translators * creer_lanceur and creer_lanceur_expansion are the same # 1.7.1 * Add directx in the expert menu * Add information menu in options * WineMaster added # 1.7 * Options menu added * Tests added * New adress for the website * French and english are available * Official and community repository * Microsoft fonts support * Update question is not at running but a installation * Kdialog (QT) or zenity (GTK) choice is available * Lot of bug fixed # 1.6.3 * Added wineversion tools. It permits you to run differents wine version in PlayOnLinux * Bug corrected in add-on menu # 1.6.2 * The script can make a shortcut in your desktop for you * Menus are reorganized * Expert menu added * "BaseDeRegistre", "WineConfig", "WineBooster", "UpdatePrefixe" and "Executer" tools are added * Possibilites to run non-official scripts # 1.6 * Added KDE support with Kdialog # 1.5 * Add-On support # 1.4 * More commands like "simuler_reboot" in libraries * wine lib added # 1.2 * PlayOnLinux lib are made for scriptors. * PlayOnLinux is ready to work on KDE with kdialog # 1.1 * "Play" menu added * The shortcut are not more in ~/bin # 1.0 * Zenity integration # 0.8 * The script is working since first execution * No more need to exec it twice * Lot of bug fixed # 0.7 * .deb and .tar.gz available * PlayOnLinux ask at startup if the user want to upgrade # 0.6 * Lot of bugs in install menu and update fixed # 0.5 * Added patch support * PlayOnLinux check that dialog is installed before executing # 0.4 * Add uninstall menu * Bug fixed in install menu # 0.3 * Using dialog GUI * Lot of bugs fixed # 0.2 * Dependances detection at execution * Fix a bug on script execution # 0.1 * First version of PlayOnLinux. * Upgrades available from the website. * No GUI, all in a shell playonlinux/LICENCE000066400000000000000000001045131226051336100144300ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . playonlinux/TRANSLATORS000066400000000000000000000227211226051336100152020ustar00rootroot00000000000000We would like to thanks the following translators: Xavier Besnard --- generated from launchpad.net --- 65GYgzf from https://launchpad.net/~65gygzf @l3x1k0 from https://launchpad.net/~djkora3 Adam Czabara from https://launchpad.net/~adam-czabara Adam Maćkowiak from https://launchpad.net/~admc Ade Malsasa Akbar from https://launchpad.net/~rockmania52 Adi Roiban from https://launchpad.net/~adiroiban Adolfo Jayme from https://launchpad.net/~fitoschido Aiguanachein from https://launchpad.net/~aiguanachein Akira Nakagawa from https://launchpad.net/~matyapiro31 Alejandro Pérez from https://launchpad.net/~alexperezalonso Aleksi Kinnunen from https://launchpad.net/~aleksi-kinnunen Alex Toorchyn from https://launchpad.net/~ilex AlexEriksson from https://launchpad.net/~l6unchpad-net Alfred Løvgren from https://launchpad.net/~norsk-norman1 Alfredo Hernández from https://launchpad.net/~aldomann Ali Isingor from https://launchpad.net/~isingor Almin Islamović from https://launchpad.net/~almin-islamovic Andi Chandler from https://launchpad.net/~bing André Gondim from https://launchpad.net/~andregondim Aniruddha Adhikary from https://launchpad.net/~tuxboy Anthony Harrington from https://launchpad.net/~untaintableangel Anton Shestakov from https://launchpad.net/~engored Antonio Vázquez Blanco from https://launchpad.net/~antoniovazquezblanco Aymeric PETIT from https://launchpad.net/~mulx BalintX from https://launchpad.net/~koczkahun Bill from https://launchpad.net/~cges30901 Bruno Veilleux from https://launchpad.net/~le-gros-rat Burys from https://launchpad.net/~radek-bury Camille PÂRIS from https://launchpad.net/~camilleparisfr Carlos Eduardo Alves from https://launchpad.net/~kmiksi Carnalbeast from https://launchpad.net/~carnalbeast Chris Thornett from https://launchpad.net/~cthornett Christian Titze from https://launchpad.net/~christitze Christiansen from https://launchpad.net/~happylinux Colix from https://launchpad.net/~greenice Cuneyt Oktay from https://launchpad.net/~cuneytoktay Cédric VALMARY (Tot en òc) from https://launchpad.net/~cvalmary Daniel Bernal Dotú from https://launchpad.net/~dbernal87 Dennis Baudys from https://launchpad.net/~thecondordb Diego Garcia from https://launchpad.net/~diegogarciamendoza Dirgita from https://launchpad.net/~dirgita Dmitriy Koshel from https://launchpad.net/~gaim4a Dylandy from https://launchpad.net/~steven80919 Einar Svensen from https://launchpad.net/~support-coman Emmanouel Kapernaros from https://launchpad.net/~kapcom01 Esben Aaberg from https://launchpad.net/~esben-aaberg Ettore Atalan from https://launchpad.net/~atalanttore Fabiano Leite from https://launchpad.net/~fabiano-marechal Francesco Placco from https://launchpad.net/~frapla Gal_Escriban from https://launchpad.net/~delio444 Georg Engelmann from https://launchpad.net/~georg-engelmann Gergely Szarka from https://launchpad.net/~gszarka Giedrius Baronas from https://launchpad.net/~g-baronas Henrique Bittancourt Gouveia from https://launchpad.net/~gafanhotto Herbert Kunkel from https://launchpad.net/~diablogeiger Horia Duțescu from https://launchpad.net/~hvd-deactivatedaccount-deactivatedaccount Igor Seryogin from https://launchpad.net/~igor.seryogin Igor Zinovyev from https://launchpad.net/~zinigor Ilja Lobanov from https://launchpad.net/~lisiano256 Ismael Ferreras from https://launchpad.net/~swyterzone Jakob Kramer from https://launchpad.net/~jakobk Jamie Quinlan from https://launchpad.net/~jaymeskeller Jerszy from https://launchpad.net/~rayman-1996 Johannes Huber from https://launchpad.net/~huber-johannes Johnsonas from https://launchpad.net/~uran54 Jonatan Zeidler from https://launchpad.net/~jonius Jonathan Hepp from https://launchpad.net/~jonathan-hepp Juno from https://launchpad.net/~feen Karim Oulad Chalha from https://launchpad.net/~herr-linux Kenan Dervišević from https://launchpad.net/~kenan3008 Kobzeci from https://launchpad.net/~zeki Konki from https://launchpad.net/~pavel-konkol Kęstutis Triponis from https://launchpad.net/~kestutis.triponis Leandro Fonseca from https://launchpad.net/~leandro-456 Mangraviti from https://launchpad.net/~vitormangraviti Mantas Kriaučiūnas from https://launchpad.net/~mantas Mantas Tumas from https://launchpad.net/~ozarux Martín V. from https://launchpad.net/~martinvukovic Mat3910 from https://launchpad.net/~gaillard-mathieu-39 Matej Urbančič from https://launchpad.net/~mateju Max_ym from https://launchpad.net/~kontact-cat Michal Lelek from https://launchpad.net/~kozodoj Miguel Anxo Bouzada from https://launchpad.net/~mbouzada Mihkel Tõnnov from https://launchpad.net/~v6lur Mikael Hiort af Ornäs from https://launchpad.net/~lakritslemmel Miroslav Remák from https://launchpad.net/~miroslavr256 Moki Ding from https://launchpad.net/~moki-forum Monkey from https://launchpad.net/~monkey-libre Muhammad Radifar from https://launchpad.net/~m-radifar05 Nacho Perea from https://launchpad.net/~nacho.perea Naive D. Jack from https://launchpad.net/~naivejack Nick Andrik from https://launchpad.net/~andrikos Nicolae Crefelean from https://launchpad.net/~kneekoo Niv Coheny from https://launchpad.net/~niv Oleg Koptev from https://launchpad.net/~koptev-oleg Oscar Espuña from https://launchpad.net/~oscar-espuna Osman Tosun from https://launchpad.net/~rainman-neu PERRUSSEL Valentin from https://launchpad.net/~blondvador-esl Papp Bence from https://launchpad.net/~sclegnrbs Patryk Rajba from https://launchpad.net/~pacjonek Paweł from https://launchpad.net/~click1992 PedroDH from https://launchpad.net/~pedro-n-veloso Petr R. from https://launchpad.net/~ateps-r Pierre Etchemaite from https://launchpad.net/~petchema Pietro Acinapura from https://launchpad.net/~pietro-ac Praveen Illa from https://launchpad.net/~telugulinux Prescott_SK from https://launchpad.net/~prescott66 Ptitphysik from https://launchpad.net/~amalpeyre Quentin PÂRIS from https://launchpad.net/~qparis Rasmus Christian Christensen from https://launchpad.net/~rasmuschr1973 Richard Somlói from https://launchpad.net/~ricsipontaz Richard Sparrow from https://launchpad.net/~richard-sparrow Roberto Marson from https://launchpad.net/~robs87 Rokhmat Sudiana Bakhtiar from https://launchpad.net/~spaceterz Ronaldo Luiz Pedroso from https://launchpad.net/~ronaldo-luiz-pedroso S.Victor from https://launchpad.net/~thadd Santiago Fraire from https://launchpad.net/~santiwilly Satrya Pratama from https://launchpad.net/~airshipster Sigitas Kalinas from https://launchpad.net/~skalinas Simen from https://launchpad.net/~simen-burud Stuartlittle1970@gmail.com from https://launchpad.net/~stuartlittle1970 Svetoslav Stefanov from https://launchpad.net/~svetlisashkov Szymon 'simpo' Porwolik from https://launchpad.net/~szporwolik Tadeáš Pařík from https://launchpad.net/~pariktadeas Tanel Mae from https://launchpad.net/~tuxest Teromene from https://launchpad.net/~teromene Thambaru Wijesekara from https://launchpad.net/~thambaru Tiago Hillebrandt from https://launchpad.net/~tiagohillebrandt Tiago S. from https://launchpad.net/~tiagosdot Tian Jing from https://launchpad.net/~oppop007 Tobias Bannert from https://launchpad.net/~toba Tranciur from https://launchpad.net/~damjan-cvetko Tuomas Lähteenmäki from https://launchpad.net/~lahtis UaHummer from https://launchpad.net/~uahummer Vatin from https://launchpad.net/~vatin-p Vlad Golubev from https://launchpad.net/~golubev-vld Vítor Avelino from https://launchpad.net/~vitoravelino Wei Hsiang Hung from https://launchpad.net/~koalahong Wylmer Wang from https://launchpad.net/~wantinghard Xuacu Saturio from https://launchpad.net/~xuacusk8 Yaron from https://launchpad.net/~sh-yaron Yiğit Anıl from https://launchpad.net/~yigitan Zeidler from https://launchpad.net/~jonatan-zeidler Zhaofeng Li from https://launchpad.net/~li-zhao-feng abdXelrhman from https://launchpad.net/~popo49-abdo abuyop from https://launchpad.net/~abuyop angelescu from https://launchpad.net/~titus0818 bouchard renaud from https://launchpad.net/~renaud-bouchard bram from https://launchpad.net/~bram-w dos santos raphael from https://launchpad.net/~dossant-raphael emp from https://launchpad.net/~emp500 fragarch from https://launchpad.net/~fragarch gerva from https://launchpad.net/~iosonogerva gogo from https://launchpad.net/~trebelnik-stefina havoc from https://launchpad.net/~taproot97 jordicoma from https://launchpad.net/~jordicoma22 kayalemao from https://launchpad.net/~kayalemao linuxseven from https://launchpad.net/~linuxseven lisovszki from https://launchpad.net/~lisovszki luisah from https://launchpad.net/~luisah lyyser from https://launchpad.net/~lyyser martinamca from https://launchpad.net/~martinamca minchul lee from https://launchpad.net/~minchulmando peregrine from https://launchpad.net/~andrej1741 raymond from https://launchpad.net/~raymondv rm from https://launchpad.net/~r-m333-deactivatedaccount rob from https://launchpad.net/~rvdb robas from https://launchpad.net/~v-grobas robin.rootad@gmail.com from https://launchpad.net/~robin-rootad slmb from https://launchpad.net/~fqa101 someone from https://launchpad.net/~somehow stephane from https://launchpad.net/~georget-stephane student4 from https://launchpad.net/~iputnik-msn zaenal arifin from https://launchpad.net/~www-pilihankedua zs.dani1@gmail.com from https://launchpad.net/~zs-dani1 zvacet from https://launchpad.net/~ivicakolic Şâkir Aşçı from https://launchpad.net/~sakirasci Ђорђе Васиљевић from https://launchpad.net/~susexe Радослав Иванов from https://launchpad.net/~reckku Саша Петровић from https://launchpad.net/~salepetronije 赵驰 from https://launchpad.net/~teddyherry playonlinux/bash/000077500000000000000000000000001226051336100143545ustar00rootroot00000000000000playonlinux/bash/POL_Command000077500000000000000000000026221226051336100163740ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Permet d'ouvrir une fonction POL depuis un script Python # Usage POL_Command [Raccourcis] [Commande] # Example POL_Command "Internet Explorer 6" Set_OS winxp [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$1" == "--init" ] && INIT="TRUE" && shift [ "$INIT" = "TRUE" ] && POL_SetupWindow_Init if [ "$1" = "--prefix" ] then shift export PREFIXNAME="$1" export WINEPREFIX="$REPERTOIRE/wineprefix/$1" else export WINEPREFIX="$(detect_wineprefix "$1")" fi export TITLE="$1" shift #[ "$WINEVERSION" = "" ] || Use_WineVersion $WINEVERSION "$@" if [ "$INIT" = "TRUE" ] then POL_SetupWindow_Close fi exitplayonlinux/bash/bash_wrapper000077500000000000000000000016101226051336100167550ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_Debug_Message "Wrapping "$@"" "$@" playonlinux/bash/bug_report000077500000000000000000000106731226051336100164610ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnLinux bug report script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$POL_OS" == "Linux" ] && TRACKER="1" [ "$POL_OS" == "Mac" ] && TRACKER="4" # $1 = Nom de l'application #export TITLE="$1" export POL_SCRIPT_FAILED="NO" # Sinon on va tourner en rond POL_DEBUG_TITLE="$(eval_gettext "Report a bug")" export TITLE="$POL_DEBUG_TITLE" POL_SetupWindow_Init POL_SetupWindow_free_presentation "$POL_DEBUG_TITLE" "$(eval_gettext "This wizard will help you to report a bug about an officially supported program.")\n\n$(eval_gettext "Please give the more details as you can, otherwise, it will be very difficult to help you")" if [ "$POL_UPTODATE" = "FALSE" ]; then POL_SetupWindow_message "$(eval_gettext 'Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank you')" "$TITLE" POL_SetupWindow_Close exit 0 fi if [ "$LOGTITLE" = "" ] then POL_SetupWindow_menu_num "$(eval_gettext "What kind of problem do you have?")" "$POL_DEBUG_TITLE" "$(eval_gettext 'My problem concerns $APPLICATION_TITLE itself')~$(eval_gettext "I have a problem with a software")" "~" PROBLEM_TYPE="$APP_ANSWER" if [ "$PROBLEM_TYPE" = "1" ] then LNG_NO_JOIN="$(eval_gettext "Don't join any log file")" LIST="$LNG_NO_JOIN" cd "$POL_USER_ROOT/logs" LNG_MANUAL="$(eval_gettext 'Manual installation')" LNG_AUTOMATIC="$(eval_gettext 'Automatic installation')" for file in * do case "$file" in "$LNG_MANUAL"*|"Automatic installation"|"$LNG_AUTOMATIC"*) ;; *) LIST="$LIST~$file" ;; esac done POL_SetupWindow_menu "$(eval_gettext "Choose the log file corresponding to your software.")" "$POL_DEBUG_TITLE" "$LIST" "~" [ "$APP_ANSWER" = "$LNG_NO_JOIN" ] || LOGTITLE="$APP_ANSWER" fi fi POL_SetupWindow_textbox "$(eval_gettext "Please give a very short description (title, english only)")" "$POL_DEBUG_TITLE" BUGTITLE="$APP_ANSWER" TEMPLATE="- What were you doing when the problem occurred? - What did you expect? - What happened instead? - Anything else to report? " POL_SetupWindow_textbox_multiline "$(eval_gettext "Please explain your problem clearly (english only):")" "$POL_DEBUG_TITLE" "$TEMPLATE" if [ -z "$BUGTITLE" -o -z "$APP_ANSWER" -o "$APP_ANSWER" = "$TEMPLATE" ] then POL_SetupWindow_message "$(eval_gettext 'Sorry, we need a detailed description.')" "$TITLE" POL_SetupWindow_Close fi DESCRIPTION="$APP_ANSWER" POL_Website_login POL_Website_Init DESCRIPTION="$DESCRIPTION" BUGTITLE="$BUGTITLE" SCRIPTTITLE="$LOGTITLE" POL_Website_Request "http://www.playonlinux.com/bugs/getScriptTrackerName.php?id=$SCRIPTTITLE" TrackerId="$(POL_Website_Result)" if [ "$TrackerId" = "0" ]; then POL_SetupWindow_message "Error! This script seems to be no longer existing in our database" "$TITLE" else #POL_Website_Request "http://bugs.playonlinux.com/en/new-$TRACKER.html" "priority=2&tracker=$TrackerId&title=$BUGTITLE&message=$DESCRIPTION&submit=Send&just_return_id=1" if [ "$LOGTITLE" = "" ] then POL_Website_curl "http://bugs.playonlinux.com/en/new-$TRACKER.html" -F priority=2 -F "tracker=$TrackerId" -F title="$BUGTITLE" -F message="$DESCRIPTION" -F submit=Send -F just_return_id=1 else POL_Website_curl "http://bugs.playonlinux.com/en/new-$TRACKER.html" -F priority=2 -F "tracker=$TrackerId" -F title="$BUGTITLE" -F message="$DESCRIPTION" -F submit=Send -F just_return_id=1 -F bugfile="@$POL_USER_ROOT/logs/$LOGTITLE/$LOGTITLE.log" fi BugURL="$(POL_Website_Result)" POL_Website_Close POL_Website_logout POL_SetupWindow_message "$(eval_gettext "Thank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soon")" "$TITLE" POL_Open "$BugURL" fi POL_SetupWindow_Close playonlinux/bash/check_fs000077500000000000000000000021051226051336100160450ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is the startup script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$POL_OS" = "Mac" ] && exit 0 # This script tests filesystem POL_System_CheckFS --just-warning "$POL_USER_ROOT" returncode="$?" POL_Debug_Message "Filesystem is compatible" exit "$returncode" playonlinux/bash/check_gl000077500000000000000000000034301226051336100160410ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is the startup script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$POL_OS" = "Mac" ] && exit 0 # This script tests OpenGL libs # Usage : # check_gl [arch] # Arch = (x86 | amd64) [ "$2" = "stdout" ] && cmd="$echo" || cmd="POL_Debug_Message" [ "$2" = "stdout" ] && cmdW="$echo" || cmdW="POL_Debug_Warning" Check_OpenGL() { if [ -e "$PLAYONLINUX/bin/check_dd_$1.bz2" ] then mkdir -p "$POL_USER_ROOT/tmp" cp "$PLAYONLINUX/bin/check_dd_$1.bz2" "$POL_USER_ROOT/tmp/" bunzip2 "$POL_USER_ROOT/tmp/check_dd_$1.bz2" 2> /dev/null chmod +x "$POL_USER_ROOT/tmp/check_dd_$1" message="$("$POL_USER_ROOT/tmp/check_dd_$1")" out="$?" if [ "$out" = "0" ] then $cmd "$message" exit 0 else $cmdW "$message" exit 2 fi else exit 0 fi } cd /tmp if [ "$1" = "x86" ] then archtype="elf_i386" archstring="32 bits" Check_OpenGL "$1" fi if [ "$1" = "amd64" -a "$AMD64_COMPATIBLE" = "True" ] then archtype="elf_x86_64" archstring="64 bits" Check_OpenGL "$1" fi playonlinux/bash/create_prefix000077500000000000000000000046131226051336100171260ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnLinux / PlayOnMac 4 manual installation [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext 'Virtual drive creator')" POL_SetupWindow_Init POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual drive')" if [ "$AMD64_COMPATIBLE" = "True" ]; then POL_SetupWindow_menu_num "$(eval_gettext 'What kind of virtual drive do you want to create')" "$TITLE" "32 bits windows installation~64 bits windows installation" "~" arch="$APP_ANSWER" else arch="0" fi if [ "$arch" = "1" ]; then POL_System_SetArch "amd64" WINEVERSIONLIST="" else POL_System_SetArch "x86" WINEVERSIONLIST="System" fi WINEVERSIONDIRLIST=$(find "$REPERTOIRE/wine/$OS_NAME-$POL_ARCH/"* -maxdepth 0 -type d) for single in $WINEVERSIONDIRLIST ; do singleparsed=${single##*/} if [ "$WINEVERSIONLIST" = "" ]; then WINEVERSIONLIST="$singleparsed" else WINEVERSIONLIST="$WINEVERSIONLIST~$singleparsed" fi done POL_SetupWindow_menu "$(eval_gettext "Which version of Wine would you like to use?")\n$(eval_gettext "(If this list is empty, please install a wine version with wine version manager)")" "$TITLE" "$WINEVERSIONLIST" "~" WINEVERSIONLIVE="$APP_ANSWER" if [ "$WINEVERSIONLIVE" = "System" ]; then WINEVERSIONLIVE="" else export POL_WINEVERSION="$WINEVERSIONLIVE" fi POL_SetupWindow_textbox "$(eval_gettext 'Choose the name of the virtual drive')" "$TITLE" PREFIX_NAME=`echo -n "$APP_ANSWER"| tr -c [[a-zA-Z0-9]\.] '_'` POL_Wine_SelectPrefix "$PREFIX_NAME" POL_Wine_PrefixCreate POL_SetupWindow_Close exit 0playonlinux/bash/document_reader000077500000000000000000000025341226051336100174460ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. WorkingDirectory="$PWD" [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" app="$1" doc="$2" if [ ! -e "$POL_USER_ROOT/shortcuts/$app" ]; then POL_SimpleMessage "$1 is not installed." echo "$1 is not installed." exit fi if [ "$2" ]; then POL_Debug_Message "App to run: $app" POL_Debug_Message "File to run: $doc" if [ "${doc::1}" != "/" ]; then doc="$WorkingDirectory/$doc" fi pref="$(POL_Shortcut_GetPrefix "$app")" POL_Wine_SelectPrefix "$pref" realpath="$(POL_Wine winepath -w "$doc")" fi bash "$POL_USER_ROOT/shortcuts/$app" "$realpath" playonlinux/bash/expert/000077500000000000000000000000001226051336100156635ustar00rootroot00000000000000playonlinux/bash/expert/Executer000077500000000000000000000031021226051336100173710ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" export TITLE="$(eval_gettext "Run a local script")" cd $HOME POL_SetupWindow_Init # "$PLAYONLINUX/etc/setups/exec/top.png" "$PLAYONLINUX/etc/setups/exec/left.jpg" POL_SetupWindow_free_presentation "$(eval_gettext "Run a local script")" "$(eval_gettext 'This wizard will help you to run an unofficial $APPLICATION_TITLE Script.')" POL_SetupWindow_browse "$(eval_gettext 'Choose a valid $APPLICATION_TITLE script to run.')" "$(eval_gettext "Run a local script")" "" SCRIPT="$APP_ANSWER" if [ "$?" = "1" ] then POL_SetupWindow_Close exit fi if [ ! -e "$SCRIPT" ] then POL_SetupWindow_message "$(eval_gettext "File not found!")" "$(eval_gettext "Error!")" POL_SetupWindow_Close exit fi POL_SetupWindow_Close POL_Bash "$SCRIPT" exit 0 playonlinux/bash/expert/PolShell000077500000000000000000000017331226051336100173370ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$DEBIAN_PACKAGE" = "FALSE" ] && TITLEADD="-T $APPLICATION_TITLE" "$POL_TERM" $TITLEADD -e "$PLAYONLINUX/bash/polshell" playonlinux/bash/find_python000066400000000000000000000022541226051336100166230ustar00rootroot00000000000000#!/bin/bash # Python versions search_python () { while [ "$POL_PYTHON" != "none" ]; do if [ "$POL_PYTHON" ]; then echo -n "Looking for $POL_PYTHON... " 1>&2 if [ "$(which $POL_PYTHON)" ]; then local Version=$($POL_PYTHON --version 2>&1 |sed -e 's/^Python //') echo -n "$Version - " 1>&2 case "$Version" in 2.6.*|2.7.*) echo "selected" 1>&2 return ;; 2.5.*) # Compatibility broken a while ago echo "skipped" 1>&2 ;; 3.*) # Not supported because of wxPython echo "skipped" 1>&2 ;; *) echo "unexpected version" 1>&2 ;; esac else echo "" 1>&2 fi fi # list of interpreter names to try, in order next_python "python" next_python "python2.7" next_python "python2.6" next_python "python2" next_python "none" done } next_python () { if [ "$POL_PYTHON" = "$1" ]; then # will pick the next one POL_PYTHON="" elif [ -z "$POL_PYTHON" ]; then POL_PYTHON="$1" fi } if [ -z "$POL_PYTHON" ]; then search_python if [ "$POL_PYTHON" = "none" ]; then echo "Please install python before trying to run PlayOnLinux" 1>&2 exit 1 fi fi playonlinux/bash/first_use000077500000000000000000000222051226051336100163060ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is the first use script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" export XQUARTZ_VERSION_LEO="2.7.1" export XQUARTZ_VERSION="2.7.5" install_fonts () # Install Microsoft Fonts { if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ]; then WebVersion=$($POL_WGET $SITE/check.txt -O-) if [ "$WebVersion" == "" ]; then 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')" POL_SetupWindow_Close return 1 else POL_Call POL_Internal_InstallFonts || return 1 fi fi return 0 } POL_Internal_XQuartz_Warning() { cat << EOF_X > "$REPERTOIRE/tmp/xquartz" $(eval_gettext "Please read this carefully") $(eval_gettext 'XQuartz $XQUARTZ_VERSION has been installed on your computer.') $(eval_gettext "However, it won't be activated until you reboot your computer.") $(eval_gettext 'Please reboot your computer now, and run PlayOnMac') EOF_X POL_SetupWindow_licence "$(eval_gettext "Pleaase read this carefully.")" "$STEP_TITLE" "$REPERTOIRE/tmp/xquartz" POL_SetupWindow_Close killall playonmac.real touch /tmp/playonmac_needs_reboot } install_x11() { if [ "$OSX_VERSION" = "9" ] then XQuartzUrl="http://xquartz.macosforge.org/downloads/Leopard/X11-$XQUARTZ_VERSION_LEO.dmg" FilePrefix="X11" else XQuartzUrl="http://xquartz.macosforge.org/downloads/SL/XQuartz-$XQUARTZ_VERSION.dmg" FilePrefix="XQuartz" fi STEP_TITLE="XQuartz" if [ "$OSX_VERSION" = "10" ] then XQuartz_Message="$(eval_gettext "To ensure that your games will be compatible, PlayOnMac must install XQuartz")" else XQuartz_Message="$(eval_gettext "PlayOnMac needs to install XQuartz to work")" fi POL_SetupWindow_menu_num "$XQuartz_Message" "$STEP_TITLE" "$(eval_gettext "Please download XQuartz for me")~$(eval_gettext "I've downloaded the file by myself") ($FilePrefix-$XQUARTZ_VERSION.dmg)~$(eval_gettext "Don't install XQuartz for the moment")" "~" if [ "$APP_ANSWER" = "0" ] then POL_SetupWindow_download "$(eval_gettext "Downloading XQuartz")" "$STEP_TITLE" "$XQuartzUrl" got_xquartz="true" fi if [ "$APP_ANSWER" = "1" ] then POL_SetupWindow_browse "$(eval_gettext "Where is") $FilePrefix-$XQUARTZ_VERSION.dmg ?" "$STEP_TITLE" cd "$(dirname "$APP_ANSWER")" got_xquartz="true" fi if [ "$got_xquartz" = "true" ] then POL_SetupWindow_wait_next_signal "$(eval_gettext "Installing XQuartz...")" "$STEP_TITLE" open $FilePrefix-$XQUARTZ_VERSION.dmg while [ ! -d "/Volumes/$FilePrefix-$XQUARTZ_VERSION" ] do sleep 1 done /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /Volumes/$FilePrefix-$XQUARTZ_VERSION/$FilePrefix.pkg umount /Volumes/$FilePrefix-$XQUARTZ_VERSION POL_Internal_RunXQuartz if [ ! "FORCE_X11_Reinstall" = "True" ]; then POL_Internal_XQuartz_Warning fi POL_SetupWindow_message "$(eval_gettext "XQuartz has been installed.")" "$STEP_TITLE" fi if [ ! -e "/Applications/Utilities/XQuartz.app" ] && [ ! "$OSX_VERSION" = "11" ] then POL_SetupWindow_message "$(eval_gettext "Unable to install XQuartz! You must install it to improve games compatibility.")" "$STEP_TITLE" fi #POL_Internal_XQuartz_Warning } install_prefix() { if [ ! -e "$POL_USER_ROOT/wineprefix/default" ] then STEP_TITLE="$(eval_gettext "Default virtual drive configuration")" POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is making a virtual windows hard drive')" "$STEP_TITLE" POL_Wine_SelectPrefix "default" POL_Wine_PrefixCreate fi } POL_Shortcut_GetOLDPrefix() { [ "$1" = "" ] && POL_Debug_Error "No shortcut specified" fichier="$REPERTOIRE/configurations/installed/$1" #fichier=${fichier//"\""/""} #fichier=${fichier//"//"/"/"} if [ -e "$fichier" ] then fichier="$(cat "$fichier" | grep WINEPREFIX | tail -n 1 | sed s/'\/\//\/'/)" fichier="${fichier/"$POL_USER_ROOT"/""}" fichier="$(printf "$fichier" | cut -d "/" -f2)" fi printf "$fichier" | tr -d \" } POL_Shortcut_GetOLDVersion() { [ "$1" = "" ] && POL_Debug_Error "No shortcut specified" fichier="$REPERTOIRE/configurations/installed/$1" #fichier=${fichier//"\""/""} #fichier=${fichier//"//"/"/"} if [ -e "$fichier" ] then fichier="$(cat "$fichier" | grep PATH | tail -n 1 | sed s/'\/\//\/'/)" fichier="${fichier/"$POL_USER_ROOT"/""}" fichier="$(printf "$fichier" | cut -d "/" -f2)" fi printf "$fichier" | tr -d \" } migrate_oldpol() { rmdir "$POL_USER_ROOT/configurations/installed" 2> /dev/null if [ -e "$POL_USER_ROOT/configurations/installed" ] then # On commence par les raccourcis POL_Debug_Message "Upgrading shortcuts" cd "$POL_USER_ROOT/configurations/installed" for shortcut in * do POL_Debug_Message "Updating shortcut : $shortcut" sVERSION="$(POL_Shortcut_GetOLDVersion "$shortcut")" sPREFIX="$(POL_Shortcut_GetOLDPrefix "$shortcut")" sTITLE="$shortcut" sWINE="$(cat "$shortcut" | grep '^wine')" sWINE="${sWINE/wine/POL_Wine}" sWINEPREFIX="$(cat "$shortcut" | grep '^export WINEPREFIX')" sCD="$(cat "$shortcut" | grep '^cd')" cat < "$POL_USER_ROOT/shortcuts/$shortcut" #!/bin/bash [ "\$PLAYONLINUX" = "" ] && exit 0 source "\$PLAYONLINUX/lib/sources" $sWINEPREFIX export WINEDEBUG="-all" $sCD $sWINE EOF chmod +x "$POL_USER_ROOT/shortcuts/$shortcut" if [ ! "$sVERSION" = "" ] then POL_Debug_Message "Setting shortcut $sTITLE, prefix $sPREFIX to version $sVERSION" export WINEPREFIX="$POL_USER_ROOT/wineprefix/$sPREFIX" POL_Wine_SetVersionPrefix "$sVERSION" fi done POL_Debug_Message "Upgrading virtual drives" cd "$POL_USER_ROOT/wineprefix" for prefix in * do POL_Debug_Message "Updating $prefix" export WINEPREFIX="$POL_USER_ROOT/wineprefix/$prefix" [ "$(POL_Config_PrefixRead ARCH)" = "" ] && POL_Config_PrefixWrite "ARCH" "x86" done if [ -e "$POL_USER_ROOT/WineVersions" ] then POL_Debug_Message "Upgrading wine versions" cd "$POL_USER_ROOT/WineVersions" [ "$POL_OS" = "Mac" ] && vprefix="darwin-" [ "$POL_OS" = "Linux" ] && vprefix="linux-" new_vroot="$POL_USER_ROOT/wine/${vprefix}x86" mkdir -p "$new_vroot" for version in * do POL_Debug_Message "Updating $version" mv "$POL_USER_ROOT/WineVersions/$version" "$new_vroot/" done rmdir "$POL_USER_ROOT/WineVersions" if [ "$POL_OS" = "Linux" ] then cd "$new_vroot" for version in * do POL_Debug_Message "Removing /usr in path $version" cd "$new_vroot/$version" mv usr/* ./ rmdir usr done fi fi mv "$POL_USER_ROOT/configurations/installed" "$POL_USER_ROOT/configurations/installed.backup" fi export POL_WINEVERSION="" } migrate_oldpol POL_SetupWindow_Init --protect if [ "$(POL_Config_Read FIRST_FIRST_USE)" = "TRUE" ] then 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.")" else POL_Config_Write FIRST_FIRST_USE TRUE 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.")" fi [ "$POL_OS" == "Mac" ] && [ ! -e "/Applications/Utilities/XQuartz.app" ] && install_x11 [ "$POL_OS" == "Mac" ] && [ "$OSX_VERSION" = "9" ] && install_x11 if [ "$DEBIAN_PACKAGE" = "TRUE" ]; then fonts_install else if ! install_fonts; then POL_SetupWindow_message "$(eval_gettext 'Error while installing fonts')" "$TITLE" POL_SetupWindow_Close exit 0 fi fi if [ "$POL_OS" = "Mac" ]; then if [ "$OSX_VERSION" = "11" -a "$OSX_SUB_VERSION" -gt "4" ] || [ "$OSX_VERSION" = "12" -a "$OSX_SUB_VERSION" -gt "1" ]; then # XQuartz 2.7.4 is needed here... See http://bugs.winehq.org/show_bug.cgi?id=31751 XVERSION="$(cat "/Applications/Utilities/XQuartz.app/Contents/Info.plist" | grep -A1 "CFBundleShortVersionString" | tail -n1 | cut -d '>' -f2 | cut -d '<' -f1)" if VersionLower "$XVERSION" "2.7.4"; then export FORCE_X11_Reinstall="True" install_x11 fi fi fi POL_SetupWindow_message "$(eval_gettext 'Enjoy using $APPLICATION_TITLE')" "$(eval_gettext '$APPLICATION_TITLE first use')" POL_SetupWindow_Close POL_Config_Write FIRST_USE TRUE POL_Config_Write GECKO_INSTALLED TRUE exit 0playonlinux/bash/install000077500000000000000000000031061226051336100157500ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" menu="$1" if [ "$menu" = "ExecLiveInstall" ] then bash "$PLAYONLINUX/bash/manual_install" exit fi if [ ! "$menu" = "" ] then export TITLE="$menu" export SCRIPTID="$menu" type="$(echo "$menu" | cut -d ':' -f1)" if [ "$type" = "get" ] then id=$(echo "$menu" | cut -d ":" -f2) rm "$REPERTOIRE/install" $POL_WGET "$SITE/V4_data/repository/get_file_n.php?version=PlayOn$POL_OS-$VERSION&id=$id" -O "$REPERTOIRE/install" [ -e "$REPERTOIRE/install" ] && POL_Bash "$REPERTOIRE/install" exit fi rm "$REPERTOIRE/install" $POL_WGET "$SITE/V4_data/repository/get_file.php?version=PlayOn$POL_OS-$VERSION&id=$(POL_Website_urlparse "$menu")" -O "$REPERTOIRE/install" [ -e "$REPERTOIRE/install" ] && POL_Bash "$REPERTOIRE/install" fi playonlinux/bash/install_gecko000077500000000000000000000025621226051336100171250ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Install gecko [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext '$APPLICATION_TITLE Gecko installer')" POL_SetupWindow_Init [ "$POL_OS" = "Linux" ] && wos="linux" [ "$POL_OS" = "Mac" ] && wos="darwin" cd "$POL_USER_ROOT/wine/$wos-x86" || exit 1 for file in *; do [ -d "$POL_USER_ROOT/wine/$wos-x86/$file" ] && POL_Wine_Install_resources gecko "$file" done cd "$POL_USER_ROOT/wine/$wos-amd64" || exit 1 for file in *; do [ -d "$POL_USER_ROOT/wine/$wos-amd64/$file" ] && POL_Wine_Install_resources gecko "$file" "amd64" done POL_SetupWindow_Close playonlinux/bash/install_mono000077500000000000000000000025631226051336100170060ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2013 PlayOnLinux Team # Copyright (C) 2007-2013 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Install wine-mono [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext '$APPLICATION_TITLE Mono installer')" POL_SetupWindow_Init [ "$POL_OS" = "Linux" ] && wos="linux" [ "$POL_OS" = "Mac" ] && wos="darwin" cd "$POL_USER_ROOT/wine/$wos-x86" || exit 1 for file in *; do [ -d "$POL_USER_ROOT/wine/$wos-x86/$file" ] && POL_Wine_Install_resources mono "$file" done cd "$POL_USER_ROOT/wine/$wos-amd64" || exit 1 for file in *; do [ -d "$POL_USER_ROOT/wine/$wos-amd64/$file" ] && POL_Wine_Install_resources mono "$file" "amd64" done POL_SetupWindow_Close playonlinux/bash/install_wver000077500000000000000000000023311226051336100170120ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init [ "$2" = "" ] && POL_System_SetArch "auto" || POL_System_SetArch "$2" version=$1 TITLE="Wine $version ($2) installer" POL_SetupWindow_free_presentation "Wine $1" "$(eval_gettext "This wizard will help you to install Wine: ")$version ($2) $(eval_gettext 'on the $APPLICATION_TITLE environment.')" POL_Wine_InstallVersion "$1" POL_SetupWindow_Close exit 0playonlinux/bash/installpolpackages000077500000000000000000000025711226051336100201670ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Permet d'installer des paquets POL_Call dans un prefix [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_wait_next_signal "$(eval_gettext "Please wait...")" "$(eval_gettext '$APPLICATION_TITLE Application Configurator')" if [ "$1" = "--prefix" ] then shift export WINEPREFIX="$REPERTOIRE/wineprefix/$1" else export WINEPREFIX="$(detect_wineprefix "$1")" fi export TITLE="$1" shift export POL_WINEVERSION="$(POL_Config_PrefixRead VERSION)" POL_Wine_AutoSetVersionEnv export USER_FORCED="true" POL_Call "$1" --force POL_SetupWindow_Close exit playonlinux/bash/killall000077500000000000000000000025471226051336100157360ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" cd "$REPERTOIRE/wineprefix" POL_SetupWindow_Init POL_SetupWindow_question "$(eval_gettext 'Are you sure you want to shutdown all active $APPLICATION_TITLE applications?')" "$APPLICATION_TITLE" if [ "$APP_ANSWER" = "TRUE" ] then POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait...')" "$APPLICATION_TITLE" for file in * do export WINEPREFIX="$REPERTOIRE/wineprefix/$file" (POL_Wine_AutoSetVersionEnv wineserver -k) POL_Debug_Message "Killed $file" done fi POL_SetupWindow_Close playonlinux/bash/make_shortcut000077500000000000000000000043021226051336100171510ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script makes shortcut of programs [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext '$APPLICATION_TITLE shortcut creator')" if [ "$1" ]; then PACKAGE="$1" else POL_SetupWindow_games "$(eval_gettext "Please choose a software to package")" "$TITLE" PACKAGE="$APP_ANSWER" fi POL_SetupWindow_Init POL_SetupWindow_wait_next_signal "$(eval_gettext "Creating shortcut...")" "$TITLE" POL_Shortcut_MakeDesktopShortcut "$PACKAGE" POL_SetupWindow_message "$(eval_gettext "The shortcut has been placed on your desktop")" "$TITLE" POL_SetupWindow_Close exit 0 # Standalone package code. Deprecated if [ "$KIND_OF_PACKAGE" = "1" ] then prefix="$(detect_wineprefix "$PACKAGE")" wversion="$(detect_wineversion "$PACKAGE")" echo $prefix make_skeleton "$PACKAGE" make_icon "$PACKAGE" make_standalone_script "$PACKAGE" "$prefix" make_plist "$PACKAGE" "$shortname" POL_SetupWindow_wait_next_signal "$(eval_gettext "Copying virtual drive")" "$TITLE" cp -R -p "$prefix" "$DIRAPP/Contents/Resources/virtual_drive" sleep 2 if [ ! -e "$REPERTOIRE/WineVersions/$wversion/" ] then wversion="" fi POL_SetupWindow_wait_next_signal "Including wine" "$TITLE" if [ "$wversion" = "" ] then cp -R -p "$PLAYONLINUX/../unix/wine" "$DIRAPP/Contents/Resources/wine" else cp -R -p "$REPERTOIRE/WineVersions/$wversion/" "$DIRAPP/Contents/Resources/wine" fi cp "$PLAYONLINUX"/../unix/tools/lib/* "$DIRAPP/Contents/Resources/wine/lib/" fiplayonlinux/bash/manual_install000077500000000000000000000243431226051336100173130ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnLinux / PlayOnMac 4 manual installation [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" INSTALL_NUMBER="$(POL_Config_Read MANUAL_INSTALL_INCREMENT)" INSTALL_NUMBER=$(( INSTALL_NUMBER + 1 )) POL_Config_Write MANUAL_INSTALL_INCREMENT $INSTALL_NUMBER TITLE="$(eval_gettext 'Manual installation')" NOBUGREPORT="YES" run_autorun() { POL_Debug_Message "Scanning autorun : $1" NUMSTEP="3" open=$(grep -i "^open" "$1") open=${open//" = "/"="} icon=$(grep -i "^icon" "$1") icon=${icon//" = "/"="} name=$(grep -i "^name" "$1") name=${name//" = "/"="} SetupIs=$(echo "$open" | cut -d\= -f2) NameIs=$(echo $name | cut -d\= -f2) IconIs=$(echo "$icon" | cut -d\= -f2) if [ ! "$SetupIs" = "" ] then SetupIsNum=${#SetupIs} SetupIs=${SetupIs:0:$(( SetupIsNum -1 ))} else POL_SetupWindow_message "$(eval_gettext 'No setup location found in autorun.inf')" "$(eval_gettext 'Autorun')" POL_SetupWindow_Close exit 0 fi if [ ! "$NameIs" = "" ] then NameIsNum=${#NameIs} NameIs=${NameIs:0:$(( NameIsNum -1 ))} fi if [ ! "$IconIs" = "" ] then IconIsNum=${#IconIs} IconIs=${IconIs:0:$(( IconIsNum -1 ))} fi # Assumes last component is "autorun.inf", in root directory cdromDirIs="${1%/*}" if [ "$IconIs" = "" ] then $IconIs = "null" fi icon_test=`ls "$cdromDirIs" | grep $IconIs -i` if [ "$icon_test" = "" ] then IconIs="$PLAYONLINUX/etc/playonlinux.png" else IconIs="$cdromDirIs/$icon_test" fi if [ ! "$(echo $IconIs | grep '.exe$')" = "" ] then IconIs="$PLAYONLINUX/etc/playonlinux.png" fi POL_Debug_Message $cdromDirIs POL_Debug_Message "Setup path : $cdromDirIs/$SetupIs" POL_Debug_Message "CD name : $cdromDirIs/$NameIs" POL_Debug_Message "Icon : $IconIs" POL_Debug_Message "WinePrefix : $Prefix" SETUP_PATH="$cdromDirIs/$SetupIs" } ManualInstall_ScriptInit () { ## $SCRIPTPATH cat < "$SCRIPTPATH" #!/bin/bash # Auto-generated script : $SCRIPTPATH # Les trucs entre { } doivent être remplacés par POL Online [ "\$PLAYONLINUX" = "" ] && exit source "\$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "{SCRIPT_NAME}" "{SCRIPT_EDITEUR}" "{SCRIPT_URL}" "{SCRIPT_USER}" "$PREFIXNAME" EOF } POL_SetupWindow_Init POL_SetupWindow_free_presentation "$(eval_gettext 'Manual installation')" "$(eval_gettext 'Welcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.')" LNG_LI_NEW="$(eval_gettext "Install a program in a new virtual drive")" LNG_LI_PATCH="$(eval_gettext "Edit or update an existing application")" POL_SetupWindow_menu "$(eval_gettext "What would you like to do?")" "$(eval_gettext 'Manual installation')" "$LNG_LI_NEW~$LNG_LI_PATCH" "~" menu="$APP_ANSWER" if [ "$menu" = "" ] then POL_Debug_Error "No action chosen" POL_SetupWindow_Close exit 0 fi if [ "$menu" = "$LNG_LI_NEW" ] then while true; do POL_SetupWindow_textbox "$(eval_gettext "Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.")" "$TITLE" [[ "$APP_ANSWER" =~ [/\ ] ]] || break done PREFIXNAME="$APP_ANSWER" SCRIPTPATH="$POL_USER_ROOT/scripts/${APP_ANSWER}_${INSTALL_NUMBER}" SCRIPTNAME="${APP_ANSWER}_${INSTALL_NUMBER}" ManualInstall_ScriptInit echo "POL_Wine_SelectPrefix \"$PREFIXNAME\"" >> "$SCRIPTPATH" POL_Wine_SelectPrefix "$PREFIXNAME" fi if [ "$menu" = "$LNG_LI_PATCH" ] then POL_SetupWindow_prefix_selector "$(eval_gettext "Please choose a program")" PREFIXNAME="$APP_ANSWER" SCRIPTPATH="$POL_USER_ROOT/scripts/${APP_ANSWER}_${INSTALL_NUMBER}" SCRIPTNAME="${APP_ANSWER}_${INSTALL_NUMBER}" ManualInstall_ScriptInit echo "POL_Wine_SelectPrefix \"$PREFIXNAME\"" >> "$SCRIPTPATH" echo "[ \"\$(POL_Wine_PrefixExists \"$PREFIXNAME\")\" = \"True\" ] || exit 0" >> "$SCRIPTPATH" POL_Wine_SelectPrefix "$APP_ANSWER" fi if [ "$WINEPREFIX" = "" ] then rm "$SCRIPTPATH" POL_Debug_Fatal "No name chosen" fi LNG_WC_ASSWV=$(eval_gettext "Use another version of Wine") LNG_WC_CONFWINE=$(eval_gettext "Configure Wine") LNG_WC_USEWT=$(eval_gettext "Install some libraries") ITEMS="$LNG_WC_ASSWV~$LNG_WC_CONFWINE~$LNG_WC_USEWT" POL_SetupWindow_checkbox_list "$(eval_gettext "What would you like to do before installation?")\n$(eval_gettext "If you don't know, unselect all")" "$TITLE" "$ITEMS" "~" WHATTORUNBEFORE="$APP_ANSWER" #Running AssignWine if [ "$(echo $WHATTORUNBEFORE | grep -o "$LNG_WC_ASSWV")" == "$LNG_WC_ASSWV" ] then WINEVERSIONLIST="System" WINEVERSIONDIRLIST=$(find "$REPERTOIRE/wine/$OS_NAME-$POL_ARCH/"* -maxdepth 0 -type d) for single in $WINEVERSIONDIRLIST ; do singleparsed=${single##*/} WINEVERSIONLIST="$WINEVERSIONLIST~$singleparsed" done POL_SetupWindow_menu "$(eval_gettext "Which version of Wine would you like to use?")" "$TITLE" "$WINEVERSIONLIST" "~" WINEVERSIONLIVE="$APP_ANSWER" if [ "$WINEVERSIONLIVE" = "System" ] then WINEVERSIONLIVE="" else export POL_WINEVERSION="$WINEVERSIONLIVE" fi POL_System_SetArch "x86" echo "export POL_WINEVERSION=\"$WINEVERSIONLIVE\"" >> "$SCRIPTPATH" fi # If system is wine64 capable, let the user choose the type of prefix if [ "$AMD64_COMPATIBLE" = "True" ]; then POL_SetupWindow_menu_num "$(eval_gettext 'What kind of virtual drive do you want to create')" "$TITLE" "32 bits windows installation~64 bits windows installation" "~" arch="$APP_ANSWER" else arch="0" fi if [ "$arch" = "1" ]; then POL_System_SetArch "amd64" WINEVERSIONLIST="" else POL_System_SetArch "x86" WINEVERSIONLIST="System" fi if [ "$menu" = "$LNG_LI_NEW" ] then POL_Wine_PrefixCreate echo "POL_SetupWindow_prefixcreate" >> "$SCRIPTPATH" fi #Running WineConfiguration if [ "$(echo $WHATTORUNBEFORE | grep -o "$LNG_WC_CONFWINE")" == "$LNG_WC_CONFWINE" ] then POL_SetupWindow_wait_next_signal "$(eval_gettext "Configure Wine")" "$(eval_gettext 'Manual installation')" cd "$WINEPREFIX" POL_Wine winecfg fi #Running POL_Calls if [ "$(echo $WHATTORUNBEFORE | grep -o "$LNG_WC_USEWT")" == "$LNG_WC_USEWT" ] then [ "$WINEPREFIX" == "" ] && POL_Debug_Fatal "WINEPREFIX is not set" POL_Wine_AutoSetVersionEnv wineserver -k ITEMS=$($POL_WGET $SITE/V4_data/repository/getf.php -O-) POL_SetupWindow_checkbox_list "$(eval_gettext "Please make your choice")" "$APPLICATION_TITLE" "$ITEMS" "/" old="$IFS" IFS=/ set "$APP_ANSWER" for i in $* do POL_Debug_Message "POL_Call_list is calling $i" IFS="$old" POL_Call "$i" echo "POL_Call \"$i\"" >> "$SCRIPTPATH" IFS=/ done IFS="$old" fi [ "$POL_OS" = "Mac" ] && MEDIA_DIR="/Volumes" if [ "$POL_OS" = "Linux" ]; then MEDIA_DIR="/media" # Ubuntu Quantal workaround [ -d "/media/$USER" ] && MEDIA_DIR="/media/$USER" fi A_LIST="" i=0 POL_SetupWindow_wait "$(eval_gettext 'Looking for runnable CD-ROMs')" "$TITLE" cd "$MEDIA_DIR" for device in * do AutorunInf=$(ls "$MEDIA_DIR/$device" | grep -i "autorun.inf") POL_Debug_Message "Autorun : Checking $device..." if [ ! "$AutorunInf" = "" ] then POL_Debug_Message "Autorun : Found $MEDIA_DIR/$device/$AutorunInf" if [ $i = 0 ] then A_LIST="$MEDIA_DIR/$device/$AutorunInf" B_LIST="CD-ROM : $device" else A_LIST="$A_LIST#$MEDIA_DIR/$device/$AutorunInf" B_LIST="$B_LIST#CD-ROM : $device" fi i=$(( i+1 )) fi done POL_Debug_Message "Autorun: Found $i media" LNG_MANUAL_FILE="$(eval_gettext "Select another file")" if [ ! "$i" = "0" ] then A_LIST="$A_LIST#MANUAL" B_LIST="$B_LIST#$LNG_MANUAL_FILE" POL_SetupWindow_menu_num "$(eval_gettext 'Please choose a way to install your program')" "$TITLE" "$B_LIST" "#" N="$APP_ANSWER" POL_Debug_Message "Action $N choosen" CHOICE="$(cut -d "#" -f$(( N + 1 )) <<< "$A_LIST")" fi if [ "$CHOICE" = "MANUAL" ] || [ "$i" = "0" ] then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext "Please select the install file to run.")" "$TITLE" echo "POL_SetupWindow_browse \"\$(eval_gettext \"Please select the install file.\")\" \"\$TITLE\"" >> "$SCRIPTPATH" SETUP_PATH="$APP_ANSWER" echo "SETUP_PATH=\"\$APP_ANSWER\"" >> "$SCRIPTPATH" else run_autorun "$CHOICE" cat <> "$SCRIPTPATH" POL_SetupWindow_InstallMethod LOCAL,CD if [ "\$INSTALL_METHOD" = "CD" ] then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "$SetupIs" SETUP_PATH="\$CDROM/$SetupIs" fi if [ "\$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "\$(eval_gettext "Please select the install file.")" "\$TITLE" SETUP_PATH="\$APP_ANSWER" fi ENDCDROM fi if [ "$SETUP_PATH" = "" ] then rm "$SCRIPTPATH" POL_SetupWindow_message "$(eval_gettext "You must choose a file!")" "$TITLE" POL_SetupWindow_Close exit 1 fi WORKINGSETUP_PATH="$cdromDirIs/$NameIs" cd "$WORKINGSETUP_PATH" POL_SetupWindow_wait "$(eval_gettext '$APPLICATION_TITLE is installing your application...')" "$TITLE" echo "POL_SetupWindow_wait \"\$(eval_gettext '$APPLICATION_TITLE is installing your application...')\" \"\$TITLE\"" >> "$SCRIPTPATH" extension=$(echo "$SETUP_PATH" | sed 's/.*\.//g') if [ "$extension" = "msi" ] then POL_Wine msiexec /i "$SETUP_PATH" echo "POL_Wine msiexec /i \"\$SETUP_PATH\"" >> "$SCRIPTPATH" else POL_Wine "$SETUP_PATH" echo "POL_Wine \"\$SETUP_PATH\"" >> "$SCRIPTPATH" fi POL_Wine_WaitExit echo "POL_Wine_WaitExit" >> "$SCRIPTPATH" rm "$POL_USER_ROOT/tmp/shortcuts" 2> /dev/null POL_SetupWindow_shortcut_creator "$WINEVERSIONLIVE" cat "$POL_USER_ROOT/tmp/shortcuts" >> "$SCRIPTPATH" POL_SetupWindow_Close echo "POL_SetupWindow_Close" >> "$SCRIPTPATH" echo "exit" >> "$SCRIPTPATH" exit playonlinux/bash/playonlinux-pkg000077500000000000000000000065621226051336100174540ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script install POL packages export OLDDIR="$PWD" [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" echo "$(eval_gettext '$APPLICATION_TITLE package manager: ')$VERSION" if [ "$1" = "--version" ] then echo "$APPLICATION_TITLE $VERSION" exit 0 fi if [ "$3" = "-g" -o "$3" = "--gui" ] then error_c="error" else error_c="echo" fi if [ "$1" = "-h" -o "$1" = "--help" -o "$1" = "" ] then echo "$(eval_gettext "Usage: ")" echo "-b$(eval_gettext " or ")--browse $(eval_gettext " Choose a file")" echo "-e$(eval_gettext " or ")--extract $(eval_gettext " Extract the package")" echo "-i$(eval_gettext " or ")--install $(eval_gettext " Install the package")" echo "-h$(eval_gettext " or ")--help $(eval_gettext " Show this message")" fi if [ "$1" = "-b" -o "$1" = "--browse" ] then FILE=`select_file "$(eval_gettext 'Choose a package to install')" '' 0 0 1 "$(eval_gettext 'PlayOnLinux package manager')"` if [ ! "$FILE" = "" ] then bash "$PLAYONLINUX/playonlinux-pkg" -i "$FILE" -g fi exit fi if [ "$1" = "-e" -o "$1" = "--extract" ] then cd "$OLDDIR" PACKAGE="$2" TMP="$REPERTOIRE/tmp/" echo "" echo "Opening $2" if [ ! -e "$PACKAGE" ] then $error_c "$(eval_gettext 'Unable to find the file: ')$2" exit fi ext=`echo $PACKAGE | awk -F "." '{print $NF}'` if [ ! "$ext" = "pol" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit fi echo "Extracting..." mkdir package tar -xvf "$PACKAGE" -C ./package > /dev/null 2> /dev/null exit fi if [ "$1" = "-i" -o "$1" = "--install" ] then cd "$OLDDIR" PACKAGE="$2" TMP="$REPERTOIRE/tmp/" echo "" echo "Opening $2" if [ ! -e "$PACKAGE" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " does not exist!")" exit fi ext=`echo $PACKAGE | awk -F "." '{print $NF}'` if [ ! "$ext" = "pol" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit fi rm -r "$TMP/pkg/" 2> /dev/null mkdir -p "$TMP/pkg/" cp "$2" "$TMP/pkg" cd "$TMP/pkg" echo "$(eval_gettext "Extracting: ")$2..." tar -xvf *.pol > /dev/null 2> /dev/null if [ "$?" = "2" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit fi if [ ! -e "$TMP/pkg/playonlinux/main" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit fi echo "$(eval_gettext "Running...")" export SCRIPT_DIRECTORY="$TMP/pkg/files/" bash "$TMP/pkg/playonlinux/main" rm -r "$TMP/pkg/" 2> /dev/null echo "$(eval_gettext "Cleaning...")" fi exit 0 playonlinux/bash/playonlinux-shell000077500000000000000000000016131226051336100177720ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" bash --rcfile "$PLAYONLINUX/etc/pol_bash" playonlinux/bash/playonlinux-url_handler000077500000000000000000000023311226051336100211600ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # URL handler [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Dans quel répértoire se trouve le script ? STRING="$1" STRING="${STRING/playonlinux:\/\//http://}" STRING="${STRING/playonmac:\/\//http://}" url_cut="$(echo $STRING | cut -d "/" -f3)" if [ "$url_cut" == "www.playonlinux.com" ] || [ "$url_cut" == "www.playonmac.com" ] then $POL_WGET "$STRING" -O- > "$REPERTOIRE/install" POL_Bash "$REPERTOIRE/install" fi playonlinux/bash/playonlinux_online000077500000000000000000000127761226051336100202450ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnLinux / PlayOnMac Online [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="$APPLICATION_TITLE Online" personal_scripts() { POL_Website_GET "$SITE/V4_data/repository/get_personal_list.php" PSCRIPTS="$(POL_Website_Result)" if [ "$PSCRIPTS" ]; then 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" "~" if [ ! "$APP_ANSWER" = "" -a ! "$APP_ANSWER" = "Back" ]; then POL_Website_GET "$SITE/V4_data/repository/get_file.php?id=$APP_ANSWER" POL_Website_Result > "$POL_USER_ROOT/install" cd "$POL_USER_ROOT" POL_SetupWindow_wait "$(eval_gettext "Running...")" "$TITLE" POL_Bash "install" fi else POL_SetupWindow_message "$(eval_gettext 'You do not seems to have any personal script')" "$TITLE" fi } send_script() { 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" LIST="" cd "$POL_USER_ROOT/scripts" for file in * do LIST="$LIST~$file" done LIST="${LIST:1}" POL_SetupWindow_menu "$(eval_gettext "Choose the file corresponding to your program.")" "$TITLE" "$LIST" "~" SCRIPTFILE="$APP_ANSWER" script="$(cat "$SCRIPTFILE")" script="$(POL_Website_urlparse "$script")" POL_SetupWindow_question "$(eval_gettext "Does your program run?")" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ] then POL_SetupWindow_textbox "$(eval_gettext "What is the title of your program?")" "$TITLE" SCRIPTTITLE="$APP_ANSWER" POL_SetupWindow_textbox "$(eval_gettext "What is the editor of your program?")" "$TITLE" EDITOR="$APP_ANSWER" POL_SetupWindow_textbox "$(eval_gettext "What is the editor website of your program?")" "$TITLE" "http://" URL="$APP_ANSWER" 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")" "~" CATEGORY="$APP_ANSWER" URL="$(printf $APP_ANSWER | sed s/\\//\\\\\\//g)" # J'adore ce genre de ligne la POL_SetupWindow_textbox_multiline "$(eval_gettext "What feature of your program does not work?\nIf everything works, please mention it")" "$TITLE" FEATURE="$APP_ANSWER" POL_SetupWindow_textbox_multiline "$(eval_gettext "Write any change you made to wine configuration here:")" "$TITLE" DESCRIPTION="Features $FEATURE Wine configuration : $APP_ANSWER" script="${script/'{SCRIPT_NAME}'/$SCRIPTTITLE}" script="${script/'{SCRIPT_EDITEUR}'/$EDITOR}" script="${script/'{SCRIPT_URL}'/$URL}" script="${script/'{SCRIPT_USER}'/$POL_LOGIN}" [ "$POL_OS" == "Mac" ] && repos="playonmac" [ "$POL_OS" == "Linux" ] && repos="playonlinux" POL_Website_Request "http://www.$repos.com/repository/new.php" "name=Generated $SCRIPTTITLE&send=Add" #POL_SetupWindow_message "Debug : premiere requete faite" "$TITLE" SCRIPT_ID="$(POL_Website_Result | grep ' "$POL_USER_ROOT/tmp/icons_fetch_list" numfetch=0 lines=0 while read line; do [ "$line" = "" ] && break IFS="/" read file content download_icon testing nocd free <<< "$line" echo "$content~$testing~$nocd~$free" >> "$file" echo "$content~$testing~$nocd~$free" >> "search" if [ "$download_icon" = "1" -a ! -e "$POL_USER_ROOT/configurations/icones/$content" ]; then echo "$SITE/V2_data/icones/$content" >> "$POL_USER_ROOT/tmp/icons_fetch_list" numfetch=$(( numfetch + 1 )) fi lines=$(( lines + 1 )) echo $(( lines*10/totlines )) done if [ $numfetch -gt 0 ]; then echo 10 i=0 cd "$POL_USER_ROOT/configurations/icones" ${POL_WGET/-q} -nv -nd -i "$POL_USER_ROOT/tmp/icons_fetch_list" 2>&1 |\ sed -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\ while read content; do [ -e "$content" -a ! -s "$content" ] && rm "$content" i=$(( i + 1 )) echo $(( 10 + i*90/numfetch )) done else echo 100 fi rm "$POL_USER_ROOT/tmp/icons_fetch_list" 2>/dev/null } get_packages_icons() { while read line; do content="$(echo "$line" | cut -d ":" -f 1)" if [ ! -e "$POL_USER_ROOT/configurations/icones/$content" ]; then echo "$SITE/V2_data/icones/$content" fi done > "$POL_USER_ROOT/tmp/icons_fetch_list2" cd "$POL_USER_ROOT/configurations/icones" ${POL_WGET/-q} -nv -nd -i "$POL_USER_ROOT/tmp/icons_fetch_list2" 2>&1 |\ sed -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\ while read content; do [ -e "$content" -a ! -s "$content" ] && rm "$content" done rm "$POL_USER_ROOT/tmp/icons_fetch_list2" 2>/dev/null } maj_check () { #clean_tmp WEB_TIMESTAMP="$($POL_WGET "$SITE/update_mark.txt" -O- 2> /dev/null)" LAST_TIMESTAMP="$(POL_Config_Read LAST_TIMESTAMP)" if $POL_WGET "$SITE/V4_data/repository/get_packages.php" -O- > "$REPERTOIRE/configurations/POL_Functions"; then mv "$REPERTOIRE/configurations/POL_Functions" "$REPERTOIRE/configurations/listes/POL_Functions" cat "$REPERTOIRE/configurations/listes/POL_Functions" | grep ':1$' | get_packages_icons fi # Gecko $POL_WGET "$GECKO_SITE/gecko.lst" -O- > "$REPERTOIRE/tmp/gecko.lst" && mv "$REPERTOIRE/tmp/gecko.lst" "$REPERTOIRE/configurations/listes/gecko.lst" # Mono $POL_WGET "$MONO_SITE/mono.lst" -O- > "$REPERTOIRE/tmp/mono.lst" && mv "$REPERTOIRE/tmp/mono.lst" "$REPERTOIRE/configurations/listes/mono.lst" if [ ! "$WEB_TIMESTAMP" = "" ] && [ ! "$WEB_TIMESTAMP" = "$LAST_TIMESTAMP" ] # On évite les mises à jours inutiles then POL_Debug_Message "Web version : $WEB_TIMESTAMP" POL_Debug_Message "Current local version : $LAST_TIMESTAMP" POL_Debug_Message "Updating list" mkdir -p "$REPERTOIRE/configurations/listes/" cd "$REPERTOIRE/configurations/listes" rm 0 1 2 3 4 5 6 7 8 9 search 2> /dev/null touch 0 1 2 3 4 5 6 7 8 9 search echo 0 if [ "$POL_OS" = "Linux" ] then $POL_WGET "$SITE/V4_data/repository/get_list_v4.php" -O- | config_maj $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonlinux=1" -O- > md5sums else $POL_WGET "$SITE/V4_data/repository/get_list_v4.php?playonmac=1" -O- | config_maj $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonmac=1" -O- > md5sums fi POL_Config_Write LAST_TIMESTAMP "$WEB_TIMESTAMP" else POL_Debug_Message "List is up to date" fi } maj_check playonlinux/bash/polconfigurator000077500000000000000000000111151226051336100175160ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2008 Pâris Quentin # Copyright (C) 2009 Łukasz Wojniłowicz # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext '$APPLICATION_TITLE Application Configurator')" pol_winecfg() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine winecfg } pol_kprocess() { if [ "$FIRSTARGUMENT" != "" ]; then POL_SetupWindow_Init POL_SetupWindow_wait_next_signal "$(eval_gettext "Killing programs in the virtual drive...")" "$TITLE" fi sleep 1 POL_Wine_AutoSetVersionEnv wineserver -k sleep 1 if [ "$FIRSTARGUMENT" != "" ]; then POL_SetupWindow_Close fi } pol_regedit() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine regedit } pol_wineboot() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine wineboot } pol_awinecfg() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$REPERTOIRE/plugins/Advanced Wine Configuration/scripts/menu" } pol_winetricks() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$REPERTOIRE/plugins/WineTricks/scripts/menu" "$FIRSTARGUMENT" } pol_scfg() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$REPERTOIRE/configurations/configurators/$APP" } pol_changeicon() { if [ "$FIRSTARGUMENT" != "" ]; then (convert "$FIRSTARGUMENT" -geometry 32X32 "$REPERTOIRE/icones/32/$APP" && (touch "$REPERTOIRE/icones/32/tmp" && sleep 1 && rm "$REPERTOIRE/icones/32/tmp")&)& exit else cd "$HOME/.local/share/icons/" POL_SetupWindow_browse "$(eval_gettext "Please select an icon file")" "$(eval_gettext "Icon selection")" iconame=$(basename "$APP_ANSWER") extensionwithoutcase=${iconame##*.} extension=`echo "$extensionwithoutcase" | tr '[:upper:]' '[:lower:]'` if [ "$iconame" != "" ] && [ "$extension" = ico ] || [ "$extension" = xpm ] || [ "$extension" = png ] || [ "$extension" = jpg ] || [ "$extension" = jpeg ] || [ "$extension" = bmp ]; then convert "$APP_ANSWER" -geometry 32X32 "$REPERTOIRE/icones/32/$APP" else POL_SetupWindow_message_image "$extension $(eval_gettext "is not an icon extension")" "$(eval_gettext "Bad file extension")" "$PLAYONLINUX/themes/tango/warning.png" return fi fi touch "$REPERTOIRE/icones/32/tmp" sleep 1 rm "$REPERTOIRE/icones/32/tmp" } LNG_CONFIGURE=$(eval_gettext "Configure Wine") LNG_REGISTRY=$(eval_gettext "Registry Editor") LNG_KPROCESS=$(eval_gettext "Kill all prefix processes") LNG_UPDATEPREFIX=$(eval_gettext "Update wineprefix") LNG_WINDOWS_REBOOT=$(eval_gettext "Simulate Windows reboot") LNG_APLUGIN=$(eval_gettext "Use Advanced Wine Configuration plugin") LNG_POLCFG=$(eval_gettext "Use PlayOnLinux's configurator for") LNG_CHANGEICON=$(eval_gettext 'Change the icon') LNG_WINETRICKS=$(eval_gettext "Use WineTricks") main_menu() { ITEMS="$LNG_CONFIGURE~$LNG_REGISTRY~$LNG_KPROCESS~$LNG_UPDATEPREFIX~$LNG_WINDOWS_REBOOT~$LNG_CHANGEICON" if [ "-e" "$REPERTOIRE/plugins/Advanced Wine Configuration" ] then ITEMS+="~$LNG_APLUGIN" fi if [ "-e" "$REPERTOIRE/plugins/WineTricks" ] then ITEMS+="~$LNG_WINETRICKS" fi if [ "-e" "$REPERTOIRE/configurations/configurators/$APP" ] then ITEMS+="~$LNG_POLCFG $APP" fi POL_SetupWindow_menu "$(eval_gettext "Please choose an action to perform")" "$TITLE" "$ITEMS" "~" redirect_to_pol_configure_function "$APP_ANSWER" } redirect_to_pol_configure_function() { if [ "$1" = "$LNG_CONFIGURE" ] then pol_winecfg elif [ "$1" = "$LNG_REGISTRY" ] then pol_regedit elif [ "$1" = "$LNG_KPROCESS" -o "$1" = "KillApp" ] # Encoding problem ! Be careful then pol_kprocess elif [ "$1" = "IconChange" ] || [ "$1" = "$LNG_CHANGEICON" ] then pol_changeicon fi } APP="$1" FUNCTIONTORUN="$2" #0-run menu; other-run remotely FIRSTARGUMENT="$3" #argument for function run remotely prefixe=$(detect_wineprefix "$1") export WINEPREFIX="$prefixe" redirect_to_pol_configure_function "$FUNCTIONTORUN" exit playonlinux/bash/polshell000077500000000000000000000016131226051336100161250ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" bash --rcfile "$PLAYONLINUX/etc/pol_bash" playonlinux/bash/read_pc_cd000066400000000000000000000076261226051336100163550ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnMac CD PC reader [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext 'PC CD-ROM reader')" POL_SetupWindow_Init if [ "$POL_OS" = "Linux" ]; then POL_SetupWindow_message "This tool is made for OSX" "$TITLE" POL_SetupWindow_Close exit 0 fi POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows part')" POL_SetupWindow_menu_num "$(eval_gettext 'What do you want to do?')" "$TITLE" "$(eval_gettext 'Read a PC CD-ROM')~$(eval_gettext 'Eject a PC CD-ROM')" "~" if [ "$APP_ANSWER" = "0" ]; then #read POL_SetupWindow_message "$(eval_gettext 'Please insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROM')" "$TITLE" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" sleep 2 cd "/Volumes" LIST_DEVICES_="" for device in * do if [ "$LIST_DEVICES_" ]; then LIST_DEVICES_+="~$device" else LIST_DEVICES_="$device" fi done POL_SetupWindow_menu "$(eval_gettext 'Please choose a CD-ROM')" "$TITLE" "$LIST_DEVICES_" "~" CDROMc="$APP_ANSWER" POL_Debug_Message "Selecting $CDROMc to be mounted" process() { search="$1" read line while [ "$line" ]; do if [ "${line::5}" = "/dev/" ]; then latest_device="$line"; fi #echo $latest_device if [ ! "$(grep "${search::16}" <<< $line)" = "" ]; then echo $latest_device break fi read line; done } device="$(diskutil list | process "$CDROMc")" rdevice="${device}s1" POL_Debug_Message "Preparing to mount $rdevice" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" mount_point="/Volumes/${CDROMc}_Windows" mkdir "$mount_point" if mount -t cd9660 "$rdevice" "$mount_point"; then POL_SetupWindow_message "The PC part of your cd-rom has been successfully found and mounted.\n\nWhen you have finished, don't forget to use PlayOnMac to eject the CD-ROM before removing from your computer." "$TITLE" POL_Open "$mount_point" else if rmdir "$mount_point"; then POL_SetupWindow_message "Error: Your CD-ROM does not seem to be a hybrid Mac/PC CD-ROM" "$TITLE" else POL_SetupWindow_message "Windows part of your CD-ROM seems to be already mounted" "$TITLE" fi fi else cd "/Volumes" LIST_DEVICES_="" for device in *_Windows do if [ ! "$LIST_DEVICES_" = "" ]; then LIST_DEVICES_+="~$device" else LIST_DEVICES_="$device" fi done POL_SetupWindow_menu "$(eval_gettext 'Please choose a CD-ROM to eject')" "$TITLE" "$LIST_DEVICES_" "~" CDROMc="$APP_ANSWER" POL_Debug_Message "Selecting $CDROMc to be unmounted" mount_point_1="/Volumes/${CDROMc}" mount_point_2="/Volumes/${CDROMc/_Windows/}" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" umount "$mount_point_1" diskutil eject "$mount_point_2" rmdir "$mount_point_1" fi POL_SetupWindow_Close exit 0playonlinux/bash/run_app000077500000000000000000000073221226051336100157520ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script is called when POL/POM runs a program. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$APPLICATION_TITLE" send_stat() { # Time delta="$(( EndTime - StartTime ))" # vms vms="$(POL_Config_Read VMS)" [ "$vms" = "" ] && vms="0" # OpenGL32 # OpenGL64 # DISTRO POL_LoadVar_Distro DISTRO="${DISTRO//'~'/ }" # Script name ScriptName="$(cat "$PACKAGE" | grep ScriptID | cut -d '=' -f2)" # ExitCode if [ "$(cat "$PACKAGE" | grep '\[ "$WINEDEBUG" = "-all" \] && exit 0')" = "" ]; then ExitCode="$1" else ExitCode="-1" fi # OS (currentOS ; 0 = linux ; 1 = Mac) [ "$POL_OS" = "Linux" ] && currentOS="0" || currentOS="1" # User Report = -1 # Unique anonymous id (autorisation to edit the review) if [ ! -e "$POL_USER_ROOT/configurations/reports/$PACKAGE" ]; then UniqId="$(perl -e 'print int(rand(10000000000000000))')" else UniqId="$(cat "$POL_USER_ROOT/configurations/reports/$PACKAGE")" fi # Wine version Prefix="$(POL_Shortcut_GetPrefix "$PACKAGE")" Version="$(POL_Config_PrefixRead VERSION "$Prefix")" PArch="$(POL_Config_PrefixRead ARCH "$Prefix")" [ "$PArch" = "x86" ] && archty="0" || archty="1" # AMD64 [ "$AMD64_COMPATIBLE" = "True" ] && amd64_set="1" || amd64_set="0" if [ "$ScriptName" ]; then # Device Infos - Could also directly use POL_DetectVideoCards for full list POL_LoadVar_Device --non-interactive Info="$(printf "$VendorID~$DeviceID~$currentOS~$ScriptName~$amd64_set~$OpenGL32~$OpenGL64~$Version~$ExitCode~$DISTRO~$vms~$UniqId~$archty~$PACKAGE~$VERSION~$delta" | POL_base64)" POL_Website_GET "http://www.playonlinux.com/api/s.php?data=$(POL_Website_urlencode "$Info")" echo "$UniqId" > "$POL_USER_ROOT/configurations/reports/$PACKAGE" fi } if [ "$1" ]; then PACKAGE="$1" else POL_SetupWindow_Init POL_SetupWindow_games "$(eval_gettext "Please choose a software to run")" "$TITLE" PACKAGE="$APP_ANSWER" POL_SetupWindow_Close fi cd "$REPERTOIRE/shortcuts" export POL_IgnoreWineErrors="True" $(POL_Config_Read PRE_RUNNING) if [ "$(POL_Config_Read DONT_KILL_ON_EXIT)" = "TRUE" ]; then export POL_DONT_REGISTER_PID="TRUE" fi if [ -e "$POL_USER_ROOT/configurations/pre_shortcut/$PACKAGE" ]; then source "$POL_USER_ROOT/configurations/pre_shortcut/$PACKAGE" fi shift # export FORCE_OSX_DOCK="TRUE" POL_Wine_EnableOSXNativeDock export COMMON_NAME="$PACKAGE" StartTime="$(date +%s)" bash "$PACKAGE" "$@" ExitCode="$?" EndTime="$(date +%s)" if [ ! "$ExitCode" = "0" ]; then POL_SetupWindow_Init POL_SetupWindow_wait "$(eval_gettext '$APPLICATION_TITLE debugger is starting...')" "$TITLE" if [ ! "$(cat "$PACKAGE" | grep 'export WINEDEBUG="-all"')" = "" ] then POL_Debug_ErrorSilent "$(eval_gettext '$PACKAGE crashed.\nClick on debug link to get more details.')" else POL_Debug_ErrorSilent "$(eval_gettext '$PACKAGE crashed.')" fi POL_SetupWindow_Close fi $(POL_Config_Read POST_RUNNING) if [ "$(POL_Config_Read SEND_REPORT)" = "TRUE" ] && [ "$DEBIAN_PACKAGE" = "FALSE" ]; then send_stat "$ExitCode" fiplayonlinux/bash/run_exe000077500000000000000000000104071226051336100157510ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script run automatically a .exe file [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITRE="$(eval_gettext 'Automatic installation')" TITLE="$TITRE" NOBUGREPORT="YES" install_wizard() { POL_SetupWindow_free_presentation "$TITRE" "$(eval_gettext 'Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expected')" POL_SetupWindow_textbox "$(eval_gettext 'What is the name of you program?')" "$TITRE" PRGM_NAME="$APP_ANSWER" #PRGM_NAME="Notepad++" PREFIX_NAME=`echo "$PRGM_NAME"| tr -c [[a-zA-Z0-9]\.] '_'` echo "$md5:$PREFIX_NAME" >> $md5file select_prefix "$REPERTOIRE/wineprefix/$PREFIX_NAME" POL_Wine_PrefixCreate POL_SetupWindow_wait "$(eval_gettext '$APPLICATION_TITLE is installing $PRGM_NAME')" "$TITRE" POL_Wine "$line" POL_Wine_WaitExit POL_SetupWindow_shortcut_creator POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITRE" } run_wizard() { POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is running your program')" "$TITRE" PREFIX_NAME="$(cat $md5file | grep $md5 | cut -d ':' -f2)" select_prefix "$REPERTOIRE/wineprefix/$PREFIX_NAME" sleep 2 POL_Wine "$line" & sleep 2 } POL_SetupWindow_Init # Quoi qu'il arrive on ouvre la fenêtre if [ "$(POL_Config_Read FIRST_USE)" = "" ] # PlayOn* pas initialisé ? Alors on attend que ce soit fini then POL_SetupWindow_wait_next_signal "$(eval_gettext 'Waiting for the first-assistant to be finished')" "$TITRE" sleep 1 #bash "$PLAYONLINUX/bash/first_use" & #### Fixme ! La ya des test à faire ! fi while [ "$(POL_Config_Read FIRST_USE)" = "" ] do sleep 1 done if [ ! "$1" = "" ] # Si on a double cliqué sur un .exe, on le prend then file=$(basename "$1") line="$1" if [ ! "${line::1}" = "/" ]; then line="$WorkingDirectory/$line" fi Prefix="$(POL_Wine_GetPrefixFromPath "$line")" if [ ! "$Prefix" = "" ] then POL_Debug_Message "Running into a virtual drive : $prefix" POL_SetupWindow_Close # Pas besoin de toi dir="$(dirname "$line")" POL_Wine_SelectPrefix "$Prefix" cd "$dir" POL_Wine "$line" exit 0 fi else exit 1 fi POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is analysing your application')" "$APPLICATION_TITLE" # Calcul de la somme md5 pour savoir quoi faire sleep 5 #Pour être sur que le fichier md5 est bien téléchargé md5=$(POL_MD5_file "$line") md5file="$REPERTOIRE/configurations/md5" md5scripts="$REPERTOIRE/configurations/listes/md5sums" md5sreplace=$(cat $md5scripts | grep $md5 | sed s/" $md5"/""/) if [ ! "$(cat $md5scripts | grep $md5)" = "" ] # Le programme est connu, on propose le bon script then POL_SetupWindow_question "$(eval_gettext "We have detected that the program you want to install is :")\n\n$md5sreplace\n\n$(eval_gettext 'Do you want $APPLICATION_TITLE to install it automatically for you?')" "$TITRE" if [ "$APP_ANSWER" = "TRUE" ] then POL_SetupWindow_Close export POL_SELECTED_FILE="$line" export POL_SELECTED_MD5="$md5" bash "$PLAYONLINUX/bash/install" "$md5sreplace" exit 0 fi fi if [ ! "$(cat $md5file | grep $md5)" = "" ] # Le programme a déjà été lancé then POL_SetupWindow_question "$(eval_gettext '$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?')" "$TITRE" if [ "$APP_ANSWER" = "TRUE" ] then run_wizard POL_SetupWindow_Close exit 0 fi fi install_wizard # Finalement, on l'installe POL_SetupWindow_Close exit 0 playonlinux/bash/startup000077500000000000000000000026251226051336100160110ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is the startup script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_Debug_Message "$APPLICATION_TITLE ($VERSION) is starting" # POL / POM won't work without that construire_repertoire_personnel # Cleaning tmp directory clean_tmp ### Operations below are background asynchronous tasks ( # Run XQuartz # [ "$POL_OS" = "Mac" ] && POL_Internal_RunXQuartz if [ "$(POL_Config_Read VDRIVES_LINK_MADE)" = "" ]; then POL_Config_Write VDRIVES_LINK_MADE TRUE [ -e "$HOME/$APPLICATION_TITLE's virtual drives" ] || ln -s "$POL_USER_ROOT/wineprefix/" "$HOME/$APPLICATION_TITLE's virtual drives" fi ) &playonlinux/bash/startup_after_server000066400000000000000000000040371226051336100205540ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is the startup script (after POL server) [ "$PLAYONLINUX" = "" ] && exit 0 [ "$POL_PORT" = "0" ] && exit 1 # I need the server here source "$PLAYONLINUX/lib/sources" # Plugins install_plugins # Debian [ "$DEBIAN_PACKAGE" = "TRUE" ] && install_debfonts if [ ! "$(POL_Config_Read FIRST_USE)" = "TRUE" ]; then bash "$PLAYONLINUX/bash/first_use" elif [ "$POL_OS" = "Mac" -a ! -e "/Applications/Utilities/XQuartz.app" -a "$OSX_VERSION" != "11" ]; then bash "$PLAYONLINUX/bash/first_use" elif [ "$POL_OS" = "Mac" ]; then if [ "$OSX_VERSION" = "11" -a "$OSX_SUB_VERSION" -gt "4" ] || [ "$OSX_VERSION" = "12" -a "$OSX_SUB_VERSION" -gt "1" ]; then # XQuartz 2.7.4 is needed here... See http://bugs.winehq.org/show_bug.cgi?id=31751 XVERSION="$(cat "/Applications/Utilities/XQuartz.app/Contents/Info.plist" | grep -A1 "CFBundleShortVersionString" | tail -n1 | cut -d '>' -f2 | cut -d '<' -f1)" if VersionLower "$XVERSION" "2.7.4"; then bash "$PLAYONLINUX/bash/first_use" fi fi fi if [ "$(POL_Config_Read GECKO_INSTALLED)" = "" ]; then POL_Config_Write GECKO_INSTALLED TRUE bash "$PLAYONLINUX/bash/install_gecko" fi if [ "$(POL_Config_Read MONO_INSTALLED)" = "" ]; then POL_Config_Write MONO_INSTALLED TRUE bash "$PLAYONLINUX/bash/install_mono" fi playonlinux/bash/uninstall000077500000000000000000000056421226051336100163220ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Uninstall a program [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" INTERACTIVE=1 if [ "$1" = "--non-interactive" ]; then unset INTERACTIVE shift fi TITLE="$(eval_gettext '$APPLICATION_TITLE Uninstaller')" [ -n "$INTERACTIVE" ] && POL_SetupWindow_Init "$PLAYONLINUX/resources/images/setups/delete/top.png" "$PLAYONLINUX/resources/images/setups/delete/left.jpg" if [ "$1" = "" ]; then if [ -z "$INTERACTIVE" ]; then echo "Syntax: $0 [--non-interactive] \"Shortcut name\"" >&2 exit 1 fi POL_SetupWindow_shortcuts_list "$(eval_gettext 'Please select a program to uninstall')" "$TITLE" ProgramUninstall="$APP_ANSWER" else ProgramUninstall="$1" fi NOM_JEU="$REPERTOIRE/shortcuts/$ProgramUninstall" if [ -e "$NOM_JEU" ] then application_prefixe=$(detect_wineprefix "$ProgramUninstall") delete_var=$ProgramUninstall [ -n "$INTERACTIVE" ] && POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext "This wizard will help you to uninstall: ")$delete_var\n$(eval_gettext "Click Next to continue.")" # Icones rm -f "$REPERTOIRE/icones/32/$ProgramUninstall" rm -f "$REPERTOIRE/icones/full_size/$ProgramUninstall" rm -f "$POL_USER_ROOT/configurations/reports/$ProgramUninstall" 2> /dev/null rm -f "$POL_USER_ROOT/configurations/links/$ProgramUninstall" 2> /dev/null # Shortcut rm -f "$REPERTOIRE/shortcuts/$ProgramUninstall" rm -f "$HOME/.local/share/applications/playonlinux-$ProgramUninstall.desktop" rm -f "$DESKTOP/$ProgramUninstall.desktop" # Note: only interactive mode checks if the prefix should be removed if [ -n "$INTERACTIVE" ]; then POL_SetupWindow_wait "$(eval_gettext 'Uninstalling...')" "$(eval_gettext '$APPLICATION_TITLE Uninstaller')" sleep 1 clean_wineprefix $application_prefixe POL_SetupWindow_message "$delete_var$(eval_gettext ' has been uninstalled successfully.')" "$(eval_gettext '$APPLICATION_TITLE Uninstaller')" fi else if [ -z "$INTERACTIVE" ]; then echo "Error, shortcut $ProgramUninstall not found" >&2 exit 2 fi POL_SetupWindow_message "$(eval_gettext "Cannot find the shortcut")" "$(eval_gettext '$APPLICATION_TITLE Uninstaller')" fi [ -n "$INTERACTIVE" ] && POL_SetupWindow_Close playonlinux/bash/update_git000077500000000000000000000026571226051336100164410ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Uninstall a program [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="$(eval_gettext '$APPLICATION_TITLE auto-updater')" POL_SetupWindow_Init POL_SetupWindow_wait "$(eval_gettext 'Updating $APPLICATION_TITLE from GIT...')" "$TITLE" cd "$PLAYONLINUX" git remote update if git status |grep -q 'Your branch is behind'; then POL_SetupWindow_question "$(eval_gettext 'Do you want to update and restart $APPLICATION_TITLE?')" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]; then git pull POL_Restart fi else POL_SetupWindow_message "$(eval_gettext 'Already up-to-date.')" "$TITLE" fi POL_SetupWindow_Close playonlinux/bash/winebash000077500000000000000000000026531226051336100161100ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2008 Pâris Quentin # Copyright (C) 2009 Łukasz Wojniłowicz # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Permet de faire le lien avec wine dans le menu option [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_wait_next_signal "$(eval_gettext "Please wait...")" "$(eval_gettext '$APPLICATION_TITLE Application Configurator')" sleep 2 if [ "$1" = "--prefix" ] then shift export WINEPREFIX="$REPERTOIRE/wineprefix/$1" else export WINEPREFIX="$(detect_wineprefix "$1")" fi shift #[ "$WINEVERSION" = "" ] || POL_WINE$WINEVERSION if [ "$1" = "wineserver" ] then POL_Wine_AutoSetVersionEnv wineserver -k else POL_Wine $@ & fi POL_SetupWindow_Close exit playonlinux/bin/000077500000000000000000000000001226051336100142075ustar00rootroot00000000000000playonlinux/bin/check_dd_amd64.bz2000066400000000000000000000062531226051336100173530ustar00rootroot00000000000000BZh91AY&SY 5 xwMyo_ u]ޞgw^ٙpk[ns"hi<&ɨQO)>*=Ź~Wo9lRy*R?̋]Ec*JM *NˑXkx\H-)N%JWx67[Bė,`TFNb4TRPjت*r\2`O#!Wב=ڦ)\[V8:= Lg])Ùf #gD¡ 'ۇ;gbIj|ֺ\WpӲ10B) * lڦrv1x]4g-4Qhd)8+f[ q:ohH{uC oBh@+ڲ\a 30-gH )u?w{ͱxЊ蔉<+`XiPRXrd ().ϝuBޏ] JBHDZ+Yy_C-P?ɦ`lEr;i gwBDb#Ļa8@H{T}?4M8$  ʼn*WU- LvtR.}cTmUè̜&|:wG yݤ׎M`L^FBfSRݞcX|`̆8L?{A@k4v78aE!"|RR6.|$L!8מ92Iɋ|ʃNy)3/ r,j} 44wAZW$!-l.<,b~ H;o[7{#gn> #7PӸъ8Md1;l1Mxm taj{ v-怴&TZQj,juYSS_nDO] *1Ml2B8ڵ˗$YC Ʊ㈄+m:,G0D1MtX>D sq tE$Ծc&*jtTGaLΨfDm$hje 1! -aS"(&Xd /m6j}]$=⯻_WsN[7U(hp%T <<$PWDU9ǟ9xkQGR )p2tPXfGNPulLۋ(l#]l@  FeT0a,oZ 1Sh2{|hǁn( t씆2rn#F(֓Rd@醜>!AA9&1Ve$ &8Cm6aWyR+<_I:.[ 9ucQH&u*2f!ZS(H4!Hc'ih4Ģ[r6 SI*p,9! +nptaG@h&cϩI1V lIY NB˝bxD&Mس8JkB COPhe30؈O'a0DUap Z,:f7bIάPv"'(D44mQ:p08PSh8H6L&!QJZM9!q" "bHr0"G@lZ9񚐻K>x`>2vCQۭQqܕ}3ÆNSg[CU:_ /Dt@!3?f]XUi'1c7@#cð/D4h@C& ^g$*>O]T/6NnN|ؑ9z 2sLB  6rH!'yM!_V& arE8P 5playonlinux/bin/check_dd_x86.bz2000066400000000000000000000056321226051336100170650ustar00rootroot00000000000000BZh91AY&SY/ ~]}~]_ 2tsZ%WlQLujiLhh5M6MCDz2(=CFLA54h2f 4ѡFɢ11zMAb@HyM 4ڡ#@m 44@@i@4" 4d @hѡ4 4hhh@DD 4djz5$?TaOzh CizA447  F2hшh @Fhh#@hFM1 Ahh dh Q}^rCT3|4l77\_iqd಍<lGED[ϫy@ȃ9P '>fAYw&7 Ã%=}`pbf=vkXUtk {~n'_ɬCk#eGp}D弮nP^#-öP]!#v-U۸/Fz '9f% ^7g>@CQy-fmcޓ=$tK3[[p߇kx\r-P7 n .U0-:ӲmuhiHn0˒/X#Y1˾ RRL;ǥg'a<]Y:Y;+`-vAwD 93bر@2_&Mvێg(f j?^oahbT{F\i.ȳgL &D8RaT[`U aOe>GJBZbب6%-%P5d v #I=! uA!(bo+<%R#6,V n(.QHcѾo$L;ȸhTej5— ,WcķiY%Tu4lXZq-1,-ěLK?"YC6?r]!6k 1%ÙO> O:y/) L8.Wn}NdJdKql-T%1(B3wc9>ل Clm1d E\KObM7Gݶ)=lA#oX@}Tc׮@nD@]q8-+<2Yj;Aִhbd֥ :Jaf`46a' 0\qqG.Emb<+M8DiiwQPɓRB (B|&C}qOpJ'⭴`]٠|(G3Qº .ۉ cwn3A5!1xe {#L^Zgpv[>>ՠoE,\s fqR넯hX$()>gE2{[}Q\9&t5 cG&bFi3fӕҺ>+,pz+pP Ev2H!2 W& 2e1ho:!m$I/:CsP0 J| n- FpOT7/Ѧd \De:"X xf4hu#ы֌ۙگ1Ij,0}+z0̱9qHQleU23WfrPIkG5"ĉ0B !v$hb?~p( CWy,$0-Jƫ H oΝϾ԰$!1C521um&q9UAX"W%-X7rx(pP2pʣiфXWSZ[nQg]_* R3 GI? ˴v$ýj3!!, $0eZy0q PУW )";qX^D50 Ո%`rJ{ 1$ʈ!!, $@e6$Ơ` 3*=  P\"F`P-d5V"2|?n"!( )e4xyc?   3 #wyJ l% o^[b_0 V T[0m $4>'VZ c3$X%!!, $`e:D3 H0,'j0Qs L(2HMj#ȉB \Oi`u=YEVL=I  > suI WJm| \"_b0 BcV"d]*K1" H|@B?I4# S$-||!!, $4ea:D hI /K$W- 0(`3F=pf@tQ  {f~*yS*mg) enu E^Z^ g@ kw(b& -w#" xW"t ##%U$`to!!, $4ea:* 1v/Kdzk#  F Y" % E  Cb AI4$ (z:2 mI Ll## F##>F!! , $4ea:* 1v/KdVtKG227D"$)Qqp8 y l |~6zw2j# F " % VC ]6a$ Q :2 \  EF I&x "͓F4$]#x!! , $4eZi䠒J16e E,C\3 ^3[ S|?!;playonlinux/etc/PlayOnLinux.desktop000066400000000000000000000003011226051336100200210ustar00rootroot00000000000000[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=PlayOnLinux Comment=PlayOnLinux Type=Application %F Exec=playonlinux Icon=/usr/share/playonlinux/etc/playonlinux.png Categories=Application;Game playonlinux/etc/PlayOnLinux.directory000066400000000000000000000002211226051336100203550ustar00rootroot00000000000000[Desktop Entry] Name=PlayOnLinux Comment=The PlayOnLinux menu Icon=playonlinux Type=Directory Encoding=UTF-8 X-Ubuntu-Gettext-Domain=gnome-menus playonlinux/etc/install/000077500000000000000000000000001226051336100156605ustar00rootroot00000000000000playonlinux/etc/install/applications-accessories.png000066400000000000000000000023141226051336100233550ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IIDAT8}͋qs8:|8 D-qՍA]˦EIqM qSqSp#.JA--Tp! ݴ]F&fLf9>W3qႛqq_7O;6,XZZJNz""[;94̀fPSV%X|hTUEY7>ϽzZ]]W/\͵ߜu#+EMpoU4 MN襓EY^oTQn~| SɄf SEpUpo1˵,x<.\3MֳOs_ȣ$p}fNPɸi* *wOB63Y=Mi!Sˇ9q@nq˸9ax<.*3+TwGX|s)yr0gc[;_ M$y!3+*wO&<,6#L wgcgk}]) ;H*G!nGBT)VVV8z@d2Ὦl =u"B"l\)n}ʰY\~E%]9Y;?%#UEV+O[&qrL ܿ4 Q̌ SV;S*&K̜.+AżFN{٧ ۛƸ. B4ho`''b}bNG )lx:܉=y7&O!uU j"e $>3U@sM'޸z"I3@q`J__\~ 3<IENDB`playonlinux/etc/install/applications-development.png000066400000000000000000000023711226051336100233770ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<vIDAT8[VUk}6HΌ~˲fDHTEBB/POŴA)$"ͤrBB:j1c8s{Og_kÁoDU"U@T#;_~c캎Q ,;мp۬0pST%,[li~yb^]Q'6!;X=J1WdƄ=o>_/[MP8 Vϻu*yqQ vfxlQaKE`? |'ayeBK>ꆟf% :9ނLf:PA@CBT(j, %oA-9,Vsxʬ9TS0D؀ r `N>*gȡ(1Huv+- 暌.0 D~yE1cDUK r!& LYamsrFG>WAA҄jIKҽrQF /Ҕ)3&]AԲkO+ T 2ŋQ?) 6!Kk:U1m4YJ>2ְz2>v}9 6/x;ǸڈŋdIJ}W~+62#F8Q%E+A <"7\(.ՀK1(B"S^HʕMK.NL@h c6 D[Q94[`΍;{_t҉ԈAd1&YزVpwh!ɿΞ۰k;)fr/תz_Z{SPdIENDB`playonlinux/etc/install/applications-fonts.png000066400000000000000000000016341226051336100222070ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8oU?wfvX`[h%hx@LxA?1QcH?@jLTH@ Q Fh.e޹> ))z9=?R ! *(p+QnWEQ|_qR lkZ q[ Q)E4M4MCJY,kVbhK)3?lE0@JIXDz=:!//r*:}z65,RJ0-,8ݞڦ'GRrcy5!a^Ac\ݴxiqu۟ _g6yrlG$^/]v@)~ yk㧹͍{!-8Q8}; ta/87^zLef|Ӂ."sZmtgt(hwBN !8 ?3aض=#z,fX'y 5ՀuFiqTO ցnT*{FFF  @4t]Gu HϺw ]]TVIv;@ОRο_vummIENDB`playonlinux/etc/install/applications-games.png000066400000000000000000000023121226051336100221440ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<GIDAT8MoU;Ikv4iN.R+VV D ? @"hQEwABAC&MZ7E IlϽI<9GYkPJөn(k-wN.z> 5NO?̙# /,NCЭuu=:9&^dybH&ٖ \WWO|s*ҝkfI:Y\Ŋ`E(M|g]eHX7k5<|PhU::y1"E\/F{G*6|ئEň`P H/.J++sNSVqDxlD,' (17bu]T*|XkF\rc_xd[+ a hTs\~T*MRҥMh}o\1Zu߂&D"QrphA3hmlc4 d'_R"; F-)b0c&:@DڰX}܏ߢ\sxt<:ajwNm^l;0t6섁 }hpJ <񮭭|vkRi ՛8F^ Q(A#CCM.&uusy""tܛ@D8=`QAk rbHeH4aff޾LA6{39rlyh' Q&X^L?^e1d1b[ybq`-Z3B 0!x(Pj|$&$F6"Ǣ_<,_L^{vّ߮}xWћZS\Nh;;h]vhfޡ6Vw?| Poҽ Y|'^?'ʢ"Nlm:@j! ջk@9;ٽlՒZ֮RG\oޯ=\a xCv1M$$ōɵP/痗.5a q)g@A ^i OƦ9y+QD{otR82xgZKqa4&.gaYM2ڮJ,NDBӭ][esݰv.EqV!(ѭ>LB"aO[{Ul"xp+T{IsN )BT1W0PcVt-D#=~4 aqAg nfk8e|$cl|֙|Pa| ].;44 #t4LQs 66*1j (Ah3n%r=x$[k"uOՊG@+,Js) &=\Bk]0N?8uG=GE&-1olDLJO lEfb?Q֑{plbUsp(Ny+&Y ÞV~W ˉ*u\rog=i ?Wߨ/_R9vvsbpZx{FB_ _Ig"6¹+s 'T$r ;l[ ^4A4Gբf ^̠j@9qhZagʣ'~>T$lyBa2@ !x`cg[ێR~M^, @r+c31{^g<6⽰wg"GDlq1:Ft%!X 55Y xql" ΞrXi5X7Lse2XkT PD)-rBmhjajsgZUu[ lKᧆ( y!F5րsJcΒP1xqxt)Qndӌkgtx/4 Պ*%y/c8g,6$TpR>w?[?†'VƚZUaL,bѡU F/[L쩖5>V$G,"Ӧ%%"+y24ѱbt3gqk=s4˱Eژ;acDз'>7MJx ۘ!02n1֌~av+r-M+ܬe82͍Uq`!\(Ǚ óÉ:KlLHyd#yFVBQ7s:P ONӟ,tzH6[{45:L9=&YKHi{p4¹g=wrvnmhڍ{2a&(c3N Tb%F-WH[i΀Y7Z0TlU8mf3̾+nM^@€ R)O>p;BJ|m||WD R' f󇀺O&At y!mqBP*( wvv299I*{MJYq4Mĉ#* X !v4M>Ԃ"} *Z "->hZKZLbӴ4d7w{LJMp93ga?p]Bh’y⩓i^5䶝Ǖ@}0[,P&;1$܂F_7DTKj. Fdt==Hn|ͥouqڱ,[/6=E@a'Ӄdz+'Z [uY(-YV0Ԇ5ceS-4y*(U"h`e-z>%sWG?Iuta]ep}[;B!+'Ѭbڕf_ZFw ԷU[U97`Ŭ &kT#/*U!%-vW5ŭZs]U@c5ܙAF7EӐUM9daipDfٗE5!")V yą % 9˓3m}>"# x`X溊Ǫ[ gzˁbz}V_(@C7K1%L:㚦} /s fDM0+tN_Z3c#˻xSM~PVţ?v`3S#7m5w+ Ƃ5t *"hP ( DEJTA$/1.Asuf&;s˩wg-X]݇W_}U"efq䭗=;J2Ru3 D0PST '0r< ">9!˲s<TudTfCօ23YE^ 333$ןyIlܠ( MbfECu`3pd}$ST>U"z/pjBhI<]$|^{?1=| @<N7;T kڮ`ܸc+0@0|,baSTH ť)ewH5̉P6AIFѢx٢jf޴$N;wN>#['Zy^yOJN].3cpBE0VV] eƾ2d|5]۸'3=5݇ŰzJZZq%0 MTAT8/fÙ˼yhOd{@gnG 4&G}^~8y ~?ph8'Whh$0,=cZ(6?vjwxB y4$Hnݮu)L )fȚNT\6V=B0)eL|˃MiScL|!N|kcpNA /컥j;O1z6l l`|5cVc8O$ KDo-.7ː9!r>_.8i P,|OzGfnؾE"8HTz!RaLKYl~xa`A xMUC,uIENDB`playonlinux/etc/install/emblem-favorite.png000066400000000000000000000021441226051336100214450ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8]U}ۭv]h$05"0PnJ 馋" ( WVԂctumg<.fvܱ;<y9sݝNa@ -} z261ƉjDmlExyZx:[Su ܷ(}qVHyTQ#S@FWBbI/ɂ3Hj}2W&J≨+Vű|VNo{1)-VkwJA]cI9UWTϏ̅:8{.(Z-gfes19K:SPx>u.t4X]sf`cLXtcXUPӹv? JKϝI 7c B~Qo%}*Ds<(]=_) TUl$a1@kh@nlf0pϙ}A Zgpm [rp~qr,ʒ*\ WWB|5W = Cgr^⺂jX@9IENDB`playonlinux/etc/install/face-smile.png000066400000000000000000000024631226051336100204000ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8oTE?s{vRR _Eh%@ĈDBB$1&H 샆?}D}D>a%Q _Жm53>%-EËd3g'hmmƓl:}:-O7&ӧIΈչ-eL\0-Hij}fnkmO ~ctlxEcɺzQZU6MS#֟B_9Y(LRd[eu[w!(J d6;Y'ޞ]׈?핹Qk˶5Ic5f],0'AObWJsA!hITwMf%Z)H$]ç{qt,r|Ɂ/x1Z3Zg冭Ng` e>nt8@iraYY,_Jmn\h}Q! qAɓ>ۆ-x]?lKK!21il(CK J҄n*SCa8z]( D+}[PBDLrxwo:pR&{ÓVMs'~{*Ir#!hdv^t 2QL0*L kVE2C=,(UňGW7@}FF= > nCX%=D RL#Q^`~Muŭ>;6 W+yOhṾp̲iShJrm"ƅ%q-aG3T#D(g˻1=xo\3krX(FE-V*Hv xCW71ɾXxa wk-6Y:#jKbc'h(A"0 lw{_o5 ?{Y&خmL7b)I 1%v#܀Dy`e w򷻗4tZ;oJ;8mqY67cQS3wudh=@(rxF>1zsʝMX%baPOw&.YD&/N@x{(+α Tɛ!Qbڬ ϝi P3DM( IENDB`playonlinux/etc/install/founder.png000066400000000000000000000013651226051336100200350ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIME"WUuIDAT8}RMHTQ}o4>uqt "2m)Z.[E (nZ Di Q4բZda1(:3y{Z)F|˽9 "ɞ֡ߑ<)խ}^'n](cm _-q:w7}5B9 gNv#ZOsna|5\L D)>fHu7˾n /.v0/pH}5jo$̸0Q .GI {Y8f IENDB`playonlinux/etc/install/gnome-control-center.png000066400000000000000000000024431226051336100224320ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8[h\UiI&46t[bVbU}P> xy-Z|"CՖz+mjЙIZs{Ù7DqÂuaZFUlm65==\.)5dIT4ٴ9O=SB~߽.TUp `A=Cs􅗞W*V)Uň MkFXstww W*XUsAU@6oU099űcٿKjA`k1CUMfF2z]%###.?08|[;ﺕbyQyXl6ku'0P._䳷`u6=Oy}E020~-{WsqV$M#!dž gKfS[C~*͗ P|XXXqIrFfk[]f?J,KK"|(M{Uaff1BsO@DRظZ'qr==̖tɐϞZ:JHvB_QOۇhe/eUH&Ih OI9rV>R# ,t9gt,E"IX$.!W7C#\sVZn@b[OiҲv^FUH$aQf727+ccE yl1[kq[$Nb`` ]K M|` BQ=PXM8J^֭ر"'ip"?s,ZfhTɺs625u?3Z*ОiC1QD"XiYJT&ӶLwpP"c8#e}|JB 10Y*>{bG`@DHDYgfOʣFU1Ƭn_ퟖGUu75,v]HIENDB`playonlinux/etc/install/h-star.png000066400000000000000000000013111226051336100175600ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIME6IIDAT8}RMkQ=u:a6!uWpQܹ贙ilhݸq!sFMӖ-J!LLx̻.dBҏ<=s "zkޔ[uOٴ766a8Ƽb"J%t:wL,K)J"ңx<Rh4JD`w]t:8 hV(( @DBUD>.z=muuuMQx)%Rʑ }X̺g3̫njApXA H>ib6}],׆ OFmzV;_nyLVX,vPEhi0w@U;p]OMMEB"UU!~BTD""Bl6?5 pgAUջWp=c_[ WՖaܶ<{9rgF` Roj5gΥ9yIENDB`playonlinux/etc/install/preferences-desktop-peripherals.png000066400000000000000000000023321226051336100246520ustar00rootroot00000000000000PNG  IHDRĴl;bKGD pHYs  tIME 2zd5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًo&IDAT8˕[lE̷K-lm /BL\MА(1 ĈYIEL 4B>xyB/JLHBwmwЋmPO3g͙sXXsb=>766<@mmms@$ŷ7555ɖOIeG>:{T=68e[LJ̳O|u?RL&[o/>Eт}?c.޵s0]ρ14i^ǯ2!m/R)8|| K)1|>?ҶG2F2˩M&I,,ػ%5\dTjAaLdsĖ-3w&9.~wx78@1ou7hD"'[`aaFi6JkWTKjcPFB)Zkhm0ZD B iR(oZf|D"2,!PZt0ъ(n-lg@ аjj"33>qN? +W:;޽ٱv_*_c:˗IENDB`playonlinux/etc/install/preferences-desktop.png000066400000000000000000000016661226051336100223470ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<3IDAT8J+YJLHbQb@DЩC#y~=mp =kǾÅƑid:NUܺQ g{Ck a򹊵sCk/: k$7JN$8ez \L&f3* ifj0>ĕR"MS)ш0 I4?BFQ-\)`eViJlRx:#6p8Dk=vIXֺ@.0MR"<\<H)sEe 3Rppp;TJeoQ$IBEL\z[6MsAhXכF,$"VWWs(zZfɄz^T۶mH) eQ j59J) jؔRgggwww oհ!l8 b>'n&!Z돽^olAP*(,--QTXZZT*y^q9ӓk<ah1 'g\*ZZ4IENDB`playonlinux/etc/install/spacer.png000066400000000000000000000012301226051336100176370ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIMEL~IDAT8}OSA}__DQF>4H7+5nR.Xca uFѸvx5PdfqsJD8{>Esͅ "r r /^{D6ݛ9YbqbىܼCJ Rx-6IGb(Q(kޯﰼFEus<;p-Zڡ.%!Q|^+$DU=Z/y;K{? ٌbRUh feIENDB`playonlinux/etc/install/spacer16.png000066400000000000000000000014701226051336100200140ustar00rootroot00000000000000PNG  IHDRagAMA asRGB cHRMz&u0`:pQ<bKGDC pHYs   vpAg\ƭIDAT8}OSA}__DQF>4H7+5nR.Xca uFѸvx5PdfqsJD8{>Esͅ "r r /^{D6ݛ9YbqbىܼCJ Rx-6IGb(Q(kޯﰼFEus<;p-Zڡ.%!Q|^+$DU=Z/y;K{? ٌbRUh fe%tEXtcreate-date2011-08-13T19:16:10+02:00 %tEXtmodify-date2011-06-29T13:24:08+02:00-IENDB`playonlinux/etc/install/star.png000066400000000000000000000012211226051336100173330ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8KA?3̻ۺ}eU+.b /X-</Aϡy `;oBQ L, 1a3kξ5lza`<a儈Tb@@v 3DpQڠG7e^KsmZ&Sl+F݆PmE A $@ҦWj6@Y$WXk۾?4[ROop7Ԇ< 6h>-r\j/0Иa}{JEBD 62aL=/"16#W9wW/Ɠ1_)RDQRD祗T%lt8cG^pOE5׆`[vw )jl}T@̎pIFD{s[0]vmgxK5\+݌9wEp*䭏fYXW8:uKPV֥ZS IENDB`playonlinux/etc/install/view-refresh.png000066400000000000000000000025241226051336100207770ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|dtEXtSoftwarewww.inkscape.org<IDAT8iLg;3;K9[kEh&1iOM&415iZ$54iGb53LNUxO&3E,kÓ]zCM/ >5+5nmJ_;$ nB8,!Xd1 CH `"wĴUtyh*K1C!vò)B0cK`e)N,MZ.j\귊Ԥx iNl.HH01HK97rŢ.jHc,ҎGH^V@s>⪦1ǸqFO;Jkdl9ƀnL)@VZPv>,}\Gyd\5Bi^߉ հNITɰHll͜3nӖ)?FU4/],a}@8qܝ01kr08Đȁ-=])nJXb\d"CUzm)c5;_ft/EĴyϋW 3tǾg'NƐ֐8'k+z"0g4C5&8߱im˺,7`"0/M.R]MG e/$"0Ƥ FﺸqQʝ%իOMQ2ScaC0L ]qC=81raa"gu~s=}5)++ZZp:UFLߟ}6uE$ }͛ /PDFn%! !F\GPѢ1&́D a7oEcD0Ț)i\r`IENDB`playonlinux/etc/install/wine-packages.png000066400000000000000000000015021226051336100211020ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME#?ǷIDAT8˝kad6i]AXB=)xPԛB/܊RO v zQA .V%L|f=|MPt <:3Ny\k}P%+ >Wp;0^!g.)-ĸݥaIyye6TvU-7mmJ$g8i MM%t:543jAYkb1&ks <["U%^gߩVjJغnbz9Z(XI1w$֨VS&@og Y?ǻ$O۾~X?#sCвXw7:RNj!DxO׿>ytM+>G8]Mg$-iH3ff6hj.ZB0rxЁ#=q; J)DRJ$c| _H7ߢS/o}xv{L i5`&9Anf].ifZȩZ(p%O f6ٖ*]vH&&{1Zր @: v3-ms/o4@CΕ-3Bo<3CB)%R/$a<'}vg}%;'.$ds6@/ȈF1n-i#Lje%;vt7f;9IENDB`playonlinux/etc/install/wine-warning.png000066400000000000000000000017061226051336100207770ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME JFIDAT8˝Mh\Usܹsf21&hiA1t.DwWЅ[B X7Ϧ(mAm41ifs7SŒɌ}yx#L1@<7+| 8p8 4s.vk UVx{1Tz "ę3n)n(sfq8T"D~)j혪<14p{TvlSƊŌzLu(˫SIV?=h@&^(6LatU?G~lEN:;kO&6d}K)fIjEd5Rsg7gSB3ֱGOc)³H2ق5zafv˝=+ғGđ@&":zhqMx(5vAbHwt~i!}d#"#,P %j"CF4w݉=B"A)N]e2 /RqY/7[Q oBn!3Pin<xO˛ܙׄo) ˈE Ҭ*w?p+Wg{yRkƇ-Ta*H! RFI-HU [/5?v^[17VrwO&W2`>NhoRi/6 tEz xxXagM3dBF×prюtAobTQR5IENDB`playonlinux/etc/install/wine.png000066400000000000000000000010611226051336100173260ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME;;cIDAT8˭=K#Q;ّd,DE (b'`vmlqŲj)`6"IDg6XulfI|6p_}Ϲ ր6 @m)<ԤX`0iu)X QQEZ wf>S߀Ei]/ (3DOUπQn{Kooׄ V >b(?onrוqS:%uī͙al`Ilj;^BJ ׬Ѕi5ͷfԋ*XCP8aj0Җ`//^*iR2LCgzӠ~ފy`gm90tcB7 \ mV x\ K_ρ zv#@'7thoIENDB`playonlinux/etc/onglet/000077500000000000000000000000001226051336100155025ustar00rootroot00000000000000playonlinux/etc/onglet/application-x-executable.png000066400000000000000000000010601226051336100230740ustar00rootroot00000000000000PNG  IHDRabKGD pHYs B(xtIME8rJIDAT8˵NaofMH(`; (h aH7Mܰ`p.a4ހѕqB Q i e(.ffvY>ON!Y\ZYxz:IDd9gw=J"bi{vDҸ3>Lbd(T"/]{w]ItM31 ,;sDBO8=Xvf*dk38F 7Pp4Vھ݉\3o"5 egWָ:o]\9P$flX>o,;3`2{50$Lj3 r |C|.[8_.R,LDRxFMIENDB`playonlinux/etc/onglet/applications-system.png000066400000000000000000000011141226051336100222150ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME q_ZtEXtCommentCreated with The GIMPd%nIDAT8œJQXNm%0Ţ@2:O(y!:\&8&-3(-vtbM7.zVs9?߅[FbT0n_(Tu|5]fzOMFcC+ckخ#V R]a  ^ƉƙVJOwZ7VTtG(ܪCET4*]=sX"`./pmlƭ) 5Ba 9ro?hU/bYA3hZVחXԧ>4Q"Gx" }e*+++߾3i`ƏaD$#H]# R+QZ^]%GyIs]Dobhlʇ&ZDH$$IDJ0F`&GdL۩mor2Je;A6u]vRJ-H$DVjxFFy5aIENDB`playonlinux/etc/onglet/internet-group-chat.png000066400000000000000000000006461226051336100221150ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs B(xtIME ;r3IDAT8˕AN0Om"oaƕ8:`Fc4.0+cJ*¢{[QQxP( yR[ Q\Xxz;dی9l/ ˲^8N3 Mh)nCN@@EU)/_FA1J-Ogwel,K)`Ci{kƂ~2^lۖi~X] 3ת\&[=gS_s]GzMՂH3 dkIENDB`playonlinux/etc/onglet/internet-web-browser.png000066400000000000000000000016401226051336100222750ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME,ޏ5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˭]h[ec4i棍mТ,uī)0o)Ee8oR]GAL70v+\?,Mrs {.~8)-] , Xtދ4uljdȁ4c(ˢ\oiɍe!ɹ`W'M d(=ؤQV9?r!'hɊ'2yGDpZmHC6y.KOho~GxhnChCJLC$h/C 죤i- <R.r އR+@hc\_$b) kN;Np@f"lR,BRlޡl2Z^G,-Roa<K6BBEzːR5hi!iQh R4L:]Vdz8þTB(HC򷶊ÇƓdF&M/ȧ^]~Zk77 ;sK[x =ءw vǶm*X]|/|xBHРeq弢pk9.žVίs3S/RPpl71IENDB`playonlinux/etc/onglet/package-x-generic.png000066400000000000000000000010341226051336100214600ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs B(xtIME IDAT8˭1hTAww=b A I#MR (X( ;H) h,Ebl"*Q]۱x9#xQفٙ4h0lڑВF4ѳWc[6#H>/bJi"/3sV,1;ZEsSpZ8vKo[G-Cb 4ET }W(Pٲ ٰ|r@ UPmҏHV?1(>9! d Bj}Xk`<h~pb+@zP$3_F0׌Q3_Aszy]❇{ 3Al'2=֮G%J=.]q{ klf_o҇)IENDB`playonlinux/etc/onglet/preferences-desktop-locale.png000066400000000000000000000007041226051336100234160ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<AIDAT8;KA#;alkAD"USE0m|F|Atq#,Z$ Ys9p;wFX(Pk_fb: Ԁ=nt?2Oϱ0-"kDJ:8 2N2Hn]luR9P?**kKy֧H~e !=dI05NnZǘRJ<5=4=c%-Ny CTE#+[a?oGRP;@EC'aؾ1Ob&$ƹlq#Yt W2݁ 3fLIENDB`playonlinux/etc/onglet/preferences-desktop-theme.png000066400000000000000000000013651226051336100232650ustar00rootroot00000000000000PNG  IHDRa pHYs  tIME  ) 5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoSIDAT8mKTaOggFc#uhh!jB2(Umڵ *vm$Eff8m=9h5FξzqaXXmç:MCV0FT46)NN񀁑K`(whpnd$9;f b+'`dzFΟ!Zܤ'YS˗8o%r:[e ] daKضb70VTAʷhʧQ76`1\C(Iyo| G; Z:CvywV瘛!T*'hJB5gz~[D.4AL ,0 Cc%=CZIv+5BF8R`R eX$ ( sUlC'"B*WzO`ˆh+9Oxw TA $c'24f=BQI^Vv+ B XKi|Ga>QP @#{$.(F4Oǻ|%m5Y0`2>M2M}s>>eް@hSmwcS=$Xf\tA6MlӒՑDxal |?["!6Z$^/GNMTQdtX:Ql(lœ4m0Cu(=Fh;٩t.7׭Ffu^kaz k':>>|k K}kX RMC&3q zu8aP))CQ TJcx1jU8_vӇ3ѭ|w\)a27^I3*|sAR?} O=sP2a]^xG Z7M3;?N?l}קPwⷵ:22/2yK!!2X):w؟JOEI0@[5g*2 PKhۇBD . <:j%x%{d~[m7E,qWw_=뙫m{͞{DYFϤZ`IENDB`playonlinux/etc/onglet/user-desktop.png000066400000000000000000000013221226051336100206330ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME* >L_IDAT8˥]LQ?O0f.ͬ4.p Hfdi sm#̺p) /),o1/KHդqQqasn=9s̢eTW3}v^?oky@N?,[WbEƇwc;@TaCƘd3 Φjio:~,Q@ʣl+)f+_{FBr_1_Rnعu151={~CbBca9'l,^1u;+9Qs 'Fq]q{vctuǙ3wXb~8 (CK pDiɉtuǙIݵL)e&)((fknr ;rEwQ@4.7o]?b0[IENDB`playonlinux/etc/onglet/wine.png000066400000000000000000000021751226051336100171570ustar00rootroot00000000000000PNG  IHDR(-SPLTE )A^j2M-0II޽CKh=V#Y)2mj W4()A^f'+IENDB`playonlinux/etc/playonlinux-Programmes.menu000066400000000000000000000005561226051336100216020ustar00rootroot00000000000000 Applications PlayOnLinux PlayOnLinux.directory PlayOnLinux playonlinux/etc/playonlinux.gpg000066400000000000000000000033121226051336100172720ustar00rootroot00000000000000-----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (GNU/Linux) mQGiBE0ozSYRBADdPem93uvIqrZGpkM8pSxKjyK5PmXhfBsCTRowU09b3OL1eqXP s1k+waRy6YFK+jwA+wp8vPeGUUDeINMPayL+g+5hXitgoMWrna/64PPLaDf0cqSP A/2kFxx3vdWaTHwqQRaSx4k68O/8yAJKK4K9FlpUSq3hvOIUYH3ze2XvvwCgszn3 awTWpcnuZZaeZn7E88CGTu8D/iHSLnkBvF8AGcnJUw8SyPSyKiGnBH6rssOpjy/0 Mkx7yfbjXrpiYWsEbvgmgPWGf1cnTELUFosQNR8rv4W7KS8KyYjDR6agc4ek1P6J bQu2VGUoBhNm//LITwh4ZdOR9aZ1ewUQFksOPFnd/1peFu13MFduZCAHGCpCeoXI ZE/VA/4/Akh2diRNb9DIAB3Mqxx1ZjhnLl/elb8wCWRo/YLPXiLQNdEHK9c8M+sn pt/1zbRlg306n8N5C6s6z7HwbfZaA8fDL2UMkmuJrycO2YRWjx8GDhfoocmcQw6b OXls6f2ZBeGAkj9l1ueDTL3IVClJftK53EjzPeSv84Onw46cK7RMUGxheU9uTGlu dXggKFBsYXlPbkxpbnV4IGFuZCBQbGF5T25NYWMgc2NyaXB0aW5nIGtleXMpIDxn cGdAcGxheW9ubGludXguY29tPohgBBMRAgAgBQJNKM0mAhsDBgsJCAcDAgQVAggD BBYCAwECHgECF4AACgkQ5TH6yaoTykdOxQCfR8Y6HVG1FvNRuXDFKAN9O5eHrOEA oKEt7Et07dALQnEA099qQOqCZxnQuQINBE0ozSYQCAC7JscaD6ompySGIRR3BmpY mlwdJDbk0ptZPFi2PKK87oJc2r/fGwKZZw/hHBv46R0zDay8X1r/7a452scZ8SiP Y2m02pXv1y+cS/c8jPUWNUG39BdzqD6SdgFjsuvgjeQGRpjVrh/K0SKrzLmmdV/9 85b8mbPjWpfn3iwaq/zmbLFZdGY/gcbihTfHNRDys4DX3UrOnQgq/X7psit1pDYT qVX2gzZvwaXoCIAa0aw1/JAVi/H689bAAuASKkI57u4OdCfvdlMnA5DOcPRR8ttP 9z9wQC/Gsu1VkOsJ4Mfcu0Hh42e6Ta05TDIg+nZQ/iREJjHTnptOTNqeE4K6908D AAMFB/9UlG6ab0kAXNKsmgeev3P5B1c9g/BgD9TuHF8fONQ04z2ar6n9iwJTxV8W e7oTZkqS/Zq4dKdYTlhxck16g6CZHVDu4yWVIq7QSz8E5NLi0xhXLWciK3Tw3soQ QZrfjoQnEuXCCXCWw/1B3odATjfpvRfRxbHZ5kUwwoiRUs3Y1pvRyHpvpBem72Lj orYJSHh0B76atJG1o21LnsDQCILbANbqyF2BaT6mp7fH3v2f0fliLYTphd6T2i0/ 5vDg5JymoIRJY7cjegprA1KIo1n5mvfv2zTARVNO3IyFVIaD7fdn3zW3Pzh75WKx ghoOaMtjdexZKpJnEpkqbe8Qs2/qiEkEGBECAAkFAk0ozSYCGwwACgkQ5TH6yaoT ykftZQCfTCroby2HAxhIFRO9+3ACr6bIDkYAnjS2zGBJ44bNFBYHet4DmI9JfEw1 =PAJ4 -----END PGP PUBLIC KEY BLOCK----- playonlinux/etc/playonlinux.png000066400000000000000000000326261226051336100173130ustar00rootroot00000000000000PNG  IHDR>abKGD pHYs  ~ vpAg014vIDATx}yŹVYȪ"炸kM1k~Ƙ\5l~nĬ7ƨ1DqAdYXf=sR Vzzޥ~z&:x=? x'''.s{<{܇V_X3lVm|T}L >[~#]M;ק]O]w;s.Pc\_L6ayu1qR0K&3-x#g?dwxqʹw8{@5;>ᨺG,:OMF()CFf^ӕW.ٝܕ ]dwLz@{~pX}cϯ$'Oܟܼ㶭Μ}otuN~  _揜|T}kIAg6֛[Wn@ z ^>i̜#j?Kq*$( EG e  /[1Ikm}}xwuy<:q̑jHA3{'2B>g#tg?UY局tM |⁹c Kl c(C%)M']::gd>mS!z @XwT^Gx԰7V|>[}eGxEJ(;ǎ}BS2M*L]^L0=VN5Bn/VGHg|71`-]Qͷ$$- >br"̹<~dGݙ~{\EF ]|7 ^oe6őw AWX&:?87fBŒ,n{G8JԔ%NT[p|anσI%>#cjY&. A,D`t/y`pкk-XhFSB)u7>4gxh.Ч@0/*ǽ><(#6|^xے}[^uᣴodf8W[ftws&<0Ezd;.[g5~vhm3`-Fd sE A@|2;ADfb~{]ӛҢrބ wb ZM ϸkGo``h xk^#szq!N?9uMo.ndZC%P3 1k``M" f0б-o>NOiojɑ$-cD!(%-B&_ƒBdcZmYgvϲr蚊ɵs >7v7_g={x\q= AcL >&Yܞ \6f\ѵ7X !Ae"y"A$˘_?a) i. }rxE G՝. QN's=u- nj#X@9BmI¨q?ص9e@7,qWR5f&"+$@ϗH 1VR.V=-K;:QswW9;&QOe'P8^$"ii"@`-3quK^>v\dL.t6/T@xLLDB@Bq)D*7ͨeLzl Bjj@:nv;]]d " ^s#6=f _{9WO:S&W_iɓú^{ HQpC8Ec $"+&NټLS?=UL'dE($s4MX/bP UgTl*Pˇq펠AFROzN&,yL?ډ#@󵭛Updt%8OY"xL}`@ @Rx hTc2v!'XS^Ņc;`င`3klSDX_6* BBzԖ} )pBt6` ~A ;H ކ%f  ׷ ; a#œ֧f]6~ 5}KS쭥=0e]S >e` uzS2wȷ^qxS(CDAUeiX19wҩg_ڗtIS"ʃv@H (/<60@PЦAgw) pZ.@#3RyTSِ8JLwo\gDʣMlڂtpiS>s̙benqONN5^Wf}/u wHE @ 'QG|}@*d?1UOū-T@ i"ʻBNlڄ}ma; m#Bހ&v l*)֎GmLJ MVHEPtD σ{x>T H!y(N/.pmֵ^wR`.kq4~Ԛ4,,ߔI(c/=rn_P2i ,`?l|y({`Pf}z{3-(pޡ{a ރ@xH9.J'"\ݜLhpJ#,D?| @//KT .GcPO{_y $Y(YN]6lބ\@lZA.׾AFtbqkIW =o3t]FNZDоMaSۿfgz+@J)G- 0HY;zgr*y<@F=tAc J19ç{VOE%@"n  2R <㱧?զ^c@"IG(&2eЙۃmݛ;{.cAɵB{_)&"ސ-&qQeY=I?bwߗZel@ &s޳BÊBc(G( 93_6yQp/.3D G`* ɢ{ 'lo| a:@ _`9t5U.thہ*EzeRaÍ:Нpђ:+ b'jQEM 0`cOv'2v/*P&^ IHsYi5޵}cޗufK+O!?ҷ4KbQ|C9LP(TޔB.(PKd-%}mǪT+Kco \'BbAQd|5ּʠo;n4V4!rX67X0IS2ڸ溚vAYR_v.GY?(0ouonV#ͰۡN@*\Aj}|"' n(t oPd2A QF64z! l2guq@r<$8`p^b8f'g  KZ{O.۾k7oғkwXwm=:6DL'"/ AӦgզ6}4WM}p휲IYaF&a;+*0<5cٲo x"[PS*$yYϹ8 m+_)0+]AV.֥s'[zOCD"yP 2nXt̛SlBUwL4#׊#9yx6Հݑ=WJA;T\|&W ]T`۪9/<ڝ~豍W~ۺr[rPypE>ΚVR1L z*0 txX|˕g|ώu糽Ne\ %Y1YD f={޳| G ӣ-i&^D#V{ܹ]PO,>|]h@yu{g69r㫎5)Ԅ,Pc*QT?0T\qƠ]|p͖Or Fw HH 3w5O&="Q "uw#zQh@M1'bqysƝkna܉ވSGμW Ce+{s_ݝ5~.ޣ`fO6>P/!Q E ІKB'#o8/ٍxvzDٖ(v8F4ҝBbDdOAǩ$ $ 'Q~;6Qzf[/\gMU%C pʆŗ-l[@efV]4.HXS:2ft0sWr<ۮ=kkn*Cc |jFnzU0( O٤@dg ɠ2VxV3ڨ"M\zO~sAwdI2j0BaEkW޾Ǿ4S&W~ǎ' 5nP<\UճhS VmSCMӾv)d(H.Ө'8NoN Mo۞ծx O uG$gQPÒb")HRR]e]ݙuaxƴ%!7~Zoyg~9jT5'I'ο׍I" ] DzAĹN%0z(mrNʈk)q.H{뽌?W CރlUT)1HZ,d%ZKjK{)Ӧ$Fޫm{sGOwKnM.TqS7|~F\LXg0hj}j{Caz~0JoI MJpcΙ7|tO͌J !+F. E{d[؃]٭ȿ<O~{N=ɹu6rz2\oOo|Knz h4Ck^̅މ?;lⰿT$ 0 l}gt,U1`ا~?(Q3qѮ^t@hTz@*`8**@{PiU*VtGշz_mWfqж-ww亻֕/wJS'O|G> PܢDTZ!-e{5Y}]'}!'W/q0`FbK} QrHg6vr܃ Y +f͘4{q- @&f-:'[m?5ye*)?U:y)cWqɘ}=ф-< #Gb u/D׿lGN8~?/YD ",v0t!N+yÍl5 } |/*V=gr׊Cw.-p'$b02u5nPJ-IWzouGKi l FpPdN2@d wr Sy{4!tV(RPt+k*[i rcuyE+J 9:RB È(@@ tTr0tc'+4jDGUh-uK #8lii0ȉ+척 rjSB[O{'גTSsEce]lڹ^%æCV)=*"(^o2ȸEz6yNr5 *Prpd;(ᖘ.NY6V+sgOk~cwvgl7&hԼn.Ͷ{~=7CV'a d5"m@^ toR}b_ L;mX$hؗ .U)'msh{.z/ꁞ_cq_O꽓F22;Iم瞳g>bb]u:;bId>7pn2V^qۿx\aWioc ?Ύ(,#8-?,cڝt9yfSOsxFKŠ('coW]4Њ8}^PLY`܎^wp P (A !rK'v@Na )rہ d^ALbFNxM!to߷׻^۶usr`3R 66=ܳr_:ѹ'l%R∏0y %}T' !!fDRoa9zø漣2oB7Vz{H@:`5dWdRY`|2GnWbBG>u}@ElB1 &3L]fQ7M.s1t{CUKvVxp:7|)+`FqjŔ30jgĒN$h;KMtPgxoiWf?=5O 9XMg0|'8 vPe"hZcX ؼfkA`h@>Xݒ:͇ێ@XWzݛ~]tK"Fg.5h!d>X1wiy!0lE^>\⸎>[x@R3)>&-:FjH  AzS0^w/ɼtO0 qjŸ.T8vL!dlVA4d3GCN7atVA (CbVr_%`UeUD ބS``wvÿt_@ia冃=Ul݅= Kd=::ĪєL050PfFԫjC}m]/3εS{'&u1RgI+>OLD͋A5DCۙRU@wF8蜯lyvo2)دu6g8 A +YQ#~l*Bet{,kÿyv DupS/HVѱTl ΋z8ytg8Ԩ^.i)3Mgxb$")=^߷}'G7f+>۠Wl/O9Њ;ԁ0@m]U,Ez/ª*B$ ]XlY< e~écOrBjĄV"u#)HpE`Nb)g{k-ٞݗ#~u<8勵QBvy̰(IYAV]Ċǂz6pNe(2z*1gQY̎4}X !Ǒ%=rtZN-BruV?;?ޏ=zՓV򌃎[ߝ֟߯qG-YB/L-.+6zB|!*+ Y ,d ~[ca&]A^X;qITŠkP=0 o-]}7@a&`/!dL CSekqD[//;0ⷃK _"F/vӭO !gcm`n禰gEp1N3Q zqU$H^%l:GS(Kf:;2 /F59z|raߓgIȉ,󍳀W.EFe "fUT߾viFTO։TNڬ=_\ -~j;ȠO= @jyΰR~ !g ߲-^==f+Y8W`kmXA#<=\ >@ .D2{ ftv_对(Rj8šC~Z&*"!qy6'S8ӥXHUI >׼A\nvTn82/VǾҺP-g @%*/`͋8?W4T*@3:jD*"1ti_ߎT΋H~$5*pFud?%\{ȤwM9мrՀ*١zWx CjϜ@ǿ٣€%l9o簗?pJL;3oUy3t` a{z߰t{+ր/^3eUT/@Q=ꔣW2 !RvP U ;{C :v<p~40zCJ`P}p(fy'R a? מn#ov?.)u9@ Xd@1H{c ɦ7۵uD lh(=B]5ajBqh1#ɚ DxS/g,x1qco8A-9P|&̹R=_ #tg2B ^`PB |{;vu?cCr/h 2lw/{kC̠c0mCJ71 9'qGM](_{dR|Q <\NVj{/ey42 #Y:.d6Ta êQ+^xWQˆTVB{Mn_@0$n`'Ҭ //iDYA*W!!!$|S5aknjX@ JI;Լ uz_4@hk/%߮wҐre̜1uJk hA7U `x'Cͅ 8.0ёo/a= n®ϱ׀KR:>@!/LlĢ[)[c Ώ4̺'V?Ϊ_3w_Ubl_vs h( |oru$~E$3KPm(?ڋ?=tUd` ˶>%.[acd a'Qzmgr,~c'oZ:Mla@4[m%1J*ޚ{{8f23T>s[>\Z}Z"q=1V,ؼtWgԍ(;0Dw7&֞d/D}w̷ve<^2_&߃es;[KrmjeI?W1"Kan\0A 鎋xu(MѷEnWwJqzI <0(/|S;ns84|e{3?yc31~!RiTwʮUilzաp]h ǚAe"0=[)"5sXÄY":[&:tDdA$$P1o+dְ\RuO^-`w]_(i 15bpۢ$,0"91VM"ZDB&5ϰ^҉[ =;??gvs2>-zngcf^ A4J 7ω#}v57zvp~%{6-_}*KNa;0 m{P<{nX\ޮnMb|ߜh>lH֎dvˆ{0"~.X3' ;oڟi[:+[ (6.c/YX&^C-vֵ״=mx}=eʥV($gHfY3/i.dݷ텯|/'M@r-ɛ!i HFZ{?X=x ؿ^7"1촯O#dl_ Zt 7б;w92|6MƘ$'_:cDE$D4DUI>wիl[w-C>NJ4uF٪K~pvX%'f߭ln[Ւ^hv`='| H#-H=Y|Ow*9޳~?OIKW"Z%tEXtcreate-date2012-08-25T22:45:43+02:00XtEXtCreation Time4/07/11?7%tEXtmodify-date2012-08-25T22:29:49+02:00Q˥tEXtSoftwareAdobe Fireworks CS4ӠIENDB`playonlinux/etc/playonlinux15.png000066400000000000000000000020301226051336100174430ustar00rootroot00000000000000PNG  IHDR;֕JbKGD pHYs  ~ vpAgcIDAT(m[e9935M*leI偮JDf#@2\`/"ڠeYİ1!͋M]ۙf>"w!؄uXDkƝʙW0sNþMeE9l13u4.A z$]Z- `۴㬽Mky-ʯ~;1MpOP4&/s5 A -7 `] ك>z n |Ǚ LTcBaE @!H ?m.}Eg"9`{m[/D!$}K]e? N_[j򀐴Q#Eo[\.KlL^Co(ndCr& a -gʖdisub;`/%D 5>9E `tc;f={iosNn:H3[م`V``%J]=[u_41OpO{Cs1M{BtA5ƽ?xa^>cn<)ץU9iZXZ,,PVt@^5E*~E$I)6`Czl*;@N jTcv^ ̐= &qœߙ!,!|*=?IM )B\$N_&; AUEai4Dž.i>OZFh%tEXtcreate-date2012-08-25T22:45:43+02:00XtEXtCreation Time4/07/11?7%tEXtmodify-date2012-08-25T22:29:49+02:00Q˥tEXtSoftwareAdobe Fireworks CS4ӠIENDB`playonlinux/etc/playonlinux16.png000066400000000000000000000021441226051336100174520ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  ~ vpAg\ƭDIDAT8mKh\Us=ws+M&M%R>"B bQj7"FQхQ7B҅ [ЍB*ҢFV|a`'3Itf2s>EVoGޱ|ظȄf䧀Sud+yp7:RW'0 mub=8;7COGo#㱫-ˉ)}րVJ+UWZl%ra]< MС02RqmzIs#DF"qf'!Jz=ns f7N./\ g @ m 򮋲]խlJ@y nUiM_Sq` 4F lͧZL83&{Ra1'L%X;IGͳKmr:Nm w/]|9d3Z[靶:!HxdSyf{s]De[ӗvF 0ԀZ(e0)Y'kqgogl]ѓr1v`44FŒΑk]oŬ_fס?8Dyѓ|@i} #J_R>H6 #M(V@a훶4qG" {]ag˿:><`c d}ٵ9g%μ0Skj"YISڼD4t pB8U,Ӊ8[c.CX{JZt`TVYb1@=ppww-w=&@عa%ٓ%u-7z0O+o`FZ*V$9@E *QOEϮj3pJTC+!N~<sc:[@!KmH&"f3>$HuX  Az^GA* Q93]㹧,b !ypbxC :F5?Ο$)2H3u>'_XOQ;l䷔DI&9wva:\f<7qm~rVT72z٢û;oݼT"-n1ZFK$Zh @EyWPG7ʳԺgfӕk>}W+0$ V( J 7ڮ2ph\+_;_ŭf)Bs0)$XEQ[f|#0>㮴˟i͚7#'Y= # $doJ淦k,n#;`2##S?~bm/G0+*[>7U0!}Y?59dNsMu:]<v "K/Y'k!N:)@lY[#:?gUNfZnXPIox[9k۶,P@QtQt;(mt;mt;vRjYs`.<׷ԱtIxňAcb588+Ǯ:uL?Sm~h.ŷt}nrKKoR~T !~ek+\iu7 bK{7ABDvOԷ>LXy~ͽ}"l2ִN?uܩaO3 xy%tEXtcreate-date2012-08-25T22:45:43+02:00XtEXtCreation Time4/07/11?7%tEXtmodify-date2012-08-25T22:29:49+02:00Q˥tEXtSoftwareAdobe Fireworks CS4ӠIENDB`playonlinux/etc/playonlinux32.png000066400000000000000000000047071226051336100174570ustar00rootroot00000000000000PNG  IHDR szzbKGD pHYs  ~ vpAg IDATX͗kpUk977@B (/,Tm"VyU )T۩VuZԩ3 BUDe H!}po!v:uϬ3k?7O|vu8B]PsP;nɚl;r<K'ފI2ʊO{hs27m}$Ne[[s @ڐ+ǖZ1&r@/:}Z܈tlk&$&N4m`/^y}sCm݋m9Ʋ7Ǥ z8f?eҩ3?4lVyY Y9qQF~*xxDU'6Xgs(6⾰\m"0TO/p3WT TP! yqjgmuVj(@òf'+Cre PJR"T2 +Xne / 싯\R[4sFbLyb. HN 8A`4X;rU:y &9Yc@ H&$O8ѕ*@ $g@쯜S7}YK5q; \1Se:Н?nZm{@ B) HdEix/sS  @HXwJ纚2Oqt-s=q8)@ H}aoϫ1|WagA(.M]ݖ~|) .N,Zɑ^ 1qQN}C>%x!#B sGWܵ}'=ȋKe5tԫ>1\|RV ^Rp,Dh}8?aQP")(kk^z(Pr698Swl}+"Ə+h/]5:o}[+'^pbF2:GAOU + ݓ]|׋ѓ|.O<S7|j]ƈ%̛1/oLkDny͒ƍ\ bߠօ!4/$TGH *ZfzwWuwuV&աFo-/MpM鹾\wh4AjKwt4wG6QeǼCΖ{k{?00e%GT?x\닻/a7ۓY%%ϮFٻT0N 8@<@\L#~(a# A0tIg/[}^r2o!wyx^Z%\gHw y@N٬;3O0ßnQ8Li<#5wD TITgymY]{ ?1,u#x)O BxHxGGfECe 3hqQUMA"NQ(%BB9޾|l϶[nq7- [_W*hClSn0`3KT~qRJpR\8c zzz2WpYG|#o8 p6M͕caZ|ԤZYk`5#5bZ硵NJn(_x9C94|9q;󉈕}Xk c@D潇sqe b'V ֖,|fct'"0* k]-FkM ,Z,) ߉}!C3?}۲۝Yd5cNK).\XSΣ:Ge5|Rެ[Lӭޭs2rkb@hZ|󙍇&b\an]θq|B>{C)H_]&oDZ16#:_g_t|7{4}ٖ#vnk>bE E@霻%g,a,*AJO%2>FM;#+3:?8߀ #)/32 $(&ULPMH fOVUUOMJ Ra][WVMD {jmibZRH ľqwrhS*={spj׽UDZĴ dv Xjpx SahnsxvP ES\ajoifV[_Y* ! $)('#! '*,*.752,(!" '/6759HJE<0& 4AD=Z`XOA,  /JKjviXF??- )AU|mXVME< 3PU^[TOD Tx#.7AGF  #   s8mk~˗S)bи6c B1,cuYi8 [qUā1stH\9xY~7 '8%ICN#????????icl8߳A@Ade@ꧠ:ꦠd蠠ve||vv:e硠|||vvvš|vvvv|@塡vvvvv9dšvvuQ|d:^^塡vvQQ^^. ^塡vvvvRv9^ 塡vvvv|^X3 ^šv ^桡xx_ Фyyyx ^Ϥyy_ 5 Ȥ_  Ȥ_ Ȥ__Ȥ__ȤȤil32鴘ފ#)$ *.269.܅ %,37;@EF? 169>CGKSP ';AEJOTX\M ?NQV[`hb !>V^bgnn?ք#*EMPRXIU ,3:?BFIMPNʅ%-059>ADGII4$(,159=?ACF? $)-158:<=?;!%(,/256787+ !$'*-/0110. "%')++,*!?  "$%&(# ! ?F<GLMMLJ3EPSQPQRMDPVSRQSNMJA{m6SVUUTSRSSNG {:X]\ZYVTRQQMD z^fcb`]YVSQSI_mjkjifc`[WSTLDnsrqomjfa\WVOŸp}yxvspkfa[ZO”h~|yuplidXGu͸~yofU3|q:yyss~ݜy_|ܾ¿k[¿wowtQuU?nwź\jtvz~{L_jkqvz~M]chlquy}3MY_dhlptwy{|~{iDT[_dgknqsuvwtnOZ]adfhkmoproX? 3NUY[bdeghindNX]bachaQQYZ\[U*OM  #%$#!%)'&%%" #$(+**('&%$  '))*)".23431/,)'%$ %*.020,7>=>=;940+(%$/21234584=HGHGEB>93,(& "466799:;63NRQPNKFA;4,)#1<<=>?B>T]ZZWSNIB;2-$ '>CBCFC*Qcdb`[VOIC;. 8GHIKCiokhc`YND8 ,EOQKozttiaW:?IDB@$ #9OVEs|seNWSQMHE; !#-ENdq\Z[\VRNJED: "&(&*lV_daa\YVTQMIHA  ;=KX]]ZVTQOLKE "*)2@MTVSPMKF Ӏ (&"#.:DLG̷ %!+ f ř      fuUl8mk$/9t 74t'+Rف %(zcB} ,%Lh c^wC>R5 i`?/dLswdpMP'-LSgJ]yB: Y.$M8+, XSo nH -!it32Z{fD36f_ā6$'()*% %)*.//0200.(̨!&),-../01235743.&*,,-./012356679::96#(,,-./022346778:;;??BA=#*--./12345689:;;<>?@AABCEGB/!+-./01345778:;;=>?@@ACCDEFGKF+ *..012356799:<=>?@ABCDEEFGHJJMI$*Ȟ '/01234568:;;<>?AABBDEEGHIIKKLMQHߝ-11235689:;<=>@ABCDEFGHJKLMNOPQE011245679:;=>?@BCCEFHIJK MNOPPQRVP73245689;;=?@ABCDEGHIJKLMNPQSSUUWK%?744579:;=>?@ACDEFGHIKKMNPPQRSTUUWW[V.U:6689:<=>?@BCDEGHIJLLNOQ STVVWXYZ[[I% 499:<=>@ABCDEHIIKLNOPQQRTUVWYZZ[[\aVm%/<<=>@ABDDFGIJKMNOQQRTUVWYYZZ[]^_a_?% %<@@BCCEGHIJKMNPQRSUUWXYZZ[]^_`abdYh% 6CCDFGHIKLMOPQRTVVWYYZ\]^^`abcdh`ם& +BGHIJJMNOQQRTUWXYY[]^_`abcdefie6& !;JKLMNOQQSUVWYYZ[]__abcdefghik\& 1GNOPQRSUVXYY[\^_`bcdefghhjkohĞ' &@PRSTUWXYY[]^`abcdeghhjklmpnD'  "#4LVVWXYZ\]_`abdefghjklmnoptbm( !#%'-CVZYZ\]_`acdefgijklnopqrxn)  "$&)*+7O[]]_abceeghiklmooprstwtLqH) !#%(*,./2CYaabcefghjkmnopqsttuw|jա "$&)+,/033@BEGIJM\nwxxz{|~<嬈U1 "#&)+-/1358:=?ACEHJLNNUfv{{|~vL2 "#')+-/2468;=?BCFHKMORST[n|9颉ɏ2 "$'*,.02479<>@BDGIKNORTWWZdu$4  #$'*,.12479<>ACEHJLNQSUWZ\]_k|iP5  #$(+,/1358:=?ACFHJLNQTVWZ]_`adq$F5 !#%(+,/1368:=?ACFHKMORTVX[^_bdfgkv Qꍉɋ6 "#%(+-/1368:=?ADFHKMPRTWX\^`begjklp|{<> "#%)+-/2468:=?BDGIKNPSUWY\^`cegjlnpqtc= "#&)+-/2469;=?BDGIKNPSUWY\^acegjloqsuvy`< "#&)+-/2479;=?BDGILNPSUWY\^acehjlortvxz{[r_C "#&)+-/2479;=?BDGILNPSUWY\^acehjlortw|}ؼ< "#%)+-/2469;=?BDGIKNPSUWY\^acegjlpuwuvtpeW?5Mf0 "#%)+-/2468:=?BDGIKNPSUWY\^`beglomnj^ "[7', "#%(+-/2468:=?ADFHKNPRUWX[^`chggeS=]aMO* !#%(+,/1368:=?ACFHKMOQTVX[_ca_X( T\baQ6O&  #$(*,/1358:=>ACFHJMNQTVY[[YNHW\_^cW$  #$'*,.02479<>ACEGJLNRVUUO.BTY][\]a[! "$'*,.02478;>@BDGIMPNME (KQUZYYZ[\^Z8 "#')+-/2468;=?ADHHII9=KPTVUVWXYZZ[]P "#&)+-/1358:>@CBB>(BKMSRRSSTVWWXYY]U͑ !#%(*,.0369;;<81?DHKONOPQRSSTUVWXXZV/8 !#%(+-/11343-4=CFKJJKMNOOQRSSTUVVWWXK !#%'*))(#7?BEFFGHIJKMNOOQRSTUUVYR09;?BCEFGHIJLMNOPPQRSTUS7:&37:>?ABBDEGGIIJLMNNOPQRSUI(269::;<=>@ABBDEGHIIJKMMNOPPQRUN+0266779;;<>?@ABBDEGHIIJKLMNNOPQP=3 &+/32356789;<=>?@BBCEEGGHIJJKLMNORI!")-..01245779:;<=>?AABCDEGGHIIJJKLMNPK&)+,--/12356779:;<=?@AABBDEFGHHIJKLK;x %())+,-.012356789;<<>?@ABCEFFGHHIJLE"%&&()*,--/122457789;;<>??AABBCDEEGHIJH(##%%'()+,--/12245779:;;<>>?@ABCDEEFGGH; "!"$%&())+,-.012356779:;<<=>?@AABCDDEEFGFFIB# !"#%%&()*,--.0123567789;;<=>??@AABCDFB'% !"$%%'()*,--/0223567789:;<<>>?@@AABC:# !"#$%&'))+,--/0223567789:;<<==>?ABD># !"#%%&())+,--/12235577899;;<<=>?@A@B> !"$%&&()*,- /02234567789:;<<==>?@?>- !""$%&'))*,-/0122456789:;<=>=>7֠ !"#$%&'))*,-/012234567899:;<>9Ƞ !"#$%&'()*,,--.012455678899::;<9 !"#%%&'))*+,--./11223455667889:9:8+_ ""#%%&'())+,--./0023455678778, !"#% '())*,,--./0123345677676780ޗ !!"#$%%'())*+,-./012334456571 !"#$%&&'())+,,-./0011235/  !!""$%%&'())*+,,-.//00124.  !""#$%%&'())*+,,-../012.Ǥ !""#$%%&'(())*++,,-./0,3   !!"#$%&'(()*+,-/)3  !""#$%&''()**+,-,-$Nﯪ !!""#$%&&'(()**+*+* :  !!""#$%&&'()*&  !""#$$%&'()(   !!"#$$%&'&'$ !!"##$$%$  !"#$%   !"#! !"!  !    **!4DGHJKJGF-;HLNPOONOPOKE47ILPONMLMNPKF.EMQONMNMNMNPKB"GOPONMNNMMONJ7JQPONPLFHROPONONI7CPPOPPQPOPOQLB*OSQQRQPOQNI3JTRQRRQPOQMG@+PTRSRQPPOPRMLHB;%DTSRQPPOPQQPMKJF1NWTSSTSRQPOPOLH4QWTUTSRRQPONPK@.SVTUTSRQPPONNMOMDdighhihhgfedccbaa`_]]\ZYYWVUTTSSRQOOQH?bmijkj ihggffddcbb`_^]\[ZYXVUTTSSRQQPOQIUjlklmllkjjihhgfedccba`^]\[ZYXVUTTSRQPRK%??gpmnnonnmlkkjiihgfedcba`_^\[ZYXVUTSRRQSM%q]op$oonnmmllkjiihffdccb`_^\[ZYXVUTSSRRQTMN0lspqrrqqrqp onnmllkjihgfedcba_^][ZYXVTTSSRRTOQxatrsts#rqqppoonmmkjiigfedcb`_^\[ZYWUTTSSRUM&G.pvtuvuutssrrqpoonmlkjihfedcba_^\[ZXWUTSUI&<ķjzvw vvuuttssrqppnmmkjihfedcb`_^\ZYXVUSRB'-lNuyxyxw!vuutssqpoonmljihfedcb`_][ZYWUTTUQ'&Ĭq~zy!xwwvvutsrpoonmljihfedcb`^][ZYWUTVL&ɻf||{|{"zzyxwwvuttsqponmljihfedca_^\[YXVVS?(|?z}||{zyxwwuutsqponmljigfecba_][[YXYM?ʯu#~~}||{{zyxwvutsqponmkjigfdcb`^][Z\R$(ji~}||{zzxxvutsqponlkihfedca`^]^U,)ȅ8~~}}|zzxwwutsqoomljigfecbab^U*=з|~}|{zxwvutsqoonljigfgga\K*zńu~}|{zxxvutrppnmjea\R,J̍b}|{zxwvusrrtnke\>,}|{zxwxxsoi[;.pb~}||~xtmb:Fsf/J׸vzuf7ow0a^znRwF1uټ&|k ¿2\{U3jǂzD$4~ٛn{( L6$ U| 6Bˀ3K 7D඀k -ǀ?D {ƀ|>8ܐlĀ <ݣ4JĀ I~ؙ΀ˀĀMxv_ˀĀ 1aĮ3ӀπˀĀ ',sˀĀ ?*{Ŀ]$΀ˀĀ ?'W%Ā$}¼h ΀ Ā"U* [jĀ pu{ƀŀsFQQ|-{U!8om% J{XOz$8$-o}g'{:_u{+euz vĿ*jsw}|{}~v)Ŀ3(equywxy{|}(h¾m amrusuvwxz{|}"&#Zhnqpqstuvxyz{}~w&PX%_holnoprstvwyz{|}~$$aj kmnoqrsuvwyz{|}Gho&3_hghiklmopqstuvwyz{|}z'[gdfghjklnoprstuwxyz{}~"k)F_ddefhhjkmnpqrsuvwxyz{}}N%Vdbcdeghikknopqrsuvwxyz{|}~w!f%"[babdefghjklnoprstuvwxyz{|}~#K\_`acdeghhjklnopqstuvwxyz{|}}~/w%S_^_abcdfghijkmnpprstuvwxyz{{}}~f$U`]^`abdefghiklmnoqrstuvwxyzz{|}}~xt#V^]]_`acdefhhiklmooqqssuuvwyyz{{|}}~}"U\[]^_abcdefhhjklmnpprrstuvwxyyz{{|}~~}9g j!UZZ\]^_abcdeghhjklmnopqrstuvvwxyyz{|}~~}a /"TZY[\]_`abcdeghhjkkmnopqrsstuvvwxxyz{{|}~la %UZXY[\]_`abddeghhjkklnoppqrsttuvvwxxyyz{|{p"QYWXY[]^_`abddeghhijklmnopqrrstuuvvwxyzyss#PYWWXZ\]^_`abddefhhijklmnoppqrssttuuvwwx|sa&GUVWWXZ\]^_`abcdefghhjkklmnoppqrrssttuuvwvvzs U%/RVVWXXZ\]^_`abcdefghhijkkmmnoopqqrrsstuypv wMWUVWXXZ\]^_`abcdefghhijk mnnooppqqrrstssxnk!>RUUVWXYZ\]^^`aabddefghhijkkllmnoopqqrsrvjKUTUVWXXZ\]]^_`abcdeegghhijklmmnnoppqrc'o"OVTUVWWXZ[\]^_`abccdefghijjklmmnopmF q'?PVTUVWWXZ[\]^_``abcddefgghijjklmnmqh>OUVWWXY[\]]^_`aabcddeffghijkljSNRWWVWXXYZ\\]^_``abbccdeefghiijkjjne>ORTXY[Z[\]`_^^_``abbccdeefgghiiX,DMOPNSSW[__^_``aabccddefgk` >V\`^^_``aabbcdefhdA FY_^]^^_``aabcdfdU"U\]^^_`abccde\P[][]^^_``accYNY][\]^_``b`WKV\ZZ[\\]^b]U4UW[XYYZ[\\]_\Z?LUX[Z[\]ZWK LSTUVVUUQI$*,   !!   !! ! "!! !  #"! !$#"#"! #$#"!""%$$%%$#""  &%&%%&&%$#"" $'(''&%%$#" ('&%$#"!$*(&%$#!&*()*)('&%$#"! !!'*))(&%$#"! )*+*)(&%$#""! !"#"" )**+*++,,-,,+*))(&$#""! $%&('&$*,-./00/.-,+*)('&$#" !%&()*+)(#,/./0121 0//..,++**)('%$#"! ! #(*()*+,*)&.2112234543321100//-,+**)(%$#"! !#'*)*)*+,,--*#/544556787654322100/.,+**)('$#"!!#)+*++,+,,-./-* /867889:9988765532110/.,+*)('%$#" !#)+*+,-./11,.89::;<;;::99876543100/-+**)('%$#"!!*+,-.././0/01003/$9<;;<==>=<<;;:9876643200/-**)('%$##"" ),-./00112124/8?=>?@A@?>==<<;:977643100.+*)('%$#!'/-./1012344605@AABCCDCBAA@?>==<;:97653210/,**('%$##",/./01234+"?CDEFEDCBA??>=<;:8764310/,**($##$-0/01223234545674>GFGHGFFECBAA@?>=<;9775321/-**)('%$$#$51//0012234455456767808FHIIJIHHGFFDCBA@?=<<:8764210-**('%$#$!?61234567878899:6DMJKKLMLLKJIHGGFECBA@>=<;8764210-+*('&$%"U73322344335567889:9-=MMNONONMMLLJJIHGFECA@?==;976421/-**('$%" 143445677877889:;=5$KPOOPPQPONMMLKJHHGEDBA?>=;976421/-*)(&%" *54456789::;:9;<<=;#ERSSTSRQQPOONMLKJHGFECA@>=;:76421/,*('&! 47667789::;<=>>?8"PVUVUUTTSRQPONMLKIHGECA@>><976420.+*(' ,989:;;<=<<==>A;NYWWXWVVUTSRQPOMLKJHGFDA@?><976320-+*(& 6:89::9:;<=>=>?>??@@A>6VZYYZY"XWVVUSRPONMLJIHFDA@?=;87631/-*)()' ,;<==>=>?@A@ABAB7T^\]\#[ZZYYWWUTSQOOMLKIHFCA@>=;87521.,*)*$ 7>=>?@@ABBCE@M^__^#]\\[ZYYWVUTRPOMLKIHFCA@>=:86420-+*'  ,>?>??@ABCDFB)-\b``a``__][ZYXWUTRPOMLKIGFCA?><:7632/-,# 6@??@@AABABCDDEDDEF:Zfbcb!a`_^]\[YYWVTSPONLKIGEBA?=;87520/(  *?BABCCDDEFHBQefe"ddcba`_^]\YYXVUSPOMLJHGDA@><:8643,  5CCBBCCDEFGHHF,/dihg feddba`_]\ZYXVTSPOMLJHECA@=;:95- &>EDEFFGGHIIL@bmj iihhfedcb`_^]ZYXVURPNMKHGECAA>:4) 2CEDEFGHHIJMG]mklkkjjiihgedba`^\ZYWVTRPNMJIIE@>8-  ";GFGHIJIJJKLK0Iknmnmlkjiigedca`^]ZYWUSQLGD;+ *BJIHIIJKLMLOFksponmlkjihfdca_^\ZXYXSNG>"   6HKJJKKJKLMMOLgvrqqponmkjiifdba_^_YUOF'+04?$ &?LLKLLMNPD_vttuuttssrqonmljihec]YJ! /;><>AA@ACHMG -EOMNMNORM$Mtxwwvuutsqponljkkd`U9 OSMKIJIHGECBAAC  "7JONOPQQSGt{yxwvuusrpoonhbR*SVRONLJIHGFECBBA@<$ '=OQPPQRTP"r~{ zyywvutvrlb?'YYSSQONLJJIHGFEDBBA@?@7)  ! -BQSRSTVJl} ||zyyzwob1$UZUURQQPNMLJIIHGGECBBA@?@6  !!""$2GSTSSTVS< _}~~~}|~ztfRYXYUTSRQPPNNLKJH FECBBA@?@2   !!"$$#&6KVVUUVVYQ G}ziLZZ\XWVUTSQQPPNMMKJIHGFDCBBA@??2 "  !!"$$%&&*8KWYN~rB"IW[]ZYXXWUUTSRQQONMMKIIHGFDCBBA@@<,   !"$$%'(('+:NWXWYXE~}]IUZ^\ZZYXXWWUTTSQQPONMMJI GFECBB@@A:    !!"#$$%'())*),:NYZ[X7~qM\[[_\[ZYXWVUUTSQQPONMLJIIHGEECBA@A>1  !!"#$$%'())*+,+.;N[_X7`"Xdca`_\\[ZZYXWVUTRQPPONMKJIIHFFECBBAA?<  !!"#$$&'())*+,--.0=O_Y6= 3IX^bc`_]\\[ZZYXWVUTSSRQPNMMKJIIHFFDBCBN  !!"#$$&'())*+,./0//.P_dca``__]\\[ZZYXWVUTSQQPPOON KJIIHGFGA&  "!! /10/,+4ET_ba_^]\\[ZZYXWVUTSQQPPOONMKIGGHH     '0/..,+)+3EV^`^\\[ZYXWVUTSSRQQPPOONNMLKJJIHHIU   딀*0.,+*)&*3BQZ^][[ZZYXXWWVUTSSRQQPPONMLKJJIKX  Ҁ,-,+*)((&%&0@NX]\[YXXWWVUTSSQPPON MLKJJIIKK z%,,+*('%%$"#*8IUZZYWVVUUTTSSQPPONMLJIIJF Kz)-+**(&%%$$"! &2@MVXWVUTSQQPONMLJJIILI  ́++*(''%$#""! )7CNUVUTRQQPONMLJJIJJ8    {߂%+('&%%$#"! (6EOSQPPNMLKJJIKI<㞁')(('&%$"! (4AKPRPOMMLKJJLK'̂$)''&%$#""!!%2K(n=d jōD /4c) ԏN BٗP )*"aXR  I֩c .l(   byJgG  :*  t$ G9<{jbV+3 C_M  '\ C| z L9F 4 L. l !c)%=  1fi  (EhꫡIAZv_‘_?)(Y *u6 3U  {+  !8~mK  ^Q ׆1Cz *r] = TB ^$ 74}(2\ 3N\ _Hl)H 0ܪn-  1xQ8-H~ʯb8`oI% (se}3 ?c]6f ]#Qho3<elk'Mg $p~sSk{c6 Ve2|Qn#E3  /u PtOe!|rK#  -=e Z Tu $$Ym7 ()1-B?`muhhhh)/Hth}Nt=Z(PDMΫw4 ic08SPNG  IHDR\rf$iCCPICC Profile8UoT>oR? XGůUS[IJ*$:7鶪O{7@Hkk?<kktq݋m6nƶد-mR;`zv x#=\% oYRڱ#&?>ҹЪn_;j;$}*}+(}'}/LtY"$].9⦅%{_a݊]hk5'SN{<_ t jM{-4%TńtY۟R6#v\喊x:'HO3^&0::m,L%3:qVE t]~Iv6Wٯ) |ʸ2]G4(6w‹$"AEv m[D;Vh[}چN|3HS:KtxU'D;77;_"e?Yqxl+@IDATx ^Uu/~L DAEEPux|ZǶV;h[߳Zjk^mkge ( !̹7Zk{o ENYkyk;wb,,,,,,,,,,,,,,,@'# uf_X{2y;sԍ㤱p./y9wyy `p.ʓ:p\G|<#^pyF sHgģFE T٫vӗ/o5u⌍\ Pu[J&.LNM56¯<9Xvk@s8&kܗȦYнF +ypj5?a[_j4gol 4pu :dsΉG潟Mv@q[I pl[G`RjG$L;]a|ćsb Uz>s(%vi3xT15ݽڝcw;^b&> NBcn)J@lw/[A$'|sh`n)l9w+wHl qzlՏ;j3o|ʓկ̶I~(O(Ig zG[B XX\=W-@q{صv 9T*،T- :&ۗ`?/t\:%4Țgٜt)9S]7}|_m51Y'3t>,=㳿_Eěa­a9SؽVq/~}jr Tq_!gM̊.7zؿ!]{߻λt׵0*(Cs\L dVm'.<EqS}8jW-KצU*iG@vn $h`!q.Gs 7B`B6Ъ?l3pkŏS46$4F2 YDP'N/5\,&޻Ǿf /;R.A>iBKn*= 8hX0aw3]v >y鎫LƸ3@:GWۃC\ȬO=fGZͳ=S @ޗj.[+~J\ݏH݋o^eKwO06P>y9]~З{5^g;u.xku#d*gwn};9lJMUJ:c6~ YD{ͮ׿wK㻠21sH|vNc Ѯl?h=m@L#}CV}'ON3}}8r#`9wﲇ+> tnyӹbrT7M7z~* !$A¹j.W~Pf=(~ :6& '-#9pkpHh= dJ`xtڝ Nuz{=~n7y[ٹecQL eUI{P{4ʞ=xl]o<]2#}Y %hCZ :3UJ>"/ن^h$vg -^o~v}}}߷o`/s\A҉8cЕtN; fa}s㲛#~.DRfzBӏnK?{[k[:zn+:x ` Yfqn|<cי}K?_'fl67c2K'!P.jbIgV>[I"m_#tC}R栅= X 0M;'LH}oglf3 'A52}Š++yͬh2~ `MR,CW-G@\ЪeA&סԹ9w6>MO֔OF}ۍ™CWeɓ6@ӗ/ּDW2Hee`J"-;2z+٨"όTM&]]lF3 `#yQH 7XrFdU4NvFIsz}Œֳ^ndÉ+%SA҃T]botr|fďEzP^eT#:T &?mLQg߽S&,Ayk/1m}a zg-@ h@W.yY3*]qw5d s;Ox|7?й~uzF9lA`lu&Fچ>DB#oksCF Ҍ<Sd[.PyYF%YOff(JhV!Doa[T0|6&=y6I*#Zx ge8V{a(]ذc# qA0zN`S^ T,PAV䧏(5*rg5sW|;.}& 5k&DCٌh@0)E/|`]:*Ev!6k,U:ۇϵ^y4u~Ńj07VlG[513%/Qi5r1|Ռd+L4gG:yq~*,vK \vm16[OֿŮ&ɥuBnF ͟2s|o@ clku/_k5^h45 # 1vGBmyx{-WvL}aw\9vTKCc҉ibQطx3(eN%;N%GfȘ˳th]*,m(%7e]"T13Y)7#kCL,fή@\6-מq_ R:*\:6G8IXh\#O\zM8Ѫ/B9>^Lf !}lyP\7=9&>}ӟ~D~h1AZg!P 7Ի'>C@}CVq \̠J)UоCq*BL"d35}R/fv~13ӝ?z랟nsdz?5Xi$ i~cr ʽ /g61OZ1V)zb(V91n[4C/m k$P|#wlwN}zm|5G*xΒO0=|xf>3|_&b ḧ́"N_mTIѧ2<7\/1R ՌbpCl 9@ 2mqwU_vQ(i /Hb5fp O<`gֿ>|GkHE͟Ltejv旌'= &R/`Ʌz>h5Ug-ڰ%;sVbaƱlxج=g⇎.z&ڞnVi"lkќ<we5^Yr ˒&f8aT33 遠첍B?4+¨:2\gr/ZNQ2&qU/{P6qK&Uҳ+Q 0*W\ņg^Zo4Fz];+vP57čA <$5y%NTAMmVL 7g ,i`sWыͽ81nYNݕ.{R|: 8:g<s^%!ۢM6Iw^I:&Oy *1#fri&I $34r4cjL_h޵!+fV0NjXї @ci?K,B(*@4kZXѝ$|ΰqDZ"CZ :ۺ?놽tßy K\u + I Q95fnTw-Y4z<>ns"r5Wf ]ZS6e[;!Gt!cle\4s(T>$Ei~aD $DvVĵ_)ӿ^IB R]=; l;K_YGCKxɏ3)h!?Hg8CqE2|y:7š r[W=rߝ~reFTț䋤;lǔjo<|Dܸ٬/}BvϯBB4'?'uB&# V0:FLW4OUPsPfPfd#uٯ)irSzcB!iN@_%.]DT1RQ9 9[Y} ,YGpŭu"ƣ,玲дck/V&PO$tG%dfDcs=kŒ4oy]9X+Ѯ>!4ػ+|EC/+T8CL1$?Ϊ)n]^@q2+3'T`/_|9qM* ÿdy$=/T30kWؐ54˽߼+D6bգ}wmTOũA.ʀ@ rÄd:#DW|`ikp‡F)BǖG 6Y˧7~fǕ@vkM=qc O%NTnN2sp*?ҡ] Y꯿tӝo҄r)Ya@0 <`'ot!t+x۬C:yUwACml$)Az[Cc,l" Ws@l‰*l)Ɉus+ 8\ڈKr=AIU҈S.*OP:mf> .^9 wluD3"H01Z*`̮hXVɼDPA@2 B!H9ْTס/ քE)uy%J tW ڧcKIEPl8ԊZq WB`9r9׽^Ңl<E(9ɱvZڜg$9֙v (+YLhDi8ܹBIWb|ʰCcWm! ՘&eB߹cunzNOwmE(E' 9y.qç&4lX"mOIN C}9!FD@۔PdL:ve~;w{;v c#"?lJx/m4Dl)*~$vF!chyM0~JoR'e4 }8.y !?>!jK7x޹n57MM)9!BGœ#&o\f6aU*/ӦA?_eh?d&'fnY_>3 q>{ž.ǣ/<ۜeP$Ly;`ЂF~qnunQK!6: u|o0 dM5%KrC9BY Է* znÄ;6ʂ)[=_w,VzWD$Oչ gzd{TX:T zWf<ƙ#D; J6#& mrfAJ;Tm.;XJǷfŎl7GG]r|}DsXŨ4x䗜9|FDd @J8h]Q ' DW@p@ɘM,oMBvJu-)F%(+ [Nkuޙz *,qB"Z঻v|j 4tuɪ)k'1ք9kH%t9$#NJȊNWq 棤1v*Exm(N/Hu>{)HSxT$% T\.-BႉML! EdHBuم{ U !oLAc\I֢לc[R w|z LJΔ4tl_G䰕sOy)Fd68qDD3K% ׀B2&9I?P_޵#6N;/_tfPIWQ$CUVeYM:4Bm9n ģ@z r'&y Aҳx8v:Th{[3 k=?%(`5O,8׆< Q#r)|FpuylI䷹`Uvi;-E2΍D&%. bcr f"~+jm>H0coUE%Ppݭ#3y=S(*,dyf|%ۡ_! :D>I 9&%p ЦIA~BF('M4xy"5M 7V`SD94JK3$4㈔}}-c[FՆR"aPˁdkcg׬f f;w1USkue8цV8%>!+Y_Yy8^aS`}/b!J O^lkw2lcE HbM@<^ VM 6S cjPaaNDA<e(K12T.8((3ymD(Q32P5Sz20z^f5r3$!m|a]WI1C3u.uqV9n>v{;("g%}#?P6s_<[9ҨɹMe t"vE99C"j{#yDYy{6Sq ́"t]\N63y&Z!$- 5htG.hQN6lHR'iyҔk _`0l|ӎ~ Ԩf'!B/]S_ w9 4!45.#ݠ4:MZcD?qJJ4~> я2k5mhB.J&1+D\qFW߹Y%0=8F谗4,xW]w캥=/8m,I. vAMS֌d }ڦ#C36"U^)dͤ1de$DUlz;>{󝟘\T^Ҙ:9 W) D#]@2R u,i(* 8:?ѡ(¢)H3>IǔAUbtHKX)syy8:H9Ơ2=:潷įf&biJDS蠨bS/lrO 3 mG Y%Eb'/B:Qg5@3/"Q6hE\6瀑dUZ)qtx+w!!QH\i5OG&2dWCC)&g GCӈ>Y Pğ䟲ܖd)a>R58X65 Jغkq+NxWNjuF9|X (pR& q!y1hc! T´%Ƈ1[l j5֎]T±,V!n_o"飑^emfU6ڀL VʩHX8Cd_Db@˟  ,H#"@|S\hS8e \GA, LORw#X;݋}'xiϭli\B֋MT 6u 2rդ<%.5!O(f/`&t(  *u%OWY)2<܌ZpR9b ,훶윜W2,]NBaF%}JݪHƳ3e݆M.õB% $GM& g7VS"|pgjfFDg/ s5L^0sCxƥ՘`b[}S{hr( ?;k)06澤Kp ,=<<т#n'al*ƣ*$!56_j `Ȅh/J˒cB/(NR]LѮ]}]_;jD.MQV-"aԌF4O?~]' r]Qd96'#r^Ge\n0.@JmLRkb 9 oGv;nܙH6wYs~Mlb &c5p<ͯñbj`s1&b}l=PF-Rg>vzFJCI>u O{hQl#Ⱦ`vJ#s2h$BRв/}&5`%>nk߹@&FN 0EUr&Oa[8e }V*R݌OhKa&/h.ƒ@ЕBqM4вzE CYg־;?DvDB“b :AD( ݕp&j=7lF}>ȰAEwoEO!^0m voE&M6r}ydصx݄ k9->^B1h༣xt Tr<)}rz 9j1v,n}sk|Fd1LH$ڣ,LFp T rvFmȰUFadR Z Rxہe(j ςXyiT ߽w:09|O^zBSKzZBm"p@u~CT~bF}ʑPMANe"dCq9TxS_H "y;jL_zp&3lhϮ1\_J@08, r|<ݝ*6c 7TMNjIj|)@ݐEsz82/)XB&hv)O-\1 >phCPEsplk#,_ ‘;#w^[c2G$p"T9)GWzmЩ3BN{d/ӥ,ih/φ)$Џm(`5d춨qh^h`4k`~1p폂w:%{y#ʓ w$xbv\Zu1f*RsV`H ڦy0Q yӹ r]13ˣ/vB!D1 ~2a'h噐RLX?>|[ߜ qůi8ٗ* 8fQ P6.Z&Mm煎A]1 洰#ud6^!FȑT{ny 83WXC>U$SyC0eC#ݒ%}?)˘^F3Ym"[n.7Ąi,T7m(~AɼY$3dQ?l5,9jAc)}0mlKE3ܤEA畚\0$\:|Cry,uf [$55fm6snSes?yP⡜mmTǺ|phWc~:'YIDq`c(iWɔAgQ ;߮[mƲta"Xe[FI  cC3dN?Ѵ&ܖL6X4AO7i x5O;X`oxۥӽ6-\ViV-HJR= 8yxN+y@I^nT̟:h>FJi$)!z m@aI@5?c>_ 9,:O  {H #4 e$dp.pp -^s}=rGUא,)5ّM'r 4"+ėhQ^x$ Mg<%hPƲi'cNj:jk,^o|t}%'BT۟UYU,opP>9=ʹ)B/>P&bmS.y$+]`oO%Dd$q6exjw.d$>bNf#sD5DjĆ#fmc82) 44އ݂ۊ6^ ֩e̸udII4&)~H~$e&zR`ldl&ې=g c|G^U 26?/j.0I~`q><բ)i1TaZc^4/A#DXeGPn >9AJbHڠCfZ$hmT!D.[Nj*1߸~םMsBMQqX`sI}Cm63]DŽtE.:҂LVNOvO(n{sqzHKiLXZT$?X('YB@Om- A%UGs/%D|t_5bh 2sه 0j۶~/}gfUDSe_fmމC ?iyhL@Vmbln.Gj N=~3lB9¬ytv md~|Ϲqj\]8lCB+N)Dq"RR8BqaʀSj(Fmbmxgu^31M,3ݚf|RdԼpDQHD㻎R>e ,fԳ[.%P ~?utߵ ge|˙B4.~@dB(0t YJM852{'^/9??h)֫{' A67ԟSA9ӊOK4Fh^:<Hĉᛄwj`ޛ!kڭ'P`ה!xLPLcA`w+`lx) bx8 htgd|&Pw~/ޡ?R"R

qw0~Ƴ~W?5Ou.gjAk#}ȱU*!PmQLIbb|-lH$cDl2Q%cls11Ya\!̫eI/5(M8Z[0mA dKGiLM?rc^lp/< \6v8lvNYUrANcA?xpFD!JQšύ\I%*|q`to'>i޿I \FmS";wML/n_vMP^W7:ׅ/%F0VKyAqfY,1:ZLmyp_&dX~.o/V. -/~#/}I ] !ȶhe2G__bORQP"u܎ %鰁sHszѪ ZBqvv­[dѢE/ߐK2? nځ4JĔWi˙t1o_Mxh ? o ;|%2$ 2<\lYG"ڐgG(I Ź?EwSv3sem>H9jaYr"XS{^ʁ%O3#v|$yWTrEHMG; 5Tq-x?E7 :>jg[ڤ 0nSƣ>H?p2g>Ц 7WϿ1DžD}.Ѯʱr1ؽ^OuLcm@S K̮A&ϛH LnI J/& ʳNm[~4(PGzt4KI| ĵqH! Gᕎ-*]m d`՛ {ڪ3B##*оE /to\59˔\X Tg :zn?ӧkdzѝ 'G! AXE\F,F gYt{{;NL=^ߺuW=`u9[E؎Zk0*^/Ʌ9 J>q^G@074u"2J$0Z!Ήmxhwr+o,S0)\ҷY0Cp'g6ʢYH_;&IKR4^+]|mͰP՜bYOd8R}Rʖ5̏`Gw-; $ ;Pb 9v)h4DESYkY~†¯[ӸHh?64ݸ`ǾKu?n >ڒEfF!BE9 @S^ez^qrsZo$RQb4-(%t|' $yp-^mKFuDv%71VT]M@IrK"NXJAOz76gIffv!d&w_>:?c PNOw;]&}+{1,4g{g; J F58v׋'şWZq OT58yTsmImnG(;, ,5+21jaS\%Mՠ[[a1 4jXKnt0|fr&QI%(a.;Sss˚ VsYNL^L]F2: 67d7[zw.e^hGtBT ҃N^"8>5u񩫾 M۾oKqP!E^yԫʹȬ Z0Rm{pXb0W],i '3ա4$z L`"FrѸb?ɗA"y<ݝďn)L)V ],jꉰ}VWIKN7;62 _@Ps?xxyrlXXaś8KO݄K 7V8>SqsM$q\ZQ.UOB< COP)t:Sxr767m^z+oH)rg7:ij%G綏sFn/p%=|2;lC56^|cU2z+hDiЕg$Eg 8ȅ)Xo|Ku bԦڤ9\ZSg`VZ6ZˠI|Jh钏{Zc~/@ɚДkxB#l6:ںͿKF׆8F8Zqg]fNh٩ F6ݮiv;&&mO]]~7h0=l4tBXv3:rڕ/?j:u:O1u@3^~kl-ѾWݼwO]U\sqh BkQ.Zc,X)]- yќEJR_Z Є#U&(zNK[+"l$$_66mMɏ6aĚeKmRI : ~ЛP Bf ܝB JVemnF2_g H6)ys"kǧ߼}o/~?/c?/M`e <qge_Ӗ5N_|CYFxKhMajSDMldrwc _=nի~g__oZ%bg"!izK8yyٿ+5j# S(,u)p;;IJ,Ldpq',ԪM/;lHmh~uPKfY,X`[0d`^̣-~ICwKb ,[y$iӹfG"!ro gҷx v-گ%"- +I̶09Y(#7)^CU}DoQȦ˶ _|m&@5`<10%-X6Zgw%DI#/ >yďӓ/M⻯UbB!zjc;~O-}-n*ZQ|A>ےkBcR8 "x?nO_}gx_|ͧ/ ɊppHz^NWww}Ri+d>ufoV"&}l)I-rCȊ2iP"sh?o\-[An1Pp(ǃ=dl +()Fk_Ã?au2 uz@>*X@3тRJ Ϗ99fELG#%a`xb.C.f|@YnjHT.@í 2e YaZv\54sax,刊 b 6~ɤl虰o;6o+܉DX@0H\ŜYtc_2ᷬ<:.=|/)7 \&Z7 k.6Ic-ūʢ-zYw[~ ұ81>qa ̵h0Nx(?e";TMh78s IQ R(L2-z#7\w6UF3dg홺 -+2XZP66ٜ+i\8\(^?l- ¿Jáa ҍ~;ѥK^׳( 0k|t.g SSo޹\G_MZux ^-4_O/}5랶~ycZ2A<+ @ўMGPSul'!f_-o~k,#`W14) E,dHt7Ym;Yz xƆ$RҠ+ f<(eHV󖠍/MtGQ=)(FE-S XPkңF^unUħ(eP.3X:IÑXaM?m ejb=cn/lLFxMtU蝥K~xÏz`oJtZaZʾhߤMG ]i\=L`ʨ,oIYsO/__LB*3#60+O7dunC"K i W ,YLhP̱?aOxN 9/pAϯ>ur`\T>a$aDQ#n_~G?W u_lt#v=]pӀo))Cy*9@)rGyu$6%|jOZqyKxx_s1ǖi8ܓ6c(#Wpn(B)1<$-YB4t.,1lWi-Im~D@ rnf$'_.?(8]4xhwOpR 6mPۉxdȯx_%,q$l~I׌k4-Ćx,hjF' @>؉om޹|.z 9\|GK|٠ ث.a,ivſ)[UZ:ć ,V֏R/!,[ˋli$D-ȇd#omcKH wԚUo.{mCH~GIDžlb/N;o+B Hl^dL'ɈO &$ PW2}SI2&?ɂ_o' ޤP)W==. LNȥb5Bm| ^rC~߾p90y`,[5bBƪ]<9OwKf9j<ak|gǍ 3@i DӇLʦk|)C9d0iu `X)+|}_f] Xf&ȥuQ<ޚ.zhȈhE;:c*RΞ9F9>M, :c=4Hvh'j&= _W{BQAR#NΏU;LK.'CZ0]n=܎ƍ-[󷏬8s?~ h @btdXcqdbwy鲫O+SR.cIf9t,CXH1TLː97򐌎mLۈ jȜd ЮS{yه[Dvg3iPxwE4ZړAl07q24Qȇ*! vOUŷ_[_P$>GE?f: Zm͚ o?y-6P7Z|ivXKV6xߠzGw3_=urߟtuu/<3>cJñ8%̒"gk{(&Csf"ҁ0 uIo%JD4&?O=͸Q 40q%yB9\ьKKcǁlIz Cۚ:3\7inH9vh"r-$J6ԟ®R78;D8PP8XIo_߶?V/?e"[ߺ{=BI)${MwO=;aL}N[3??MzK_oJEi)FpjpKL#,Dk뚪sb'4^/)`vS 9i ԔZS+~8-qN@H#9PogcL<`!Pd\q aOc#OۥNvض<lcΊh.Hpm*BegN+l6v+Xb CQ'2!ĽL8 ]ďո4؀WMKR?? r 1܏ݚ=Нhu6|W\~'BnOH(YN$0MC~㒅K6<y1>Y3X'{j1sFcQAزBБLFF?-R ~% z-uag7`|fl&]fQmnio=iEDf0=l9 S 47%ၤ V;xHhy|'S:w!d^_o<,OzOuY0uytIE%gAE!UB60(يR.;vM.ndcM4Zd~<;Fi\GOd>KMm [[0aU0 aIwOuG9~žS,K=x~Xw&: slL0? )2Bl`_x>lH:i=u_'РGRvFWS.Mc\hhx4uHi,יؠPY$ǜ;#YD^o,|VCi,#cɝ, G\s*1J&&+|vxHksҡ-\:ClX|;YRr݂my/wp:{;#랴I JӀ+<[)dC;1Y,2rDFFdTu|a@Y(jFd`g)k\av߆mNM40v!=Y<0y??;=Yd%N6:!1N&bvЧyx.X6240|ֽ~mҧ~i y\l'ͥe'+ջM==V֣_rHr~𺤅o#)B'7CPBScISDQvb˲OcMѮH ']qKn3ۣcj:&Z?x; a.غ ɍ\zV,_pb1kXyU_weKX۸rǾxgwKIkGA !^;w! K;|;4ztm(@Ǖ:M4hn5>tLD_cs9eצqQSWĦ>v9b6i I@>6TGM!3W\kK Ƣu,Y[pc>bwņ=-kgjƔϕ+3gzWՇNm+qz>: bqɼCN )y/GN5wb,v!H*| ^V8OC|QDy.MM/wL8ޒ6x9\>x\v6XK_SO6LBkV7>5( 4`b+..U#´ <x:ҠX"3,k,yMQ>o |iAR?|#<,ɮm__kx5S-OW+;\~coV}m8c=Vd_X!/}_>|vU)nk2hC4:Pƒ&&y@Vgo(0hjWJI@F3bݼpm *-ɑ7۠,4 w<lK;гF:ʍƪfw,͞G" 6j?C:i/GNOT>!͜½/ٚíxŭM}`5**DgY%b)g"K}39o+ )h`ӂN H℘b7@]&a*{5g<+ CqˠlO-+qKNCXd%$z )O {hH-]k7sGR$B51~о_sUVooθ3yJNcMlVœg.܊7;|XN>fO AG,06I&ZxlhuwmXzNԑV^|CPQ |M={S^3mΙjױJu4ZSO7X~FBV/ؗ=I'_q!/w?z^E'UN0A*4"ѦE8 T-7§]:g0f!)4`BhZ>*0^#ہ~;Jv#]{~$,XFw24?@c7#Uռ|xVWdS3QBy=2LD-yFR4:;Bb'Ol_Dd'e8շՄJ<˶66l3woOmz 8 ̧;K Y]X*!6"Q>}_k.ՅJJ&?ӗqt"^Xh6IYk5X-ʇqsB ~ҷ?[z]ʧƋؔU.Ŷd΋|0!2  Xp4}'cn˩,|9N*8<녗(5W_l9DlT6T{ێmh'%k{4/Nv7 씨gȠ#) m@RZ:E榉C DKԂY\N0MxH[ԾM[:"g;ҐPɜciXN~$ne`V,zZT9n2.1X0P6Ri9ȉy66%+&ЖkoLIrWjҤ{x@9ڙ2`!/́&%i RuR V'y3g\y|O6p\˯JEܸUkPҺ[6Q=2OxhRt^l })'+]'a`/W{\sPT?*Ü@@!,G` P)M8ۨy[N3ѤvXr;[zYtЎVvtp89 $X (r7ٛ .4#cLPD(/rr+ l#GUDkҳy m`zc&g<̙(74ƟW)v@u+cl3je6aePTaFJȤ .-p?r_x 6]xc4l'rcrt"|n/go)g*0%+{`V$7 ': _eޢ>԰ `0mECwx,̥女}j/R#"BuL`!3e\Y>kD{ MVcF~Pq%YV\/ai!+<-kkT26emVw~KQGkyx'QzA,T#7&ދb0<DޔPx$_2E}ua.<^ 3A -Y꓈3cjWۘnd;@'L>58E|;`wǮ Jlnw\ ^f2YLH_,Nb;~GTklD1i'qO,3]VV 87NxJUXoLw/Z3=::iΜ}vizBoKcJҼ^:)E #qz'A.S8=(;pL*7 _L Qz?[|:iysWK~kEJ6r+gx% )U/&r4"WUBE$`ǟX|3` C6a&:5>9zCO~zXߘs13n9Xc'd>4DZ/5px>Af7 e}L74 ,B@k|շ&nyb ?Ze6 ))XVl/{fMU-_w/U{p1'CI=BZPI1mV0&5+gAiˌ+ӟERo &%'7=ȟ_:V=3uZG..l: -ccT US=)ʻLy87(W#Mܘ)Bgk.SWmz3&=΂ܘxf2Fvԣ))[~KꟌK Yrd?Y4@^t^79Jbe&'%̆?E2-=gn w6Sdζn ^KpOÔof,glQp0|]@j = z$7Vb'hRQr ^7[M>wAg]31ǃ DÖS:bi8¼-Me+r3/Sީy~iQ[q9}~'=i)m/,:Vgpiҳ=i$ {0O~kYu¥MUNTy3߈ˀ%;@,N.?$@nXm a@nLZ΀3 ¥ 6A$ |b"  ,XHۊ`, esӒqK,EQu0K/#)тUlGCvi[Ug^_Wɸqg*m`ډ19Z܊{"['F5pZZ8(fla #y :,똌bpr U. gd6*ʖno Uy 6v}hxVa:ӎNQٵ57L}șuMGJב9gK|io :%7:;t4t"B&aEa+0"^ >WZAc]ry08~ oT+oRRzH`Ǎ '؉ާ?pMGԯ Ona xGg2L_sᲁV܇%3Xw +[θ`3X*ٟq3C;=+D>|c+1r22(o&3fT=Ӌ{gr<xSy -h gMf;FJ7 6Q T}败+n%V#ᦔcKѦƒYV u,ѭO |P.!' F< =з,,W-wdİQ%|Ldz Tɨ]0r.'9|A>v %B8\4 aHG x0 9=w ׄ8Ρ4hkpmWnְXۗv}lȒO_>g΢?TPTw8*rZb)5G'W^"=yD62EsR?mKK}aG&*%qwK1`7]Sg #/}}lR_m:Y$;<#a +SP\;k#R+;2<4MyPV xO(Vq 71ã|үqU/wλ\l ]>'meY2{ecKΚ=WU4JqRi:%]^4vM&8AGwϝb5$i/3^xxAt5h+_2B/6.+=Ӏ;>z_7 .G>7i?1}^:Gjq/ lV~`AKzA`r1;aF #fobWv;[;rIP@O'FbWoÂ?;+o¸gta9H '?5ml.s޾K"ͪ S'C |+{$Lƌd/74$-PZ7KM$CNv;:ǒcp2 񤟣̜.mre^_}̘ZȈ04HIa0X&ܴ8g,c+dj5%ZjLGyLdxΎ| B6Y%ihfwDOj3~}{w?⻕)+Gi|A?m0Q \)(o%Є=BcJmD(Oʴc?bxcNo(*'L"|N[ <|ʱG9p#6"&M@5I[|)}ŻfOo+v ;5oq8M6lc$^I7[z rن(#8e/7``+@jAdlf@%6Iq1}P hI 6N9xL#7gd捦HZK/T*/y/`4Y\cč) o;(ehg/Ca֫D: i=tMɇ)1ts,9x!env!g5S?Rϔs6XW3uCi+3@ e)B3&/x:`cl6BکPV}7H_ec7yM:+JHLF7{v_.,uuS;8ˠhx ϰ(>]ǖ32@. `G \]fp)@[|9Y $ !,lr3C >E$IDpimG T|f{jv{G댌Nc+\KTtؽGtA䱝pn֡P:CDqdXx#Z_z'Xfa1p팺CoQ;?|B[J[vtLZ'‫=*JP+V`ohCgnQ!./n4/j䓦O K2$q롁Շch {,f,;y~"4S|(x^>h̃"hZ ٞfMqYG>O?m!/W H/HGr9!i<FApf_EAbb,7 r%R2䨞D8Ԃ!3d ;cmȹ*^2wΖXG[*?Ob K&Gdyxd>a)7eޏMy=?CSZj/Q4gD8șl1fzQչ{{_-i% SBf`qW,tNnKH?xC1:QmROI2"iy`^t,OӞJ\t0돕ƙxxE^o<~cD32b mm; 2lA' fhzzk!&jfm- hG&=c#9읹노+\"MY "g:sJ{£@.GZ4)(?زbk6^CU1B6P;,S&;@OYd1|l64? CArϘ1_vd*5B+poވh08&'9ǏvdV,m `˱Ml1FH; mWכ/%ބA O ]"53u.^e`ici>vw@_E / Rkj|/I>+F6+_02bGV:⃶UWDK"2Q{wp`eϣXJ-`KA'%&;vVG7UF{ЕƳyK 7^fLs6MցmbäB)_.yM~I7/Ya`-1gL̙ syGkՙ&;`S9XH1q1騲r0"$)%%)F`XzAǠkQ,\̧Ӏx~E@Sfr-?[:at7& g`/;V`ǔM_}֡֕3L /$pI{9ݴue 8d-!aK^kÍ@tv09Q&X{ ^SurŎjgR[0Jg6aOb`',aYL:jb2~DDl,*i`]S`io(F[BM9Ǖʔ§x].$$Q~:߷oD`L`NA{b)ș? rt3"Do;S oNO&`&-乯GǛG 4i+ciYع-)E;l _@ЩmLcNoGs9@Ьd HN8O^XCB>7]<AS0&5;# 9T@3l*=cO C1S|+,aTֹ.Å\OCA!*!+('Ԟi0EtvС$`4Q:0IN5WqFNNwڠ1Z"]b ~đLhy #Aw\ ˓sOnmv!"qHqcʡ KjJ$S\Qbx=o+78!Dogfuq{7;1 ]kGJiX_++أ ]z 4VՎ 0؀I>Ԧk6P1V#Lآ\eb/$R-2+/`AWlMI;\i&/|?gl4_^OR(L%g]-9RX^F/g,8F'smLĢ)4K?7\N$4Y&'0L yo{N` 2fJ1Fs]mP&9 jfA>zlF t0K5-bRq6 :|)T 'OLGQ|c͍C ! 㕘sD|Z:#n`x:#V Co\H6lB;Uw{YGenjM: vdRvVXvb&92n(WdsJ^lA(XӚb&ت+)GM&*)"'-S}!c4bCKvV;%]ؤJ{aO/9@?v{j{,^`!iQv.bP }p c C2-+3Dzb%lr))4#|?}}/, M>WVkVԶg װ՘<w.6 ;olS:A*}JP>[]F61ƣ/RԸᩆ?$OsT 3bCsUQBLDdx!)&(KL$s묠Q5 \d?h7 k<_ Lbbbr?DNx\FC{h! kavj@vjyNMAZZ5t\ IxiI DG4eR2 ] /zQ9bD _TRsThY-XQW؟ KP5yd6!pIm 'u~kKi^0t3F|aD1&8qXr0ae(ibB9f< ;Mrzv oT?RliSAnA&Sh\!R+%&Rڣ;u41 l1>$}叹l Qm_CSy! S&*X>NE8`ݓd[4C#c+}{mi~3ip@mB>.Y~FrC[Y{458Z ~!w;{/myx= BܼK2DB(EHBI90tXTF[b7otPnj_}_Hjrk1*6Gj`3ſڤ5!?7^s=$P{AjIG[AV *G׿x· &6Cn`mV$1#tVdj(O$!wֈ!igOr 6fmƲ Y}lPiML:_TX321LYSFxb_0)"c?0l̅DX69s? )6%eZsCO~&=CYc=XXqnLVؖnDXfJSBk=D ;C&U͠c$Xڐ @Mf9phP 8$eVC.p jMp!CTt~an̨Nu2Xd䱶>z<"|iQ0Ń!Ȣ-,q!,@L/[ ^U!>'+xIE⠨1XQ5eJ :Gx⁻hO7m4^7i @M@ƝS&ByPoSj[ǃA$Qfe`L\F+j\ֿLȩߨ-=XcX Ɋ۶4÷@QxpF!T@: G; /v\U%RI8r!TToPu){`ԲxrcF!-wD =_)Tڤ;7]p9:N}XK9cQn%CÍ_ܳJփ*^hOꁜv, ow6Ne} ` AKb8S07^|ԇOQ_̝c,Iٛ4AT8=\N$[oGR8pla y흞lT6Tf-ZTt:@dr{`ĊZy~%BӾm<4 j9- |y‚*33R$5'7[\7u.٣Rw<.qwM~JK~W5-d:?ee ?32M:4avchy忭 r|Q6e`m,< ƙvq(,0E%2R))#7JMk0|C1 2 *l f\o4XDi)ȗ |Ui=t&.{}X4kC/]s<1¶g@P#tWm9RڷX.tWMgXR^4σa֭ͯp?7erJ^zaeμX+\Y>re6V0 0(٬qڂ&O9B:))EQ/ѓFB| Bh#v>EUS.T"?Ő6tP[MRFň*֬ o^uKz .Z%oWC7rdR\.Ϸ%;[&gw#_3íYW;O6vJ;кm G4&lR޻ؤXwM%2Q@s90)`r-+)Ktèc TҠ <"xI= ;Z$^  oygYgns.v-n=I QfkOj  _}RKXA7%ۺɋ{UI~|?]u*|j7sȉ0};3|?Xz h,d h#ec K L.=T?BSLY> bDeG?j,Ci<.ns7#i#e~)rj|-%tu'׺yB\h/uD3(ᘎT<т kfxGm|\od,ؙUˍS|c`C~έ1UbԯS[tnP Z@2!mxZb,p_Rcipb! 3H) 8g[xg%5t[Z,oÉ'P&$kk6I?]Ntzs~eӺ P/LE&g*݉eE P]10ӫ 7.,6cVNOngb1Hs#lTmYK=}98 *逴rQHKBn8%4$Tn?RCXZ7u3D7*)OdJC5( Txj&*cf^9uڰ/*6.}m yIVei{gL7u8rᰞh|jpDTOnpQYaJM~%-i }֯Vonr͝d5D,0gꔫt;;v<6r+?RYZp/] 1"L9(l, "<ۅ\3٧~32R9@4؍GP4PȗrS 7C{6gze}^f+5Vc?p5RYCTf5WW[Ƒ&wBP7OU[,[zgY77l%~m.Y#,;@rktwa];{{t$(dZ %Ʉ+vIDAT#*)/-K0o^D{^@ rT{T ,XAG۴~= m- ' yOYl:XcٮsQ^l-~4*R^Xs|K~ 6uK;PM vFnϒWwJDZΐG\00ʒl8Q8Q$$$xHh$L m!^ ê X-|;&x'֮#X˖Zu.+q@((+ ͆Jy0݆)c>OnxKث`g~d訢Ψ.&h`qbCK$N|NS 1INǢ ե'fv~ؕD c<)m<݂5>4xƷF2"F"''4Ȩd(I#s QiB8#\3Y }@< 'jg~wyHBPXn]@binP _/8]`'6OIrk87!wdz %lټ|x9a6m] {>b׺ vcq-8p×אjŻejNȆFR^L p$E7Ij\+Zo;Q&in-"+o>!')&(FF (r*v"'O[AHuoW=5#lhI !pZue;G/ryy8x/CJTWH S r6OeMt/s|?y0ŲZuKjM֮7sK?9f!ƓSz^̪s3zW|nӋSp߼+lht2 ]^ꅣv}®^eKnvf "$ʠxgOܕPe7Dcq~Js.h\y?L d!qB/h.dp.v^otk䦼W,oʹ~CDl+/Х>l2}>{'BF c<ps oj%W=I.yoݙBE愁ChU^up٠Yu/w)r}59=-A՜2X]%SC~ ?,<]97"w~@v~#ͅ X`U@ntM@p8@rLu_ _nmZNƐs|#i4TN((ss|Z"W`UkhWm|φ=_ZqdMgdj ?q/?!TGUʏ,[OGkKOv8>~m*ꆽ&g;elTxځ=F'>B&ێLT('@xWEy_ٵoJMŗW^9]}E(Ӝ4i8\Ƞ02X1pƉwcܭqK/];r^y=_ {vP_˕rS>E'^ήqa d7j5(i uitbI/qBMB-jD4*@zZe4@CWoR? XGůUS[IJ*$:7鶪O{7@Hkk?<kktq݋m6nƶد-mR;`zv x#=\% oYRڱ#&?>ҹЪn_;j;$}*}+(}'}/LtY"$].9⦅%{_a݊]hk5'SN{<_ t jM{-4%TńtY۟R6#v\喊x:'HO3^&0::m,L%3:qVE t]~Iv6Wٯ) |ʸ2]G4(6w‹$"AEv m[D;Vh[}چN|3HS:KtxU'D;77;_"e?Yqxl+@IDATxdu>Wu63=0``=" -܊{Vڕv%ERGguvWKHV @ "a!`li[]&3q?3TuD{xDϬZ-\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\1gu@άv;PQ \ lǛT+pT`u>F2 ScKcٸ>| \5h l ^S:+<>p)Y=UjNɭic.WMF]WM@s T]|\ôˏzϷUMV^#:g~<WEU1<\mPQf}cUXz| ЯxzĤCJfUvg++0σ+Pu]!QSCq)Jj'oe>)s铉Y>iw>ee۲muN:W Wt myh<"6db,rlnW}RU_\\T-4',!QGJO_S̴z\{ܵ`n4!>}$i^n4j3g6N4ՍƣWVѓU1^ETO,(d>W`W ?0`TN8Yi 2r5 ZZs_kNM7w޹n{Ӭm 4 z _6o{++_;0ٓk+Wjmj^i<#S5[^M;`T:})u]_ P_7Nn>KO }˳ [k߽kׁW,Oa3l ju]OͿlnvoi4nklEVyGDBo|҉s|֩}GBo yxW鈅}R'-G+ZN)W`T uYỴoev1¢C;wOz]ij^h4OX3pަC/)J,Sɒ3kzzu?3'o>o,T&b)-;iLs LzU_rARט1̔2;_w[lKZ+5,NU̼J_!Z?9Cp_l8PP2GAfe+pEW@oWt9\[eeASnL|{!1!aI,ffY~}08X?vv?q屓ۧ `Hmd6t jeYSI+&H6@꺊eƏ1Ĕ2kg-ojh?׻m/O=eIφ:+K& [_ ^ާ[~O *~0l̖}Д3+p+0r_*cDI!Xwxtu[4w˟pn;՘p>\ࡍ^ON<ӵ5PAAdT?86SiSmJኩUN$W` )ˀ)a(oE{{w_3zRNu0QS섰%J!(e`T+O@Ce;ڭ _hiBvmpihcU=/_+_pY`>YXgV'>ϟ8fA^CNxdoǍXurYs}ReV(tʿvlm{[~ٺA^;[XBV: V{eXRQ1ܙ'w_)4f1q?AF*y\%oF(\+c+_K2Ac*'wxہ.u~,|ksd/A]areɯ Uٟ:GOogaC܄Ց[Ys.yqc瀹;:<Ƈ>7I:ځ6~G|\vFp+1?@)zHhL<@³[;q7~;'S!A$7XУپ坶,\KZ!KZlVNIN*_ (kȷ5]?zh{vvm6^*/_F{!QpR5|(V D&J.?PnԖ鴖w( ]{;Ӎfk8sLo<~r{8G )[ys.Y:aH)O(^`m᣷,w/Zzۡ KGsL)eZ$bh_Z(.8n7\j#__ <}6QF =yPnUvjt>=[wUzU*yr7ɢ ^ 0ʫ93?պG>t}اMPW؎Ls<iv++_3[ ω_)&f?nokkqhZY}[1eRޠF'WWk *+ z#O퓏ӣ<\ @~pAWa٘}Pn( y1ɿW-z̟4_OmC*2+t*q/nuŃ˝L<{S_;Sy4c$R:I%m(4WT /.JY\>(&x6NNY]N4uopR*/V H#mZT.+R? P&Ő?϶ tz`'S++δjgt2,O,dG $83y0Q2(W@+`oL=bY{j3{r`?[=G1}4*8MQQn$ NCSgW嫅N 3lI!Th7r8 'y;ʆ;u>)I2PnAC{k3=/c̿?=d&f{$|]yKK, yUT}p`8Sv+ާ>vOcFU`L2ԥСQz$e^OÞ s0OM-^zjEcK& II^! oьa!ǭ%"xh|_a%/YWWg[6:6b yHiK)q4~@yP*G U7Sط7ܔ .ڹt7{6l//ɏTNࣼ 6,`7`Vq,zʪl4W$]˾tʛ-^c=72V=_Pե Ra*%m6hԦdpׅ;?:[pbWt y2P4]/'42KsLE \E Cf"=VfH@8)ȏs1(V4Et%FU!I`C]} ,Tݭzs-N>4ARc !Z6ӬOڍ(! ';1me <(_# Nezg˿n6^"dbD3z=&-^P>!͆R 0x-x7=?評cϝ] Uz+iJ}UU,A t0P.J썓7H4vϡ_yY膉oӧ_ ^ñ40=:Dљm=HAz1E]Gsr7iyoY?Z R|u)je>٨t1){2! r 0.ZA (S[^-{fQkcj^:aR<`uc6|"xPC]7E=[ꩀ|o@>zt~M߻fUKԹ#lI<Ƴ yRH)[=xIc}o 6=p9KV͏|Jr.9gkVq|\A+=1``V@ۢ9*"W /-tZw<ӹ_?ww7~TM~e2359ԓ8(}c ;ʬMJoe߆ mxrʗ #!ۖv̛?eo}ʤb*7G SW W=7+vg#/yRaFe"I+VWX'~!oIq]o 68H9ZcG7F:/ ]?{M tڭ{STC0Tg R~HV<좖F냨z2x.hW&B`F]3l1լ?wdr}e'N>@pʹ%d(:KV~fm&gVHN犫VO}ρٻwtL}oQs\3t_a 'vmƲ(nѤCLbM!Fd3lh:!8ys s;B2Q4^t-, ^>:hO7W1pCQ۱Oq}%%.}KG,.WP|S"*`oH7ot>0 CI977OH]l;{L;5q49b%X>ٵs<[g!yKVG~fd ﮜ ~!g+p1+/GLӴ8Z[Rf\ \;8ơ>H/ l\1Jf@vz?x=y'嗆ozʚE<r)c?ԃRG1_ DN!W"VoZ ЁoՇ -9i_ lrISr.IR "\ϧZS`п7m+rԸ7- L)[-BOE9٨nxvQ 'eQ͍3k?/ m`\ _E:+fNQ%v\5Ma _ /-՗ƠW^=~1[j eP[$Y֏tCx R?<2r&ȵXÄ`]dkZceumsڗOm|푵ǎ?+ߩ1i0 PB}DO%2Y}/bxc!\m](?qxzoެO⾗/& ˋ;?vvO$1c"h O`!'<%{(w?g?d slq1){RkC)uhV$iu^ ^f;vtY.D &H,JUE42}BQfm,3 Vpˉl /!( d ,HUXN~fzz~_v[v}?ƟCǿ>];'0,t8r,d#lX=^ % l >ō};0o4WradBs?|&"}"ٹ9_:r$r,RuPQ1j44xy^yQ;n6m{j0_+8)U4Lp;5'϶Q~-.[Xqe CeW۲-,q`׉ sy;ݿx奏_.8t +>-x5toB1,1ǴKy@VVW;=GNWݗ?%YJE9x_%Spmm~k}go;m?\+|υ@ܾ=.{zJ];fG"2z3Eݰ#&/cà Nyڒ&[C9,(ɍNۯZ7ooa4f$ȃY'I˨t*آBf7;FpWn^zW|VK7Ym9c Ek6AvN|QVǒ7D9qVSK/~P;- p#;NN q4gm ]fW;FpCNᆹδ?j4}UN1WmoKmRq[\ _&ކG!9ҕm.o|}?v`مFᄚ [L1X"R ڸCU7-s _fU雗nfٿiwcaQ5 [ݭrlJ;"-b_(LNsxOQ |q#l.TQy;?_MKf~p\xb{=o;iؐ}P;ZBr'q2^ ?wDp73o_5fkQEޏ.b7ڋBlbG`>_un:KqC M &4Ƒ=?.8$<ٙj־\ר?wRcXm'@$D>GK9)=Wn.S+3+(< eve 7IhMl}%t79vsE&SnɹOzpL:_Y~#rB։GTaVx*W3k^4ߺӭǞ^;a.W%I0@^gUS\#!~n{ީ}S=q5f4QSIX$v1GNB זԗ8L"?.$y YeΈo4U|gO/bf|g݄ aWm8M7/u;XM}n~Ԣ^4.5n)FB`ÒJT FXtUi7oӇOgN~= 8oFcs Eʐv٣/kԒ/N㽴R(,_}-_Q neWjLG͏VQv&"U N 4uAs+J}2,'ٜimca_q1`h +sO40{;yݾ_ď}e)F3Ȁ p=H2% ͗ўu.}IFأUOJ>lTt)Ѝ۬M"mT:4i|[Vw,#{a2U W\ಘq!t2aԈc'?+Syj1 37S -,(.;fO wZNA_B)?7E2Bјʃr&Jc(6_ɯ$X(K'AmrҤlť<}!OF᩻)b[QC):4au`9;.[ׂ 1♀p௜hue4*+2??{Ӟ:lX3O}Lc| b[u2)YyoKc_f3<}zOe41mFԎ41"L"èyJD%Rq&"E+,btU ρuBK{椹zhÿ@80%|)r,1%B#y%3v.ƣ#4kv>{Oo L9( \n]_:{2Zf䈕9l/^8`Q9m('i{bc-m1~{QٲaE( &9Q*LU ` >F-NC+ 㑿С_#CyZ[a! 0ԩ9!ivZZ]9[]]܋3yPT'U!IsU8IamQ}#/Ukofzܠt[Y{QOլ«4lkkϭyFN\TXe3 *-b9Blf 7< G4y 'J+BNZy+܆Q$O`0|Vh@Tn_WL& w4"vWP#|W81\Wo۝VylAF6̈FZ8t/̏@^o8låeБ8|k1Zkfj1X4fZkGnltGj5ꃅzsK>3.}g߯?kw<{r乍ZS+3t_Ÿ؋<)GCc)uhbc},N e7JGDrl3Jx!VC=yS&t i1;5TݎHk((g}\mD!A4FC;A'AdcXJaOpP/xp[@B7Txk0Uo{v/.ޕ[=XoG"s Raܚ:g! g`Qɏu{}cEg)#JhLD= )NUOz'enMYZk[[.yt:-܉0jOgAxCT]kʋ_9y츺x|{kO>/> jy@'ϋ}6bH2R#oi_"$,-0vդNX9`倊wF>`To ƒz3Fb ~졥I̽ HLꊷO259ӏZg>f 2F3@ѬIWkS2tA lv+VZw2VrI j_ l$erCg0 _0ך"%ONoծoy읿z/{z|g,Vp蒔/߀ѴҎP[XA~y[C=`]P$8(HeY@C' c])^v"ӷ0;f7PȚX0?EްB "k\_ $4n Qj\-dhL"F6"UPg!j֏e'26=wܮۖ^ޞo4_*Gy/l~:GϞ?mA/ {M1N $^Ȋ`\e^kj_4}}? x[Ή%;.P3# ^ԖBl*W u4$A=8(BNx5ylE1Zc4K?u9odR^IA (!i990؆Ն!ٜaG,J7)ӼXJr&z(8̻/9!1gGA vx*أ cZf hQ*vu.[^!1hKlNg|۾/>O.@i~(Q%/e;,NGj wo4c 1cF@5}twKwv 3@|2Ip&_tf<9Sz Eї}U Q'+Toum7C7aKXGiSgfjon/L}i%ou,E74&"7֋=HueܖJ&@}+666_$|cOꉇ 3|$!j/y=~j7>*wPQjJ(È"]ԍmxrqL78 P@Lh] >F`Xj ;'V*G"XLtx3 k0ܬ1 @[kkޗpO'l"ݤ0B4C;IxrxO L>[b/N'6Y?_W ?n/F^y;:>dhUrr;n M S9/^>D fMH =OSøq86'W*BW?- v^1d*!Y0bF>0~&.)(8'\ OȆ@p]&X)X?xsE‰0\ͱѵ< qNl@cOzN)9tN/?fK?ܙil#o8!m7xb4ʼD9_齹_scFJ .kCI>HѨkw #_~3gFN0YQ0BPԋEq D#¾BC ~V F)AWll vDn>BAg֟;?||93iL'N\ؓ"ٷȊl(0j^ßßSXT?xzuyDCGge!pHwZgk֖7+n[Q>)1$]rG̵G;m0JYx#RW%UP+Ny'!87`(C&$0#`7E=A]^O`Xժz:[*/;)! qئװ: . ƉX "@l%YYx 9\ |W\pfO~sO=}N`ܟ;iSc'Ցw;4yF>tt?vܬ7rN/rʺ sFhd>wp`@"`?d#}F." grc.?YИkvoii:4?2O )VGV~qBN}+X9#;.1xN؂BjW:  &]r͛j7Q؇1,`u\{JX9IPW)@B5.ayRSC0%@ITljU<@}³f6T`,nُy!( u!_~|/Zjw腬7 gN/zN@5аQ 0by5njaÛEu/}vH|~?Ы=ޓr߀Ec_MTsv|n~ǎ}ԣF({A`dhm_~n !wbsTwt& QB8hj.Jt`c^M* Ox)ðp< 1Hv! !i.'{G䂑D5X#;Os >"k&.g>!%':nyt7O}D?z # 6< y_YHtxD RAV-֚s?9péMyliшczTc;6`S=y-{KLqUjnG?6\$D'LCUgn* 7Nռ0o{gQ[?y!I2PVO4Ix@-7/L_z?j8 0zj4DWT_'|UJC*u0QE-5n@P,LxlHvR…imddcSd*Q>X s fU_ bn|@q37Hg~ѕoz3_IO7Ie l@|D40z+'Vq{߹ws]}~Q߂Ӳ@kKLNjvTĢ%8M]'>(9:+S&?o n/,^7WDR8@|B%uо;맞9~װ V%mvI:;S2Q4Jg,5I`4I r=i}SU0fg IQ@ղpHntIT2ORk"F&*;Ze)$^/0+) -}$+iRy"EHj4gU?Tv!@3+HnT`'}0O<7OnךjiFy:4Z7S:4Tfw?*?٬)V*}_JX_O{=F4N?J"W~O_ދk3VЁWo|B&;RiV:ʁ!S6N7NoZƾt@' 뒱Gc7 @IDATӻ@C&GEU+Yccl"~x&aB&X%-EE08rzZt4OޙpR%SuĦ{U:~tH_ ˝7,5k  pL(Σ yDž<6>r;nw']au2ޕW 8 BݡW‰O9BC";"{!?"RGԫsMCT麐 2SHeu\o5n7v_6{N_- 2دKR{*KW[u7't}𔃪N}wK>,K2! ̱_DC@ET"(*B(ܚ.SuU{PzŊ)q&p wgP)Pj?Xg:6zŨymB<_nҧkg]Οj5GBj,''Jm6¸ET>䚚Bb?qpO) ׫N.cizc@{ Zd.e}VF;Z rI˭n-/Y?#~;NZ%Ix^#G%ZިQ@4OO7Vn&am!^FC6˩&l3veCI!gnSLF6볈zu&JE=1^Fs1j.fJS lf@4h/m^~z5<9TֈP5!.m;6AxܕшAm vy}zt^ojNΰ3"&:!糂Z\J`JM48>. 9#qjpGz3Rf "І>ӹUA~[}[wuʱOzV4.80i*ŀgR?ePOO0><ӝ~gST&8Iw2 <χgTlSh)Eu)&E+;Y'Z#)Ĝ!w 2ٱH߰MC]F]B&4+FBzRƤ%ܗ ]ϻ$䔁<6j~߶pþ;nj}Ź2;=E%+^iջ&tl5.|Q\E:D4p5 N礰?? Vc_6Yӫ/*>;@:t}K{ѩ?A ʞOeAdl7 KR^#);ڍۖfgn!3P,ASGK]VuKIkCJ6/NTc'= ,!+c*OQ4~L8 ;P#~)\qb.!h1dRr-Z >"#-Oy !ARXysEBoSF]7fP>6'۝+S];Xt)҆Y3H]qSqy"ǝ bxQ؋1 Pʇ:X4 yGŤi_aJxZrYl/ܺxdه}IyKaUJ).|Zҗzzo<\;<~?{P(Dl]%YOual,SKBpyFFo;߹sq$oäAc(dp70e ARt3Vv!*cU6)Z%,vf^oC@%ՠQ["N0ǾTK`M" k^2Dƞ]SB[R;n  E |VV3[Wm6mzQ`V% =A@Z98IW~st_Oߘk(@z?mB2 GNj칪W:NB U`J{69"1 Feڣ՝A@D`79}Uz M T՝nKw.=}Fte8+01 +|ɁtxXήyy)< L?\k+o- ıƇ)/ehC60}u(y R!t +HȊJ?ސe+% (Zu׫n4r. С wBB&W 9QUqQ-w׽i^JUڸoQyc˱.hɷvՓg* *{fQU H(GʹSy5O^_V4D9j|pBO'793CHE`8*Lv0Ak,uy׮/WDǀiI<Ջ҉e/B]\0Eα eep޶1*BDd#!PxzXZlɵ3=3w\9yK #*FN3jCE|Mb#Ƙm}8mlS>0N4H9Ź9i>`xڻu"\x7NX_09tZbRcm;oS߹ 3ֻswS>8X~L9@ny#W7"o𮕢ŢdRF) dUA($*)3J6z,^ڕkN3iF _k!*5 jNkA6%TiVꍙU)90Cx퐪9*+VOd)9 g7ֿ&zB5=1:)z(0 FFIФM1G̛xbps>mט4x]/3y 'lGLRcb@S$;]qO5T"zU&wWYx~px_9^s>p#A" 8

E16,Gb~Cv y|ܵ{}s7 >Mrhԑ:i!g?EAjz=${܇WJYoV5A7qo<# ھ:S4PޏY/; h|H`1eT~25?Q˙R| UxzȿSfHKI JPʙ&dM~4彜h P}bm DrZo&L7`{$>&W kV^KGYcf_!< w 8GѡƀUw9Caު *が) Tlԏw26HdT!q}7b/r4) ?97jypHڇۄ0VI[2y&^ :cOQs"T?*@ W2 \nY[I:3p\gLp{y,. nwv _W*LNqWv Nk?{3sSO(5 ^)W?t °˦~D>E+T+i{G9h+3I:Nxt.֊TzR@sOya"GT%Ly#np~x'tߵ+7}W5c>dϐ qdU@#=8AڂMJC9I8=IN.^FsA8oÛd@0/p  FM4$ P691 'mu'56vg:pҮ9l:ԙ[2E0W`Hc.Lb9:35}eb#獜8\tp|ЄSz-x;9ȝ؛yDB i,Hua}Tu6hNS%b[@Ws4еǁܹX?đcj/ڢ|k(24ȫSG.致1I8wBk,{+ISβGxqycޥ([|v>9/=9`2g+Nl.)@봘x nEى"Eɀ17>桹br=uw7p O9_ U*(0&+g[K=}XXC (Q||27G{;%!{ʂXJ4U'Ve%?2*##RCMa1_l O*ⵈWPOL!ͰN홇b&t4-Sr!ü7d,`ҿ6ڮvIM&j *ro,+kLߴ<=:2anr[3e Hy E05"A.͇a1IXg5>*%A\znw&ԟ#=apAJ 8%'ǨBz>)Cr{߽[kP:s,OYډRcN?|U%*}K(S "ßLqbC![HZ,,?O 9B"Ο3$-G 7@Q =P9q X84R(߿Aj[\7UMOb 956j o#AFe0Qpk6Kf–Rie^\I=跾Bs^MZ>wl)d$@cj6\@qO,( _|r|Q>'ɝ~^c#؇9.;lr1P7Hq‡%)ͅ0̱z q#He'O{Gݷg+(u=($<,c++z_C7zU6wJ*,F&> wQcLw +,48`qT6&ZJ`< 6}tBDqzVx$ 3RR'׸MP={ ^B.x Vq1Ax8L; 蘔`db v;ê}wO Rua-ڨܥTap! -ĀE"Fƾ_WCQ,N]W\Uo~wm#H-HdA_&=d\whH SoyD(tS(FPO7T\ 1IL&sș#oVd.hdbw]*b0Ȃ 0r,gۗ-ωf@F9()T!;ȰƾgO}amYM^aie!Ri,BL d$ ڲd8z eAw 1qKǖ0 Nֻl|Eqx80F]aG1^ཻ`!Pc4Ižy8 ^CsҌuklLH\}Iܥ2)r 7&'&5SX7DŽb8"3f(OJGޛvv7oZz&}D5 nDŽ@ ;rײB>W_Z;=^qJ~GNHvqM{^mua؉hF(WN{z ϝ4R7FPf% nC# 6K*Ge, s/r,2bR@)x y`ƕ&"0(t1z yxǰfu;|v'^LA@ lV&U9e*}"peԮw{v6`]5jӯmm!9xwq 3zk$4FNdDN|gCKgݹ ?:@c4X&rΟ>"!/!Q |AL C 69yXSx]Q#Wzn1ԹF(b[)W A4]8sVhNޭ*lc,q:,ɽ.->Ð1x=.rI2828ׅEp%Xq`zyGg!7oM- FUԾ z(v 3ϭ;9(.5`-{X˲<쾡jER&)BGRD DZ 1(F 0 F"0ApRbK!bDIlQIqh7Y߷ַޫfwSzꜽo}k}5A!'b|Yb(7Z!rFξAa `/9'6tdl] ^UzYo(]jqRoJ:0#6&/MylAXȡmdGhDشՊ¿w-S<\Lп zW٧ F|^)$.fCJyW)䄁@A{:` 8N|14S ˛:SY:pI=*P.fe8llN/}՛~n싡XEc:/ԧs9f;t #_$g'[W̔\uPy$ NG~,+6cnGߴpO}@9ck1$"6A`,:.TmqVAy[»]1hs j9ZkB)p:LǎMf}̸CG;*Z\RiVɿf ]A 2;~. \.iuk|8j%.ܑ ƋoQ s" 6-4Y'4@>ii=6sQiw'Uz<:8B;j3 sw{a54M-i>,|`A Hprdx Go 0 ٿ!c B<{d =e`q_[=BaL6 c~yqxcC#uMØ7c`[3<ųwǙߎu@\ytFr=7Nٮ_|3[Jj,J4eWovM919fGn=fmaR[p&W(`e;r(; D q]nE[𑉝',3 GbHfVL;O/c;3XQuC̙3s}{&oeuHaM1" GE'b,/8H2]n\ R bfj(#GX30WDOPcR(5=<8̢k<~a_8Z?|mg3# lt Uzs;nMZIE=(=zA^!7x3 s2S"d3)o4#N;ߴ#J;d_kC9LJeV7C])l/nܶ֝ݝxXd-z2@KNܝfҝH^yL{mo6]![nv843 -?d |IQ\&S+} a8=7.XWX?oFϽxyc _ jG"(z*}kVF=J2z0jE>>L?U~5GѸc+H7HW">OQOOL zz1)Ip G̃2K~fmK;CG'|32f@?2(^бI- ==9*cEl4$"Уve׼`W ;{ĦSy+C G}1ua H Ni0.``SW\#7wl|K-+eƖ.(Վ_&:0Ոǂ""wokM }Mۜi=6Hfu!B~c]:Qm~0t(I ɓ'Ξ<}zc-fXEyӹ4E|`պsn*M]Y [*Ԛ1-Ň2B5`\2Ĭ[ "`xq s]{-. C%m I lJk} }2gyY$D$;`S<y?S F`g$5֫j@X NՒ2ppt<&Wl@1`ј;?v8дAn养Tڣ[][2g`}F>w[o?znotgLw|aŲZkWI `%[1Ɣ/гzv03CB -t:Ng< I607 7I\O٬>`n1NJ1tD" 1+..νmosST4{g~O/W7sJfi3 ҫek\QHӛ;̀d ŝ3@Sŧ_y (0Qj@xrd%US(8ѣ }Ys/i5\LĥRtM:}l_?&=<x^kd^fƦE)bdf{Qq]}m~3rUTen0ȃ1ˢ3kJ qHmĥ % ⪿7"wPl qhEȊ'>Cz} /<{֚}}ϫxnmLn< H,t>u Gjg(r#EpǠ282Aįi0Z^46%c½B 9_1EX3Cvñ[0m'.UYXتKݹ`ѪM@{ni4,acA\qьZlrn0Bv.Èuvk3›~%pÁu<g蔓BT%+k'0+uD|f PwӤ+ HCfg[a7K29vdq=+˓'.u!ZO cz閺V!fSՅ^D)DQ:DZYWg`<U,΋,%CQ&`S'!c/g <"8hx}|'aA%}ч}C" onK|f@IDATdg6ġ4_d@ǃ N ç+rQ}kؤ1Vn5 />GBӥ8XP*Ay`+&cnf53F%71 (u ӊ'޵س3\l0%gi̛l{B{e57ذ܀Mllٶ>=n\q~2.1lbg 4'^rF8j T#Q|q ttBH*.04׆u#}:/bkNQJ搞ܹ{cNu+FaڌwAbZ+3U_\< t4ɆWmM?yni#wȇ LԢBT5Lӝb=7mٓri6 %[56v0qNm'{YT(#t([0.HĞij#pe %VSY'Z~\ymi{Y`v7ETs#17{3̀V`&ԶmoO]\X>?v.*" XV?\!rV‹H/+.?9<‹|v! oZ㘁ފ l<1S5랠 L^g`KNsb;PG Q.xTn'Agq~c'| 8خOh{YO\ַ޹΅   gÜ=<۔:/Aw{5s@5d)%]hS9ʼn~*ͱRp|+h3Eb) #s<҂8Kqk#ͳt/hf9c鵞Tm1}˾eɥ՗&͝ ]-vk k z8H@AlmU]l[Y2:R{zCl%dL5'RҦAH8 V-j&K0}gc16JD/!֔N.{v\?$h-"o>3W#A_۲qW\EP@K j2N;ڐRCn;ZklfmPLB.M.~VQ81^cGIHS57 wk~arQɮ^4{pd4M벏^zqyk7Mb -6rKeV}#k_ rg@X@ gǬz v4Ns䫭FR1dz MmdYXOF>a~hSHC;мs?1) 7?g׌c Nk+nڟ^X:g)5{[gih囎Tp&C+}!G5\c-MO84+~PM@DΗ0WYuh˄տxbVa=81),.0⮨ʔHE?9 g~GbD߷VO<:WV*3¯}_޺`Fا[(f@MMƎqOTHOΨ1k?D>4j~hjv,3ِcHhZ΋9q0IN.r. `ڎ*`Bs`$4>c@4{7u0dO6W=onY9&je(y[|:MdycKmr-B`)mM*I?v]  xY^`$8̮W6dX$¿VqSCx>bNzw!p&"b/* ~sΪG]?lR*ynЮ/_^zeeg{V `NRI{ϳxŷʨW"պkX"bk iogY(w_NP҆hC77*cEt;rhk)ƱZ*@MJ`#ƻB7+xkg ^t!cs/M9۳ߜyR mN-p~f505C?Fp3"bMjBy[+]a`NBivFJBɸO5 x@R`G!fsOz/ n͚6= =JCrN'su{ygTLƲRA 3I6M~˟tCykѐB}*dOA{a,!CB ɩ1FE[D?Pَ$ .Bpʪ-M(`C>j.hsnh}M68zP3(ą2|9r;/==rwG1wз뭬(g&xy%/۫iv?xш!{O#z3 Ӥsw34"1$@93mp"E1u[JP0c>co$9FP]ѩߐ4Yǎ<!qf˨.D%v\rPzbK'W== b:VRFQzgpq}'x dUPSbT]iEQ(ڮ؁ 0r &TJ.} a܉^4 ql?+WپfKK˩0rCJ ?xȚrN M_\0Y?0!2~qrOόaܟyb@n>-T7Vb|Yd8)IpH2Z4@qzޒxCEa}.`Aڛ6 sx.@faggl/lm\3ڗD*V:}#v<> W"KnUHh&d[I?#p;r'X~aforF<:m,-Q&i2%hr`"?&Gw!eJ,z~sw~Skugkvʲʢuo@v)űf>&[&X!/#3dѴxT- N8b)æqKm΁ b_JJYgCP+L5Wle pzP7ϘBpBgJ΁!QcmdQ3p(KԠT=lj'10ϟ>_ŏ0{|\F 1YV!7O?ū<?QseLI[Á Y qܠǦؠ +NWxD A@nXpwiI-=pr5\x2 f sDc'x^eGzV 3έ/on_ 0#ᇦg[1{_#/ϝ.1 _^]Z9?yړA'[|5 pM詠?;T\Qy˜)T ,X<<$r|&Kg:45řөBS aGx7rHQ:Mz8i) X [n=7e&dOkd{܋WV?n/ \N`ً+cD7EYH^Y4X,>^-8݋|a!ed#i+ܪ&m%ޑ<-0(3G0%< cBRհ!>eϛ .p`B1T[ޙ{s%nX*Cq t,о4ٜۚ|VU7͜j[z־;>P`yH.~S2o^@ˢn[ȥ]hv~K'aÎ9 :LCLZo8\ı{0Sc~ްu6͙4JQG )K$W!?zN}I00i/eF7UcȀ IYL} y/Xx ~kvC|%1Mͯ:+4mEh9dJhOePc\':b˜ʅsJ ͹ 1CE2Z3%P.cEҌi3?K8kwؗJfj Za^Z//8yBvmj8 },f.~/{O5+|zn-)d69LI[cX7^fͽIO;`_ ~b"^8C 9bZLU8#⷇X<ܪZ'56qA1PMgN`xj|6<k yb .(xƈ#!D [[K}@" ^A׌UM۲x-*:"&1`9طK+&WׯNGVS:NDŬIDGSDQucos9 >9rz1)Bٓ;Y! 47Ⱑ [dץ} .$kSs'nw͝ɟ:5nV6A#Lұ^9ڗxG垰3| )=Xag; ֻW= FqS}k۹a7`1٧j pJK8Kt4Xc?}@.9ݭunm>vnk{>b:ǹ/OצCKkPE޶?|ii{wr-1Gl~aXABj8աh1N F5p`6WC!#)S)X 6@ʄ%xf $ʎP|88xj6>=IxLѼ6Ӆc,|N6a2Z;ʯ<;]^g&ǎ]!r~(7f*z 3 _Q `h y]|}3T~88"8}9WTiJEǺapSUOtcK 30Tfb>縣fu|k Gdl2*A?5M@p?(b#kc:BM^ y5LHN[=Mx =\ŘUH'`ʷ߼{)^KA]CU3Ugz,~;|yсجuq[v#w\gh^HbM@k~(qnɣ~v@ʾa;np>ި[0x >%g)ah7Վj|`4W(p>kc}g "KMlǰ?v-gz&,azjzj':zf?kb͂sV4Yϱ /dE|*F::eBupj| HYAZkᇃ % 9]nbK] C PAA&e5i}!RfÖ6ߕsK?+m/ ޾S @xq[` X^w1?5Pp w6&/.^9~%;~6Ao͛4b 9 .J Ss4+^ V]}c>A9Hat p#HFeּ[oK%k!??D:-~Y\\#GO2æ<Ր\؝/}g>~m^_æRLu"RU}[1Cп, ƛtu69bg|!ijuanLj;`)GPkh:8p*<-!A=|8 UXc|w\󤁘#d1m懋E FkX_ONr[`gn/L9.1أY|l_+um6ڈe?8@\ZUq zSW2rKl&q%w+|k%keV>媕͹Os$H@8; .lX{1842!%Q.ދw!VfKTlU(ГRX@>0ȉo=t1>`d{dͭ'J;ZXv9X^F^~l9  \y0Q){3!rJL[ xOC\Xmӌrc"\TqR(6ͽq  U$}voryicϡ z[P5߼>th(V9$7M\ao8)~4Cvdz{RS+5JiCj <*RȄxU㝳^{o:N }6*y8k8 (nKk˛p񇭾?Ałl)p~8 aP?Ms]I"236΁uIF?_xnɾ`Je)٫Q#S/_f'{q)z(3 pƑ3SM5\`kdv< ƣDUyST?k< :!C' hXY&6 &'@xE!Eo[dLw56g>Gyϛ/1";ljI?GfkcVEB͌N!nA5~Lmbn<'ްo|Js'WDž|3?\[F[*^]A'Kc gc 8 >^}XYGa +qÄZn=oPHjpj Q><@^;r~sGIC{NFc6DW;և[[O]?5kaPf^+*l/ӄbT1[r/;CƱ^IF_6cc䉝;W@FlqMm>xr4__Sq9j|G`7ƖՉ,Or\aWFjMXWX+XSAGڃPXAhU0tJxA/Uz G)XCDž:uWE7z`pN-J˝Q 'ct?a+@-5uK,!RLafb}wms/o‹8c6-[z]~dNP#W4k\J]M)ˌ_%zè&+SjdžNl{vbv`y!!rDD&jt+3l n YX-U!!S:v(L SېXLv3!l9MDr,"?{78> ^;N@[ǒvVeIJrOx҅?y?_7&xN}V)xɷa8ZD$vj$x yLnC[k4E.S6ށ nߣeC|ż`j/ 󅭄y0hށ lR#xlSq)ˡtlNEm9yK&jJNekO_⵩Oۘ `V_ 7V;'܅;F=Yrcji|P^KBpW/J#ʜ<nk|AN&D2T6B#ΈB~|@,w 6[6Hnp9uv>V lՏdiS=`_@޾ΎYYZMF,tŸA`A$fƏDTrELZ ;!,aq!:>8{@A.CaXGO?t*[K䫶CyձҲ/S;5Y[܇:|a`X0~!6W+WLE&|M.d7/M׷\S1(jmTVV"u>?!b05r =-81ex"k{e8U44`gXk#~h~qOt zHի,B%̔D?m:c~~5|q#WW]ZJ jgh'yU6(410Y98g`hƮ'6GaNS 6&٥k9PnHdCuAا_xi4}nHf7eg΢X'Ͼw~7xF w&Qrlow\+w=9${ԍ(QM 7<J_vp5al)Pa0fwÂHl.l zկP5:™\&CЌ ֢K D8yu?;2@LJ f`?Xૌ*Ab-Ź}>3ebct5Û :G{W7OL.h+\K .b]6np̓E3fs-(N0v`&d9'](VUOl d(3zv?~n23D0MN\&Y꫿;@zT F^*[~~,hd]nCԠб^IqR% |Mc`?9*`Bׅ5B9ۛG0Tj Y9 #j8 #@,CLjǕ~ `^Z]Qi>UŹ":( c-H 9)tFXc3=?9,7s'~8ٲhn620rQG`~6 gr:LCzD4@CX<16CpxϓϦLVFa gd<>]#?p-Oび:i џ`Ml^_C]F*RAS'nN#`ܚ>mtS9rՔ9*f"@s@sG,G Qu\C |drY@gݑ( Ef<(Ma)!|xqs1]߱4Z @Lz# UCaz^o8 _BvɱCkfma9=IiYn+!ٱeW&vɢ}‘9rr@ 2{ &w,fP0Dj[Ir `>+9(alA6-gL97*{~4nx!0h4MXgK.ӕ]X0abLlWg890ze{eukW=S6G Q25 \@>o$ri`ɩ'w+n*iD̔ 8 R A@dcg}r> }Xp>$ 32/֣Up3"E&qe%M2Zov,z/t𘴎0j+9J8?z+[I*%D@N< L0Il n v]4SCzQ^o6S8c}>D@q1-|)a/Lq@=0 $Yb 'qUФ=\؋rPV= W#CwڙXc[e>󷱶ۿ.?s赁I:fqk @VprɃ("oL]E'hmWLT}֥FB_P{;"M<0wzf5A_~}riE/5ɛsf_7 ؓQ+iboXSF`-'K."$3[<)x ~)  m&[/,?c-ʼn}/8.en24kѹL,aE+pL=h`TGGv8Η8:1xs^ᭀ;(hI8x?~"GeJPx>6Y?{}hjcJ0RTa0YUp"h=ˏc\p`}?G0 lSA~)P[^=M=?'(!g=Г:_e"OJq kάA)9A (F3SG|24]筿{E~wr{\CSD;Ikdzʖ/3̝”>Y{(+IP|PhӪMON9z O<9DI63ߜvmsusw ;UY\iKϚQ6{Yi}Čc1# 01C0V4v L?]"rX>]aL t!'Wäl~pdr\agg;hq㕟Υխv~yC̹Om.l]}f }[3e5!=nt#p @qtM!f!WMʆ]wVMޚ>b0xlh'<@ Ĭ/kj"5ĨEQk胹û*+at8׺9:6 AF*ؕn@|^_8zΛ{; D*@l7iǎ}ědWټ5)kCSS2S[$>2|o l-:WbfqLCG1P-60*>nV°C+S99c]_OngrN!LuR'W ILiK"S #/62F8ēvAI&7 lS>g4< f+^?dfR ̽`I$dwg[;__Z_;K0d^mrCWii\c6ڎ9a[wAT?k2QM Z HM%a4xܪ6k/=59du2*22\hF5,ima+R?e@U:$ Q )BO?z񋑈<871ߣU`peMY'j[/{ `R+CwWDsdMC0ͅօ"iKа`qތc7} $V'_D3_0".mJ및`iլjCHFF ;_cB_7ٴEr[NWSu٪.qj?Wl1%*ؘKXI 1n1XāO3.^gQvB`usmrةəMNv=UB _,ݲ>saf4dWd^`28=Y-ƨ*B&wG/OKh7N|`ҶoY5|9(skf;3>7luQJM*q@VT 9{bToqXs#n3p`6`l Ʉ5Bh0)88pߖX lh2ǡ$c9ÅWGy@IDAT1fn;B$}O'P6H>LgոJk7&GwC ۚwJ׺2@k](UD&xc.J U=djʂs_#sΔɵ+v#<9fݓ7u r+¯|2Lz0θsDc[=:՟dӋjc0dF㒡d5qv6 &{n_7 ȫA~T,ɯr̕+kt ]` 6n UJ\De0G.MA'cmzm!w7t fF. ;F/Fl4S怌E3_]a eO[e"76mGlTD8t-CLv󱳻{~W~ǟ^Y{z> $+Y&} o @vfSlnĕ)zA'jw˴Fs٫q2r;l7-'ۓ+^PyՓ܎} ."& X)c;hc0.&u+;hOY1uv?yG/7>W Z %߅6;޶>;is3j{Ћh.&NzLW;#.f'?gqyN0m3.䌜PGMOW|5n?yt}=A1LURo!9}ϗ6g?o=TN#eSHի,W졼 |ojj,٤ޟ'7wdlp`䍽ɰ 8L2+YzϒQ:zlڪ6C5+"/QŬ ~W`{nkr|jF8Zg2nǰHVx7@VN^_P7 QiNB7]~o}W~\vz$ WD|_q>vKӣׯog;+v>0{riu^P'aS`NuhVqua9Υ=<_(2P_t-[ !^>Ā7Rʝ)+uƾ+V_^[c?W?䓊lT=z`z{ ysm`lv[(XM']b!+'̟^{_{d :9 _UdK 8? @p[=D" i a9 Յ9Kxg[ਭ||5 d_[ar`\ :ln:n~r^_7ݝK᾵G+y♧գZp(NY6*-5JXe vv}a/`-;[NUo&+SԎRψ=]4z$Oq䖭;O79n0_n5F'#sL21.3`$'2.'G?jQN.D҇j¤,7Qv -'Ow=xy $ibHl| :fwyk'm-cE+9W*&Uǔir#M ً+ 1{. @fd%@ 63àى+hާ&%~T{R(DI0[d5cM u/Ks~u}wn~_G?++ a,'U]zcvؿFꤣp:cV..UҁξVŠϔpxo>w+ahwORx^ XZ~O-X|:[PXξ~vxMf '^"9r 0ZfmPx98 :I5ټ,,9zC??zR) "DL Tdp>GϾ¾@$ϥdH,s+$`va. nS|T8@ S> z$`ƁHd5&—7-w>K+?ܕ]|ꥵ';|@AŠj8 ~ |#n ֡{kxټcs{[vUw_oh4M0jC)6CHvqpqp݀ u.TG3noξwߛ7HϞywַ>msO$539-ÅiFncmXNa$to/:3EQ_]38>{,iKBAxcBXPJ)ɶSe#neR 89.7|8L+Ys090d>l>@lT4-gqҳ߼`F\0Xǖ( C0v(Sl߾/o>HP*bŒ-fb,*k`F(̰J 7>w`dwLҒգp:)X @v"}\.i b'tx3Qj}P|۲tp+}5!8'֪񼻦#wN0>5#&fMS z?U6dY:C)K[[H^X >O実K6z FSV NˇvW{-|)[m> I<:KM($32+r a&h~"1pt#JqmO;jXW*ŸbEK1!D\wpHײ [ioYkjmv_Anv!Pa~@@#fǒdTZ| B˖.LN׽$&j;r%;x)茿 @5qeG vm4QIЦ@XS* _{#&'ggʳNxzddO3{rPqlNö氘Ncc\PJ`<Vv&RquPبtDLҡh$ F㛉yZ'n ])vq1AuuI$z#*=?v8㬢i'nKzq3zcL:"[戜;8==቙s?~nT䰬QS&5' YebN6kC(Ս[dr3hױ9PHa6GւcǨBMerNL^cbu"D;p1j-&g'ڀd)0ԽL*# )1MA? h,ݢ}.P~^!%PPHYТƳ >$Z3Ap2lĥJe[^y?ޔo 84 \lcdJLgGLS3PwҤ>I>M(s&!$`z-t7L>EOuV U7=@HԴ1_Ȫ&z6mue} 0(;5馜r=⟝yttzN[Zʭ8 qOLN4iLjm:zG`1'J7GօɻK-@P ^cKEKa6[{[Α#At63h؁Ab*h{~Cʲ4#)|\.G u/M>`)v25iV, >@3kp*'|Ҧ|hd쁾 Aqyʯ\ӷ_ʟ'u$Ffq?ʍ۟n\:8ӱM]3yf@Mgi%VĦ*8KÀ_<h_f*YOx&/¼4l|ǟy V>k tc`]A@VCyL{ؗ_{pΔQ#89Mpڠ'duѦo/mwc.yx~Śp!bbٶA7.Yp0+Cfƀm(玦n` Ss* 2Ko9]xƙWZx n$7OUɉ/>qr+y}'g; ж=z|@AvzBO g;iz:-c.ٸoܴKeL$ۓʊd,>Su$ٖ3R&L/#5pk#Ouš; &Qh-.cn+/Pm˭7׸e+v9aښ2\O^%O2=WKâ&ĸ(t_ZUa[1FMr>WeJFVV(r#?0ʣfdO#;r!Ml}dz|bٛk&l!uJڪ2A1`nJ.(q7;mԁ(f:#j:~OR)/щgU>ϹV=5OA_3Åˍ'jcd#O\"w @I@ 7d6*:!䣁\4/=2#@~ G(רVch}KrP*&–7.9cc"gp d ؿy+We-l}KFH u.a68Z4+U |ȟbi,BLIf6ӋvFk.X]O.oCZarV3=ux⎯9{:!HLe%6vْctG@lMYk-cu@O(qx.ns%[A͙B۬V$:_+T.K:: $)]OŘ+_rIn?|".hE>&ɔ v/IxI>I>}(n%3uN.wdr[w<[o{;'P[ٛ3:j_Pz.m([_ޢHY;dC}'uP6vqa(/yfi%U/tI'0+ uZ^bFyL B[,7 6N)Y`S\ 9 ^Ėsʨ￝ Mm$on=58Md\68-gzC`e>8(yrۀ_F<ș Ȉ]t` 2m3<^*~@.==]ǯ7 Ά¤DQk(ĩ._ڛ|K\ gNJ=X_ &Jcv~bcr~q`rv?wĽϏ~A{\(+lqnl#.t-3LHޗRЋ" = x'>+>INi>ؤ0zk{ϼ|Q@ݔ18vw߸Ira ױM= r06@gufH0IWQ0`WL8_jܨІnڠC+ɋv&g3L}g9㓓=k +j u^!56t@6uY7m.?苚r°\o׆O+?K.|?a@e}݉+++ rT(..~y2]?å*_5Ҵ੄QV>h̬$Ѯ̹݅v~˖t?w+*ώ^{ށ?ś-뮻&cBOPq1qhm32,1LXta u!,Ϙݘ\%DžeZBڑu6.UMt 5Og&FGu7aZ#scɣI#w߰IUN򪡮 (x2XYfN=<_g-[}l2D5~soq+<#x+ Ġa﹊:no ~_fBH&W ]-ؤlCHYYrCr C܀*0÷GW;RBen&P3_Mcrzptzz#ǟ;!`Di:1iԟN7=ۙyWeuQZi¨NX2AxvM]j‘J\,an}ɓEBkP޳oȏϼlwGL3lAu|Zv){8)w$!26S0X[pLJӾUx-* '{:) C)*?E51==GGg=ở} ZTBk(# t8ZiwɲvrUJm+T.:лrs zpv`zAWWa[)o+ }i${<-42jO٠g;!q\TFusODoޓ&+Ol|=מsw=}o_ F0ўWY}ac!0av Xf֔dtVb|_Ə}kErsi:HqMM .ʃ̩قSuK efrz/,LMHa6Ow˶di%nHbrRc4w#cN;o,#/R׫V^ ߹~Qd(^nIVC?>16[zTNn'6g 2Ul78` cgyĦD@bQ>#8 _2v`f,ry6T(K=~_]?opJ,Sgkȶ?W1I7 2|86p(/K֬YS_{+/%w&Ep P8J \_sz_$o/#]*I;4̆d ([Gn o;qC(*fPQ``.:D48ޮ< ff~HbhXGj[-`"?yMV-܎_;o?~[n9622e bFGR@p>։J ml5;i"Ӈ5|oUrI0y6QU(.G]%BEoӶSboosn qWڪILD3rD<.|p@ yxBlZ|͜v gP>Dz6J.1X<)O}Ip2$rE- "9] 9{ -XvL=hSzן>vsύ|{G?;40?ApbX,90:QϚ:Yn]ow,?cgt'9b.{宗.-fTDB! HF/s) rI#z C5Fq x́k2J HrRѽ[~{U~Fÿ{m6u;ŝvT'C]H,M^#g{#[tGzmlVnA V&} &(tY·+}֡*OQAvI5'3r}nDb(L(2,}q~I2SDlRԱmvӊ;&=0Ĺ31/ ,LoM=sz/:C3 Fl"FBwY6 S8Z+lV(\8"75U}:;)h&E1y5;So}5dQG<ڪ۱cG6u7mk3ߴ\{e0q~1XE:(rJ<\I4gxls)rݙdžR2ٗʡ_J&o,-s7v/<[1-E9<@ 5_Re/``P)$&*~|(y>mQ3ϣc=!@\e.: 0.9GQϨ&Gg$I p4NA1<1xo2C2eQi+[X;ֳ¶mۊoz+.p6>P:|}䕲_K=UA /z./‰? ~4#u N٣3 OEGW9*!)ҰBe/[_n>㿗nЧc`'{` 'x"*[XCE)%ڃ,2\= yw%G+$8F V;јoSߦKM3Dc]X\wsyo摣vMO 瀥=+j#HRI[}2@T AnjW.'gu/bj5M).٨NHGǶZrVt mT DڴCXJ!h( 󇯬 /Ql=swڰ+;帆f!$&vbmQ. ~o7 7vmrϼ[?`TVhS`8)&3Mm\mxSB\ :i./t]>VV0*kdJDdZ~ZSk$K3h˷K6TLS |̀* ?OML+PXm)X.蓻fLN޶{Ç># Va.Y{A4mhnK ={0PsM1.' ˗>Q7>H]ç6  <@̧d4c"NA/.4v !S*}ˮZY^+.nܑpN/zb@̨8 uS>UC;%R79O }iOs%ؼôpU*YlQͳIj?dIGyܬ[cB=)r w e,1z8%$ϖ;9зu/O"# #HW8"/r Rڹy ,5{6hɑ\l:ѱ7㓏<3&nqFhϲŘ;`22- buVuUWUqê.Yfƥ Wv%Sm%)#&-ðGE\5\Ma3hS`Bb)ؙSryp޸۞;=y  lÑQc,d'͎Y}1Y%/$75 5< Grg.w_=:ޞ HL0w}wmPDa9 i$ [Un35e>%8 UV2!IE%}(6"m<%$ JJӌO58\oP{pWo ŷQaI6Qԋʕٽ]^9 ]5$(Sĺcp R[TgO/6]ug" |_OL<2:9GsGpIlzB jHۨcdPЦ6jPSz(Nuvқ^{v[_笚bIk G/+&냻7V0z&Ms Zғ1:F+QZaC<}\}ʇ!3zh3ޥJ߰\tͶw;$O,w[[b <aGb'Wŋ(h\%AkPΛ6=ʖ`ǎ@~y1UلrZ p,97L͙xMBȑČ5匍d.ړv $}rm@yHMN[a˚AdП$Y`@K-R)wmذ}]nqǞĬxmS*ۋ' Ub}bgؚ2VkY}gb`5,ԡe+n]3Pz?zek_yK6Uo\VO ֒<ޑpꀮNGUe| \y8gs߷8h DDvLTϏ X݌dΦ $rwO]?R>6ф*D`X [ۆ{ @:KYZ/FγmGW:)qM?$z&ͬzN5 Թ9FqN@s4_Z8p*V==+'ㅣIe> ;遣FǟZ;,dž3ęm ́,*4k|'@)Rڜ57E,ԉXoLVgf'Oyw=3);x'N|@@L,tqG$\hv(У56c=w޸le ֟~]>uGE[u.WpKi8O8ʟP)D>캡|}zշ43T3Ǵ;R(vιԑcr$޾=Dg([\NE"~<@f (]\]XZe3@IDATN @ĦjWoP`߀5o NE!SNdp9bS#5mBD3 jApv >FOÛ]JL?_ e ?p651ԁVr%K%>P1VGcv1_ Pf﹜=b*vQ (Nܞr0gձ9w]X,y53o -ӟo^wGŊ:V3*Y6|7^uڕ*˭HV >_zZXk(KMpr䟩NNU#OzjLv'aXXC {PFmeѦ.O__x[**U-g5y>l9 Vڼ.u1C">o1L۱'Mq5&7R[Elm\qY[0q鉱l/H$8GBQv6Z>xŅonOίW qiƀc=Y;v ;5i.ʹSs8LL`]B(Ofzk ey7. DAyrGQkɭ|_u}]Cܛ茚;\-6ۦlb` (d)c 7߼mVRnlgmWYS*r1<'l1! ld `F9~'6ԗcGl}KWec`~%:~#sl^b-E2h@YVA;H79zNX֞v@AƤ*[8P~]Z@9.yߨ;J]yܮVbjd;'(91w4=Y[:W3 ercC n@/dӨ^2sCIK = 9݉c)UʷzcV&uk~hL.7~dYIu}FGab肧yz͆Us&WWʥGZu vH]s%!a/rLKsϚ"|iTFB\;Q߶riU}FlR.n,CEy2vG;6qEpnr Yt}ٻ-$M6)eٖy: ̪,p0DtꋆXROKK'c@_BD('MO2}Ϩ}#ՙ=*5"+{Z7߾D' nwNp?R+ RER&Zst9>:/,|襑iޤ&dr|"D+|C~NHk'˓Bw [do]h}eqq Nܓb /b'{|`#}ח!#(v !SgOX[l|jJNs-<4}0,)׌lK!&h@?cMrƾz?W{9}7,}{8{ufnAEzN?;\U:vբUa+D`(34̹8v!<»UݧUWT+f~k{'3Ik8(X{;Y+3~'e}(}`gb[?rzyVU$r`w;YZYt wbĽ9DKMC@(]U/^+ޱ??r0PxA*d 3qȖͫXJ^W,ZTp!Hsvb@: < 50r|ӓ_u`{83d$TOVQ۶v^ ~^jU??]_\.Nxu1zdgz/>g<ߞHRYdrNΰ6l[tC]'M׭~5UUTLΔ[~ r/?DIj4EZYH"pM]5v DP+cq A|icRBor<;`VG ]%y qXrE.IĈM:Q]sh_o^eD"[ Si#qJnLNvjч+O&{P88jp W~?'g?s1=( 洭L6+m, WC?7 7bUvR\x^E^\űTuʘwlrWv˹6x:fH;d=ZtZU-ԺXrgQO L~]~=ӟʃc.+duF̧fUɾ8(] >fowPk) X;n;v*3yy;Ljy䩵yY܎s/Vʘި%cǓq 'CekDNta4d)$" Kz~ӵқV[qqp4J<" ZhŹ?Wò<ΗƠY66:CD.8d $Os\NY! ~,Pp}@T(LwO&w) I`ßI{/r89'oIJnøB%gQ#P3WB"laSL6QmtL{Z&o(/DvgтY^qQe/KmNr)x Lz䉂rV@/I0:cC*'e3@h(Kk +~?]Ow+\?gۻ8|M#؍N;Rv-X*wj ڨ:zӻjCxK@2v$5}vXMKg4 e\w رaMϖJ E-nURpjU܄O/.ȈCݜ'nMiǼaJ|uȱMpfT0ܾkC%MUOn \irSp~!YD) 0YfX,<"ڳr QjYc(HElq -?wcknxYL7v0•7V}{{ C[uV6 yP_i(Z*i#P쉱0}®M\P,^6SԿ}nym0~~PjV98srle*2 +oL%驩;&㩽SO;8)Fm}vhBimVGV&vR<d##@hu&O}ڰy;]:`I["rb;2 ËјkQիPe]vl(}p\mx}U Egmq&_)LDIBEPU"bxmL5ƒ~ {䩂nmrp! >ږr^rU]g?vOxPH8)lhQܽ4=z1d[AXӏv<tN޺fs_K\wc_oUJ/}r_B yLB (/N0 !̧ K;_uF v:]- DEK0 [+ݼc]_pw 3 [ȰE;hzmOe~JmKF?i xNе|!mXk:sjF n62Sݶ9CD\Kf$ 2xR*&7O&q}p2ص2)9s/4[Lb*N pRiٗ-ͥy⩝iu&j:U(N7=-Gx5$g'pYp}KCrkxS_ڥ4?9Nf`k@oZO]\nu,kʛtoq;-]Rw9\*dKd3c6}(kBfwIP͑mds_ry}鴠rQ^jK29Y'J$B7t_vGps^`Gtu Xyå 44_-nL}=ߘz]{ʗ5+V]>;އ(.O4Fl!qtə @4 ]E zһ~6rw˔WzyP|rӆ{/CVQԔEbL>x^)/R㠴ڙzVc|/wq5Q'cۡ'uY SO_  s!O /ݱmu=*Wz' QO?0dNj5qr92w!ˋZ;mm7H1@(&&1qSw'=?ה98Vf 4ʠ@?yڷ7  4Ru YXDR;/`t]mAƴ)v|\ d2a*Z2#ju*y@A06{ה?7'I_w]U=w>f-&+I\ s BBm &>jՙGǟ=4> ?d;m4bec08=/ח6$P! >q6%>#ǐ6ԋ`̡pxM :Nqp Q+9)Kxe۲i涅{c8 p )E7Vhsv/6bГĚx6j7dUAGYrB :;ILa*^yL\t19\l\bU~m\+_#mY3 (&9g- ٛCfIǧ|߮>w~wqSdZFNdV-z#+ /ھsz6l\6scwryNRB}N0ZHÜv$\<:j(%9y0$ M/؅ K] #lO?W?yxO=4uQ?p]&?N!|y|G-b'Hźy5Ni ]oh2O0Ci"7yѶ+]ˏ=" 8G/9=lmuy@uL]mvhA7b>mm*z_e>smdK_orp,盬M[P-Cm`\MP.G&Lct <xD Kxٳ};ǣ:c`) ߦOlm(\۶m+lCe\zWm޸bݥWuKs%^Ű\^ryS"es`bʞK)a'AOӉtTOd/nIO)`m14 w=j$dLr@iŒX짃^/FS[h@Nn{\qAs>s.dRn +ޤ_.ePtEQ:ӑ3rmūny?_}ꖻx^\ R,ؚ1y>#c?ť= `ܸ>??b>&F֮][:_/Z~eSG_U)!c+s}2B~EOP"eœE dm/YEhZ&F;Wk1گXgShwt~i…f,?< Jt5{Ӝ1|s&0N#P8!֦ڴ_฾xL"w牟;$^p"At$|\*_qg o;\R7.OsYfT>_[j'<|;o?" pghLsƄ6mLc!ZA]++w^^;֟ر*ɞ˅5G8nY2cҩЁ\3].|n#0!uĽ<ܚCX%l/DD7V]Wycm;DᶒG({Fum_W_L&82-~s!${j$KU^꥔_/NfӾFk\]/>uIpJ%Gp47ǘ^h$ڬԓIWX/ltF !| ꒼t헭{x翹&vn6yX#WozV}|>~cbB|YElkFb㲍Z1^{ՆUg:}xe]M=o_(OQ0yyC" C cM˲=<<,Æ[pѵ@x,Z2Zk*[kӣiav(ЊvnYۍ~7`uWz9uWH6\a| f- !qMZW!Rb/%]^ tk&)Q)&UۨO$"oƛ+r@ A=lw=]}W*3_7_@!sy-mC&qaV:x:z~G?~cdd˂6 V';xȅ6ԡMP7=ox嶥/[_\dxzɎJqJur}P']=Jx3R\7N\bcM4OK\,:[ZM2qS][ F %&&64OᴵFød(W.*nYjSpDCG܌vQz2czekn%KDT}V|=@r˾ۏtu(iC4rp_&lZwŏ~?Cw<=Dž?`l2Fx\*lx%KW,\6<4tf_Rn(% rJ!wg<'UV?~_kP5ӧ ֦ԁ,O*6{hԁBNe'GGY | n"nSo&(T fF ~,l䮁`R.VdB 6q w䂀5C='>0Nc DNf[DVůk`MK +W=sUV֮.]\*[N&.ʷn/qX2`[jI&`-t3E.>, _̔d[m,q.LT0~!KFˆ8ʖEsk쮓%4\r K(p8; Z^x #Dh+w _Y&g CK ۫޶K~l2 K( Gnlbb_>* SC?6GbO}٫5+}ݥ+1IuWpYK nujXkv"9GҐ~vqى>W;ׯE~ʨ5.(otUι#6Z,iUz"ŝ[`¥+¤@0*Hּ=G>"o|qʩL8<-39 ē~T^#THFI[q0V5y^2^G  =׶ <|WyLOo_/ tU=ٲ;ҧ֓cSx].X~gWlX7i k _;b,٣_+!ZYzTLPrqK+n[aCb1_n9W%9]`\t˵%圀֖č0uZ' [kMtS4ON ?ҜiEڄ1_Zͪ.w܎WO$ӍQ9>$o"\*<^%I@/^-w>g,G7 >8vrq/7l=DX)Vvv^)ٛ׬oC3{ztw V*ޤ W,Jr1/ ɕe9Η5}e&Խc&x{[g (  .1뗘%__$ƿ~_4j&jqADA6YeXfa03owߩ:էV͛3:n&CNm L1 hPkowX4@dsfr:׎M+Ð!a[Dm>E?4l-h6N(#O ppбBȭ;5Z9Ї}{Xw%}.zo`(@ tw. uSW(& DM6{5zſa~ .͝_Z1LOK=5\\1wE=y}ÀjiZIAU9~6pRn|Kj n4(>[нw,[T> D$`f;YRqT ):_3X\8p׀jjgqIO+\VAgIxrZ zO5{JpXj! riâ=1$C>} U.>\X'.S zb>Е'˅w$)wj+J-+I}[hfnzUw~TӤniَ11SO:n\>:fx"L&E)h6%R 8 Ԯ+W^{\&qau8 pcR)DaԩqzTJQnWkըJS5zRUt j5vк{yu2YQ(zbRS.IR_/{θhK4k-+o`e/[ߝ$f@dv:9b<hDޘNp|ᬡ3%7Du$!{Y~G?U{K%'W١E7=+2y|4TFRKhVSmmD hk]}\&/^B8I2UûZ)U}-tvǞ~̒ h9h=r3[~O.|/;kߚU*'eq\"y-$ac2cmLr#2YI'CˡK tb73LG12fM;-#h2ՍOԂQ Py˥ :G0mEIM.?Si5阍& 5i$ pd4KRKqN! g8Ӹ8j=/`O]@Af;v;N}4T=X@+K!Z+sQt%PR{2Qt@'7FعybbbW\;4ݿfFv>{6Af.=m ݎ,Ρ-A o*?`C|_PZנqpdkM6o!Ťcn2b-T#wX@rjجt-.͒>80x'i}5jգgk}ݞy"Ж]G?Fq9Z:-T4WcU%VX&Hzھz+ޑ窛+c+ãN ={<hĎF=Me2x+K= zΝל5seQoWW/ `}%W =Px=L=SWfsj48q֡ր4u_MwA&rdcp!*S%M@9bl'zbt8=pY4D|+ (txk@ ,׺AfG:SSn@wVǫOOݻuޖ_ R6TDPq޻uV%KC—hIs?*,ĵyqo~J7<}(1>Ջ4ـG{EEt]^O3%zc@fH (u08ryӫ~b^s1MEMЪkiVIzHĴ 7hpJimA 㨇D΅awO'#ӵplhŶ &٘9$W%DIS!duz]`ev[X8ʎwJBϋ;gN]T>N<.c@E}h6H_Rlׯ90yߞg:t2c}{t7=19HQ ] hp9vCy K{̹硫| Fhb!IѝN?׮REz3T4kWxboT$i€94)0N.y2 1635 LFOpw\ _]p#'-ci[ϙOFRbN&Z~x˾oGptZN>Zނ͇ d 4;rimg^/&MH@o`=D)ڏN'?9!Ӻ Um uC"/e<swSc7lX`c]OV@xݻv<AIRlt]\?eҢ/1䒕JK޺nSSLʧ Nf(TnbW+<#:ʦC+_y^/LB N$Θl=*@Kln h ?b9刖 s[5vr ɷ8"c׳#Ri1"2~6جEdB5: ˀ5軘C(_RRVHK]c$xÇ])w4Eio*ǥRLǂWhv'̐ 8A=ibx8xw>ow/f#idr" T䵞|/rC)WoKRlNk*ghkvM~wߦ>U -wN)~ߧO5 GoW| {7q,:1jYV>-S\Zyŋ\6b)Al!J''K{rzl t/d$̀!u󂙁,H @\Q,-6 YC6reDYu?T54nxC29UhĦjju`s,zӐt)O+]}+N !_z*J+Yd|ݚv&ȶrǒr vD(6[9Zi;hHC4̬{ӭQxOx=nKWʏ=T6~rjEKĊIJhҷIwq!^BO/6W1)W@ hg}BoIϜϨ/nk7unZf 3S aZ`ff=P| A^1yo3y>KNu0ޢ̇E;U^0 -ɶ0QG;+FwDkv=WhRqR*jr^)mʊ rv: IhjGC{n3 u"$D^Xt[5V|`C&$/{ } N<}A\,n>ҴK] Z5Z|?gmW,{v%D%Szb/G4/8DLl)We,d5eՃĩw\րީ:= ..YXfL%:Ď^E6%?*Z{Z\,)A.A"4WO;65.meWvb*n=9F2|b1,ׇBr飺?DtMܶ)ڊKKYlj*c4[@^+y--< %9s;5z~X*_NtQS6MH=b(E$={uE4u"_Oл6)& zIt2 2 *K ^#kE$h7ARWPizԺ_f{bԸvMW7ͤЦ,:ʁX.J,R7svZySNhǥ*!:dnt,@=zlH ҖS < bROU2&_NGiH)J\(mŬV#Z'R|sdٻ~>E&m? _lf4OjSAycȉC¢ .=֞ϢBܸ6Y)(ӑ4J(ԋIbB^:Y# oF/?sru\53)zL+ynoӉBZ*}`rͭ*a\` #jsz) E#96-AODx|,րޛh|tN*}_+ƫiR M:aMePzĒжy J F@1p )aw J;*8Z9c+ ˮ5lm$ i!HjS28Bƌn٤:}^J*{r,(IGıDZG'7>82zp!|: 6j5d ]bkzo Y?wW]]X\JuBu3P rdf*}}^?_ v @@i'f~Wy1O~r%txCDɺ6RɊ5g@iV[t@DQ\; S$)v=7R8BKMEdZؐE=Z|QpRi2swXL- 87zs MGZ:Q:_Nh^z qj i:g0򄜑@#wy-/ԲČ@l"_Dz;+}tdc-׍|~l.#xzB[O\yeTe$X~Љi!%g\6o/)͘Rk5s+ӑ;K5A}"l.KA+O=q+~a3O=kBm[T}Goyw_:b!9ܧ8/Pf)2l-+Z>Iz"3 }HMa\#H:0rY ֔쁣G+ßJ)'/CmjQ\3{Gi :@ 5WҪtvnRWgYtyЁ!gܐȳeɽ~3 bXV “"<UsЅ'`I^+WZizYN eIRX%V Ff #3E.LH@X|$cWs߲w'>z’$a۔na?+.(&Θ a8=;@34("C ^)o` ! 馆ꍔ<<.V 5jlbYj{H4-[0BYĦ/VG!q]|=Ja=]FXO:iɥ)ktA ɶ`S5sD/idy&A 0^gwuHuvccL5G`4:4iN6iYS3]̼tO[@)泳P>lx~XZ;zxlt=ht@(;I[aT_!U"0o1-`,E<eR MSY5%| o(q~]ბ$LEdzvS!)zdR.{ŮGC]9R]OAdMHLB,/k@O126zMg܈/uEFk6+a=^Vk&?S 0~KZY6< << ?KxHK`輞 V ;g3g.<+?N}co.h45MSg-K `ϸcYu,i`==8XM)L+)/ ԗo(T5౜),[hJEBٶ79鑏~6&N͊OOI9.+w=]r*:W!Y-AR4[g^选iSh gHV#WST m ;MwuȔ ~rTuҶm:2 Xb4vU+|`iep++!kP5_$ڨdBmO 3/:ᬮ%ga.bW"`b4VʂAp62q%m z/h#@T:g`\/ @i&ǣ5ox+)^E#ӀЀ5YjhA$ l y~~E<3`^8ǐQd]]=l)!Vm;m`Mye1K{غJHWeO@2RJK^ Lǭ[oKԛ ]G\`lģB>3UB N;xI- M eVA#ڒ@0|n0:L 2&)A%}/1ÉgwVFLN.itm MdX}D^hEVbIy5rwq4t6piqMæMA&`? T 4;^:o"Խ0^`#((s?9ov=5z"ڈue:|5bk9㙠g(>$C8a"86:p0} a@ dӺoHd$RS\Wr &WQ.[f_JLHeŷ>׾oJVPT F=M}Z_ -[S ׎a (g t'FOD[c c ;ARBϤ%˞kIR4` SjHL&nm޳gbkwA`Fi.r" qTp%/:5 iKZ47{_Y,EDBz]qSh{E'~WD X(fX7O,6z69a0͎`3.Jzg?-" T~ǣK ':9CUEi;pzlBvFTQUAB|G& *4fݪ]2|td;CGH?M{|jOng ށoNΪ#+$f=|#5QV-W'c95X -$FmC8OvRct 1RQCS!?ӶkL&0O"Tk=twoeDe3 m|Sk⚁J8e4O|Z|BC3хoɥuI|6ηꦗ4P`.]Ÿ;FyӮQ+m3o_d!.Zi@| ?mikYzIn@픘 1 l`Ybe?Ex@G贙*r(\f"a@s%k8-6-hm%mt0Mw{td:c~?>]c?\ ZC__Ut…!l|pR8'UHR܀D'6X552PHI!M&?\V26ׁzC"/ӥ'iJʴ ǀK +NK19+Z=0RҤċⰦk:v Ĉ%e`:p_0nӾ;gKG7KƓ3Tqyv>wןKTKc)@&$-SLsˊӬBKlлs nI U" L sI,-<ԑB#][Vn%/IS#[2o\8k\5*Qz%D@ːHAYEPnv"v`f| 48mpqG ⹄LT.b0SDDC4xV{GJ_@#KZl"WgiY/jeIKE܀sQ}PqC'V+- ? ΑR𡻰tTwRMj+2B2;#&c2^s|mї6<|G-C!k y ]Ӻ“Xt N흷rr1N 9s'MTBsnmOy< ACLg&k"[yP`ԙ TRWJ*A>7x`DٿyG\ne@4BA7x8L 2D A=0ȞsYei7 &iwD.o_,,cI`! hS""ve WES B>:N H7E!6<ԺF'|/}ρj a29H;"/th oXGq8 A$i *ii7帔gt>9;ߠi^2!6hW]9?U39VyC}2ֱG3K^NKi"n EVb#\V,\r~\"J@$~ MT hZ DK^@=dYN0Ҏ tdV@\AF.҃{'kX|`W}0IE\U6Aޱ'u g C'e鷒 i009H L ˅x[fθeb^SS-ڐ>ـ@hoI-[ t|עJ5*lkoڸ߻F@mʏ au`J&89 ZtG4Z~PUMz5B\M @j+b!# Tp6TDa~h{E@\=Jt sl9C* '*{jݻjÕG;FnߏiLJ4jёؗoO-`ü_ݻY7wՙ "T%]!Ei $[bA@CMy+vxHۈ8E \}0bFRtcP^_svD$(pyMg"6wWo]jz";~9hr6mLHi߼t'gSYW|`R!B<cF "6 *91Gof\6;ťمqFUj'xon ˏjjK u~XIZOd4Mi>?׵蔮Y+{Y7w}W/)끤P(k1ik&oL Jgj"A  ==_45:7req0HO=k:i-5Oa*P tBXBkI zgWd/-U9X@E-Eꖺ: IlA`E<ȲFH+T^!Og~\k|Hl'\#M}f"PIzLƫ?mMíQl0Oɦfy^`O/fyҷpM!DAﰅp?!MRJ!!yiCG.S|3 ʨJ(ə[#3\a`%@YHf4^vƌz)qm*%<v]P=`tL kW*{tGgH"H,-<]Bѓ2|9x˥5Zz4=M4I/Ob饲P "fFt. j R*JSvh"ZL*HX- d7(BA]Bvf@./X}lO@BEI'wg_[.&TSIhxa `#fcuHr"-b)kp%(BB+H( 8R(/D.)_f8J$(":cJ\޴.ﴅ@5/mZt IamrHڏ}zt[''{5"҈u1L%Yɉrz+Bx8@Ζe(d|tALAӁ4֌ءQ]6}6Wܹs'cbHqQ =@!0z&y?-:P0l->z~t4trusaN_˅iu3(+jmX m!Ԇy`d΢ߑ J)k2'WVk+[Ɔꃻ3x;}y?~uEb&B.t /2~y+2:OzQyo_:rIWJ k,]CS^8u\k}G>)x;1d |3Xuo9l,Bgڼ;X#o@>+M p%.ۻqi5',I[8Ng};g甾\.%?CK>5l!uа LZu=u w[I ^3`* H%Rԟ݁z2'*z|Zez߮>oݱ 8dYDž:YB+#wWvWY0!IlE]4[dAAt4_ƒIo[쪤}-sfRIJj)zQg4eC\fV?Mg푨H%hR,d CE+2JLqezd9uݛ$>ڄA'P~i;_J+$Bb*?hްtCn!Z3T!%&3%qbdT2%1H4MD-d!hĨ17 昙m]pl7&B+i=|'mKʺQ4w؄TI#Adk8zw34r ~Ė A,H~ZcL+I䄠 _:OEFxu5>qSŵBWZf"Ze!MӻZk;䪝8\iq<6YUw'ȶ֫M5U&7>99޵ob|h;œO%0Xh"IqDOWG^h.^{g>Ņk.({/q@/J3l1fu('iE%DmNxpv3᱘TRf&AxD7Ԡde$ h.5K |}\,㶺0a2hMy+/%1P(ɛm$ӆnEyMG:^s͘bBH-,LJj6$Ӗo#$+ >- X83qZbj hZϧbX% hсѨ0|%iIiiRϏ,-b22]Ypg4Ĉ k'NTk;̓Az>IҟWcmpmֿ|B RG~4ZEr⭯MkNӒ%^5{yOՋf;Bx~!IfǢ-^5乆NhcrfI UdS oAV[c)^ ر| ,'L9 Np[,6޵HB?}aU$*8 $X,] S+fԳێyB\%crZkYV^mF`xZ]ȁW de#t M@D I"4!<6CZk Obqi7#v%<+r.X9k7$ŮW&Z .= Zw8am)x޺$V>s"̧0*/Fy'λAr?Hy X왪2fr n086iiU< `E6DN/꙽M$cb. _h:og/|hgD[qE<1rxn?i|M ܠhSF[ ?\:kt4vnth&I/FC@d7Ҕ`d05#"#U;TbC]`AVK|^v?HhxytOB2] 3WSf/$*^S._5(b83Q2L8+ӁϝCY@?`u2z*`cA?BP\, )0a>c10{͘ΘwUXXRb @P àd)n_<\]D{T]lZri %_/W&@5-<4@Cz0.r!1DڂujլBryoƏ?_]#@X:C?暴9K%oE|I bOb#F=y- v#,-y2yM;yhkTN]*B.?Q:r~1ry>HcT24slI[rrh5(hLeI N>O@r/X3X *A#PM9B䦕K͚6B!;z~jhu?Í_OvEW[Ӓ::-5>R@)UBC45y .hדGbK~q'8! ]G^ҾBh:< }]ϼSX=kqWIyMϣ-)ztx)q,#F;i>xq:31*X:\8 sed 8$栩NtVaqY)G,cC$ ?.yB K3uM !\֋{{{h:@ R "'yB}/9K-=9+7;$Ał5MUf;`;ȈoE b]:-1-,X~zW=3f,:ŮKy$AZ:dH p$C[7!i07.9#tL7 Mhm5)|_4O!GdOVe,\0sby]k.Z Ϸ*?'UͥE0pCLG@3}T|!O%+މݼH/>K"cE6n x|P!MViQڃqjnP+@au$?G28W 2b^َC ȩS_OApro?~kقc@% Q.ұI4OӏH48"r4ks>ϋBc#OG,\ W^g+g-9ʤ}A!)-#ӽ}Z{RQ11ZH<ɡCG8 L/o`мhVK̵J7==T W`E#t3 ̔w<@<RlڔRzZA`T&e/}Br)(YzTJͲ/^we7eqESD-sEE-4؟lvvEX$M:fjk"}IȓdԡI]sr.`wWv"L@*%=$#G,>>8bUݖ@tz!hytQeLgo[z-Y=bkCP:g9:9z*:9` !e]wb kHy!qWa8U7% Q\`Y :4ae )tYGPĆ-HQIRH6#ÊD2&OAYVl&zsR®y+#.`-τ ;'~_(WNgɎ+ F(!v7U˶gCxdБOlۄ輿ۆE>dydi]uE<PO3u^4Ca 4x tcԢޑk{-~z Ft|p4f]b`yXĞ̹]]37bURD(;m@sW6Hze Y8: I9qNnMwݨ,hk >/(e$滕ᓲH9ǃEpz"g݈҉{Y_p \SVHlyx"f?x`Sx*L7ϽC{J4 Dr '7eRŽk&*H4'M8B_ gD Qs17`4f!4kv]*@ueH1yRhVJ_ræ[>}C۶ms/6ZxbI -eZV4ߪO ]b> y.D''wYn52}g^*Z ]^W;iS3玒AVroY „$<4gpCWp0}3:)U""2YPG`?9aU;H3{KcbCEBYJ lΊP$6RJ} haozIüMσ&mrZux鬃N9_],lzm`+q${5S\V.#E*Om1MDbrM{PN1L}MS!&zi*6T*~T 0!~HE {-EtSzvW|G>ݾmN;/2pHl O#cɚ х&xКŹxU7p5sMŌI8 `Pe,ofxFvdtal)Gc #@(yUቱ/ ug6Do4((+C20yƒK'oiN%82B3j`B_{f\1d|Qlb 4Q=}jxc+v߁wfod^Ⱦ'>mt\ zyxy>3աL'n;;W0AUE^|/ʫ/p!֧\B(Uq P4cP{Vw\1E,4J:zip|p_.ΘO"(y?>b't׽gų^UJJ'S4Em w6KDT {MК8g‘[$hg<}"I^ā@z !Ѝ}Kt16\lASYaE;L=6(P_١&4࿢0mJ[ IEd=P8 ,CAjվz˾/?-Egy}-2Rj6%\/^tr-MYG&: #uƾi!TK%\(GՉ7wJ?CEKeCC$-18yS1=2y<@ӓi<䅎WIhB8[ߜ~ 9BOOE۴tNJ[SM+MWQ]h?7T.Eƅx{6IxV"},FYbS矧GwDJ$]iaܮ8\޻@]v\%޲-[~/llc0F2` 2C@8˳V̚8f3Y00Y IƐ@`-d[-Ȗ-Ka=;ۻ]uνԭڏo{9uNeXVB~U#>"Sv"Y"5D& fH\s=pOGw2  7G_zK/ʅ˟"_dqEn{QYu$a^><525^IhI9_s[b2ƊbZ[$-UO-|yJ{+qN'oPOjYLr^ʂr#yrku?=ڳ+/GWȳ}ƾɴfdFmd"TLM§q=+fd_r`/F*dk5͂EW=)#ʩQ n,"kH |=!`Paz @KXY> S~󧃣o;[hu킵 -쿨ׄJ,+{Cl<5ֶ,hY_+! ]Z2~6;w}bp}\4zZr-IlVÆghSys^WɂOa!hp/7MهҔ'/P I Ma1y=`up7/ x{G/y5A TEQhRX] +3V 4]`5n!NcTB6XQDhHt\5 ڳ6Qo@+h˟mW}  }o裃8W_?V~**6"Z! <~.%4kZڛԋ0>y3 cSB%ҩ|w?4˟?>OY}O5u[?$ `=l|?cFW~߿]ھKW|jYX|oϮ @@;,EϠ`L:K J4SA$-&"6˄Q1INjjl(%vq.6)rD9ٌ:ʘ* Ƃ"n\ d$b.,I1r5}nr/m;VCAx,rpwKw /C0.ֲWutF s]e;w?8:ݨ+MÛ'-2z<>o;WwP h/+/} ׏Ww}p"_p42W\EXm4l3poa[v+2藹!joeyukSܻ7ˍw 9CL?{Jy `a"icO;zv.>f4xk][=%+u?V3^9(u$th @BAÂz u ",0r"R"?Nd ob%§/pq@ ~ 7`Afp`x :^L 6MVSg"4q#`x^@àĶhvr n`^|ˌwPJ렓UӈjO:R+waXI1r:;L/{pL@Gd|\ sy: ;K (^\gPoy7k{xY!Y5"Rkg&?h<|~ա?j: :?Oo<g[}`&Ge&m9 B،X;+Ty:採QFPlPxlرwW$Δ3Iٹ?}6-y7wپ׾jm?1|{ 現)ō:_C`q&FH*u{m$T> ]=!~˘cOc/^S"34ߵ{/u[ K7y_LKJX2m$Vkdk9ŶW6lԽ3Q'#wݿu˯sp8A1dعh-.Dx2zCFW^Á _߶+ھViZ3EaqSlGt!x!K8J `t. >Z̑(_CXx%rcSœ v>!OD-i5EK,4(2 tk9=Ya* :hm k^r$$b{vʰ >4b?{#GO~{K 6ⴃlqQ5M% 邃#渚l]G_߶8` 6# m[ |n>d*r1wV;^66ʾg { %7i zmoZ]Y{[Ov ҆{o}Pՙg!q q%4%> S""sPP!7A%ʸ$"E]x`V;l_fuŵ@P98`xPR ެKtf39jl\h/|m?Nmѻ>/5bٗ1l7̽[˲z߅wD+wS -&uѲx Dm._Xɟ{<n"Q3 vh;{ޱy S"$9lٍV_x|[v^zՙ0ԢFhˠ_ b7-('T-\(H/^2Z=gƍ¶e+e~p Hhd"- Af+ۍso*DlW Τ,<?o1R4ش|}*7zdiqntYSqY}Ԙ8_mr414/l5YQ [[[_n?S' Fy~~ ?,八=Zowwwտ<|0q5&e\?JO%/@Ky\вTXT* ESP@NXVNI!q<|@@+^YBh-;#-0+1R:C pIא[ a_@W74,@aZC@!j۞KW|Jn`*/DE¸Od_̜й)jZ_-5?#< "8Ş&Y`Cqs憕8/ \0EN戽bc89d߅?c=pWʟ!>]pdpǦ}ю_:"|ҭ`׷S|Yrԣnp%&dH'>_<1`ɰ>֚f#9pXR&v ]7+.zk~NW/[>Pgo(S*>+3*G43&J /&Mq&V;p!DpA}NiS!,[g;H86q:V'$1f!!/mׇY 0Ό. +==}Ls6A \kԸRΟ̘FYy/CjlXG76?%;G9tYya:/\M]7銫_7xu*T=%ť皜 ي4F!F)ʅ.u& FT,F>9 p*2yRq[du~0J›/0tE5Y-@4C #ܼ(j7*˕v;1ՌΦ49yp* +.vu"RK7&upɍIu(Þ͘"e.MQ;ſ5"y!]_G*W'F)WA _ޓ.}w<Š ^[@uv;7ǮXA9/WWn/dD @6Y@Q >T rU5v;.أl'V[5Tj`ɬ?KA-;Kc40P B@`4n1`:6D(}@̲iÕ={y7@2: f` cfqSzl2;iCId >KIOl(Ik=;a] eBH>/ mWۦg$ 7Z)=6 䚥-S9'9h #نR>GѫV/11<_$19|O<0ȧ'}wE&͞5@h8 K7i5}p4ꖄI*DrZcƍC&s;,_#}10I;HGdǹhعHG"D=#?8ڵoK:8J 'fUC ouIiskZs;T8Dcv2^ꈵ+&&5:l˨F]J|;`iv<6bbxagrx7LQ=X"=cjg!ٽ窫xƷ j0)a甍6/<J}AEf`bsåV\m08z+5OWmrFm)s͍ɝnU /d~LHouߒK|*v-He8z⯫ri z{ %'\= kEH:HbcG:¢.@rk<#NMͩ 8 鶨 B\ȳ+_{K_y=U39h}֓o_ /-"rs)] 8ξEj}|՘ײ7eE{_KMqXk k_eT*az }(?+{6'kDxL@y3?8HKЌcMP&_ -[癨!7?5KF\ۉKz6vnG'hMxaOSN p^wܜ)q xMZ3EE1yfh؇bc`/Pl\]ѐaL@Prf.> gA=[+"B)Hm^TJwR$oW$G[q5x|e߹ȏ8/4 \.xsq GGc}`,;E[9dCθCTHd.bQaO㰜f\Ɨsx1`()lደ4ƉJ,X K ./E0}yw&<1(.vJsA{bY0aGcoZ~Xyks6i;`k"S+3uz2$o#fކ5l[F!LQJ> 3g)Cs%/6bRxѷ\rϓWM0K|bNl IH$eގ9Uݺh|q&"l [>>5Y~RlќYZYęKUڨg._+!CRM0Ju{!A\d*L>XHfdzwECWV^9ߌoݷb7&-? |{ĩw˅Ol&O/|ꎡ30]SU0,5;lz= ը>* V/|ơځ`3#"@fU#͈хr PTNNbOC,{78w|BR:]%w}1`C]1Ws4E'pbÕDGgIBGBx k 㸨kMP0@F"XYW}>rK~#g~_5B6_q [0b44r?݃;|d6ԒG/%ੵ9F80FqG[V9*hGK|X4JXeSܽsh8X;ph8D看Q:!T@*'&́Ss[!>0#}(KX$|.A쌞1+Nil5? @[-g2O4'k=Zc6+mI]{v7Xa&=>6.Uw &Ǐ~zscdrTRp22чq\ ڇ.: dmt;C+ O0"|\zZ7 xϮ=}׾ B޴u/ni@;|쎻[A .t=2{$BeOJ) e4I{mqny5&3'FBĭ!WGޝT蘖։=k ;7#_=WfN@‰Ԝ6p3$SCara 49q#+,bUG XkAEAzDghTUIj Ĕ7: Qi.-SJ!Vʉl&Cx0@n>,ٸʋ;}ANVFTp8A8ǭ/#F+wo$%rk;K~@ 7ßX_8LCAʊ[6)Eu->, ~Zq*g%bD/f9D}&*uUajr<;7P?^:Q8Od1;l$ Ḅb+w2Gmj#H3떔_pLTZ6XG.HiR!nm%g/1HlqJ\|kt7QzxJ,>zM PZuվ\.U=n p'f_l6[#w\4q|5"6u2+W^ k@IY>[pk45RG6@Oϯom~_| "8 3_'?sUTl)8u H^(U bXbmhfyN>vz-# 6 IF7{TLVw] rw];5,`Qo^ Ư>1c:g{SXvI~, 1aN@Ŕ6bLfz8oI/:3\=]EetL=~a>}i[EbtXESzyRHKMM\H:+}}VE2Ubd#䎎("漊`TwSŘVkOt+BC?z-t|(Ɏ'sWo+shf2<P 4#p<tR~{şo^f3Ow2؛=p67g bwPTcBYM5 <1, O4{ BS<,^_>_)aąu ˟3{dN86Cd1u44 3[|A#ԙj >K*"V?%u"utq6ѐp%(G/C:WcALEG>8}D!~P7qJt)) D)G\{?O>yۦv'XMwQ]+xZM] ? 8I 뫳C! c-~q|k,p"wn %/NOJ;2g+:/,uqN@05rcpb3Hּ\DdXV"IɂL"kFFF5њ26!wr|MC,h!P!h#9;O zių0WǣipJQyF՝}?NAI>a%fROx.HfC}NL<5V/Ӛs293 @ץsu.qD6!h*XY]"< ԴO!ZJYR,J)b$%[#CyU j=&qVahbD?|xŨ:TQoiw|;oL>(Qf eJ;F.qeEW0e_ژ -=0;7鈗õpvp8ט)y9%l4F!* O18 -)-m+b` 5BSPj@]`'-Cc䃤og N( { N ~o'O^5zҫó(g-^z4ֿhg9=֤{g1v_|!3VV]z?O9}>Xi崡z]ѣ3^,$5wE\_]Pi>jP"M+U-)kMGύ+ ]tò6'Nmsн υ{/l8 gOd1;͈gQ!J<pr ͸VVar,K F}:rOBMw`IV.;0Qq8atĀ8-4{:f]n1e }BsPΫ{ l/qxy`N.Ė{t<o<7yW8**SG*6|pk:@Od WO_ q:{Vϣ6laRsTڹ;p{/w}p6]9'dmpKLa6B^YpL=b),/vS_[Y(c鬉h].,psӭ؇e:ޓ"j}<5/gؼXL-㮅֊e٘>V];'m仞#LF3/G(AO3 8lh zjF’0t+֌U &`hNjo`h}#˦[ !@I"ut XXc)hR(MXH>Cfnv#8,ņeoB_fZ b}WfZx]qކ\'(طR:{om.wfsǪc 綒XQGq5*>[1Sĵ{8wn`elڥ;3a ]"Mln=35$S&FV.a)|n)D7fC!vᏎIu:2L±D"hu:cӐ<I"PC!> 9w@)Mcsႀ"D2}0J'6cHyk},o wvcl4n8^. ?{ꑵéJol?6xdkz@9 åBY>Ɗ-e?M#/=ja '7'dI @ U?᰸8Db8Xv["Ks%1j1P gL^\DDGccDT(϶X#Kf~"8#Pys_G,V!с%X ^࿐Tf蠁Wt..}(X9IN-BΦ}2K҈ψdlL }v=ߘLoA1C 9?y**_=DSm7_"u's,grAD 3ll ;6[A`g"Ĝ+}pXPiq+ü^d(3>!rSog??7藹&2T;`؛ow=1msk+F˨HO~Iz<:9~d𲱍QהVWjM+ f6oMV:eNngVF+/WVmv'a N''EvSի.Ƨ]]Zr]pPZŸZEbI!BtT+HـA:=Pl6-DK#C )j2䴼pr[]!W_+Wa-e\79Ewpϵ_{YW 6ׯD} 7?o 5JCZs!O^_ZvY9zUd9OW5 lf`Vl#6X,4{xaq1Z&@1zB)QV v5b<$TaGI T3ɶԑ0p8zQgxp#W;c%s{+=>*58Յ^ٝ&gF fkJ&"Q詃K/`-8gD1VSСA28 9qALZrFR.D &)U>7dm$ Oj)eddY1IA2. W^/%;  8 O?zG{h$qA]`[.ξxvbjyJ%@ Stx2@_&q ;R )Hp)zDMטC-\ÌK96޸Po"{Q[֠Kg\\@R6ۿ$82(a\00yh0pYB.@)$YlM|:/=| @ww<08}m7VJs%\Q{}Z[ |}G˼Q2y;wnAF"\³)┎ .q~"re"G1K,&RgBUUNTp&\|`[w1gP*Fڛ[+GoH0᪙*CXQ<%,4wݣJX_=LK Mw;ظSL_gƖϥњ.7 Pb>!Ṷe[5*ckk$OQ @߁F{ iTK`س%`soq±8;'GShd%b#iLVš>_N1GZ8DCxO9`"}0#:Qz4z}BV"k}/IiKSlk3XU~)OXO}XYdѧj 3Jj>0m!q1/e?hPF;ٹ8s PO {W "3e^n;ui!ucoL=,[AK!v<m֘M|y[lu$~`aӉ/ΥHl&@dؠb`v]@LSLX(3.i |ș5UK!'= Z'`P"&%axDʶu#><%8M6p P)ubb\ynڕ2lb}$i[!5^C)[_d"fc~P tF2V5ftv?l{l}[ ^X,R5?SƳ[$!QFZ*tg[V>c}9)=l<`d-N)xC/NIdlS,hOaԁ cI&ZZ5xߡ2;_:Dp2nj ӵx69 LvLhP'+kwƊ:c9i jM6װX5ёr >qPd/ GTWLtYgO_>6 z/}t0wZtu2dLk"v!r卾(8fYy#/0XvfMK}Dt xahHdhgHsFb'=M+:χ3a=<__YP~ˮ<7+!4q+GnhVÈ_\,dBw4d hVˁz%O<䛝>Y@Fl ಠs:l _ â͛ N@bVcO=נBSF_q !0 ( ~.t(#H{0'- k:4O_ &z?YJ,hxb EERfYP"{qUFoT3'o2\pɡWS#1t6Q쉉4X>u]d8LGZ+V шE Uל*Tf=ށK<5D?虼Ur>*;7~t6sSgN8]J"Ȟ[:"$!ܹ,x%ItFd%=~&& x (nBQ $)zn0P%V.Ez|Ć' o49rb=x^v#A~ {[[_Mp=ew-B}ۓ惭ohyϿŇ-tV` fyؑ'Jlҧ&|hO#oLTu0,Jyg? u盆"O\qFnLJL63DY"p8UC "(R&@xu?b?iL}؉`G.H-YSh- JJ;M mcEXOQxeyVu7Jl:W-svD mlubʗЉJf/e Յ 9>wGo\Omn}x Wu>44@D5lEqO|{$qϦ ^@D(U0ZtL^H"Hv|PՙuG>؂]~CD"֘2_}\(p,c^[FN2}h6zNyezgy*-n=lu䧮. c,Q :Z!2(8WVɁVP<ĶOI @a=s^PrZgJՌ1^/!r|\DOzawXx &ƚbu&I9l Fͯ$DWmK/+DDAjChNq}#]9"C&!/ԭ6]<kotg\1ݲң},s[$@uV/D[N[<6}p+o<3 "T~.4e[r4!s zW!WwŞWQH[q68[_q<,zI_xcA瓰s{rGs+7vYW ԕMHp2)Cqv'ꂫ@8c>ڱe7!T{Kx^Umx"\ ܚAy0 BH_~Y*hcCCۛgΗ \ΈHChV,\{u߱_09ag=S'f-Nnte=FĸUqZ9 ոOG.t5Xۚ 85|`~ͱ1}z* ;70lTژ|\deR%կp|׹[1ܙ7EM;_8F1d:G;z8+ǎN9ۚA*gȎ7tfd"<}?#aEh};G&' '5׼}|Eۘ >N-f2Y3lsNMÍ{d*eM7] pfv "ڍB%!d6a`Q'n,-8F{$>zu\7h`A@'w{f?[99"A8PK_U.w}Lw;΋xc6nǿ3mlgz)r Os=ib?9;EltrX]tc՛`WvC8舳X Ij%eRk1f0| C::S%V,bZF8͋P 2t#{>h"~9qƫ*au"Wܗ@h}XG{\DH'_unlu5^ "gLa޶ʬ$VVL?޼_ȩil<zU.sn Xm@m~g`8y伝L?|x|uGO؀nD(y՟;e/4NKËRAR6hB̦˶qq8 fOчII094vˀsL>wӈ3gܙbQzsG/BZjB"o½[#B"ޒ5=Q'پN?c8GRHɐ.& h1AdJ4E(_PBp3E^ra},<Փ\;4Ki7&H A*' N4w:L;F%)LꝟՕݶ}!N)V;ba} U>o#v&7'>, |l:y@>^;g9H]lUC2tIA-_~mo߂l$fGe rRPMf;(J W!8$Yĝhcx9Q≇Sdj!,v]56hL p`ذBپ6l쑽%@Fq FsBO5YgG{OHqT}ycAi\:h cO+XB/nnTc27sl$/gF"gVQ %ɽMxk10˿P&b_c3zJwnO[.9tF/v#sXU7d^? 3pNT!J㓬ڇShՃ+"?Wq# V ӭ#YA@k1$UP/?jΛ?M`f`'U ;?Mo {ˏQׇgGK߄VNw}@LG5-FaA&=涀[ `"SgAmh pJ@hDr~,҅|þeX* FN=taF*tlLKH$9PD4Vqb좰p$ǹt?G?G7g!6C޶ki+{fSLJ<|]1~hueg<]ÀDf^S-@.ҕ܋z]1FL_-R<W?(TXg&ک?!Ißi߾%ZܸPlq+b r HjġaQ#Y=ǥ>_ƻE EpZ eê1N dD- 7#9Ԝ-OP8csȓ`#&ǹQrq|aj6ܗ)fVl٢F@HntCiְEaD_*O>Z:;q/ [9K_*5x|tg{ٮ K`B賵3LX.U%vH[?/ ~fnNf^]5w;KEa/@-2.]&-$4(|dDJЄ2 BX'wv%&Q-rqpڢQC&nGUc ~}^FMB4GƮR5!`\*9bS@mZKny֧켄-Iu{2w29~#}{׊bm;gI5meiB y[B3Yg.>;^/ # 31e/qO)|'r*fks`x|Iv ϨETUYDdHPHfY xEؑ{~݃8NĂL뾪|퀞fjuVy.L1zW-UgBO9IҗwТŝNN& ȁ>8n~!F T']<7ɬ&YDb:u_gήr:ﲙeWY~[[ٿgo? 72'>pl%=UKO#PҸFNV ]:aA d!/z"T*/Z[klg(sSfN;;S?s|}E]*~?|qYpީY]ڞx$bsskw4y`=УNb){| x>m88խkol0_4Q ϵ){I>(Jԣ 6 SQa 13؂#-0֑0dS6M^QMQe o8e6S<$3r}l/yl|ziqߔPțQ`Z.Nװy+)Vܘlɓ{?iG)*qv7˯l}'ƫӿhmn/}Rl }tA:,HьLԣQAW?+tn 8рLC[su,yDZ؀'vbh|("0n[D#xlF?j R++y}n=|=>!!SσϼV۝zT{Ln}zǶ>w룗\(?5ot#$Mzq1q,=q֧'??}`lo獜Of́bBfw7ڳ3}gх3'G' lAՋw !2%_+=44IimTq>hJGy6f7 J\( "ZLf.N>g%n[Kt.;w^K;ec k6\iK\/aa@vDͻ0谞Ϥe?>Ԑamyq "5~6)>Kۜ ,gm iM?@?Ƒ--r"[7o{#}邎>ӟDmGƞvh}/ko|]^iq凄Z$6Z۟ެ{8# =>> n)d>h.cwn ʓ1A6u`t!kmSaAbP\B ra `0/j2;fv ~Ńc+e+,.;\ܙ?~:7K/Dc[>O_}o_cu^{޷Kr׾V%00r E9G)*?8T#$!@؁2cF6-Bki%,վϻwwLw99}zf{w=;~ߣߙ(N26m|כ~ndm#xrB(hƑvбy3P7RGZe *٪K@J%ZtԼ59q(jTƻ 5Nl6xȽ3>(ë{ǃU2 iKحdtm5JTG.+p4^?n_iaM}ŅO$y_#$)utćf pw%y|<i&o̦Eq`zs~\E=oIH=L/t>|$9vŸD<Ei @y4JӓinE765[Mme*:(QBi|&XSUmGvrx6|tXc[ a*K%^N76#Xo#s'fh36BXlM6M *U!lP][kɻesSViozcB|*e\vKR㑄/O?>Q6daT i&ląEmEl+~߆ '0>WνGoˍ %jG&C]BZj_2fn;xdrM5g6蒢Rg }8n/wa>}*|8op i( 0atۀA$y_}F4MQẃU9˃V(8怯 VƲZ!cDƠi%ڔF6AYaJG9" fsSSq DsÎ(I𮗼d+9 iaIt1Z::^;܊|i3 b0Ww(C y *!P'Od$m|'=M[x7k2 o5eooAKwI;3$xJGt!@*w+[mʠ^RoO~f*I.Ȋ; xؼ Tk6(r? 0oI|]Iw$?d|wG%&$c*|Z*žU5Nlg})9 /T)nN}6_26駃-R=o.pw{&n/fzF0vȁgcG"<x$[RZ42&Zl6,sbS2 2xLV)r^J=CH.}nR`KCK|SD' V)<1<ʴaIlv9>:SX:EßO3CR A1l }ķQqMĂ4>$Cߤocy=䳡uq>hlNRK\l{>1rm5JX Cݤ'GRÏrԖd6F ${ƛ|=쬨$Y3!SCRKEHwh0>HLJb(qb\xrlzc$2؈Am d*#A@&ߋ 0pZ*z EgI]%5?GO@VwO{X!u;GG߲'v7>/紂j++e]EՈ(i;GS# 776U*cƺQ!D9v|KY>ɠc<{һ3WlJLd CSFk&NFNrx6`ëxFͩ’W;/+#TҗRryud5bpԀ8󲏬]9ڟG{R Cr&WeZβON=M1*ɥ KzauW'uu7wjȀ-O[:n[U{[uK#Mw LUVrШBn!aB6: }Èc'Ǐ ъ<Pp!s `51UjX[p <]]]:S T`Gn0PR7k4n@\ (|̜ʺ7Hv^N}z ࡁ:#UjBYkw)kM\_V5OXMr!V \Z+lMig`dcP)ఁ(WHŎn ݂K''}8n5,e]A|8Tu VQ;XeYYwz@ DCİ:'sP0]#GMgȯ{+p]ICA5}St9I-w"NS{rho @.ZݩSe֋/ޱM|9 !fĬٴT FQ ̛Պv @j{h!v#\P~STJ5' U&VE-0~\Rys"i>1|ȁ}ql~ hae@qЯ\Ơ|첮`_k:T@eL%/mI~^:~,έiڤ$[yU".(ky9F~J&"2`0-Te}S [ g H -uTqRLKoU[F[|*"ɻNu<2A)P/HmiMkL瓋/~=?\< D$hl!v8d:g5iVWWGȿW؁60G#uKYF'/l7uhwľtۦ6(6L+< mcpJg=h-&gER6*Bѻh J-VK#9֚ "JgwH'bu`@5UM χ["n-BT'v8Q\/{,FZO}']_y '`:U{BnЮp+Ů#Gv .($ ~bw&ޑ/?߸gLC>H?6:\@_ P]J SkNND7Q%XWXN%cdG\%RЩ*i0XDݗw0:48E X (%G`zmNe۪݂tIFXr9 &Է4; Ǿqw ,KB(w{ЍAy}~lug\H!3COp6ؕwM;s4no NWH3YIG}Y#BZ01̛[Gy S**'ftCN{YiQz`H#FR}]iR+r0NP%~,{Tdd;1I̭@4V" Rn*[[ME+v?"J)؁؁5@\ n*Ұ 384]:.^fztw9>FW&U6%0hyyA jF{9YyySb+KJcSVgSځ+\b@ڈ|SVbсzNĂ xp)'n-W57pd'~Oμ !i@w .m$:ȠRgR-nk7KIxGibpzCU%N nvt8u8%FXB0j#j+FP&m7(2`hRɜDkRl\0"o6W-v\ǹ+9<Ș:0V=#DoR[|S/}M&idɳʗ ,؁؁@\ bH])xdH.𳯵oXI hn צ7"Gn@|ҠNJ%_qShҪg@0`Ԩ :c(]BaU:cԥ+yzvD=Y}J- e"yw=IW8P&M)5\A`慎Ёr$#2t8A&Tt?ys7n ])hAT^foDTň2>(DUGW0lnY; eʰ RZʰU_C%Qv:%8vsm 8X{-kQ\.r2Mgʽ=RXq< +/)x_vkColA~xVp Є3:xe\ MP|[u6j59971 :gjH&.T۪C0!;@Kg*Xrv: ٧W}eq}iHk~Qt_)?A` |8 P ɰE;;pg@H,e8! }lE2{ToS^ZnI|M4G'[N eD ia2+?'Cؗ6*mrslM&|Mau$(uuﳨDZc tl!7w%lEQ{LݬCH<+ X>?<##&uZS G;; 5?2@X$s'3ݤl09UfTe2eIq<{{}u:'>+5Rvtd ' :C͹hd4p4`F3& (G53@`g'd*\?Q tPFYX2Ś-clFv'WTW}*΄4E !lRT·M#DyѼ~wㆣ,+^";;?: ?CYYe=n&sY|F_52$hE? t}xp~uh[}>,Z$4լv]dŴEv`r.JvA@NQɤvJ^98Œ] " zP@`CA5Tpl5gb+L>WEq)_OQB.;: Bi@w`.x/.|OA:k?'GwgWc77ݟ]i3M-줷洙EeX!uIEo"'" >-Fhl5oC{Hh6ht3=nLc_U+x`m) y !BA*i8Bu{RAAe39JNxmtȲO3_P5(=SyCI|ԁ稲J;az ާ\ԁGِ}!y_~D[[%{IIv/*.Ԭ+vl*E$+|Qk8/kM@yOϝćt~ ~TmGm]dlM64z['On4ӭcwd5/|xOV쐗_H?}yMAc6b?llz!"dI#I^bgur] _ߤ&Zc}Vo}ObEyi"P'|4 p̀jhAEOZ֢J,02\S+{̓~>*Oˡ/y x!G;;JXFzaBG:]HᤞI֊`,xLtM ýf0'#SV$ )J9ѹ)V j!T%Xk%xiA!LeH?mpZDhNH,t\OŅ{=k] ,B:}(q Rw,CK%qe}0Ύ-;u`3};IvBѦW#eҒSņI3΅A)dix-M6ͱTEKP~0% "ӷ3擬~gRtDs#mubb `[VU::_ FK\] hr.@^_^6;K_qSɤٜm)Aeܻ '*Qe+6BBoB 9g"}c 5Pk%z03kOS )~씤A1e@w .|/ՈNާIؾˋ/}io|W-ӴV6V9ЅMpbP."U`j+ R 5WE.Y3 C̲Ew'X&s6Ƞr܁XW  0TV,YC23 K_} /u#^CM!MUt| Lr O@zSL &Yqz~o\<ןha|Y";;J Uj ;Bnrp5#1!>O.g_vnn~~ w]XxݯH9%hsf8Q5Hu$hπEUQPAuPiS+kLwf?^:w3$x_M qF kx6t鄋.8AoIAvok6Gfi6*|cgUD!M1X֛0J#t O0,"r `E*}.uJ/{͟?Wǿt:>+Jg?Gp4Hcbָq "# )үam\S'[#c7Ӹ^"%;fBWw^|l oH>C*[lP}~ VŹ3§IPÞc>>I{cb֨qF݇`3 &pgz'_‘ᯜ굚Oms[:AיVq'wSߍJ KU epZ/Cx"ր0+&dYo'O~3x8 Av؁؁UVv`r62~y|(KR}Gn_˃;l8sxe{=|BJ"XNJ0DNk * =^3M.$>v v`M;i{W= WTrrX_ _=v(554 M:T,/ッ\n*7D%;a>1B}SVD?s<|D=N$Wu؁؁5@\i{jWar>af&Ʀ&ct6@n&" 5@dY0@. jDkԎ*Jao_ ÝX<'fw̐J[cbA4:HNrPL0 Ku&ZtӴÁ a\ qk.$>TX%(eT"/(JӘ (=4U-Chy}2|(&;?9w;̜u2Jg,cbVq1 3zPG}a*rё;l$͝46NbyWt%JezM#O|/< Y$۷O.:K_9sdu EHcbY`= a9oe=0DԾoyӦzs7FiVBl%1<_9@(s_~ :JWi]z^:P( aA8q r Kyͳ㓇w;<|&䵵C4v v`t .pP7Oњ:}\<[Z;~1>>M|v$SQÓ\UU+_P@|T4NWyn*rcv;ǺO>1Ii ~ w)ˁ8P虆t؁؁ԁJiT䈒Ye?eYe?E>v vu .Q7p:Uɡv7L=b'F7r:S-^hLM` Pj X7>ߣfozwzv^@1=&տlFc{`?B7n}(y`'gf绋_[.&.pTLlH"f1 yv.rዿt4->(3jvd?e,R Rҥ@14v v`u .уKV,u?hNL6lt l4RJ_QTK1Zkttr85Gg,W ! o3U8,[N#;;:0h*%lR~,85:v{:v=j6ޭ.F6˦+ "HCwAJB kҸ>= i$?]P8 ?Pr|Ɂxa>0Z=؁؁uҁ>GuRa,c#w Χ'f,?[Ń=0t!9uC\=9NrANcԁ0/otwO|M#;{Gsl{?oRc/BoSr‭L|w#܉33s3C{۠gWRgB+"R؁؁uhΫmRǼOR*eLxOnnئ6'hv>}f.{Ϳ;Lȯq8:Yy?>rv|@uЁ-A%gv6V0:.ww'iښ.E">23xU TϋKtwn%Er7Ҟ>RtWC9eJG>v vE7h/n=WOy|o@:;?hG~q:@H< 7g"Iѥ}^{_O:_<ړS/M&7@uz3ZtG;;pt?4]%c*#["!:~&ߕ6[B7pM4fe9LDLI^|hATϚ$ˊ-6^wO7'1rg fa2N!u8UCuU|,vCw ܕ:hd]0,7mw$#[#tS{ohmjGW|+anE- ۚt -,"`G"nT;o‘W[SS ^'^/9"]O ^9|K9E=K lu:i|@u䮳cu__٧DR_;$ed|v>M'h-[9iF~5zg ,%а!Fx@V=؁؁u# ہ簯gqӠ<v(]9xy$P+[_iZiݱ؁t@-1:K`v(l!Cq.v v`u@6n]A;P|zhx`ACmTlǔax#: t7n]{NЁmRCXI<0h+mRrl6?E>v vJV7X ܠ{nR'ynM?ٷVolNʒ\`":0Aݸ+߾}1u~zuz1[(ln];0tGC?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-r:IENDB`playonlinux/etc/pol_bash000066400000000000000000000041011226051336100157200ustar00rootroot00000000000000# PlayOnLinux bashrc # Copyright (C) 2007-2011 PlayOnLinux Team clear echo "$APPLICATION_TITLE Console" echo "-------------------" echo "" if [ "$PLAYONLINUX" = "" ] then echo "Ce script doit être executé dans PlayOnLinux." read ok exit 0 fi source "$PLAYONLINUX/lib/sources" cd $POL_USER_ROOT # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS1" ] && return # don't put duplicate lines in the history. See bash(1) for more options export HISTCONTROL=ignoredups # ... and ignore same sucessive entries. export HISTCONTROL=ignoreboth # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" # set variable identifying the chroot you work in (used in the prompt below) if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # Comment in the above and uncomment this below for a color prompt PS1='${APPLICATION_TITLE}: ${PWD/$HOME/~} > ' # Alias definitions. # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. #if [ -f ~/.bash_aliases ]; then # . ~/.bash_aliases #fi if [ "$PLAYONMAC" = "" ] then # enable color support of ls and also add handy aliases if [ "$TERM" != "dumb" ]; then eval "`dircolors -b`" alias ls='ls --color=auto' alias dir='ls --color=auto --format=vertical' alias vdir='ls --color=auto --format=long' fi # some more ls aliases alias ll='ls -l' alias la='ls -A' alias l='ls -CF' #some secure alias alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' fi # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi playonlinux/etc/setups/000077500000000000000000000000001226051336100155355ustar00rootroot00000000000000playonlinux/etc/setups/autorun/000077500000000000000000000000001226051336100172325ustar00rootroot00000000000000playonlinux/etc/setups/autorun/left.jpg000066400000000000000000000120021226051336100206610ustar00rootroot00000000000000JFIFHHC       C  dB c!"12AQRSaqBdr#3b%Cs$T1!Q ?ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 0X9 ebX9 ebX9 ebX9 ebX9 e 9 ebX9 ebX9 ebX9 ebX9 eb.ebX9 ebX9 ebX9 ebX9 ebXbX9 ebX9 ebX9 ebX9 ebX9 "h; h; h; h; h;  h; h; h; h; .fh9 fh9 fh9 fh9 fhùbX; bX; bX; bX; bX; h; h; h; h; h;  bX; bX; bX; bX; bW1H4do 4c]{ў_I4R®G[_.bX; bX; bX; =~ݷ-eTgf06udȋ+@[>iR_ԍaFnM^贩aoǽ)*gtqFFvVUzv嶫ėQ~GѐwGk]ժX;Wj@Xh; h; h; =U*T@&F(PRȈr) 1smaD]Ejg֊F@:?(>-ljک|[[d\%Y}EYx.7"Nh; h; =A*ZXJ21D@6m8S^m}E5VO9YMWf\\.?EDSQ]M-w4@sDw4@sD$V7xS H-%u\uy.> 5>t٧T N}wch; hҦG0X Dd2I*0, !`<KlzS^POȒ~b#Sછ^EDsDw4@#j&F2UI PAaF L`@ ui4,#d} _rM[iũܞOȮ&qn hF:UfZiQTwCBz+WeD10oX`,#bLA2S#XF FMdA۰[2b */K}ZҿRQ"*w4EsDw4@wVUi롎DlEhr]-I&2,I&F 'DWjgA:J^о RFH+GUiƮwQsDw4@wKetz9%ug;%\t nSJ<*0k>BEu,I$S=Odkk)P1 ѱ]ŕ^t5>|kUnjШm. MtROC/X xg[Vx9=O\l!V+\ |zq2tԞ=d Lb*wHZV;.Ÿ %\FUjT &2.J$>:x%JټӔ*i**-~aTw4FDa͞.HJ8ZT$x30iԺsW_{u^7><屩i=g5.ܴ$3'LJڴi qV+SθߧgGWJ7ҡzT3EPȴd\/$ JdkyF?B@ykpwwݦcU;ڽPsw<@cy=`|R=]fjG{=r-L2.¸v5w+W4 zT3UrT2.Iq\9%{A"~j40x; 0h= f٢hw'BteEvt[QDV./CH"/C׼dsשС^UP&2.Iy@97QkWO X Z~PT^Dsw<@[4K/bׯqMDTstUOF2С^ (fe {W7߯eU  = gx= 9NT}-LGcQJiy|;$#G" E1Qz2/AlSPEġdT6MOm} W}ϖ*{<@ejZ{U "x= g ͛cyrt"/RgE5*eLϽCUTu9_B죁~:8Aמ+Z{\ 谅e4BjJj(//.ڛFzUեZwE!Ǻqgx= gw4D9@b *!(犩D iV5@:GXb~:G+6^sz*>*R~uV蔳2PCEfCDbCPQ CD& B$QQw7#(X#^ uTq* G fU$MuuRWY 8De{<A *d1U! B`L,Tb5VFf:twGLTV*֯UJ}2恐«Q CVP2V(15("okHWY! RNۜUr];cfػuO_ cm-ѵSN'mƦh5sD .M\jj w<}K2ZE@dViT[QUTҦ]E%o o S;tew<sw<sw<Ukz9 s_@濛Ѐ97soB5ބkz9 s_@濛Ѐ97soB5ބkz9 playonlinux/etc/setups/autorun/top.png000066400000000000000000000127051226051336100205470ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME &q3EIDATh{k]Uq-n),KFg*4HcPSCM(*yںT4Sţ!^*)Hp,L 嶬n%<^k~}Ow-YɄ TN{ﹷZ[Zk o<=?_>ߡ3: %>־KJ8ew7m-$,JUŪ5O_cGiv"ac̏{MOO=mS066ёQD "vX_Kssp,;S/i[{Ї>t>?411Awy'vmΣkWx@W0Ƅ M`A(gϞœO>)˝N];ovNDs]w s.TL Apn3 M`p9OKTcv[-[oeY "C+X vxm4 '>U?un+3l{ʕ+(I X`Y(ɀCe, 75:3 _%{1ylv{9W_ `s3́Eu C2bh$%ҫd3ϥiָD{$ؿo,K^xǟWnÇӎ;0??NU}pJ** &^Eȳ|Q0v؁i:uǏk xvvG|AQņ`h&HqhتU[?ǟ}|XXX@]փ@PueU :_D& A51^W7"-[`jrN9[?y/?n۷XkСCm݆/9$%,0DP%.Ȳ<ЍÿuB0SCI|ww}v.dYGwn߿W\>f$6 *+ !<@^ d,pJT, ]}_D7 ۷n|W~>tzZQJN@QxUp (#(/pg8Jxq1DUUHߵiKD@Dx;N*=p}g$A׃1+R %UQ*TT(Uل q7]\U$ nT¾jtͣ{իWA&2Bb>*P`ľ(I`#i I_))nQ(uκU٬V:( EYaȁԁ`$0A+G ZP%!;`AQjcyyn@["a۷voHZUUmddDnJn!+" 3`r$(RL l 8EE]6`ikxUXׂG2X(?āD333e<}]m{eD ـ%3B6f`PX6 XXR$EutYsIνįh׮[Q^<E++PaX H R@>WUXk1cZν|m7[w٤ U zY,P{8XEL }#StW1|S/>3+?RV5ݾv\phR_`BZ+ K   ̑Qi>!뺾mbbb`Ude/@p+ 4e0ƥ9J|Cft C@lBH^,ʂ++˗Rm'?y= D퀸I$PRx'px-q,DulTuݹAN׀zDa>I65"(+AQx(|_~M;o-9CA" 5v% xuKD'ҵip`<`0h*a Ú7ZѽM\, PQ*MM!=vضmS?{NuCb)@pH fT}5n-(0. "ҍReΥuָ:`YS&11Ȳ@fɒcǎM^Ǖ<7MOϠ?I0D[  ESѰMj `yyD t=CXA13а(1[yNSqr045OO{_.ε. ۶vxWj$@C`@brl ^5hHއX^^^FYgμ4?01@cs|~otvPWn,D,-B"mǿAEf_-hIv'yJPDZn7&) @> ٱ?w;+{16[s=jWA FcY@īPU 4B-qAH35;""6#V!tAW遘:1HϢ.ۿ?w`z=@4 ٳsccc|J~޽;ېbUX?X>&Fcw$Ƴs6?#Ms8/K/9ydfk tX$68{lҥK1=3} KYfDM0&%j5qfa23Mf-,]]ƿ|Zv_?sP|5`^lx 'N|zݷ%iCpųx)~#94hDk09}MO<7:{Ϝ>cgghhawb6 nTQ  ]'9WCks7xOҬkɵnk׮?غu];gno=tky8!rs*^]b~~gNҲ Χ>^\\E5ޫ6 &׉osw-oyzw}t뭻019 "'u@x D]to£,J\s/_+@ ~NZz +!ЛMKׂ߹s;wڵ{Md6l:IǑuoYFQt`yyI;WD?ӟ?KKKey78M5>k@͛7=Ё7ZcȉTE.뺺.(3sEQ H'h< l(GbTwe5x+IENDB`playonlinux/etc/setups/default/000077500000000000000000000000001226051336100171615ustar00rootroot00000000000000playonlinux/etc/setups/default/left.jpg000066400000000000000000000607051226051336100206250ustar00rootroot00000000000000JFIFHHPhotoshop 3.08BIM%8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIM=dleftdnullboundsObjcRct1Top longLeftlongBtomlongdRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongdRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM CJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM P %$ <$PRЉz+&}Z Aokٻb+>-Ϣ{,amJno(n<ۭܚ߁t`.lmY8^}O}57mn?ӹ`ͪ__vUyuul||+gcz~w7Y]afqe-!QYI8~c?{P'S}f h$%+ `'E :1n˽\HqXZϢPVWOoSxqc/yp5umS^$hZb,`Nt?(=dmȷ7"79,7iщ>@4iUn0c[Ҥ4Sߚ2xWמ $)? AD' ]d2RWm=K7fPmuָ097*ߢgϵ{[GSebߝ{Uwֺj~2cHL Ҭ~qr,[ãt:5`w,ާN.K+/q8LC'/Y6\ӰEd/ ˆ)k9l)Q-~Yꘞ7X?m2U~oQym-osxRF!?ZևU4du^/wP79hgZc[{PxWGhܷ֬Vn]@ܻ3􍢠?;vn>V;nķ$ͭǷԦQF1QHvIR1<VRJRC)Wz%t;pa,s[[XSz{*2ِUn 2 s䄵w ]MU=Vfb\/`VL-8Kt[E3##e0[}'~kܛ3Q:ՂPluz[GP=:V5ȨSsnK] ;6j (ZZn4Gu[ZX?de 3)q-,Ɵeﮝ?=^}a;ZY^=}=)ͯ8p*?gfY {[>I%))_ĔFR3FRUΉөgӶQC}k]z{ Dɿ&gl*w 9ǠnhkE {^~]hoN 7ad={Klк8~f#2]ߣ]ΪS{SwYoq}W %-46D\=?'gjHkl0mgb@CDd<4.DIH8BIM!UAdobe PhotoshopAdobe Photoshop CS48BIMmaniIRFR8BIMAnDsnullAFStlongFrInVlLsObjcnullFrIDlongL(tFStsVlLsObjcnullFsIDlongAFrmlongFsFrVlLslongL(tLCntlong8BIMRoll8BIMmfri8BIM ExifMM*bj(1r2i 'HAdobe Photoshop CS4 Macintosh2011:07:01 17:29:24d&(.HHJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM P %$ <$PRЉz+&}Z Aokٻb+>-Ϣ{,amJno(n<ۭܚ߁t`.lmY8^}O}57mn?ӹ`ͪ__vUyuul||+gcz~w7Y]afqe-!QYI8~c?{P'S}f h$%+ `'E :1n˽\HqXZϢPVWOoSxqc/yp5umS^$hZb,`Nt?(=dmȷ7"79,7iщ>@4iUn0c[Ҥ4Sߚ2xWמ $)? AD' ]d2RWm=K7fPmuָ097*ߢgϵ{[GSebߝ{Uwֺj~2cHL Ҭ~qr,[ãt:5`w,ާN.K+/q8LC'/Y6\ӰEd/ ˆ)k9l)Q-~Yꘞ7X?m2U~oQym-osxRF!?ZևU4du^/wP79hgZc[{PxWGhܷ֬Vn]@ܻ3􍢠?;vn>V;nķ$ͭǷԦQF1QHvIR1<VRJRC)Wz%t;pa,s[[XSz{*2ِUn 2 s䄵w ]MU=Vfb\/`VL-8Kt[E3##e0[}'~kܛ3Q:ՂPluz[GP=:V5ȨSsnK] ;6j (ZZn4Gu[ZX?de 3)q-,Ɵeﮝ?=^}a;ZY^=}=)ͯ8p*?gfY {[>I%))_ĔFR3FRUΉөgӶQC}k]z{ Dɿ&gl*w 9ǠnhkE {^~]hoN 7ad={Klк8~f#2]ߣ]ΪS{SwYoq}W %-46D\=?'gjHkl0mgb@CDd<4.DIH XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Kmhttp://ns.adobe.com/xap/1.0/ C       C dT  !1AaQ" 2BqR3GVWbr#$&47DSdsu< !1QAa2S"RqCc#3B ?Bn0>@P@=>F4A;Go G@R64Hao&E  B@N @=?RI+IDzB$a;iviHݬH-F"- E`!$U`PA ށBHi($4A"!o`~!&PHI wd`v IT*@ % $  o #…jz|!'@YX$GVʁJZBZ| >P O܀ZB@$8P0,#eu` * P $IB60$`v  RRE$Dn "=PZBP0`=60=@|X -@";.P[SD BojI+IVU*($zB  +Br@H,HBȴ">"ݐ# $ fR@z0T@;JL$=%i(b] IRT%YhBZ`w@Pot#eAA jؠE -B-@" HHSH @U!X ($=cV*@ $X$-H-HY, !6( R@.J U)3;@0;(Z!$V߱@""ԀJĒG w@PA%Z%@tfvIA!ʰ$4H i$JD]Ћ{Y% "0$.4vl( Td`6; h FB4@|qI<&I#z[JnqLq:9#,7/Rf[N4|w[>rI н'6_3=FQSPi`{t,sXOΰF`W^vlWjB~m0I0 ;V @0<==H4q%%D5q9HBAܱ]7"*X@1?aQܖ7."34 T~k}iZ^QR/Oń<؍%l>'IS`];p[rp>g=_įR57O 9LI06 1oPj^}M {xwj|-xѩO?.kf'(,Qe̻#5AؙDB8/똎VͪʋVSOh W@DoP PX초XI*A# B [k$",%ۡaL,C9i$lE" J7k yچ^>tqqoWV;J^`29(m4gٺm}8:q.UkqO*ʷM6+K͟()D͒f- "&j}wf f<ؗfU<>k齃 HZX= iR3" `vePB7tA@;DZ|.:N 1{/-t$Rtw p¨)â~/_Qy+~;g.CG_goLJ쎫'UG1KÏPkűkjeC$#}O3f<. l1UV$M$^h$Fڀz,\MnK1wz4o3LY˸_% :F\omM-=H=$z>گ[OUtzw@e#`,YjB @XZ@`]VdI. j $ pʩ=Wq)kj k.eUyFiv 'q}MM-0lN6ORJr)KCp_t]5C#O'T Ԫ| ,,EI;BQY`-#XFJT2n ݀a[S9׵5"5j7؏9۴ŤuG<8^WPZ<Ǯ vͿE=FEuߺOrjǢ&8t#\ܓԮ[G&p f&H6B:,X _U:(ze/MWp@ C!o_eȣUS]|k:ǝ|35䌻0TA7rԖg$O!٦n@׷Ugr;u5̅n][&Ac|\%YW]W?No^ʯ~<#SaU~~_Y9&<3朡T8'|\\}meXj;׬K_hRnE1eDžX舌d@6:!H@ *8F O5@,*XIY^eZmRl5ɪ y7.#d\2 ÄӶ*m]v`:^4mѡsy^OXvn: mvT 6_'-?x?xһD~.%2r?} һMy>c_p3  /iw7I[/GN3;ԪkIGZGHT*1h^%@SJV @) .8 (e >8/`_Xj`n7񆇊IXv SA 5-=9Ftr9mc/Ǧ׃Tgzm9TB]]\Ό.ϩ/(oABq~g3_T{7eoF~? Wgԫ*=^ehePU%C-[f065i[g=N)Se.x}$SVm+`njJȈ!C Z*a">g:蛁 2GA%|oŧxwvl^l3nitu߫{p(]ſyuqIþ~_߉Nw\sz/ۨG=;P~%9s]zqoį;uS^kEԼKǁ2Ӻ2 eQY!ZF {t 7tn^F 4;w0-׾* cuef h:*(: )Q@! 1d8 .ot6̹ZL6T*a%Yl`4$5f뱋O)<[ΏEm5rS\[{\^-nj4 B^_Gv/|cʹ?SZ5gHԼp߁9 xGڪ#,fh-$Env^]K&JKfƾ'bX\jL4ݠĬ6Y4j-`ljJBUS0UBw(s5Ael>g6`x5O55,_+Z~>Mnݚ] Bv_K_Lj.Rȴ> 6Hfݥ9`'ݚk{x?7jinr+h@6]w6YhC6R63pT@uI -#$z,T`{-$pFWd H2PR/uICQK.88n7 jEj濄9+8f0,0B]M3bH>v6֝UY6ojs>w1nqR ߇{?]=s<g~|@ANŨ|\A[IG]rpWyZ)Fޫb8ٕ:lU-u5H~F"N1=kMNI>=Q96P*e꬐{-w I-^D$~X&AFUfl^ K8a8k*8/:=缍]@Aej4=åojV?ʺZt~9W<n0Α\Y [/=lfGΙkZܥܹs,pi*$湄/jػVO>74)Zܓ}n0qwrÖR%K)_@i!. h=;`cɏҷ̜nfFGw:fJO/D (P>pZ* NA@P;jH( ZdīFTVL"{@w+TR{(uԩ]'ds!z[xwEEu]+{X=P4,sֱ-#q+^VF;jF=7oƪ_]bB\+'ԹĮ[t(1^MS~pӏR^3K_|B F*hkn#b66?3JCN~]J=I\usJ,Ƭc3 ,x{`脴6Z5}y^O_į;af*ruںsB,jKZFJD njF W U9 =GP+}?K+jHbTR_J/͓CjJkTMo>,g F}u&rx+" @Y4P6AzQ nd(T ( fY#QI, AB *e4-$ cz] ji)fMG^d~3`N\C6Wr> oa`0i 2z IpkOoγ-Qku #ZGru0>/Ho)-k/3hZ۟ޗi?57#|ϯ }nf̔ޔZ1:?AZ? !|WKM/~]O49UK_vÖc9L_Lhiu_w?I$pmrPͫ2-]]y"' P(  Bnrdce$Ԁ O@ Zii #n.. Kru.X經qX 6ibdxӦxےVx=vd+`p97,3 yovޒ{8ouGfEbp+V傶MWGcëdS4n\[a`v.O&:qf;Nr/Jw뱦j8U^p2*]Wfg*X!5uvc:He=S]/KYm֏?;H|+xuu3 x )@ lr P@-E .A`HebV2G^ip߶5饴jI3ʷۂp%K33}Futx=~4On⫱VU|z.Sʫk<}/:7AK>Qv\.Y*t7c0_||=2˛O_S/Q[toiك|{1f̃e>Ee]D: ԯn^-Jꔏ.[Sx?ֵLZyɜ&nһQ~A 90 nsw*--߿{n}k5ug83 f"fJZ (!b©w nʠhW(MW,T:Y{c6}d]J, ՘1 ߟDw,bSݾ >%G?6̵QP>**..:Iہ}wqz<=qyv뼯)Q>,y2Ce.8!5YVYͤI)#q$UV5Ƕ53P9Urc^!tHrɦPr+QU9_rZ zP4HB@а-AY~Gyj4ŌQ>`&auk͕.ip -_h1' [kVQg'#ZG.ٟi5,8/d[W -#oO_,kVi5R',0n9vg7,~ *Vm0d}sڹM% )ݷM.F *߳sŸ n #RVVH;ed ) ` GjE}cjcplARf1ss 2=!˭GVd3덭-u9wSk[~V ʪUtA6ikU9ø+8qi;Ә: >Gc i2]Z}4q*t\_qin@plYC2`?qay"dRXل/!ժa|~gitU&iyy)˸$ocg\d%Z-٬mt2g5<<}UٶO,Z 1_kIu@t ?z Ւ@j "PI;$I`ټj]p]Ne1m}߶ʦOZzCSU^u_|GU^;uR{\ޑQ?'|h^?sڤޓx NwY|{)5?n o?_?/XT/QvuTUciq޿zeyκ^ٻyڍJwp.U} d IAުɘ;+ z$*(WԀzPZ "FjBpa4B˥#\ty3R>%qo1;-b1Y)M$c#qpI<~1U{Z_;G=~oQMoWZ╺ w6~Vw-~l{{YR75)Qx2E|i4_pzLE< \>g's9|4JCDu4wG og7؞ *erz3Koa8t@(H;0) ZIe,2 {7`X I"K%kMȭ۵Uk7}P\ԿlĨ2 0M& #KM d1D sZ jޫk:n맓j;e+okts5U~_MQQJ!yk⑦sHBtK)Tԝ/j;7C,TBWֺ`UW17g.:ܧdbۼRqvsL BM40핝yVH0znW=]@!:Q腄e:i?-~b*]/ݶTW5dŎO_WI$A%95F斸ivZ.c#b3zoX97ne_?s<)M&/gW.e;f4߁OB=/ǹ WA"'qO{܏;|w Adobe Photoshop CS4 Macintosh 2011-07-01T17:29:11+02:00 2011-07-01T17:29:44+02:00 2011-07-01T17:29:44+02:00 application/vnd.adobe.photoshop xmp.iid:84E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 created xmp.iid:80E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:11+02:00 Adobe Photoshop CS4 Macintosh saved xmp.iid:83E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / saved xmp.iid:84E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / 1 720000/10000 720000/10000 2 256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;14110B9967159F470B9B0898E26F282D 150 356 1 36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;7A84726FE7D6470F2100363C31732579 3 sRGB IEC61966-2.1 8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIM=dleftdnullboundsObjcRct1Top longLeftlongBtomlongdRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongdRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM H HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km8BIM8BIM CJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM PKIJAO<$PRЬznqn'hk]kݶ[Z93 esrJkQiO'BG|A^fn8ݻNWm?I77žߪ4^~;q(q.f-h:bSg=E.ߘfهOOQ~uz?Ѧ De Nz `'E pS8:bx߱ c;gCNC0mߣcθef:Ѵgu9Lߘ}llgms6lPV\+A^=8fԪWm/ -7!^ͯobn%ZELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km?http://ns.adobe.com/xap/1.0/ Adobe Photoshop CS4 Macintosh 2011-07-01T17:29:11+02:00 2011-07-01T17:29:44+02:00 2011-07-01T17:29:44+02:00 application/vnd.adobe.photoshop xmp.iid:84E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 created xmp.iid:80E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:11+02:00 Adobe Photoshop CS4 Macintosh saved xmp.iid:83E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / saved xmp.iid:84E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / 1 720000/10000 720000/10000 2 256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;14110B9967159F470B9B0898E26F282D 150 356 1 36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;7A84726FE7D6470F2100363C31732579 3 sRGB IEC61966-2.1 C       C d" J !1AQa" 2qB#3RVbr$%GW5ST11Q!Aa2q"ST ?[#0 _ԏ↣dSY$ N;UAddMMUS[j-TچQY26CjU-JZe'!dLo`TsbȀ5QOvFT&6*m[jګ vJ[uR T$]YT6Q NNl@4.d@Mdl v D54V%}mU$'uk'چPؖ@Y9E!@P",E dl WTr( L D5>C}(jOԅemZUڶMmPY-*Cjm@ʥ6H)JZ+'eEXCS0oN[TMd͋@L d@Mdl!l#em셔6&,d,'dU!)$Zj KP6Hd}(l&0j`=Y!`=ښ9v6hڶFʢ'mU=m*!TDCj vɐT%!drE L' ]58 0D lj &ŲSk&ڶVڪ 'dTd!eMH@2BE +,6f `@ ]Q͘@ $dlȀMdm䠱6U,VL1{cy kG$/\Bp ˱5Mxe|晱nq%yI9lU8~[.Eed,1t~ZysI[M%k\] 4͸3p߷5F)T֓gkSh$0Ja 9ktr.]OҞÈ1d 8.VMھ'35I,b L p '90`0 m Yk#dlmuYTD$cCGbhOZ:QPc3Ҹ4:H'- +K ݤ(u7](c9 Լ՛2[4RQ"|_!v&l0q)J/=~,]<;ߕ[(j  F Na,y\H֐}iC6)99 pG<[, ll7q~Gq8^Z˸nWv?O>g%j1)ik;|GE>-N{Y=M '\7#rSm->ƿ^cqsmԋaCnGE(ϧ6ZXo3Kގq,?T#VtV-S3fUԼGQ$ҁs}$qky[|}V|=R:Z:WMNςc,M⍤uY[zqIgoNsjX7B%e^$s]ZZƲE53?c,+/$ *@Y@} `B #tY =ѺKu t * t^sMr9U3S-Yd,@M$\ÌbTԲqHdb)dZ9$3WO n-dk#y`+oðXmf\5KgO]XA_?zq\pz/[H'=]6МZGڪ#,f`-$D.۟2ePe#XnOW cPvgl|JIYz,Q0S`P)RiN ҘQPS `W@PS@F.aC Eĥ:,^n: c#eW.m tf0,Β0B]M3bJ>Ax-.U F6'g9"e vX[(mNtr&h1_Q[;6Ǥ?]de; ͔FSaK泞ZG)jn\~.cCIQ 5'ؼ~u;)rjKs8'j^Qg̳\:wmaɁ]PQLAl* 7*{ܛ#Or;CZ.G褤īi6TVL"{@c!}6W-,PWUһůk,|WĻuKH,C EASUHOm?.@ә2q&SA%3+^d 谸Vm{.HГũ.?{_day}v1q s娮G|sM5Ts>!_#MNYRi|7ͱZY)J,261sI'-,rCQM2|nΦ+`yCZr!0D%yFy.YuXLLs~}sw P8o?3r$II{Rm*m&49+$.YkٗDL )\0*` l((pM@Qܒ] P$]ECZ/T0JW0v̓9> %b}4O s OZA'Y3[&j4T4\6~~cOq$ð {j)j0ڙ(+&dhz9R\nO0P͒y>$S `W'M0*!ɁMwF` J_УN!E7-N]VRw[rֺhrTƼ9%Z[M C$d ?}n 9*\陛SR:w<O?noե97ۧ=5nSQK_9"p>FI'8{]Z,\tf2#/Zy7S}%2\U Q-L )AECnR܈r[uýUS܎}nI ʲ(&*:h,ӽsl k%t7E|ێݒ\꩘epkX?<˜#SSgQZi0p&au-uѿH*? c8uH7[a(QZ~k߰˱yR^{,]Dg?6_0cEzFE)nɵɳ9 [Ϩ%SIk/aѺYqV^u[vǧ/ii˲pl42ExI=[)BO)Ϊ 48\̧1渋* 6Y"RF]I\Z׀J^+K1X]FÆyOj-7=U;&xxvIw,,͢wD S)tCMtQ@AR7M܈>[ܫ*)m{ܛ )b=ӺyE3tz$L+̲>3Ƈg4?x?=6U%7^KŋA4Uvs~#go熐 } řPfL'\XxH ;/8a| ;7~ڟF7?;qbZ]~9ƱXK}>DŽ;C^3=NO56]#}>>R$of`XuY{R/Q#ΪbElCm8_4;VX◓bsvII5{rgr` ˓ȇz)&IQP宧ɰF{uXQKtܫ*$c^9[r۽dDҰ MhoFt*GZߖ|LFC,K ,29oO RObTX$abWR"Zai0VFZh@k$py @`c;|[rҜ3,QW=ƚ-  h)ⲞzaKmMq~XĺG'ªSN: y*%ޅ"cK6bM&oԯE7/Nj>;`xi itr4ˎ /!<~}r˞\&p +-1h!VYB5 H7(J(s`J(VYe({,b-,6v ,,Gplayonlinux/etc/setups/default/top.png000066400000000000000000000237771226051336100205110ustar00rootroot00000000000000PNG  IHDR``w8bKGDC pHYs  ~ vpAg``x&IDATx}yWqWu:.HZf˛H+ ; c# $@a'$ 6 x edYE6hT垾sGdէ]_WuTlF x _~w7p26*q͌f0  .k&{kVeN2=MG4G9S\ ZHFv;N|sêXygkhHRD,@ 9ҭ>?yjs7{3pA8)/|zݴȕ}<I,Zx<բnwΏ38i@P 8B ?Z l|ә&b0[3]3sԩv5%<#' 0umkK%l) X<+gplxJgt9AsgUjΩ33#  CDNZѼ5]}-= |NE}w ֏L\ϊN[>!(, &jcY +Vt=deduªr~5B%&A߁xqDm G;N^oVchs=8ICG^ɏN9ijѸ}()'B+zF!a bJV+uY-er; k2=7 ?OE0NZ uEh fF<1y(ГKIqȠ+xw(Dq&*Q=)Ojj5b1{1chSO#TI@rDNyLD!Y35P H- 3js\ RǍwT(DKQ= DAGC @km,ڧ'w- E8]j\bO;iMq9蜖խqYG& J:uÿۓ.xdοe;bU"BV $ U;_ .CGkh圵g{n'UO`sb[?ƒIi]Ϣ+"YGo=woÇ^<ЇBjAe%V ? (h.Xv~>s:zCzNs ?FS?VY8#}C 6 Dg6w^1m5;|MsYFD˨"3S3yMה7DT)XeoXgΞʆ bRTĢҴq>jF"ss1Z _ as8.(7o1=ٻw#Eg[1\KF !}r버E~|~}Cs:2aR 3bX E2wק` }n\+PdL, "tV٘d,?Ʒ 1[1Uy@Z-1km\vlܤksUQ8%?/D?"" -ڍpH@Z@g/#_ q(v<L\4~ah;]f+ߴb:Y|ASСvl)h(1)O[,V{*{EXb-cOkp+K٣8:ݪK)E0 ݣ" 'DKx$rڻZ=h$/h4$ [*.)Ԁ :b!|1%.Sp4 "-c>I_G!d0)y2kV$x唚f>8˥/'˩[HB䎃 ^(ka4;Ȃ7/֮z  ahoJMwR/ 6rI$ V Bd$Fh-5Ulc9|<ݓSrAnH|y ZF\!<$hq-U " ~8 QPMFg4tl8stЋ|pTDJ$>9ІvHkS6^ҌF4R( )aAAސJW2HJ2Ty*5BmԐtR@׋a ~u (őhԫ6k=tow[J4B]US0/[9z,VL tlN.4p7qVVdfsmiQdܽ4D/TrXAYBє?&| #o6 v>ݖ> T[ UԹ 0<gH dGQI5?9ʊ{-Ѷ4Jf.^Y)4FT: l;HDѾ;ѻu #j6%,p;h6 tw6Fi~0D"+Vl[-=K  )}JPiaXP_kP|+*B`,+joFGBZ؈(B*ei:kQcfK{oSh2KNCej".3ie03ݻ *- fG7XXX"7 LM .EGl$,O f[)+W?7SCٕW.HDjfJr#0tdRd?P70ύw`m{:<TbjvPY^oS 9 By`CFX`r9[jYb(mCIck8P4kI'OTEdw{뷶([mF{jQȏ!(vE A^+s{vk{;7̏_W$L_[G ,uȈhq2TnP;omۆDӓva]kc,I)d "rZon3ߺoqGG!ӒXjΞ ? L (NqiR]&B+"7\t{ylb j̨+g*0;5ґ:G3wl8{_*Z[?$圮L'pDD"P(WDxs;w˖_7 d~_rASdfjA5@$ Rsgpu7<;]%b ?HӑpdS6s/o[={sE3oL{,v`5X4ys l]Qxj{-}c2?7|D=w#O\Ef`kϽěPۆUA끲J@^(g_]覵`y}p|C:7,@Sԏz^e=6 R^ݩɍ~>D퇺>?nyb!'YlL\aPPKkj> :2LjõLTՁeeXtŕ.=lMVGQǦ`Gv G׿ǜ ЛRf3XXwQUR/4TG_u ƌ/ =~r}]i%[48q$!h (T%M'bWp٪ye˚}C]M4[r+7]?M;60}V,SsAUy3R !b 8ĞU}_1H4,>{NK}3vJ` >9|2ʫ ՠx,e͝]_mm?hUSulܲ~tA^8?v̘[U,*g< ӟ,w h,j ߖB -6P(w#@y%PQe/_mbv2igMY? tub+Om_8|~M9,DT!L”.bl'<`솪dߟ)_ n=bS0B#:!GjHH`|N *Ue|en9=de2G\?ݴkWϨ5*PJN)Kf"["2 U$d(fJ) _mt,E!D6->}^UgQ$xA؋&b[dp 8.pr]nm-L\Du] LIRU$ >`ڪD @Oe)Oaǟ(&/qXSPt>~GHFGcgΑ-z_oNvy3ւ?v7VR|%J l#|㩃jsB7Qf\'#%"W$eCpo hI_c !IHkp(jv v,5 ʪ?.47 4-\ p%#ר( hDN,h5Cx]x(ƙF˪.U؅JYCk \l:mAw6+b,seN ȧ Q2*8"(Qɚ U#A ZFS9k퓯ૻZ -(YCZE\/Hgѿyhk*_9|38Ê?lʒEkϱ mlջWZlۛl3./ڟq CtrKS ‰M=)Rx-i!y=k9hłpW2mY6ObAW$ރOЄ5W`JHv0tu8}N׺L3/v"eUX*eERMĬ:~r_{F5ˌP!pihzi _߿E?yE(} skhjpQ~5H2' H_up ySGϰsn~}70=y{4=GOSa֙v,ygR*~%QKk?Be~ޱrM7l쥧4w(BA.Qr9~r8nXU ّ _nyGx茳(i^WeUs:%RQwI\ZJJU]&OhEs Xr":o.ۿzeIN"o 5D'}AF)q凓/iײ1Q)?Mi +#E "P0)ȮDLX9ն~c^-ru?%sOɝ"9)Pne{!ف=?}G-:LSձiaIS?i?˖0O%U\ :Bq(LXxE*b~pj1>0\v45rnKMsokڪh>qx]v~1`±1kXZ>u`fga'_54Gcۛ_&\>Y f5_"5[j6D0<ީBJ%0?o^S`:^3ؾ@݃;HTD,Kё)GrW6(*Z/LkJ*V 1wAV}]x د @km V~p*<3s;l:'bGYg~E݄,Tu^E`T"R$ɧ`'*8Hq&>Xs" KaϷ3:HH$#4-8=({α_tRp\ʩo\!1bfmX@ec Bq[[h ֲ?kΥNBѡL{w1'D-dX9)'\u*IٗH9xOANi 2ǁ 4VVrV);9яq?T@DFy2kg!_M됖KǤ"Âkf-g'O1=MLu:k-DDg"t6p|,"sDPy+|/v&=v\uI,_|?+_oOgdǵb\JSV`ȤR,joS 7C Z Ԥ|CGvMXGE0=$̱ ѦEjDvJHReL3~3:G;h]hGG3Lt;!j8ZKow8c[ūXDMxDC;x]*c'8N 2hIJֶ]W~ёRI@9G Iiђ:f9Vڢch)- SedE#<_lID1k!hMgeG  :E{ElL?0e9c-GSж%TIwM7ݛ48)[U'gÝyq{pJ!L;hzg 팱x%@U\_;xˀ`^,|hN/'NLM& MmF iyXx:jUY[^wc,hڛkT:'3|]74uhK~b29."2m/ - Rl(1n[ӥ]پuI$$\NH;· X˯Zp$X5MD9 著BZDqez`R{j8*t?ѵ/9B< ,&%ɥXQb-VYlǯ"NQBD %@-pO'n'b ̾oXMvYh) G\xUN+|qjV&›3ÒTWnUP+c0s( {{BOݳ.^~"5WU~B++:jon^EN%9j[=PV3)W[" 9$C_x_שc<ޙ|}8%"`=*"77k7h=H'|<{7(85DDz ng6z|[P?(1-AD*b'j"If63*a3yFln#t,_+GZKC%tEXtcreate-date2011-07-05T01:30:17+02:00}?tEXtCreation Time4/07/11?7%tEXtmodify-date2011-07-05T00:52:41+02:00*tEXtSoftwareAdobe Fireworks CS4ӠIENDB`playonlinux/etc/setups/delete/000077500000000000000000000000001226051336100167775ustar00rootroot00000000000000playonlinux/etc/setups/delete/left.jpg000066400000000000000000000170411226051336100204360ustar00rootroot00000000000000JFIFHHC       C  dJ d!"1ARQa2BSUq$DT#3CVbrs4Ec7a!123qAQ"Rr4b#BS ?z 1FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`"(u]"w[5l(u]"w[5l(u]"w[5l(u]"w[5l(u]"vĢ(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"`FEkQ`FEkQ`FEkQ`FEkQ`FET: T:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*lET:QP`ECET:QP`ECET:QP`ECET:QP`ECET:R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"PؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:QP"(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"PؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"P"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"PؔET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:QPؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"RؔE.TQREK`E.TQREK`E.TQREK`E.TQREK`E.TR*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP" vݰ wl* vݰ wl* vݰ wl* vݰ wl* vݰ!T;QPILe)D"(bQ̰g/ Hjs3?ܧʗؐ}G<}g{߇ʗؐ}G<}g{߇ʗؐ}G<}g{߇ʗؐ}G<}g{߇+VytD?:IKpzq̏#atv&(wlݰ"vECbQT;RJ9f}< Y)ֳ;Q۞.?&ՙLbeQ0]S|&]&G3?>a5B@<| oT-ϘgPP>a5B@<| oT-ϘgPP8&g%Qd."|H̙iQ'4O!=v7?&¿9s}?'EC`ݰ"v**ɏ[Lz'R$u%aGRnlm^gxVvcфPKeuF"Z;loޓ=_ޗ=_׆[@z>:~/I^oG'e s_ޗ|2ߋ{φ[@.\M=+ AZ i13YwwiwOyL [gSGDd*hy^!w:+3]s_;4ޖ vݰ!"vtñc[ܱ8;W[S1v OKcX\zݹ|M[<gwls^ vݰ! wltqcϛynf} -+uz3k#07r<\v]SXi.Dj5uO=ગ^ d%/ JKV|*$4JZR~2 E,/ItҞ_ ߇yrً WObXɬ bSUʇ9-~v[_09bJƒ0k,Ԯ\> nxr>hv9 wl*]P" vK{|u3Xp|_-]qv>2:qW/.}nWizTJJyX2XI#B` Q\ F1{G͹Xhz52H!Avg^=ZWOKMEJME/F˹%74,{9i0;J9L I^vJ)á&VU $@!MGg0p>h QT]\q,I/_9o7bXȎ\KyES{j;p=ߓ_,ݱPTݰ!Ҿ >lݙ,tv8x/]YNJw/;.5Ni2WAff_+qB!$C 2%dJG{ǟWz;}Ebn7W)ȉ4J<$}ݦ:..ޝw _[e rKAtG hRM `=9.؉w¢CRTJ.X 3Pq K4r5K4%z|]Tpf 4g˗8o޲T17V vJ<+X#?+{2ݱv*]Ҿ3 >o٥ݙ,t68x/][8vnO \yY9JE'71DGx"q'pVT/4]ϫ=>ۏ[W}PKZ#g?}q=_2Ʌ H$'IeC\x@1oOIVز09qU\ۗa$ zt~ >ƭh߫-%?sS D_8zpm\j,ɗLR_DNsWby( op|VugStBvif3eϘ" :0%9g J(Ǖ74a2kDx$c.ή]x.Owls^ԨwlC`C=·|߳Ku3Xh7W[ 1v v:r&Di],'Z! ;쌆L+bxE@Irr)]Ĥe+ͣ8mtw;{\ X1U * y)*21s}SFk6ey5KFscsўno{'NU-_FŹS4)Bac9h>! a8_ W!`<Ǘ)ƊBaYtbs96ݱ{h* vJ{O<'+ϵݰ!vīJ{U|Ktw,t4w<jgً0qj4J׆CL,]98OKx$}˟8{,Fۏ*RTJI䤞db{5`"bB>}Idi./t{:>F eAA1 d¹ZgP{ ʌf&׆L<޿5ui_x.CҌ6t1R8^K((( ש:p(Lx.Y%)s']wsa+Ϟ_F#PP\wVŰūŘ ܾ!8t  G<.bRO}l1ǕgNe|?_vHXyhYE0sc³x8QFcݖw&W #"A̹&2Wg?8#QEVxդTR1gB򠎁Jzp3:=䆥5<+.YKZD//}0nnGpfg>O3ϤLhF= v0T;>U?턣:S38F} _᭹߉{y_ss`ҏ?9+~ga'o?@3=ožrWy_s'P}OYs*1.g\JO-ܰnp:so'贜8rQrtS̫Na>D>_Hϧ^2z6. ċ5UvØIqs'2SV"4,VYITQ~^Esr=lR ܅O1RyX;#*\ECS9_N繥x\AjDsiH2B?f0:{_ٮb,Xlgf~[{qz;bi}T;!0T;wl5a'-#XSXr]/턜l$[(|'V)ԫ1bLŢ!%؞^d̅ |]W$$9k{okQ/:i$ۖb:쭧vZcF_<Ĵ1[kOwaJA~lDcmQȿ{"WMC`APBܥt׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aplayonlinux/etc/setups/delete/top.png000066400000000000000000000070571226051336100203200ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME/ IDAThYl\U{*vlK$NH8dhl3G -$yF#@$FB0Өŀ5"#6ѠP"dvBL0߳C&c,OUus}w 5F.v({?H3l޳g#6mETTTY {BfZ*+ÏT*Q,bABl,kjj%_uիPc6-[O>їMûw z}4 !شieeesAtvv9FYv-/|={\{9s˗sM7@EEa"@1T* ]]]:tn7~?>DuuZszzzhoog׮]$ hIRQA@2dÆ |͌;K/QUU !ļcs}}TK8L&C>믟l*W^!rJ.cddL&k-ιXJs ֯_ҥK9}tw]=[oKk{鱗;v ӌsAO9GEhY|9{gL}ʮ]կ<fʕl޼FGGRW!ķ)R~G'H_?>>__rtww7]~ʪ;@= og֭2999w vʄM0 c/½O<=cKsMW\[իq rJ)Rf:s~uXT9d֒L&{cBWY|x96fI#;wrO~BR)R7/s'_HgLҤ3Y^)C>@Jϗ l>ujnAShTX 2:6dTlT:Cx =Um߾=͓O>rv?uG?bӶm!֖@JPA@d9'SDb:^b-ac=LBdΣ%01”"1J/_$ _];oM&44҂1<a\@>x/2y&YPWX/ O#OyWZA a=MMM_`ba۴vU BJB/DH TH9׌}qq' Yt"0cX7466bi>7x]Aٝ?eժ2y@H&Juc,!~=pMz>buu!E6"T bO<4Xa B/(D/B"5uS*HɤB\I><^neeO7J),8Lر%Wh ƣK`Kg3ǏI{3]>Nu@Z B E9ۢn1\^p.N=BL#%t˖g׳v,%JMYpHY Za+44ԓq?ĂlJ+H aqi6nڤ#I!ً|ZsӹptiRصk](`yB'8qy{uhiiA)E A;]J *I ywq̓/ </i#1Nk _~?~8Q1\sVag9mޡrx Y(l^G8˅6 kA@mm-˖-{WCII> Br8["/2 g=81AeBq1'z{{q13-?tCkkLruu,/gCCNkN_@ 88 p#^'^<Bzʔ2{'N0GyW_,Yit^6lq Tz:ߐjj9Ҁ]CX^.*Ν;XGd<H/:X o ]]]̙3ё#Gx @8 $bXr˖-[xS)EsM}>2(cLh (Yk֕7nyw ڐHg ټ&-N&@oGL&3o;rgX pBRQ#(9)U)qfʕ+뮻Xd-k׮(Ɛ/hxgq%GOONk_ccc%%9 SryόR^J|q u5۶moś󵵵 fd2?44dƔs.700pɓ'$3\Mugv|F m߾榦*++cX"rS?\. J 3gz9eEal ҫ.qs5Ze{IENDB`playonlinux/etc/setups/exec/000077500000000000000000000000001226051336100164615ustar00rootroot00000000000000playonlinux/etc/setups/exec/left.jpg000066400000000000000000000157561226051336100201330ustar00rootroot00000000000000JFIFHHC       C  dN cd!1"AQRaq2B#br$C3ST4DUs1!A"Q ?ћHo7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sHH@'g;> NϤv} H@'g;> NϤv} H@'gH@'g;> NϤv} H@'g;> NϤv} HH@'g;> NϤv} H@'g;> NϤv} H@'g􂓳H@'g;> NϤv} H@'g;> NϤv} H@v ڊ@'j)v ڊ@'j)v ڊ@'j)v ڊ@'j)v;>Rv} H@'g;> NϤv} H@'g;> NϤv} ENP;Q@ENP;Q@ENP;Q@ENP;Q@ENP'g;> NϠv}@'g;> NϠv}@'g;> яJ[b53։$_RHgݯD~v$=FE=h/ހ"5JOUKnxܝiv ڊ'j(v ڊ'j(v ڊ'j(v)橉Rj㖝sܰbl;-bqn8Ùr^SWvn-0(%|c+ןXS1T24~vȝv ڊ'j(v ڊ'j(v ڊ'j(~ HgHqߎɵʾ)zilEC%ddڌK&)sq6_>iVIzcѝō,#H*p'XgVuRBUXmuտ`(+AMW^".ObeCrϬE5 iv ڊ'j(vmMo-E}stYd=8 13t`2FIf凵IO㳢LI|xܵ+v3[ka%'rwq!4f\YUփ1Nܨ  Pn,KGg&0?r{>8JAMvVK L^~ +ڊW>ˆP(NP;Q@Eĝ"+".@v ښBJҨs͜#xhQ)+MR\ fƥ{&hخ@8NӇNpN}p1Sm)6=pޟiv]v4 È֛*?eG~Jn~,wyu:L5+r ;^CsGV!/F'8]E9kÓMht8qR#c6*3p?3!TFr=O^pDCQiDg"yMؗhI ɮ84Zi&Kq$3X8V$ b'hP?Q@EOP?Q@ N3f+Q'QGlrk7,9 ЊH Fi%84[vc[-pˀ—af^q""^D;I\8E=>Fb ZQdBzZC-QN]E?8fPPߟp뙔0ə}x/4~ ښ'jh~/: ,qnN3"#OrI$Vboq'Ky7g_.iGt|xIx u~. +8) hִ!:8yHSe\i$[(ftN8K39VM;S@M4N-[/hv~$(g!\I+zT^F1+|kQNO쑍#A #vYRD ۱]8!WB|VOm^>ӒK'fQhZj2ڿ+g]Z܎EF /n!pNT>'f31'lfzasչ%+be::Yܓ4N;S@M4pKՇ8kE)L ldd8\X젎oJT1ބx%X_!=z?d1Pz`9̹ǡ!I3/K'_W`-bY gm,$lDEbVvf7pZٱ`R0UwWE&}xo8@dHXFEؖ+GtxaxT}kZKȇ -ãr*4O?S@M4 7GquWw18n3;y@e_/p|EK' zXAYzJ.);N)]r[)uiuHUļ >'u㫃f~~ 'h*Ə3O56L;7(UM7AlՈQC{QL?$QS?]IMXPs!~dh7 L1v r~eH2[GAnb̜P*3'5̜P(̝P"wS@)ښLM4O?S@ 1]p}YEl#Fw305c_]q. ۖJX^Wp|ʬ;ۻUx ,'R 'Q㯮>dJϠQ+Q@ zdKP(̗82'5̝(ښ'h~ 'h+Ccl!YZ]+;:iuG\nʶK!T+}[ϼ&~ ŨN Ũ8'0(&;S@M4O?S@M4O Οz:@sބyG{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐplayonlinux/etc/setups/exec/top.png000066400000000000000000000130001226051336100177630ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME m.IDAThZyp՝sjFӲeOnؖol qB)6[I6,lJ6i. 6`Y-dɒ4h?z4;xN誧t~r&'h_ m) (`(2!MM?(cUARTZ&-1\ J+ʰ`dUBEH$h|m$c1viz&''Cر;P8~7:WDai2h B??S7M]ONg UaAH m}t7ƛrhtgW>𶀄K0t 1pFI`[6|%pѸfFV~sa.p=ЏagZ|8~Მ/=\(3 )z8`3 ݰ!}aH?< /Z79O=z]g_PaGCd P1̘>{ޖm۶nF-.e+|#0 n*77G&g9_B@HVF}> U()qCPaBFW O?Og_?'M=ٜWr)ۖNf08BOR8!e#gJX&:,K`(F2m a`0 Bq# ( x0LFs0ٴ_;IcиP3gv5!#jC7lPB[6 -0Bl]xP? MMk+4=Kww4(<#g\0d~ k+Lꠔ:,D3F舑C@'THwakcgխlk{(/AU&b(@4 ݴ(s<bZ :`=7Ɣ!Jbo؏zMgx\t䍍G]*4UKS@ (ԁd2;P1HBĄS ƜUW9׭!"̀ mCrx+,]X1HQd*p($ ĘRB(R0Ơb)Bl8 H\ds= D$Ĥ س:zm혵k׮橌Ӵ 9 gPpny31eb5hnnBSc3ݏH',&AOyF6/*+*dKKY'BG{S z6n% %z#"˙`u"ǼY10?IgHBum1UWF(8}!EũHs;uuww g_(:yf:L 0lwEJRhwP>+$L|3J4lS=H'~pp; c/!Ə-QAٳhGGUg s*sib|p8%h lK`zg7T&{M}Ƿ [x{GO{6}r cX#4`ܥ n0wK6n~ѡaj C@%d2veNd@F9my_<^Ojn{朳]q-²lJ! 1IĎ]23e[ |4~q_y(u^{~Ku#XVD]Z5Օez=H&yW@0C>h G*݂t:זɸ[h #P *J (*Gii)V,[B4!d2Hd0?l˒dWԋ/>`͚B¶5M ilĆ3-Q :p$pBS9vރT:Kƹ}2KbSs˚KV-A={lf |ơi`thYEk*]&AN\Q'n &T#K@7,tGz4HI* !( $0 7=nl21 mk.t9z*Nմ,8, C` . >T?:iIYpðHd˙PU` hP,ߍ*@)_B$\*m[R´ESId2 |^ 8[#Ky6!$!P$@UUkKq9R8zpigM@&CU2Y`68g5Rspz>`x] ^\8pƜ/BCA3p9E ewF0Byi %~ ݰa.n:Q~-x.x.p;>g~4Upz\!D4B2{S5#vömd3ID׺ml@a?MvLFr(/+C$PcjJ3acȑ,ӧMAop2`/]L-/j\QKR)SHQ!!4L 2lNoM$R >I]ub{n`k[)WdͥMx<*\#ЮxH$>Fp w-I.ڪ$ ;kkDŽ&O$l!Hd!lq'Ѱ}G pgsR!%”8IiOi-]uYpe2YíiEKc4go+~ɨq._w?oVX,tZG!B8+LEe zl[{O}{N[loݝ#2=uRb睥e$ȱLAof͘ U<--TWAgס='TF/|o&Hd"dR?Z (%@Imx`Υ)ó[ܖNgRSig  /蚪nU#n C%BʯTWT;yyy)"I`m,+%EčwA7/.[nÂV-_L 182 mQ0u(n݁wlBC&Ne˙3ɜ3ut`v!Aǫ"<7~7)ȿmݶsg|FSE1\;;g=gigFU™xE 0TBLdIǡAģihG  HĥAvP =x&@6m\+nn}m۳]{e U' Idpi \nQ[ 5aY:UJyLFU. ;ly;ӥZ=9׫;F(x^d1 sUA l@*C6c@(9B(ˋh>GD:WPdɊ[n;ֲU6JW_ p<먖hqAV܏))(#";Aih.8=p.m@JyTfa Mjg[cit합Tj-8oL:MAآ9"Wvr{eĕ'9lXek)iZ0n u]k޳wʌn=hV~>w/"N0u;;91!YqRTGVq,K 1`nRP*;IKȂq!)ɓѮ#]sכ l7}fT՝_rB5d3&(;J<< %D^>2BhFX!`6A1$`:~Oam$ٖ[[Ͷ5qujJYm\+/]URQV@,+)uHH8 hC4QNISM}O>Ik{'̙5D@ @ʂP0)  \$BHo)(i3` [Xm [ΘmG0g_h**K ll΀۰LX Ph.[ ᾈs/wJ}!Mugֺkr28af׿}ɲ,jW˞OK w7%j'@k۲Ф:̜jipɗ.-뮾b̢u{#|!S[~'9YO72jKhW5^VfUBn/{ׯ- hUm;FȁXUdS9W];}n + c9B_JQl8#y4^"YƲl0N`-b0mÃa"h@J BwwZB`'q%aYM)S6y݈QT c}]'Н9CwxBt*=@A {dH)yI쏒bOKK9_ GQ4ȥSŠF©( G}eS-S8WSkIENDB`playonlinux/etc/setups/fonts/000077500000000000000000000000001226051336100166665ustar00rootroot00000000000000playonlinux/etc/setups/fonts/left.jpg000066400000000000000000000202711226051336100203240ustar00rootroot00000000000000JFIFHHC       C  d M c!1QR"2ASas45Tq#7BCbr'3Du&62 a$1QR!2qB"A3 ?`(0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uTMRBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*.L!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZE.MI ]hTY.*,—ZaK 0օERB)uQfШ ]hTY.*,—ZaK 0օERB)uQfШ ]hTY.*,)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fQ[0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,)y0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,+ua 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,ȫy0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,)ua,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB·Z hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B̊& ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB̢ ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB̢&6a[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYVB6a[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYVDa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·E/4L"l—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB(扄,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB("eo4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BYo4L!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·Eo4* hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P(扄L!,+yK hB·!,+yK hB·!,+yK hB·!,+yK hB·!,+yK(Q2·BYM"}Anaw']c]rm7wx3;{KٶdS9BH7ys{WY|7Ny'cߠ8O}+]>|^x}s;.ğ[Lq>/L{<>bO8=@p\y'Oà8O}rؓ'a'>^bItǰqܯ1v$:czct ϸW}o11:w+^NO8=@p\W[Lq>/L<><&J]*2O-j*g*iF}2ˊ^0qs%G3fe}WE6N+M|g>Mh4烠k=k z~('kNE{w |.T]MsRG)dP{GLq,Bt|>|.'Tz5 }Y\8 88m$QG7\Re&L;eBRB^(!-!/= \>1S*"w4ӗ-Lގ-LϤpOnX UU^j 9UH'{ri 3 :/s1ɜҶS܈әѽd\z ޓGn 7> 66%o4*hB&Y٠YJowMoZ6 ?= ?TXFr'Ee 4+9NH?l,򈈥aǧ9+0x0Ok[EȹRut[d 8p9k$~9Xg8i1ΏUY E2 nt)@v`͟'(Wj:^a:Ssr)i2%y |?D#-7Nx2xN`Z;paaoYXVBQ[3A̔O //c7rl$_~$Md{ɘ^o49:FqʙP_e<3A31cR4r-gP[nZ[G\;Y9 6d9\˦O l>)-$?/#ohO&lk41)ōYwhdAÿ3#8%I[-e: XO~#tq̛c#=:G]v+Ga8&p QԺH(3.{z)L9o6"yCf fRlmFtR=fQi"rvoܼ6PR9߂H ȀGKh`''\Ft:VM>u"S] d}Ӱ8γ5eVlܐj㟲Hz.)S.41A*g#fD~`Z;paJh*XVBK(LGIi9_cd&@ Uʓ#J?4, n7Og/E*-fPˎr& dva;|2ͨe08/ G-=ѯKvAY&F-}C~}1raoZ0XVBQ[BqRdz|4i9_c&@ d\?B8藍XBSaov_TSG[5ݙdZ;7x0[I\,Z|k#]1Ah-r,XF&eW2L ɥ BF{Yy{9Ear~!MEa.&~"}yr,//l.?8v 2`sɄh*[0!fЄ,l.pDe :iN]Wn2lk=/.Uǹ:\:x~鞾 mk 9 0ɇRI) 5S)p/k.7 `I+*JPsf]eܝÍC*^]~N \\%ji,&ڽ Ę&Éz7'bK˧F|O\L0 i^t:"=~(he:y0dOE,?9ռќ#̡sB6gS" ;St|\N74gNq}.vV3L߳l ^'+[ZWn ӻdΚl'T$Rv@)q%P[u)P}@@NLLUU!"_0nslPJr J^b #y׮tG|n4mxjK0~yфp3xGfЄ,μz#F8ikoJ'@p1 ؍X6|(ϗ.;jT!@F|hw>s3oiϑύnw>zñݫwg7;wv;~ύnw@w0wj)ݟW+>aWF7ޮWߤ|ñݫwh7;wv;~z_pt~v2r#_c>7ޮWߤ|ñݫwg7;wv;~'_pt~>bxX~q?|s"XŻC^ G^g||GS<)2a̙<.&gcN#ufsޑޗV5kg23afЄ,—B̄[f28٣ms0f<$R/4O6yrBp21$扄EVB8װeL#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^playonlinux/etc/setups/fonts/top.png000066400000000000000000000057061226051336100202060ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME!%O FIDATh}lSU?/[Ѳm7 qA^3# ?T"O4$  3$&lǘQxSE4$ڹuz{vMCKN9ss-Mx444! jiommk܀ۀUB掓$I|! P_[[{.)^>*hx룳k׮y$IzEƍh#ݨh=C) ,l6#IRHI&Z-SL{h4j|>ߩSR%"y&p8*h1Uٞbj_{$IZT[[Hc+ sb4gNgX!D^[Y-RİhsDj"rssu?13wUEEEݟl4n9rqi>$ ʺHCCCx^f͚$I& /++ѐ~7TVVFyy9Z_|aK4*{ۍbAd! # !tz>h#$I޽W_}`jرcTTT$lˑ 俕>N3'裏عs'[l:m8NZ-/NqEzZ[[bhh4 $???"x!W%.\Ν;)--ea 3f$شi.$Jxطoov&@ǛWF>:\.uuuA e"zDmA/[޽{X pKK ϟ Mr8wvV裏F 5b?xwc2c\IVr`ڵhڰkiinc6;wnBHm֦Ԅ@۰y:7nсEEn}}=<!K#dbƌL4)vՒ.ׅ\xǃhdڴiaϼl`8JY)CO$ڰa555MAJkH8BruBpqv;$Xx1^ΤXHFAӡ6!Mdtr9x^>?9s&[oj|Kq?hdppM6tR._Lyy9wf׮]ܻ\{1v)ÊBijj ##%@)Sp!nJ__/_f֭^!Ť`07o֭ f:::;w.?8ʝx\VSN`6Cָ’+ra2B^hY O>7;Njjjʥ8D$%PbYIENDB`playonlinux/etc/setups/update/000077500000000000000000000000001226051336100170175ustar00rootroot00000000000000playonlinux/etc/setups/update/top.png000066400000000000000000000110331226051336100203250ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIMEJQ0IDATh{xTǿ=LfrO&$\"(РV[v+ۂvkwm<ݲu/vTZʖj[VJTD d2s}̄$!O333A3yTN7&y0!(FI`Sdد6=|wb1mb;u՚›|v,j%ABS t]ERwiI) Oy٦w5]t/sst熯(w>%ʭMԾYUxMx^%H/-0;& Icz !?+J=ck-{1cAλhƀXO W';؛[g\wêdAeY$nl ۮ_('H hk.š AI9׈܅`bۖ+SN_ W,7^YKm= $,wRmrt{4Cn LwES݃H.9K!04Q[YfU8p<P툆䬀) , \!n^̫+C{ >8$IؘU.6`qϬbwJ-78ׇCG[UW_\ASL<5Ty>\- ee]U 3Lǃx$*F$n#eBboDrQ.2 7dq6X琉 $_D.y'mG~ޭg׬ [9t~yƊų[V$1:g' ObÅ%\bZ6^>~^TvjhUӴ]-&qr:i]@+O= 1+&i n4%0dө.3d` S$`RKqLw&7ʝwVchRF-87; xFIէD0!Ȕ Ldn2}$j+D5YJեʊCHMjLd ) LǓљm ]ĺ7LcTٳ*:e%EG>yY$Ői2D\3]uu8Rr"@fE (ɧmހK)R&\Sʔ-)ݼw1eT]8\cW8avE&1Gwl ;V8O4ѓO쬋]0g"$Gef*~lq]l&א%uyZ TWNF+9M%o`LM˘\J|?@${l۷o73ǶU Cq_8>psy//] }"ѥUt^mI. a"AvH^޲ҥO")D>qRᶫ ڮE/޺gL2Vt?`sj^?u`_>>0O\S" ]̩V[vb~c=߿s.،ZUWhAbqz(~}-L-WiR]JC9^}%ȷ0~Osx8/7.$H!^:M1OG7ufφ3a6 ͩest04D,aDDrs!J*)P4y O X8)X2+%]jx\~j wu42?:sWQٮҹ&O0HyL/Byz b8pcJ-jx/}W9ݾ\ Ϯ@q@CwĄ̃jHoxV -?sPi;g@C~6l:T0SV5)~k%{O\H`܆=:Y ] ţ1T*soۡ hlhl ~{<[dchCgT ͭkOl b?Ғㄷ|qP lE:?NRp.0eV&5oo,-+>lME{I=@UKξ=Xn.WQy&s^\GQ"MU }p$ۿvr7kZgL>X6֘ŭC`kO8ἅX8`TTsz w!ʊ$ )FکtHɇϾ&t+63b Gc쵭T9`*ZJ!Jh;wg!\^ ;^n]`.[MRYQYZDqb O ҏ,z#0'9:uX9uysO£iȫ?tOxOa( -cEnjiV*y>]5BdD%8 ۲mَe9JhykCq䄝p'}4bmq[[S\ TŵWK`SRM8{jVf!I)7(OYo_O6T+079˅?OXWɪ2vSщTTsaiG9BRW?ͭ'4 > WeNS.$mgPF1M C_d߭#n'Bϖ'V-SşIENDB`playonlinux/etc/setups/wineserver/000077500000000000000000000000001226051336100177265ustar00rootroot00000000000000playonlinux/etc/setups/wineserver/left.jpg000066400000000000000000000206671226051336100213750ustar00rootroot00000000000000JFIFHHC       C  dK c!1AQdRa"#2TbBSUr$%5&34Cqt1a!1Q"2Abq3S ?3*8gʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*T&ULh PV25Be[@jʶ m*TDڶ mjT&մMh PV65Bm[@jڶ mjT&մMh PV65Bm[@jڶ mjTRukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4'V6#BukCb4Vm[@PV65Bm[@jڶ mjT&մMh PV65Bm[@jڶ mjT&մMh PV65Gڶ&4&մhMhЛV6#Bm[@Fڶ mj4&մhMhЛV6#Bm[@Fڶ mj4&մhMhIխcBuk@Fր խZ4'VhNhНZ:#Buk@Fր խZ4'VhNhНZ:#Buk@FրsZƄր խZ4'VhNhНZ:#Buk@Fր խZ4'VhNhНZ:#Buk@Fր խ)66LhMhlFֆhMhlFֆhMhlFֆhMhlFֆhMhlFֆhMhlFֆhMhlFֆhMhlFֆhMhlFֆhց1:#Buk@Fր խZ4'VhNhНZ:#Buk@Fր խZ4'VhNhНZ:#Buk@FNhНZ:#Buk@Fր խZ4'VhNhНZ:#Buk@Fր խZ4'VhNhНZ:#E'V խZ4'VhNhНZ:#Buk@Fր խZ4'VhNhНZ:#Buk@Fր խZ4qέhlНZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ НZ؍ խ Y:::::::::):LhNhН^:#Bu{@F 4'WhNhН^:#Bu{@F 4'WhNhН^u{@Н^:#Bu{@F 4'WhNhН^:#Bu{@F 4'WhNhН^:#FoKفޥ > }~@}_*zp@}_0?GBz"=r>пO>Ak}_#5 Ң/%65,,cE+Kqnก, 6u.:lTwOhƄhOhlFhOhlFhOhlFh^=YViFt%D-M}y޹ڙzMB;Žs (샾_<[0I;Žs )>}}xa%}E|o\j=&!y⾹ԟIAbvb6m7B(J )?mqiqaX~&Z3E1W.:t%_EԪFζO ugίh8Н^:#Bu{@F 4p,5F@ #!$*$gGRyK,ea4]F,k,>t\["N#߈1? e'4])NO-b:Tw3g3 ŀ#B1`ПX4' ŀ#D A2@ T T #i=ȖJi-7ōqG{ ͨjl7Ĺ eқHde"eL1JV*9;!: Bu{@F 4_!a2T@@T1;,0 7Z ˪h4a6ġfm? Ĺ 1eXt]ٕx0ldNʟX 4' ŀ#B1`EbiHi aHArCOMLiT%LQD8^A=5Vc9evUcM3@".\fPT bDJLg@ [KGY)bh8zby q->u¿+Q&S{ۃOjj3wrm<U=XӐأ@q",i#z&LFeÀnO'cuG 1Zet7N8{NNi.i1sZM';^۔dTW VJK%Cs%vp-WLiD?ky_zOcbOojk=,zJ1ҹvǍ4a M"S02U߅3_~*1`;Q?hbLy;^ƯXqA%K5˾O:_QV>~9'l {ۣOnj3vT_ 9XӐVN@4@c'l<-=3K[Ʒ#Fky_{=*¦Ǥmr;OFq51M"1F` +p|wQ,Cx,5#k̀#F\h䡩~cxd9Diy3h O[E4GLRr4@OGW?A:^N^}S,qK7t%}&ggp]|OZS5GVQF-&&KyIR!rl> D09Lq/!!S#q[ ?ygôj+kj~Z$^}3}{=6b6L _0؊S54[*XI2$=yxf.o>t73;:q?6#FT]M?3-4Qp*֔=#yQK,r-=S/ꛣD%ev1kQHyl{nS'!%D XGPID/˨g5=]Wi{_)h|0KWE&}@̞~[.>{GrZEN_GTo$| ïb.dzŧ\77ֆs6 vtCs6h-Yxp+֏}UV{_ Z=7GT't&/]DM!癳;#]L!%ej#i6iUؒE3>*ət8]3/'j Sf˲ mXLnc\IS \ŘI3R(EuᯟƾSw?^jho<֙.>~=5ȝ @:񁊗 v=-=b9پ6:Q?6#GNNnɻ:I dvkQHx\snS$IYDbPvc%b GgS4?zkى|{i'؉z.,j|;N#t+SBI]ݣVoxqzJLՑy]ztlqPzu?-7zdzx_sY%eT&le]+WKPʦm(Dlm4bUCZ]'u<7^Zn9o>ȯn_+|ى4GĚ||k&KR3&T'sgcn K@o!m[ xI>$/v3iXљvkd9YMw7'Q'6#GθaʬL~-I7e9<'e!UVpp^lU_oeNUO43e'tޞMƚ63=ff5  @ ı=eɮkQ_2kQܭҟJ`|ۛFۛg˱?x`-Wzx_rq##Ι_ؗ:g?hz _Ι*x19g?hHP`$W99g0'fKoRіD!ڝj1Z,񣜧6c]Mr-H ƶvU,l;.khenf/?AdhOlFfO|46v/++b4;Q=WUFxSUNy➻AxOo:'ze"xv'Y okM'iɐ2:,~S̵X1rb;.n:9ScEnf,? ̀#B3`П4aE+WL/L>/Lz#DCF1N}$Ob*",#$E",L\2,L\/9F%Kl(QìeFf?hOlFzhGJ_!;GI[ H+u#h+#h+u'h+uIK'i=-!'hoaǦ<Az =atǞb:c_A1 ؂lALy6 <Cplayonlinux/etc/setups/wineserver/top.png000066400000000000000000000110771226051336100212440ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME /roIDAThyyܳ}c.#)(CHB., 'LNvQB.B H$FB I+ E`vwV;\=/̡C$]_~}{?:O47ZRJHh=RJapt~yw;,y$PJ@̵eesc*xacv{)rz(4fsJe4A)Px1)^OR቉6< lp{?۴ukee"1:|9"xĥIӚ5$i^OG{ X?6_RD2@hB"Dk!VeݎUb >  go;8xP$'&@ʌtKnٳge$ǩjksrhԸ z ]nX$LJ*π.2p0HLLPFEٳhj8tc@ U]'Ζş^@zڋBx;x3^E $mm4vt'Vhl E~nih~w-Zf$kWRO IbL#jZ[om'&Vƣ[kA%dnil;h_t)cj/R΀,Vmس B^mM]'95E]k+uMMȹs+hd-B!ԴMں,!Gr|Q(`7)ASL]'5=M]k+5ĪH,6[`  au7t-^L1b5uRpRH4 1Ԭ8I̮vCIEԵPOLY4 -*RC}\SGW65ꛅuG4eccBR\tX/1aPRd=z0X3H}(EMmlod:+JJJ\-&dED2žu40G^N*V%? YY][kۙB=D|-ͫwehƶ6|c##INq7sOyc[zzH3Q,ٞ |z"jǩ8|8#i#٨li`^<@P$(bz+ّץR[?fm.חW^}Vb7HaKX\w,Fso/ |azdκVUZ8|Xc#1#P4 $BS_$r*X$)e Ud(0R)ӴvvIܑ`pD77HqHNNT=[4QyBfApvX>4]t6 YRf`O L?zjtu1cB4ØY Z"2MN'B\ ruiVz~Yd:w0;:ȫITFtVeYh' xe%+lCg,>W\o.jaYN:,~i:s04 ޹aqmh]VEIA\,M5Q IK.k۷eGX֒%D44cuDvDo|klDT~)dx>h۵,teMHDHy^R" c2-J;$deWJXo~k|0r@,Dd!+h uvҾg.} <9t)<4s QbrXeO ev Xڸ5׹sv8nlĹw/U-زUU_ٺʽGJ4]Zؖ-ԺHS== gb6kAJ ,|^/Meeo'y3"k5 Hd0'oRT g?KroH+Yo e~6vTy9t!B ڳo1c T9p9w/D 1x8f|Y ly9͵MH[(/GN'Yvݷ4nBa6MFb7Rpp{vL$^v\%Y_UEsCƍkׂߟq'Á p _ÑiUsSuu֯R_d<>+(ttcyM 혷ފπϗqJӐΗ_&ۜ޳T,FbzӻwƫinrAv6Uu5u;\rIF`/pd(9sNNSx1 +Q>_Ƨ/9R""SW^!K/|u\#RKRJWShkbAa-[01ȴi?<}3a͚%Cۊ4{]|TKp^Nx|K8:p E22L qz*kYɌ6PkWp(dddd'o]񑑒t@J\Ʋe q!祗q0sOգQ|@]s3N)1ZZC_}P_GybBеx1#=5[OJz2Z1::qԐ'7`%;tN\ҥH$NgITjFd'Oى0ZZ8W_%ѧ*V%s"L&_# 6g"W{'e˻qy-˖Ўs>pсƙ3'ϖ_m g'4Nmiҁ#G0s֢NXYceZVɭι`gH$ fu:ikoG?sDbMHïBlP{WVFbr4gtBy9wkXk\n7mm(DbGߦTc}nwXK,\Lz~-N].7CK[m(xB bHsRHB%RDŽuCKk+idjǷ~Q S7 ql,֪G"+:,D(WnXKK{;I) &XVגI+Z$ĉX,֜Z޹xC!TXv@`褮ءi?1 n”`㍩HdYWW /&磽i`_*i!~e s1~*\ bi-OKuvJbaZVŲJNu; uA-9 xu),zUem7\~92$8jkjFygx8c; v$gK>.sEGXoS3Rg.fV"2ө> őg'2  S6dzc/s4ܧ`Ђ>zt(Y3oflI]|4Ux' *]/hͷ#iWVN': pZ@@Sy)ٺPd%Ȥ^EinSsRh,WE6s:{m#(.>sweώ"PlC 俨sER{vR+U + %bIENDB`playonlinux/etc/star.png000066400000000000000000000006001226051336100156650ustar00rootroot00000000000000PNG  IHDRasBIT|dtEXtSoftwarewww.inkscape.org<IDAT8ӿ.DQSHؠ$U٠J^"*T^@B'ZDQ%w/{d9|c>պh`3N1VJf "F0ILf"bx-K` `qҏk4C+3*ge-| 4t=03>&^!3opQS f `*"u""*6+:*[`:7s傮yp|+#;U@oac/`IENDB`playonlinux/etc/terminal.applescript000066400000000000000000000001561226051336100202770ustar00rootroot00000000000000on run commande tell application "Terminal" activate do script "clear ; " &commande&" ; exit" end tell end runplayonlinux/lang/000077500000000000000000000000001226051336100143605ustar00rootroot00000000000000playonlinux/lang/locale/000077500000000000000000000000001226051336100156175ustar00rootroot00000000000000playonlinux/lang/locale/ar/000077500000000000000000000000001226051336100162215ustar00rootroot00000000000000playonlinux/lang/locale/ar/LC_MESSAGES/000077500000000000000000000000001226051336100200065ustar00rootroot00000000000000playonlinux/lang/locale/ar/LC_MESSAGES/pol.mo000066400000000000000000000070241226051336100211400ustar00rootroot000000000000007I !"=#W{ &AX ht|    #28@OW^bks yH Y 8r  0 2 - *F q  ( + 2  6 H \ <t       ( 1 8 G N a l )w        4 = H b s ~    %  /.5$- 40&,31%6#2 '+!*7" ()AccessoriesActivate GLSL Support?Activate Multisampling support?AllAre you sure you want to delete: Are you sure you want to install: Available Wine versions: Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginChoose an applicationChoose the video format for conversionClose this applicationConversion doneDevelopmentDisableDonateEducationEnableExitFileGamesGeneralGraphicsI AgreeInstallInstalled Wine versions: Installed pluginsInternetMultimediaNextNoNo descriptionOfficeOperation doneOtherPatchesPlugin managerPluginsRemoveRunSettingsTestingToolsWine versionsYesYou did not select a gameofProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-25 17:39+0000 Last-Translator: Aymeric PETIT Language-Team: Arabic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) الملحقاتتفعيل دعم GLSL؟تفعيل أخذ عينات المتعدد الدعم؟الكلهل أنت متأكد من حذف ما يلي: هل أنت متأكد أن تثبت ما يلي: تتوفر الإصدارات النبيذ : بدأ في استولى على تطبيقاستعراضإلغاء الأمراستولى على التقدم في...استولى على القائمة (OpenGL)لام استولى على القائمة (OpenGL)استولى سيبدأإختر لعبةاختر إضافةإختر تطبيقاًإختر صيغة الفيديو لعملية التحويلإغلاق البرنامجإنتهى التحويلالتّطويرتعطيلتبرّعالتعليمتفعيلخروجملفالألعابعامالرسومياتأوافقتثبيتتثبيت إصدارات النبيذ : ملحقات مثبتةالإنترنتالوسائط المتعددةالتاليلالا يوجد وصفالمكتبتمت العمليهأخرىالرقعمدير الإضافاتالإضافاتإزالةتشغيلإعداداتيتم الان الإختبارأدواتإصدارات النبيذنعمأنت لم تختار أي لعبة.مِنplayonlinux/lang/locale/ast/000077500000000000000000000000001226051336100164065ustar00rootroot00000000000000playonlinux/lang/locale/ast/LC_MESSAGES/000077500000000000000000000000001226051336100201735ustar00rootroot00000000000000playonlinux/lang/locale/ast/LC_MESSAGES/pol.mo000066400000000000000000000063171226051336100213310ustar00rootroot00000000000000%p'q#  ?` & N,Y{Y/(D'm? Yz-#Q$Uz,+ 4: o   -   & a1 l l m ( *   #      Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose an action to performChoose an option to modifyChoose the video format for conversionConfigure WineConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Play a captured filePlease choose a PID capture file to playPlease choose a capture file to convertRun a local scriptWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSYou did not select a gameYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-25 17:22+0000 Last-Translator: Xuacu Saturio Language-Team: Asturian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) ¿Amestar el logo de PlayOnLinux al to videu?TooEntamar la captura d'una aplicaciónCaptura en progresu...Menú de captura (OpenGL)Menú de captura (non OpenGL)Entamará la captura...¿Escoyer el mou de renderizador DirectDraw?¿Escoyer el mou de renderizador Offscreen?¿Escoyer el mou de bloquéu del oxetu a renderizar?Escoyer un xueguEscoyer una aición a facerEscoyer una opción a camudarEscoyer el formatu de videu pa la conversiónConfigurar WineConversión fechaConvertir a viedu un ficheru capturáuDefine les opciones de codificación \n (dexa los valores predeterminaos si nun sabes qué facer)Define les opciones de codificación pal pasu 1 \n (dexa los valores predeterminaos si nun sabes qué facer)Define les opciones de codificación pal pasu 2 \n (dexa los valores predeterminaos si nun sabes qué facer)Ver un ficheru capturáuEscueye un ficheru de captura PID pa verEscueye un ficheru de captura pa convertirExecutar un script llocalBienveníu a la configuración avanzada de Wine, un sistema d'optimización pa Wine creáu por GNU_Raziel. Si nun sabes qué escoyer, DEXA LO PREDETERMINAONun seleicionasti un xueguTienes d'escoyer un xuegu a camudarplayonlinux/lang/locale/bg/000077500000000000000000000000001226051336100162075ustar00rootroot00000000000000playonlinux/lang/locale/bg/LC_MESSAGES/000077500000000000000000000000001226051336100177745ustar00rootroot00000000000000playonlinux/lang/locale/bg/LC_MESSAGES/pol.mo000066400000000000000000000736171226051336100211410ustar00rootroot00000000000000 _ !<'^!"#~  .O o}& "1 ANbYY e }z& &3Zia 5;CJSC[5sMIk 'ASirY 02Fayc?DGVe l (')--WC@@ 7K1268 $X d} : #!$A!$f!&!4!0!"'")/" Y"z" ## '#3# B#M#]#d### $$<$T$ s$ $$)$*$$K% &I&'2''/Z'0'7'U'GI(( ((\(*)bA)I)E)4*M*1+3K+<+3+<+-,,_--;.@.;/1M// ///0/$/!0 >0W_0X0k1\|1612!2544=5WA5U5F5 66EC6K66'88@T:: :/:+:2;/F;Nv;M;O<c<#}<;<%<7=F;=5== =2=K>k>??1@@@@BAGBYBwBECVCiC|C CCC+C,CD!D*D=DLDdDpDmEoFFF.mG/G)G%GH!-HOH(kHeH4J/K DKXOMM]N ,O9O>OVOtOB}O*O2O P)P @P?MPKPAPKQ_gQQviRvRnWScSd*TtTnU=sUUfrV?VdWB~WJW_ XSlX0XX`YIeY+Y1Z7 [3E[3y[/[([\[\w]5]]B]7^BR^5^$^^__`c_z_}?aJa{ccTcWcXEdcdeef+.f+ZffRBggThhijM@kWk`kWGl`lmnopqnq]rCcrrrr#rjs\rsVsO&tvt#uuvEDwwrT?z w*V7Z$ -_{H.;4CE(QX,!ubeo FjvN&"KOnUfY+RADPc[36=h'BSp~2:y 0tIW<}^Mlk/51)\xq#Ld9@s]gm`a 8i% |GJ>$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllAre you sure you want to delete: Are you sure you want to install: Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAvailable Wine versions: Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the video format for conversionClose this applicationConfigureConfigure WineConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDisableDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?DonateDuring installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.EducationEnableEnglishEnglish versionExitFileFrenchGame Of The Year versionGame is not installed.GamesGeneralGermanGraphicsI AgreeIf .NET 3.0 installation fail, dont worry\nthe game will still workIf the setup request DirectX installation, answer no.If you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0InstallInstallation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInternational versionInternetItalian versionJapanese versionKillAppKnown issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)Manage Wine versionsMultimediaNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENextNoNo descriptionNormal versionOfficeOpen the application's directoryOperation doneOptimisation doneOtherPackager: PatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordProxy portRegistry EditorRemoveRequires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.RunRun a local scriptScriptors: Select first patch to executeSelect patch to executeSelect second patch to executeSet a proxySet the iconSettingsSteam have is own automatic update systemSteam have is own automatic update system.Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedTestingThe following people contributed to this program: This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to version 1.03This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis plugin wil allow you to capture you applications under PlayOnLinuxToolsUK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWhen $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"Which application do you want to apply the modification to?Which language version would you like to install?Which version do you have?Wine versionsYesYou did not select a gameYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?ofProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-12 21:18+0000 Last-Translator: Радослав Иванов Language-Team: Svetoslav Stefanov MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) X-Poedit-Country: BULGARIA X-Poedit-Language: Bulgarian X-Poedit-SourceCharset: utf-8 $TITLE е инсталиран.\n\nСпециални благодарности към Erich Hoover за неговата wine-кръпка (поправка на AcceptEx)Помощни програмиДа се активира ли поддръжка на GLSL?Да се активира ли поддръжка за мултисемплиране?Да се активира ли препозициониране на мишката?Добавяне на лого на PlayOnLinux към видеото?ВсичкиСигурни ли сте, че искате да изтриете: Сигурни ли сте, че искате да инсталирате: Внимание: След приключването на инсталацията, ще се зареди инсталатора на кръпката. Моля, затворете инсталатора на кръпката преди да се впишете, за да довършите инсталацията. След това, можете да стартирате „$TITLE“, когато приключи инсталацията.Налични версии на Wine: Бъдете внимателни! За да стартирате $TITLE с $APPLICATION_TITLE, трябва да\nинсталирате кръпка No-CD, дори да имате инсталирана легитимна версия.\n\nМоля, запомнете, че $APPLICATION_TITLE е категорично против пиратството и никога не ще го поддържа.Начало на прихващане на приложениеРазглежданеОтказИзпълнява се прихващане...Прихващане на меню (OpenGL)Прихващане на меню (без OpenGL)Прихващането ще започне...Да се избере ли режим на рендериране DirectDraw?Да се избере ли режим на рендериране Offscreen?Да се избере ли режим на рендериране Target Lock?Изберете играИзберете приставкаИзберете действие за изпълнениеИзберете приложениеИзберете настройка за промянаИзберете видео формат за конвертиранеЗатваряне на това приложениеНастройкиНастройване на WineКонвертирането е завършеноКонвертиране на прихванат файл във видеоЗадайте своите настройки за кодиране \n(оставете стандартните, ако не знаете какво да правите)Задайте своите настройки за кодиране за етап 1\n(оставете стандартните, ако не знаете какво да правите)Задайте своите настройки за кодиране за етап 2\n(оставете стандартните, ако не знаете какво да правите)Разработич и уеб страница: РазработкаИзключванеНе забравяйте да затворите Steam, когато изтеглянето приключи,\nтака че $APPLICATION_TITLE да може, да продължи с инсталацията на играта.Желаете ли да инсталирате кърпка 1.0c?Желаете ли да инсталирате кръпката 2.0а?Направи дарениеПо време на инсталацията, моля ОТКАЖЕТЕ опцията за ASIO4ALL, и ОТКАЖЕТЕ изпълнението на FL Studio в края на инсталацията.ОбучениеВключванеАнглийскаАнглийска версияИзходФайлФренскаВерсия Игра на годинатаИграта не е инсталирана.ИгриОбщиГерманскаГрафикаСъгласен съмАко инсталацията на .NET 3.0 се провали,\nне се притеснявайте - играта все пак ще работиАко инсталацията изисква инсталиран DirectX, отговорете с „не“.Ако получите грешка 3007 при свързване, отворете терминал и въведете:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЗа инсталирането на $TITLE е нужно да е инсталиран Mod Pack Studio Lite 2.0ИнсталиранеИнсталацията приключи\n\nИграта може да се срине при първият опит, но не се притеснявайте, опитайте още веднъж.В процес на инсталиране...Инсталирани версии на Wine: Инсталирани приставкиМеждународна версияИнтернетИталианска версияЯпонска версияУбиване на приложениеИзвестни проблеми:\n\n1) Зареждането за първи път на EULA, може да отнеме дълго (5 мин.) време.\n\n2) Опцията Captain's Quarters е повредена за повечето (всички!) потребители.\nАко се срине след избор на герой, пробвайте с натискане на Esc на екрана за вписване и да деактивирате Captain's Quarters в раздел графика.\n(Тази опция е безполезна според повечето Eve Играчи.)Управление на версиите на WineМултимедияБЕЛЕЖКА: Този инсталатор изисква употреба на CD, ако сте изтеглили свободни ISO образи от EA, моля запишете ги на CD или DVD, използвайки нещо като Brasero, и ги вкарайте в дисковото устройство. Монтирането на ISO образи може да работи с някои софтуери, както и да е - знам че Mounty няма да свърши работа.БЕЛЕЖКА: При забавяне на звука, проверете в WineASIO.БЕЛЕЖКА: При забава на звука, вижте в WineASIO. Вашите MIDI контролери, трябва да работят, както се очаква.БЕЛЕЖКА: За регистрация, когато излезе изискване за нея, привлачете-и-пуснете регистрационният Ви файл върху $TITLEНапредНеБез описаниеНормална версияОфисОтваряне на папката на приложениетоОперацията е завършенаОптимизирането е завършеноДругоПакетиране: КръпкиВъзпроизвеждане на прихванат файлМоля, изберете PID файл за възпроизвежданеМоля, изберете файл за конвертиранеМоля, изберете OGV файл за възпроизвежданеМоля, вкарайте игрална медия в дисковото устройствоМоля, вкарайте игрална медия в дисковото устройство,\nосвен ако вече не сте го направили.Моля, вкарайте медия 1 в дисковото устройство,\nако все още не сте!Моля, вкарайте медия 2 в дисковото устройство,\nако все още не сте.Моля, вкарайте първата игрална медия в дисковото устройствоМоля, вкарайте игралната медия в дисковото устройствоМоля, въведете игралната медия в дисковото устройство!Моля, въведете следващата игрална медия в дисковото устройствоМоля, вкарайте втората игрална медия в дисковото устройствоМоля, първо инсталирайте $TITLE_REQUIREDМоля, обърнете внимание, че Стандартните карти не работят правилно, докато Потребителските - без проблем.Моля, изберете инсталиращият файл, изтеглен от сайт $EDITORМоля, изберете файла за инсталацияМоля, изберете инсталиращият файл, който да се изпълни!Моля, изберете файл за инсталацията:Моля, изчакайте, докато се инсталира $TITLE.Моля, изчакайте, докато се създава логото на PlayOnLinux...Моля, изчакайте, докато видеото Ви се кодира...Управление на приставкитеПриставкиНатиснете +F8, за да започне или спре прихващанетоНатиснете +F8 за край на прихващанетоНатиснете Напред, след това цъкнете на прозореца,\nкойто искате да прихванете.\nПрихващането ще започне автоматично след 5 секунди.\nЩе бъде прихванато само видеото.Адрес на сървъра-посредникНастройка на сървър-посредникВлизане в сървъра-посредникПарола за сървъра-посредникПорт на сървъра-посредникРедактор на регистъраПремахванеИзисква приблизително 18Гб свободно пространство.\n\nКакто и допълнителни 5Гб в /home/ папката Ви, ако ще използвате интернет инсталатор.\nПрепоръчително е да използвате инсталация без интернет.ИзпълнениеИзпълнение на локален скриптСкриптове: Първо изберете кръпка за изпълнениеИзберете кръпка за изпълнениеИзберете втора кръпка за изпълнениеЗадаване на сървър-посредникЗадаване на иконатаНастройкиSteam има собствена автоматична система за обновленияSteam има собствена автоматична система за обновления.Steam е в готовност за обновление.\nСлед като Steam приключи обновлението и изведе екрана за вписване, впишете се и оставате $TITLE да се инсталира.\nКогато инсталацията приключи, натиснете следващ (Не затваряйте Steam)Steam инсталира $TITLEBTS, натиснете следващ, когато инсталацията приключиSteam инсталира $TITLECOL, моля излезте от Steam, когато инсталацията приключи (уверете се, че Steam не е все още в системния панел) и натиснете следващ, така че инсталиращият скрипт да продължи.Steam инсталира $TITLEW, натиснете следващ, когато инсталацията приключиПробване…Следните хора са допринесли за тази програма: Тази добавка автоматично инсталира кръпка 1.3.5511Тази добавка автоматично инсталира кръпка 2.5.26461Тази добавка автоматично закърпва играта до версия 1.03Това е инсталатор за обновяване или приставка;\nМоля, първо инсталирайте $TITLE_REQUIREDТази приставка ще ви позволи да прихващане приложенията си под PlayOnLinuxИнструментиВеликобританска версияСАЩ или канадска версияПотребителите на Ubuntu, трябва да добавят хранилището\nна MEDIBUNTU, за да работи правилно това конвертиране.Изчакайте, докато се подготви инсталацията...Изчакайте, докато се изтегли кръпката...\nТази операция може да отнеме време, в зависимост от връзката Ви.Внимание: За правилно видео кодиране\nразделителната способност, ТРЯБВА да е кратна на 16Внимание: GameShadow няма да работи.\nМоля, преизберете по време на инсталацията.Добре дошли в Разширени настройки на Wine, система за оптимизиране, създадена от GNU_Raziel. Ако не знаете какво да изберете, ОСТАВЕТЕ СТАНДАРТНИТЕ НАСТРОЙКИДобре дошли в Отклонение, приставка позволяваща Ви да създадете препратки след инсталацията.Добре дошли в инсталатора на DLC за $TITLE_REQUIREDДобре дошли в инсталатора на кърпки $PVERSION за $TITLEДобре дошли в инсталатора за кръпки $PVERSION за $TITLE_REQUIREDДобре дошли в инсталатора на кръпки $PVERSION за $TITLEДобре дошли в инсталатора на кръпки $PVERSION за $TITLE_REQUIREDКогато приключи възстановяването на $TITLE от Steam,\nНЕ кликайте на Изпълни.\n\nЗатворете НАПЪЛНО интерфейса на Steam, \nза да може инсталиращият скрипт, да продължи.Когато се изтегли $TITLE от Steam, НЕ кликайте на Изпълни.\n\nЗатворете НАПЪЛНО интерфейса на Steam, \nза да може инсталиращият скрипт, да продължи.Когато $TITLE се изтегли от Steam,\nНЕ кликвайте на Изпълнение.\n\nЗатворете изцяло интерфейсът на Steam, \nтака че инсталиращият скрипт да продължиКогато $TITLE бъде изтеглена от Steam,\nНЕ кликвайте на Изпълнение!\n\nЗатворете изцяло интерфейсът на Steam,\n за да продължи инсталиращият скрипт.Когато инсталацията на играта поиска следващо DVD\nкликнете на \„Напред\“Когато инсталацията поиска нов диск\nкликнете на \„Напред\“Към кое приложение желаете да приложите промяната?Каква версия желаете да инсталирате?Коя версия имате?Версии на WineДаНе сте избрали играНе е необходимо да инсталирате DirectX или да използвате GLSetup.Трябва да изберете прихванат файл за конвертиранеТрябва да изберете прихванат файл за прочитанеТрябва да изберете игра, която да променитеТрябва да деактивирате противопиратските защити на тази игра,\nако искате да я пускате чрез wineТрябва да деактивирате противопиратските защити на тази игра,\nако искате да я пускате чрез wine.Не трябва да задавате максимално ниво на сянката\nили ще трябва да изтриете и повторите инсталацияата на играта.Желаете ли да създадете връзка към настройките на $TITLE в папка /home/?\n(Препоръчително „да“.)Желаете ли да отворите $TITLE в браузъра?отplayonlinux/lang/locale/bn/000077500000000000000000000000001226051336100162165ustar00rootroot00000000000000playonlinux/lang/locale/bn/LC_MESSAGES/000077500000000000000000000000001226051336100200035ustar00rootroot00000000000000playonlinux/lang/locale/bn/LC_MESSAGES/pol.mo000066400000000000000000000166401226051336100211410ustar00rootroot00000000000000+t;!':#>by   !/Ka&| NY2Y('E)m40) 'HXk; > $X !}  ;a D 4 r d ( @" Gc 2 < <;X<eK7u2>nbEJ/OGU9a-M4ObL}m) !#(*+  %"  &$ 'Activate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose an action to performChoose an applicationChoose an option to modifyChoose the video format for conversionConfigure WineConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Operation doneOptimisation donePlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop captureRegistry EditorRun a local scriptWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?You did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-25 17:34+0000 Last-Translator: Aymeric PETIT Language-Team: Bengali MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) GLSL সাপোর্ট কার্যকর করব?Multisampling সাপোর্ট কার্যকর করব?Mouse warp override কার্যকর করব?আপনার ভিডিওতে প্লেঅনলিনাক্স লোগ যুক্ত করব?সকলএকটি এ্যাপ্লিকেশনের ক্যাপচার শুরু করক্যাপচার চলছে...মেনু ক্যাপচার (ওপেনজিএল)মেনু ক্যাপচার (ওপেনজিএল নয়)ক্যাপচার শুরু হবে...DirectDraw Renderer Mode নির্ধারণ করব?Offscreen Rendering Mode নির্ধারণ করব?Render Target Lock Mode নির্ধারণ করব?একটি গেম নির্বাচন করুনসম্পাদনের জন্য একটি কাজ নির্বাচন করুনএকটি অ্যাপলিকেশন বাছাই করুনপরিবির্তন করার জন্য একটি অপশন নির্বাচন করুনকনভার্সনের জন্য একটি ভিডিও ফরম্যাট নির্বাচন করুন।ওয়াইন কনফিগার করুনকনভার্সন সম্পন্ন হয়েছেএকটি ক্যাপচারকৃত ফাইল ভিডিওতে কনভার্ট করআপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \n (ডিফল্ট রেখে দিন যদি আপনি বোঝেন না কি করতে হবে)পাস ১ এর জন্য আপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \n (ডিফল্ট রেখে দিন যদি আপনি বোঝেন না কি করতে হবে)পাস ২ এর জন্য আপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \n (ডিফল্ট রেখে দিন যদি আপনি বোঝেন না কি করতে হবে)কাজ সম্পন্ন হয়েছেঅপটিমাইজেশন সম্পন্ন হয়েছেএকটি ক্যাপচারর্কৃত ফাইল প্লে করপ্লে করার জন্য একটি পিআইডি ক্যাপচার ফাইল নির্দিষ্ট করুনকনভার্ট করার জন্য একটি ক্যাপচার ফাইল সিলেক্ট করুনঅনুগ্রহ করে প্লে করার জন্য একটি ওজিভি ক্যাপচার ফাইল নির্বাচন করুনঅনুগ্রহ করে প্লেঅনলিনাক্স লোগো তৈরী হওয়া পর্যন্ত অপেক্ষা করুন...অনুগ্রহ করে আপনার ভিডিও এনকোড হওয়া পর্যন্ত অপেক্ষা করুন...ক্যাপচার শুরু বা বন্ধ করতে +F8 চাপুনক্যাপচার বন্ধ করতে +F8 চাপুনরেজিস্ট্রি সম্পাদকএকটি লোকাল স্ক্রীপ্ট রান করুনএডভান্সড ওয়াইন কনফিগারেশনে আপনাকে স্বাগতম, এটি ওয়াইনের জন্য GNU_Raziel এর তৈরীকৃত একটি অপটিমাইজেশনের সিস্টেম। আপনি যদি জানেন না কি করতে হবে, ডিফল্ট রেখে দিন।কোন এ্যাপ্লিকেশনে আপনি পরিবর্তনটি প্রয়োগ করতে চান?আপনি কোন গেম নির্বাচন করেননিকনভার্ট করার জন্য আপনাকে অবশ্যই একটি ক্যাপচার চাছাই করতে হবেরিড করার জন্য আপনাকে অবশ্যই একটি ক্যাপচার বাছাই করতে হবেআপনাকে অবশ্যি একটি গেম পরিবর্তনের জন্য নির্বাচন করতে হবে।playonlinux/lang/locale/bs/000077500000000000000000000000001226051336100162235ustar00rootroot00000000000000playonlinux/lang/locale/bs/LC_MESSAGES/000077500000000000000000000000001226051336100200105ustar00rootroot00000000000000playonlinux/lang/locale/bs/LC_MESSAGES/pol.mo000066400000000000000000000017331226051336100211430ustar00rootroot00000000000000T '# ;:v%(NRo(.Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture will begin...Choose an option to modifyWhich application do you want to apply the modification to?Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2012-04-14 20:27+0000 Last-Translator: Almin Islamović Language-Team: Bosnian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Dodati PlayOnLinux logo u vaš video?SveZapoćni snimanje aplikacijeSnimanje započinjeIzaberite opciju koju želite izmijenitiKojoj aplikaciji želite primijeniti promjene?playonlinux/lang/locale/ca/000077500000000000000000000000001226051336100162025ustar00rootroot00000000000000playonlinux/lang/locale/ca/LC_MESSAGES/000077500000000000000000000000001226051336100177675ustar00rootroot00000000000000playonlinux/lang/locale/ca/LC_MESSAGES/pol.mo000066400000000000000000000007271226051336100211240ustar00rootroot00000000000000$,89Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2011-05-06 12:56+0000 Last-Translator: FULL NAME Language-Team: Catalan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) playonlinux/lang/locale/cs/000077500000000000000000000000001226051336100162245ustar00rootroot00000000000000playonlinux/lang/locale/cs/LC_MESSAGES/000077500000000000000000000000001226051336100200115ustar00rootroot00000000000000playonlinux/lang/locale/cs/LC_MESSAGES/pol.mo000066400000000000000000003330161226051336100211460ustar00rootroot00000000000000T\5XGYGhG}GG G'GGG#G#!HEHXH]H-uH0H+H#I($I(MI&vI)I+I"I!J8JWJ*wJJXJKKZL0M5HM+~M4M9M*N$DN#iNNN;NN_yO&O'P(PPmPCQBRPR 7SIBSS S SSS!ST'T`:TTzTU".U&QUxU~U6+V/bV)V%V3V!W"8WM[W WWWWXjYYYYYLYgZZ\[#0\RT\\\\}][^b^1{^^^^^ _Y_;t____ _ `?` _`m``0````.a.Fa!uaa3a$a& b2b ;bGb_bqsbbbc c$c*3c ^c icscc*c c cc cd$dMtt%tt t"tuuuCuJumGv5v\vbHwVwUxXxsxxxmyz\z`{\h{\{P"|Ms|4|;|2}!;}]}|}},~I~([~~~~~~k~Qm!9![}ɀ %>aR ρ܁B>)9JYs(Y "(-.\pxG +1F Z gq<1   -+0Y2a[N cK W4fL1&2(Y A.'2Qѐ  ':Yhz'T  $,:A|*\(ۓ',#Dh"+)ה"$$9I05ӕ3 :=YxҖ??0/pE/EE\EE-.C\@@@"@c-Қ7 1A2s68ݛc$z,1̜.-dE%Н2SFPf(z17Ǡ$$=)X/:& :4#o%$$ޢ]Ix6£I4C>xC;+7%c&)(ڥ478.p0Цߦ) A9̧d ky  ɨڨ~W9 DT[{ ƪx %ϫ  :EJ iu|"ˬ*4$Lq$< *3G _Pkc) <J&ʯۯ)*dJmK@IX ijh̳@5yv'w" CĶeܶdBdn 2{R0,ܹ2 B<-Z^Mg/047K 9@ɽ# *.UYHLGE3447+Gc)G&9Y"@+DPpI( I4[~L'  \pN  !5'Go& <"Ux [[_& )8.G v&)*ddedd/b.&FK KUKI\EmGZ:NkMQ-'13'<[3<2 <kn'S#+&R i" !0.!Pk9l;`@;>|nDi&|+4;R1qMg%,eRJ /5=/m<M|*':,T0d%$=!b WXkn4" 2S\6Q~FlNT 5;T7& "-A S _ lv09,[[{ 8+E,B(Kt %( +6&b##"$&8(_' 8* %5_[h,''6E6|$(46ESYp5 %MPcui ),Jw+k% %5--[0wE %/Odt 0 G O f  W t j n h ]   + 64 > Z{ c9&+` (  +7T=l:0)Zw0$  '$Cdh$ 1?F  4 $$I:]= ."Ben)t]gad $.7?H&E":]"}}=\v-8 5:]V4)F-^&#  5  D R t wi!!.!*" 1"="P"X" u"""""0""z#}### ###$$'$0$,B$)o$$$$$d$#P%t%{%%%%B%C& W&Gd&&&&&& &7'>'1Q''?'?'$ ((0(FY( (#(+(()2) ))M)*t*H+^a+n+f/,e,,--;. /]/a0]u0]0Z11L141E2 T2$^2"2 22,Z3313333 44q:444445)5F5c555 555 6%6<6U6f666R67 07<7P7AY77Y8q888'8 88:89: :::D: :;[; l; y;M; ;1;&<A<V<k< {<<@<3<== 8= D=3R==?>>v?T@[@tBBBBBBRB C;CSKCC>CBC,?DlD|D DUD2D E&E F$FDFFSGG HH6HQH'eHHHH'HHSHPI`IhIqI5III<JJJ#K4%K#ZK~K2K'K(K,L4GL-|L!L6LM0MLFM9M=M[ NgNTNTN91OQkO9OWOWOPWPWP(WQKQXQX%RX~RXR%0SVSnS6S/S,S7T6VTgT,T;"U9^U7UU[U4?VtVVVAV\WRdWWX>-YlYY< Z+JZvZZ'Z,Z,[.[5H[7~['[+[5 \0@\q\b\=\A)]Ck]A]G]F9^6^:^)^._&K_(r_>_/_4 `;?`{```:`3`,a;ab bbbb b!bbccv$c ccc c`cAAdddddddde0e ee#ef1/fafyf+f"f fffg %g1g1Ig{g!g3g&g# h,1h&^h/hhFhii$"i GiRiqi iSipi\jD{j(jjjk#)k/Mk0}k_kllZmnXnKo`o oo{o( py4p.ppq! r{+rrurt8sts"t3tKt3uCu:u(v1=v=ov6vWv{Uy=y<yz3z@Rz*z+z]zMH{E{Q{..|;]|;|B|H}a}I~"<0,(])NC1Pā]+sk @Ճ nx Yυ)@[U  ʆ ن2L-_ /ɇ݇  /P&l Ј( 'dBd & Ef|: &+--YdddQda3}D`JII:Q"Wt̒E^9ޓE|”et,ڕ&+.,Z>2ƖD9>xpXݙ(i&-ؚ!!"9\/x+ԛ|*:<ǟeHj<ݢϣƤGЦY`*+ǧsg|"بuneԩ  &;$+`:^21 No/5i+R"~"ĭۭLMGe5'1+Yn4FMnԱSC <D&E;! ɳ  056fBVV7FT9 L#0SgM#mxX\O7B@iD^fAS%_JGP5Rgu7U!pb'ydhh}Ulc d!Ck 2- "Gz>5aP N+3%r8(s?&|yom3T};R/@ Ei@I# CeMOXAr^O! )-8jI|_&ba`."L]'Iw<4H*&Q:CJtpvH<vpHN),*\kz4Mr+FQYa5LcgqCP@.f49AFT 61/L q\F]Qh=t03`^o$9([{Z=!}8{:T  U8DYA?dwE G(nNs#32~ +BNEZ y= VRtX.[; `>[2x/1*ij;w-B')W+<>9 71SV0f{*lYQ 1KuWH_cKZz6]q ~$$K?'>,e6JIPl R%nO4|e56mWuv";DM(~$jG%2S0,:"n?& /o .):x7B,=kKJ<Fs-EbVD Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)Function override detected, disabling bug reportingGLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsLorsque Wine demande installer le paquet "Mono", cliquer sur "Annuler"MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run :Please select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want install with ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-23 08:04+0000 Last-Translator: Tadeáš Pařík Language-Team: Czech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Vybrat soubor Rozbalit balíček Nainstalovat balíček Ukázat tuto zprávu (z {2}) Licence přeložená do vašeho jazyka Originální licence neexistuje! byl odinstalován úspěšně. není platný balíček PlayOnLinux! v počítači. nebo bude nainstalován v: "Horse Armor Pack" bude nainstalován..."Knights of the Nine" bude nainstalován..."Mehrunes Razor" bude nainstalován..."Orrery" bude nainstalován..."Spell Tomes" bude nainstalován..."Thieves Den" bude nainstalován..."Vile Lair" bude nainstalován..."Wizard Tower" bude nainstalován...Nastavení aplikace $APPLICATION_TITLEGecko instalátor pro $APPLICATION_TITLEMono instalátor pro $APPLICATION_TITLEOdinstalátor $APPLICATION_TITLENástroj pro automatickou aktualizaci $APPLICATION_TITLESpouští se laděni $APPLICATION_TITLE...První spuštění $APPLICATION_TITLE$APPLICATION_TITLE již v minulosti tuto aplikaci spustila.\nChcete zachovat stará nastavení?Program $APPLICATION_TITLE způsobil závažnou chybu. Probíhající instalace $APPLICATION_TITLE bude přerušena.\nPro další informace navštivte stránku www.$POL_DNS$APPLICATION_TITLE způsobil chybu. Pokud program nefunguje správně, tak toto může být příčina.\nNavštivte www.$POL_DNS pro další informace$APPLICATION_TITLE zaznamenala chybu. Jestliže program, který instalujete nepracuje správně, může to být zapříčiněno právě tímto problémem.\nNavštivte www.$POL_DNS pro více informací$APPLICATION_TITLE analyzuje vaší aplikaci$APPLICATION_TITLE dokončí přípravu$APPLICATION_TITLE instaluje $PRGM_NAME$APPLICATION_TITLE právě instaluje vaši aplikaci...$APPLICATION_TITLE vytváří virtuální disk windows$APPLICATION_TITLE spouští program$APPLICATION_TITLE správce balíčků: Nástroj na vytvoření zástupce $APPLICATION_TITLEprofil $AUTHOR$PACKAGE havaroval.$PACKAGE havaroval.\nPro získání více detailů klikněte na odkaz pro ladění.$TITLE byl úspěšně nainstalován\n\nJestliže instalační okno brání běhu programu, musíte $TITLE odebrat a znovu nainstalovat$TITLE byl nainstalován.\n\nZvláštní poděkování Erichu Hooverovi za jeho záplatu pro wine (AcceptEx Fix)$TITLE úspěšně nainstalován$TITLE byl úspěšně nainstalován.$TITLE úspěšně nainstalováno.\n\nJestliže při spuštění hry zaznamenáte její pád, otevřete terminál a napište:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE je nainstalován$TITLE je nainstalován!\n\nPoznámka!\n1)Restartujte wine\n2)Vyberte správné výstupní zařízení ve nastavení zvuku ve wine\n3)Hodně zábavy!$TITLE potřebuje načíst PC část hybridního CD-ROM.\n\n Obvykle Mac OS zpřístupní pouze část CD-ROM určenou pro Mac, která však nemusí být kompatibilní s aktuální verzí Mac OS.\n\nChcete, aby se PlayOnMac pokusil načíst PC část CD-ROM?$TITLE byl úspěšně nainstalován.\nMožná budou potřeba dvě spuštění $TITLE:\nJeden pro inicializaci a druhý pro registraci.\n\nSpusťte aplikaci, ukončete a znovu spusťte $TITLE!(pokud je tento seznam prázdný, nainstalujte prosím verzi wine pomocí správce verzí pro wine)(režim v okně)Vypadá to, že 7z není nainstalován. Zkontrolujte prosím, zda je 7zip nainstalován a zkuste to znovuZrušit instalaciO {0}DoplňkyAktivovat podporu GLSL?Aktivovat multisampling podporu?Aktivovat předefinování zrychlení myši?PřidatPřidat logo PlayOnLinuxu do vašeho videa?Záplata Advent Revising byla nainstalována;\nNezapomeňte zanechat nějaký email Setzovi za jeho práci.VšeVšechny podporované Infinity Engine hry jsou již pathchnuté.\nPro úpravu rozlišení obrazovky nebo zástupce, použijte jejich konfigurátor.Je již aktuální.Při stahování nastala chyba.Je dostupná aktualizovaná verze {0}PoužítJsou údaje pro licenční server správné?\nMohou být tyto hodnoty zapsány do registru?\n\nJméno licenčního serveru: $licenseServerName\nPort licenčního server: $licenseServerPortOpravdu chcete instalovat {0} balík?Jste si jisti, že chcete zavřít všechna {0} okna?Jste si jisti, že chcete odstranit wine {0}?Opravdu chcete smazat {0} ?Opravdu chcete smazat {0} virtuální jednotku ?Opravdu chcete odstranit: Opravdu chcete instalovat: Opravdu chcete vypnout všechny aktivní instance $APPLICATION_TITLE?ParametryKurzorové klávesy (výchozí)Přiřazený programUpozornění: Potom co bude dokončena instalace, bude spuštěna aplikace záplat. Prosím zavřete aplikaci záplat před vstupem do aplikace, případně ukončete aktualizaci pro dokončení této instalace. Jakmile je nastavení dokončeno, můžete spustit "$TITLE"Pozor: Po ukončení instalace bude spuštěn instalátor záplat. Před přihlášením se je nutné ho vypnout, aby mohla být instalace dokončena. Následně můžete spustit "$TITLE"Automatická instalaceAutorunDostupné verze Wine: Špatná přípona souboruOpatrně! Jestli změníte Opatrně! Instalace jedné z těchto komponent může poškodit váš virtuální disk.Opatrně! Tohle ukončí instalační proces. Pokud neskončí korektně, tak bude potřeba $SOFTNAME přeinstalovatBuďte opatrní! Ke spuštění $TITLE s $APPLICATION_TITLE musíte nainstalovat No-CD záplatu, a to i v případě, že máte legální verzi hry.\n\nVemte prosím na vědomí, že $APPLICATION_TITLE je velmi proti pirátství a nebude ho nikdy podporovat.Stahování často padá kvůli známé chybě wine #30512, stačí znovu otevřít klienta a stahování bude pokračovat, tam kde se zastavilo. Procentuální zobrazení nebude odpovídat, ale neobávejte se, klient nezačne stahovat od začátku.Začít zachytávat aplikaceBinární soubor nebyl nalezen: $BINARY\nJe program nainstalován do výchozího umístění?Portugalština (pouze text)ProcházetJestli že toto povolíte, budete mít přístup k instalacím programů, které obsahují ochranu proti kopírování (DRM) nepodporující tuto emulaci. Jediné řešení je použití "no-cd" patche, toto se ovšem používá také v případě pirátství, tudíž neposkytujeme žádnou podporu.Pokud toto povolíte, tak budete mít přístup k instalátorům, které jsou ve fázi testování. {0} vás nemůže ujistit, že tato aplikace bude fungovat zcela bez problémůStornoNelze najít zástupceNelze instalovat za pomocí oficiálního manažeru.Probíhá zachytávání...Nabídka zachytávání (OpenGL)Zachytávací menu (bez OpenGL)Zachytávání začne...Změnit ikonuZkontrolujte, zda-li bylo změněno rozlišení\n(případně nastavte \"HI-RES\") ve spouštěči.Zkontrolujte, které další části chcete doinstalovat:Kontroluji neporušenost stažených dat...Kontrola integrity...Ověřuje se zásuvný modul: Zvolit DirectDraw Renderer mód?Zvolit mimoobrazový vykreslovací mód?Zvolit Render Target Lock mód?Vyberte hruVybrat balíček k instalaciVyberte zásuvný modulVyberte ke spuštění platný skript pro $APPLICATION_TITLE.Zvolte akci k provedeníVyberte aplikaciVyberte volbu ke změnámVyberte jazyk, který chcete použít v Internet ExploreruVyberte soubor odpovídající vašemu programu.Vyberte jazyk, který chceteVyberte rozlišení hryVyber záznamov soubor odpovídající softwaru.Vyberte jméno virtuální mechanikyZvolte formát videa pro převodÚklidČistí se...Pro pokračování klikněte na DalšíPro spuštění klikněte na DalšíKlikněte na "Vpřed" POUZE když bude instalace\ndokončena, jinak budete muset instalaci opakovat.ZavřítZavřít všechen {0} softwareZavřít tuto aplikaciCode wheel (protipirátská ochrana)Příkazový řádekPříkaz ke spuštění před spouštěním samotného programuKomerčníNastavitNastavení WinePřipojitPřipojte se k vašemu účtu pro $APPLICATION_TITLEPřipojuje se…Ovládací panelKonverze byla dokončenaPřevést zachycený soubor na videoKonvertace videa...Kopírování instalačních souborů, čekejte prosím...Kopíruje se ${filename}Kopíruje se virtuální diskNelze nalézt spustitelný $EXE na virtuálním disku $PREFIXNelze nalézt adresář programuVytvořit zástupceProbíhá vytvoření zástupce...LaděníPříznaky laděníRozbalování archivu...Dedikovaný serverDedikovaný server editorDedikovaný serverZákladní nastavení videa má pro moderní počítače nízké hodnoty,\nnezapomeňte kliknout na "Auto-detekci" v rozšířených nastaveních videa.Výchozí konfigurace virtuálního diskuNastavte možnosti kódování \n (ponechte výchozí hodnoty, jestliže nevíte co nastavit)Nastavte možnosti kódování pro průchod 1 \n (ponechte výchozí hodnoty pokud nevíte co děláte)Definujte vaše kódovací možnosti pro heslo 2 \n (nechte standatdní, pokud nevíte co dělat)SmazatDemo verzeVývojář a internetová stránka: Vývojverze Digital DeluxeDirect Draw RendererZakázatOdpojitZobrazitNezapomeňte ukončit Steam, jakmile bude stahování\ndokončeno, aby mohla $APPLICATION_TITLE pokračovat\nv instalaci vaší hry.Máte jazykový balíček k instalaci?Chcete, aby se aplikace $APPLICATION_TITLE nainstalovala automaticky?Chcete si prohlédnout web $TITLE?Chcete smazat virtuální disk:Chcete stáhnout $TITLE z GOG.com?Chcete pomoci {0} s vytvořením databáze kompatibility? Pokud kliknete na ano, tak nám budou při prvním spuštění programu Windows anonymně odeslány následující údaje: - Model grafické karty - Verze operačního systému - Zda jsou či nejsou instalovány ovladače grafické karty Toto jsou pro nás cenné údaje, díky kterým můžeme pomáhat dalším lidem.Chcete nainstalovat $TITLE pro synchronizaci USB zařízení?Nainstalovat patch 1.0c ?Nainstalovat patch 2.0 ?Chcete nainstalovat unicode verzi Inno Setup?Chcete si přečíst původní vlákno na fóru GOG.com?Zkusit znovu?Chcete $APPLICATION_TITLE aktualizovat a restartovat?Je možné program spustit?Nezapomeňte jít do nabídky nástrojů PlayOnMac -> Číst PC CD-ROM před spuštěním hryNyní neinstalujte XQuartzNepřipojuj žádný záznamDarovatStahování dokončeno.\nZapočne instalace záplat.Stažení bylo neúspěšnéStáhnout v Steam StoreStáhnout na Steam Store-Steam Backup RestoreStahovaný soubor bude asi poškozenýStáhnout programStahování her pro Windows Live...Stahuje se Wine: Stahuje se XQuartzStažení fontůStahování gecko ...Stahování...Stahování: Během instalace ODZNAČTE všechny ovladače pro NI řadiče a audio rozhraní. Instalace se nezdaří, jestliže toto neuděláte a ovladače nebudou potřeba.Během instalace prosím ODZNAČTE možnost pro ASIO4ALL a také ODZNAČTE spuštění FL Studia na konci instalace.Během instalačního procesu, prosím vyberte\n"Nainstalovat Bonjour pro Windows" a "Automatické aktualizace Safari".Holandština (pouze text)Změnit či aktualizovat existující aplikaciEditorVzděláníVysunout PC CD-ROMPovolitZapněte globálně ptrace()angličtinaAnglická verzeRozšířené vydáníUžívejte si s $APPLICATION_TITLEVymazat (obsah virtuálního disku bude ztracen)ChybaChyba ! Soubory nesouhlasí\n\nMístní kontrolní MD5 součet: $LOCAL_MD5\nKontrolní MD5 součet na serveru: $SERVER_MD5Chyba při instalaci archivuPři instalaci fontů nastala chybaChyba při rozbalování archivuChyba!Chyba: Nelze najít CD-ROM!Chyba: nelze rezervovat platný portUkončitExterní knihovnaVelikost extrahovaného souboru nesouhlasí!Extrahuje se ${filename} z ${archivename}Rozbalování Slender...Rozbaluje se Wine...Rozbaluje se: Tovární nastaveníPřipojování selhalo !\nUjistěte se, že používáte správné a platné přihlašovací údaje.Nemohu nalézt ${dest} v ${archive}SouborAsociace souborůSoubor nebyl nalezen!Velikost souboru nesouhlasí!francouzštinaPlná verze (1.5GB), opraví i menší chyby (49 filmových scén)Detekována funkce přepisování, vypínání nahlašování chyb.Podpora GLSLHry pro Windows Live nejsou nainstalovány\npřeskočení tohoto kroku.verze "Hra roku"Hra není nainstalovánaHra není nainstalována.HryObecnéněmčinaDejte tuto schopnost spouštěcímu souboru wineserveruNavštívit nyní?Přihlášení k gog.com se nezdařilo, opakovat?GrafikaZde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte.Zde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte.Vysoká kvalita (nastavení Entropy)Kolik paměti má vaše gragická karta?Tato změna nebude aktivována, dokud nerestartujete váš počítač.SouhlasímNechci vytvářet další zástupceOpravil jsem to sám, pouze znovu otestujteMám problém s aplikacíSoubor jsem již stáhl sámDŮLEŽITÉ: \n\nV okně instalátoru, které se objeví, NEklikejte na tlačítko Options. Znemožnili byste si tak výběr jazyka.Výběr ikonyIkony:Jestliže instalace .NET 3.0 selže, neobávejte se\nhra bude stále fungovatJestliže se stažení aktualizace nezdaří, ukončete tento proces a spusťte ho znovu dokud se celý proces správně neukončí.Jestliže hra při startu spadne, spusťte terminál a napište:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJestliže bude instalace požadovat nainstalování DirectX, vyberte Ne.Pokud jen stěží rozlišíte krajina za hlavním menu,\nzakažte MLHU v možnostech grafiky.Pokud zavřete toto okno, nebude si moci přečíst další odpovědi. Jste si jisti, že jej chcete zavřít?Jestliže nemáte rozšíření "Shivering Isle"\n musíte tuto hru před spuštěním aktualizovat.Jestliže nemáte rozšíření "Shivering Isle"\nmusíte tuto hru před spuštěním aktualizovat.Pokud nevíte, vše odznačte.Jestliže při připojení uvidíte tuto chybu Error 3007, otevřete terminál a napište:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJestliže se setkáte s chybou runtime error při běhu hry, otevřete terminál a napište:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJestliže jste ještě hru nestáhli, budete tak muset učinit. Měli byste být schopni hru najít za pomoci Google vyhledávání. Ke správnému ukončení tohoto skriptu musíte najít Slender_v0_9_7.zip.Pokud byl úspěšně nainstalován program pomocí tlačítka 'Instalovat software,\nkterý není v seznamu', tak bude možno přidat tento program do našeho seznamu.Jestliže se setkáte s chybovou hláškou během instalace DotNet 3.0, můžete ji ignorovatJestliže se setkáte s chybovou hláškou během instalace DotNet 3.0 SP1, můžete ji ignorovatJestliže se setkáte s chybovou hláškou během instalace DotNet 3.5, můžete ji ignorovatJestliže se setkáte s chybovou hláškou během instalace DotNet 4.0, můžete ji ignorovatJestliže chcete nainstalovat $TITLE na jiný virtuální disk\nSpusťte instalátor znovuK instalaci $TITLE je potřeba nejprve doinstalovat Mod Pack Studio Lite 2.0Do kterého adresáře chcete stáhnout GOG soubory?Do kterého adresáře chcete přesměrovat uživatelské adresáře?Obsahuje:Vložte adresu licenčního serveru!Vložte port licenčního serveru!NainstalovatTerrarii nainstaluje ve Steamu. Spusťte ji až ji Steam nainstaluje. Pro tuto hru Steam nainstaluje framework xna. Aby mohl instalátor pokračovat, ukončete Steam.Nainstalovat program, který není v seznamuInstalovat programInstalovat program do nového virtuálního diskuInstalace součástíInstalace je hotovaInstalovat skriptyNainstalovat knihovnyInstalace byla dokončena.Instalace je ukončena\n\nHra může při prvním spuštění spadnout, žádné obavy, zkuste to ještě jednou.Probíhá instalace...Nainstalované verze Wine: Nainstalované zásuvné modulyInstalace Adobe AirInstalace DirectMusicInstalace DirectX 10 dlls...Instalace DirectX 11 dlls...Instalace DirectX 9 dlls...Instalace DirectX runtimeInstalace her pro Windows LiveInstalace Linuxtrack-wine DLL...Instalace Visual Basic runtimeInstalace XMLlite...Instaluje se XQuartz...Instalace Xact dlls...Instalace Xinput dlls...Instalace fontůInstaluji dll knihovny mfc42...Instaluji dll knihovny msasn1Instaluje se zásuvný modul: Instalování vcrun2008 a wininet, zakázání d3d9 a d3d8 dlls k vynucení OpneGLInstalace wintrust DLL...Instalace: Mezinárodní verzeInternetZdá se, že je to poprvé, co používáte $APPLICATION_TITLE.Doporučujeme nainstalovat Circle of Eight Modpack,\nobsahuje opravy různých chyb a volitelně i nový obsah\n(pro "NC" modpacks).\nPoužijte předem připravený skript v sekci záplaty.italština (pouze text)Italská verzeJaponská verzePřipojit kanálUkončování všech procesů v prefixuZabít procesKillAppProbíhá ukončování programů ve virtuálním disku...Známé problémy:nn1) Nahrání EULA smlouvy může při první spuštění trvat relativně dlouho (5min).nn2) Funkce Captain's Quarters je nefunkční pro většinu (všechny??) uživatele.nJestliže dojde k pádu hry po vybrání charakteru, stiskem klávesy ESC se dostane do přihlašovací obrazovky, kde v nabídce grafiky zakažte funkci Captain's Quarters.n(Tato funkce je většinou uživatelů považována za neužitečnou.)JazykVelké ikonyPozdějiOpustitZáklad (702MB), opravuje většinu problémů (18 filmových scén)Určete umístění souboru loguPřihlášení: Odhlásit seHledají se spustitelné CD-ROMyJakmile bude Wine vyžadovat instalaci balíku "Mono", klikněte na "Zrušit"MB staženoVytvořit nového zástupce virtuální mechanikyVytváří se zástupce...Spravovat verze WineManuální instalaceStřední ikonyKomunikátorFonty od MicrosoftuFonty od Microsoftu nejsou nainstalovány; budou nainstalovány.Fonty od Microsoftu byly úspěšně nainstaloványRůznéPředefinovat zrychlení myšiMultimédiaMultisamplingMůj problém se týká samotné $APPLICATION_TITLEPOZNÁMKA: Instalátor vyžaduje použití CD, jestliže jste stáhli freeware verzi od EA, vypalte ji prosím na CD či DVD, např. pomocí Brasera, a vložte disk do mechaniky. Připojování ISO obrazů může v určitých případech fungovat, zde to ale není možné.POZNÁMKA: Pro nizko latenční zvuk se podívejte do WineASIO.POZNÁMKA: Pro nízko latenční zvuk se podívejte do WineASIO. Je doporučováno dodatečné nízko latenční rozhranní. Vaše MIDI ovladače by měly fungovat dle předpokladů.POZNÁMKA: Pro nízko latenční zvuk se podívejte do WineASIO. MIDI rozhraní by mělo pracovat podle očekávání.POZNÁMKA: POL nepodporuje pirátství. Užívejte $TITLE odpovídajícím způsobemPOZNÁMKA: Registrační okno bude schováno za logo Reason během prvního spuštění; klikněte pravým tlačítkem na panel úloh a zvolte MOVE. Jestliže se zvukové knihovny nezkopírují a program spadne po vložení registračního kódu, vyjměte disk, znovu ho vložte a pokus opakujte. Pokud to nepomůž, budete je muset nahrát do virtuálního disku Reasonu nahrát ručně. Digitální distribuce by tímto problémem trpět neměla.POZNÁMKA: Pro zaregistrování, jakmile o to budete požádáni, přetáhněte svůj registrační soubor do $TITLENázevNovýNový: DalšíNeInstalace $TITLE nebyla nalezena.\n\nPoužijte prosím instalační skript $TITLE!Bez popisuNení dostatek místa ke stažení:\n$URL ($neededSpace KB)Nebyla specifikována přípona souboru, přeskakuji asociaci s nativní aplikací.Manuál pro {0} nebyl nalezenRoot příkaz nebyl specifikován, instalace bude přerušena.V souboru autorun.inf není žádná sekce obsahující nastaveníHerní engine Infinity Engine nebyl nalezen.Je třeba No-CDnormální verzePoznámkaNyní můžete jít zpět do instalačního okna $TITLE pro pokračování instalace.Nyní musíte nainstalovat modepack do adresáře:Nyní budete moci zvolit mód hry:\n1)Režim v okně:\nVše je funkční s výjimkou systémového kurzoru v okně s hrou.\n\n2)Režim celé obrazovky:\nVše je funkční s výjimkou oblohy, která je černá.Nyní vložte cdrom číslo $CDNumber.KancelářOffscreen režim vykreslováníPři prvním spuštění bude detekováno dostupné vykreslení.\nJe celkem pravděpodobné, že lepších výsledků dosáhnete s OpenGL.Při prvním spuštění bude detekováno dostupné vykreslení.\nJe celkem pravděpodobné, že lepších výsledků dosáhnete s OpenGL;\nTuto volbu můžete vybrat poklikáním na "Zobrazit všechna zařízení".Jeden nebo více programů chybí. Nainstalujte je prosím a spusťte skript znovu.Otevřít $URL?Otevřít shellOtevřít složku programuOtevřít složku aplikaceOtevřít adresářOtevřít složku virtuální mechanikyOperace provedenaOptimalizace dokončenaJinéPřepsat (obvykle funguje, bez záruky)Čtečka pro PC CD-ROMInstalace balíku selže dokud nenastavíte /proc/sys/kernel/yama/ptrace_scope na 0Balíčkovač: Heslo: ZáplatyPřehrát zachycený souborTým PlayOnLinux a PlayOnMac Pod licencí GPL verze 3Správce balíčků PlayOnLinuxPlayOnLinux/PlayOnMac nikdy nežádá o administrátorské heslo, avšak pro tento skript je heslo nutné. Spusťte proto sami tento příkaz, aby mohla instalace pokračovat:Pro správnou funkce PlayOnMac se musí nainstalovat XQuartzProsím čtěte pozorně.Vyberte prosím CD-ROMVyberte prosím CD-ROM k vysunutí.Prosím zvolte zachycený PID soubor pro přehráníZvolte zachycený soubor k převoduVyberte prosím programVyberte prosím software pro vytvoření balíčkuVyberte prosím software ke spuštěníVyberte prosím jméno virtuální diskuVyberte, prosím, způsob instalace programuProsím zvolte zachycený OGV soubor pro přehráníZvolte, prosím, akci, kterou chcete provéstVyberte prosím způsob instalaceNespouštějte prosím $TITLE po ukončení instalace.Stáhnout XQuartzUjistěte se, že máte připojení k internetu.Zadejte prosím své přihlašovací údaje k gog.com ke stažení $BASENAMEVysvětlete prosím jasně váš problém (jen anglicky):Napište prosím velmi krátky popis (nadpis, pouze anglicky)Poskytněte prosím co nejdetailnější informace, jinak vám bude velmi obtížné pomociVložte prosím disk 2 "$TITLE"Vložte prosím disk číslo 2 do vašeho disku\njestliže jste tak již neučinili.Vložte prosím disk číslo 3 do vašeho disku\njestliže jste tak již neučinili.Vložte prosím herní médium číslo 1 do vašeho diskuVložte prosím herní médium 1 do diskové jednotky\npokud se tak již nestalo.Vložte prosím herní médium číslo 2 do vašeho diskuVložte prosím instalační médium 2 do diskové jednotky\npokud se tak již nestalo.Vložte prosím instalační médium 3 do diskové jednotky\npokud se tak již nestalo.Vložte prosím instalační médium 4 do diskové jednotky\npokud se tak již nestalo.Vložte prosím instalační médium 5 do diskové jednotky\npokud se tak již nestalo.Vložte prosím herní disk do mechanikyVložte prosím herním médium do jednotky\npokud jste tak již neučinil.Vložte prosím médium číslo 1 do vašeho disku,\njestliže jste tak již neučinili.Vložte prosím médium číslo 2 do vašeho disku,\njestliže jste tak již neučinili.Vložte prosím médium číslo 3 do vašeho disku,\njestliže jste tak již neučinili.Vložte prosím médium číslo 4 do vašeho disku,\njestliže jste tak již neučinili.Vložte prosím médium do mechaniky.Vložte prosím DVD-ROMVložte prosím první diskVložte prosím první herní médium do vašeho diskuVložte prosím herní médium do vašeho diskuVložte herní médium do diskové jednotky.Vložte prosím další herní médium do vašeho diskuVložte prosím druhé herní médium do vašeho diskuVložte prosím CD-ROM a stiskněte další pouze pokud byla nalezena část CD-ROM určená pro Mac OSNejprve prosím nainstalujte $TITLE_REQUIREDZvolte umístění souboru záplaty s anglickým překlademZvolte umístění instalačního programu (Launcher.exe)Vyberte umístění instalačního programu (Setup.exe)Vyberte si prosímStandardní mapy nepracují spolehlivě, avšak uživatelské mapy fungují bez problémů.Přečtěte si a odsouhlaste prosím následující:Čtěte pozorně prosímProsím čtěte následujícíProsím čtěte pozorněNyní restartujte váš počítač, prosím, a spusťte PlayOnMacVyberte prosím instalační soubor $TITLE. NEVYBÍREJTE SPUSTIT IMGBURN NA KONCI INSTALACE:Vyberte instalační soubor $TITLE. Nespouštějte Reaper po skončení instalace.Vyberte prosím instalační soubor $TITLE. NEspouštějte rFactor po skončení instalace. Nainstalujte DirectX, budete-li o to požádáni. Ujistěte se, že jste vybrali 32 bitové rozlišení, jakmile se zobrazí konfigurátor rFactor.Vyberte prosím instalační soubor $TITLE. Během instalace odznačte všechny dodatečné ovladače, které bude chtít instalovat.Vyberte prosím JAKÉKOLI 3 ikony, jakmile budete požádáni.Vyberte prosím VÍCE MOŽNOSTÍ a odznačte možnost SPUSTIT "$TITLE" PO INSTALACI. Jestliže to neuděláte, instalace selže!Vyberte prosím ladící souborVyberte prosím program nebo virtuální disk ke konfiguraciVyberte, prosím, program k odinstalováníVyberte prosím program.Vyberte prosím soubor ikonyVyberte prosím 32 bitovou verzi iTunesVyberte MS-DOS verzi instalačního souboru:Vyberte soubor Pro Evolution Soccer 2013.msiVyberte prosím jazyk hryVyberte, prosím, instalační soubor ke spuštění.Vyberte inicializační soubor stažený z webu $EDITORZvolte spouštěcí instalační souborVyberte instalační soubor ke spuštění:Vyberte prosím inicializační soubor ke spuštěníZvolte prosím spouštěcí instalační soubor:Vyberte prosím verzi.Napište prosím jméno virtuálního disku vaší aplikace.\nToto jméno nesmí obsahovat mezery.Odznačte prosím "Launch Need For Speed" na konci instalace.Vyčkejte prosím, dokud $APPLICATION_TITLE nezkopíruje soubory:Vyčkejte prosím, $APPLICATION_TITLE stahuje Ubisoft Game LauncherPočkejte prosím, než $APPLICATION_TITLE dokončí stahování:Vyčkejte prosím, dokud $APPLICATION_TITLE neprozkoumá váš hardwarePočkejte prosím chvilku, $APPLICATION_TITLE simuluje restart windowsVyčkejte prosím, $APPLICATION_TITLE simuluje restartVyčkejte, dokud nebude program $SOFTNAME nainstalován...Vyčkejte na dokončení instalace $TITLEPočkejte prosím, než se $TITLE nainstaluje.Vyčkejte na stažení programu DesuraVyčkejte prosím na stažení Steamu...Prosím počkejte dokud nebude vytvořeno logo PlayOnLinuxu...Počkejte na vytvoření virtuálního disku...Vyčkejte prosím na rozbalení herních dat $TITLE.Prosím počkejte dokud se vaše video nezačne kódovat...Čekejte prosím…Správce zásuvných modulůZásuvné modulyStiskněte +F8 pro začátek nebo konec kódováníStiskněte +F8 pro zastavení zachytáváníStiskněte tlačítko Další a pak klikněte do okna,\nkteré chcete zachytávat.\nZachytávání začne automaticky za 5 sekund.\nBude zachycen pouze obraz.Stiskněte Další jen pokud byla instalace již dokončenaZmáčkněte další pro spuštění aktualizace. Jakmile bude aktualizační program hotov, ukončete ho. Nespouštějte zatím osu!Adresa proxyNastavení proxyUživatelské jménoHesloPort proxyPřečtěte si soubor TRANSLATORSČíst PC CD-ROMČíst PC CD-ROMČíst manuálČtěte pozorně!\n\nJakmile $TITLE instalátor požádá o změnu cdrom, vraťte se do tohoto okna $APPLICATION_TITLENačítání vašeho zařízeníObnovitObnovování {0}RegistracePřihlaste se/Zaregistrujte se a stáhněte instalační soubor: https://world.needforspeed.com/Registrace knihoven, prosím vyčkejte\n(Může to chvíli trvat)Editor registrůOdebratOdebrat hry pro Windows Live...Render target mode lockOpravit virtuální diskNahlásit chybuNahlásit problémPodejte hlášení o chybě {0}Je požadováno okolo 18Gb volného místa.nnPoužijete-li online instalátor bude potřeba dalších 5Gb ve vašem domovském adresáři. Doporučujeme použít offline instalátor.Opakovat?SpustitSpustit $TITLE v záchraném módu?Spustit \$TITLE?Spustit .exe soubor v této virtuální mechaniceSpustit místní skriptSpustit průvodce nastavenímSpusťte jeden z vašich osobních skriptůSpousťte programy pro Windows na Běží...UložitSkenuji virtuální disk ...Skriptovače: VyhledávatVyberte DLC k instalaciVyberte do které kategorie váš program patříVyberte jiný souborVyberte stažené ZIP soubory zdeVyberte první záplatu (EE upgrade) ke spuštěníVyberte první záplatu ke spuštěníVyberte aktualizaci ke spuštění.Vyberte druhou záplatu (1.5) ke spuštěníVyberte druhou záplatu ke spuštěníVyberte hlavní grafickou kartu pro hlášení:OdeslatPošlete nám funkční skript vygenerovaný při manuální instalaciNastavit proxyNastavit ikonuNastavení složky Program Files varNastaveníZobrazit virtuální mechanikySimulovat restart windowsMalé ikonyOmlouváme se {0} služba není momentálně dostupná. Zkuste to prosím později$APPLICATION_TITLE $VERSION je příliš stará pro pokračování.\n$APPLICATION_TITLE $NEEDED je vyžadována.Toto není platný .zip souborJe nám líto, ale tato osoba si nepřeje přijímat osobní zprávyPromiňte, potřebujeme detailní popis.Španělštinašpanělština (pouze text)Standardní vydáníStandardní rozložení klávesniceSteam má svůj vlastní aktualizační systémSteam má svůj vlastní aktualizační systém.Byla detekována instalace Steamu\nchcete tuto hru nainstalovat na stejném virtuálním disku?Steam bude aktualizován.\nJakmile Steam ukončí aktualizaci a zobrazí se přihlašovací obrazovka, přihlaste se a začněte instalovat $TITLE.\n\nJakmile bude instalace ukončena, stiskněte dalšíSteam bude aktualizován.\nJakmile Steam ukončí aktualizaci a zobrazí se přihlašovací obrazovka, přihlaste se a začněte instalovat $TITLE.\n\nJakmile bude instalace ukončena, stiskněte další (Neukončujte Steam)Steam instaluje $TITLEBTS, stiskněte tlačítko další, jakmile bude instalace ukončenaSteam právě instaluje $TITLECOL, ukončete prosím aplikaci Steam, jakmile bude instalace ukončena (ujistěte se, že Steam není v systémové liště) a stiskněte další, aby mohl instalační skript pokračovat.Steam instaluje $TITLEW, stiskněte tlačítko další, jakmile bude instalace ukončenaStrict Draw OrderingSprávce úlohTestováníDěkujeme!\n\nVaše zpráva byla odeslána.\n\nBudeme dělat vše co je v našich silách abychom vám odeslali odpověd e-mailem co nejdríve.CD ochrana této hry pod Wine nefunguje.CD-ROM verze není aktuální. Pokud chcete správnou funkčnost $APPLICATION_TITLE, tak nezapomeňte aktualizovat $TITLEWebové stránky PlayOnLinux jsou nedostupné.Kódy pro opuštění prvního dungeonu jsou k nalezení v dokumentaci.\nKlikněte pravým tlačítkem na ikonu hry, "Read the manual" a koukněte se na strany 4-5.Kódy nezbytné pro spuštění nové hry lze nalézt v \ndokumentaci;\nKlikněte pravým tlačítkem na ikonu hry, "Read the manual".Zdá se, že stahování selhalo.Soubor mohl být též aktualizován. Pokud problém setrvá, zvažte nahlášení problému, aby mohl být skript upraven.Soubor je pojmenován: {0}Následující soubor je umístěn na souborovém systému FAT32.\nTo může způsobit nefunkčnost wine\n\n$FilePathNásledující soubor je umístěn na souborovém systému NTFS.\nTo může způsobit nefunkčnost wine\n\n$FilePathNásledující soubor je umístěn na fuse souborovém systému.\nTo může způsobit nefunkčnost wine\n\n$FilePathNásledující soubor je umístěn na souborovém systému připojeném s parametrem noexec.\nTo může způsobit nefunkčnost wine\n\n$FilePathNásledující lidé přispěli k tomuto programu: Hra se nespustí dokud nenastavíte /proc/sys/kernel/yama/ptrace_scope na 0Editor úrovníZáplata může být nyní aktivována a nastavena z\nokna nastavení PlayOnLinux pro Outcast.\nNezapomeňte zanechat zprávu Zengerovi na GOG fóru!Pro pokračování potřebuje program přístup k ptrace()Zástupce byl umístěn na vaší plochuCíl $PREFNAME virtuálního disku již existuje:Virtuální jednotka přiřazena k {0} ({1}) již neexistuje.Není nainstalováno nic spustitelného. {0} souborů.Tyto fonty byly poskytnuty firmou Microsoft\n"v zájmu multiplatformní kompatibility".Popřemýšlejte o zakázání tzv. triple-bufferingu v nastavení,\ntato funkcionalita není ještě ve Wine podporována.Tato procedura nainstaluje Microsoft Office $TITLE, program, který vám umožní prohlížet dokumenty typu .doc a .docx, nebudete je ale schopni editovat. Tento program je určen pro uživatele, kteří nejsou schopni zobrazit dokumenty doc a docx. Chcete-li tyto dokumenty editovat, použijte LibreOffice, OpenOffice nebo nějaký další editor. Rozšíření automaticky nainstaluje záplatu verze 1.3.5511Rozšíření automaticky nainstaluje záplatu verze 2.5.26461Toto rozšíření upraví automaticky hru na verzi 1.2.0416.Toto rozšíření automaticky akutalizuje hru na verzi 1.03Tento soubor: Tato funkce je v prostředí PlayOnLinux zakázánaHra je již v rozšířené verzi\npotřebuje pouze záplatu 1.5Tento instalační skript vyžaduje ffmpegTento instalační program je poskytován: Toto je instalátor pro aktualizaci nebo rozšíření;\nNainstalujte nejprve $TITLE_REQUIREDToto je instalátor aktualizace;nNainstalujte prosím nejprve $TITLE_REQUIREDToto již neplatí, ale jsou stále k dispozici přes třetí strany.Toto je seznam skriptů, které nám byly poslány. Můžete jeden z nich spustitTento balík nefunguje na 64 bitové instalaciTento balík nefunguje s wine ve verzi 1.3.18 nebo nižšíTento balík nefunguje s wine ve verzi 1.3.22 nebo nižšíTento balík nelze instalovat s wine ve verzi 1.5.21 nebo vyššíTento zásuvný modul vám umožní zachytávat aplikace pod PlayOnLinuxTento program obsahuje ochranu proti kopírování (DRM) nepodporující tuto emulaci. Jediné řešení je použití "no-cd" patche, toto se ovšem používá také v případě pirátství, tudíž neposkytujeme žádnou podporu.Aktuálně probíhá testování tohoto programu. Program nemusí fungovat dle očekávání. Vaše zpětná vazba, ať negativní či pozitivní, je velmi důležitá pro další vylepšování tohoto instalátoru.Tento program vytvořil: Tento nástroj pomůže Macu přečíst část CD-ROM určenou pro PC.\n\nPoužívejte tento nástroj POUZE v případě, kdy jde o hybridní CD-ROM (Kompatibilní s Windows a Mac OS) a jestliže část určená pro Windows není dostupnáS pomocí tohoto nástroje nám můžete pomoci:Tato virtuální mechanika je chráněnaToto vám umožní nainstalovat Sacrifice, následně stáhne a nainstaluje záplatu #3. Nespouštějte hru dokud nebude záplata nainstalována.Tento průvodce vám pomůže instalovat Tento průvodce vám pomůže s přípravou prostředí pro $APPLICATION_TITLETento průvodce vám pomůže nainstalovat Wine: Tento průvodce vám pomůže nahlásit chybu oficiálně podporované aplikace.Tento průvodce vám pomůže se spuštěním neoficiálního skriptu pro $APPLICATION_TITLE.Tento průvodce vás provede odinstalací: Aby mohl pokračovat, PlayOnLinux potřebuje znovu připojit vaší CD mechaniku s použitím volby unhide.Aby mohl pokračovat, musí PlayOnLinux odpojit (unmount) vaší CD mechaniku, která byla připojena (mount) s využitím volby unhide.Ke správné kompatibilitě musí PlayOnMac nainstalovat XQuartzPři pozdější instalaci jazykového balíčku otevřete konfigurační panel hry abyste spustili instalaci do virtuálního disku (záložka Různé)NástrojePřenos souborů z disku 1Přenos souborů z disku 2Překlady:Ovládací panel hry Two Worlds je nástrojem od komunity této hry.\nUmožňuje Vám měnit parametry and spravovat mody\npro tuto hru. Detaily viz\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \nNainstalovat?Britská verzeAmerická nebo kanadská verzeUživatelé Ubuntu musejí přidat zdroj MEDIBUNTU,\naby kódování proběhlo správně.Nemohu najít soubor: Nelze najít verzi: Není možné nainstalovat XQuartz! Pro zlepšení kompatibility se ale nainstalovat musí.NezměněnoOdinstalovatOdinstalace...Obnovení GITInstrukce pro aktualizaciAktualizovat wineprefixProbíhá aktualizace $APPLICATION_TITLE z GITu...Aktualizace $TITLEAktualizuje se zásuvný modul. Předchozí: Použití: Použít plugin pro Pokročilé nastavení WinePoužijte CD-ROM(y)Použijte DVD-ROM(y)Použít Desura store demo verziPoužít Desura store verziPoužít Origin store demo verziPoužít Origin store verziPoužít konfigurátor PlayOnLinux proPoužijte Steam Store demo verziPoužijte Steam Store verziPoužít WineTricksPoužít soubor nastavení v počítačiPoužít jinou verzi WineUživatelské přerušeníInstalace VCRun2008 se nemusí zdařit, verze PlayOnLinux je příliš stará. Aktualizujte prosím.Instalace VCRun2010 se nemusí zdařit, verze PlayOnLinux je příliš stará. Aktualizujte prosím.Největší ikonyGrafická karta nemá dostatek pamětiVelikost paměti grafické kartyVirtuální mechanikaTvůrce virtuálního diskuVirtuální diskyVisuální kvalitaVAROVÁNÍ. Nejprve prosím použijte POL_SetupWindow_InitWASD (Qwerty)Vyčkejte na připravení instalace...Vyčkejte, jazykový balík se nastavuje...Čekejte prosím, instalace se připravuje...Vyčkejte na stažení 1. záplaty...\nMůže to chvíli trvat, v závislosti na vašem připojení.Vyčkejte na stažení 2. záplaty...\nMůže to chvíli trvat, v závislosti na vašem připojení.Vyčkejte na stažení 3. záplaty...\nMůže to chvíli trvat, v závislosti na vašem připojení.Vyčkejte na stažení 4. záplaty...\nMůže to chvíli trvat, v závislosti na vašem připojení.Vyčkejte na stažení záplaty...\nMůže to chvíli trvat, v závislosti na vašem připojení.Čeká na ukončení asistenta prvního spuštěníVarování !!\n\nPodpis skriptu, který chcete spustit, NENÍ platný\n\n$APPLICATION_TITLE nepovolil spouštění tohoto skriptu a nebude za to na sebe brát zodpovědnost.\nUjistěte se, že opravdu dobře víte, co děláte!Varování !!\n\nPodpis tohoto skriptu, který chcete spustit, není platný\n\nPlayOnLinux tento skript neschválil a není za něj tudíž zodpovědný.\nProsím, ujistěte se, že víte, co děláte!Varování: GFWL je již asi nainstalováno.\nVynucená reinstalace.Varování : vcrun2010 je již asi nainstalováno.\nVynucená reinstalace.Varování: vcrun2008 je již asi nainstalováno.\nVynucená reinstalace.Varování: vcrun2010 je již asi nainstalováno.\nVynucená reinstalace.Varování! Komprese S3TC není na vašem systému dostupná.\n\nJestliže používáte svobodný ovladač, můžete zkusit nainstalovat ovladač proprietární \n\nTaké můžete nainstalovat balík libtxc-dxtn0, můžete ovšem zaznamenat pomalejší výsledky.Varování: Tento nástroj je určen pro zkušené uživatele. Pro čistou odinstalaci programu s {0} musíte smazat i přiřazený virtuální diskVarování: Pro správné kódování videa,\nMUSÍ být rozlišení násobkem 16Varování: Stíny ve hře nebudou fungovat.\nOdznačte tuto možnost během instalace.Varování: Máte spuštěnou aplikaci $APPLICATION_TITLE $VERSION.\nPro pokračování je však doporučena aplikace $APPLICATION_TITLE $NEEDED.Varování: Nesmíte zaškrtnout "Spustit $TITLE" na konci instalace.Určili jsme, že program, který chcete nainstalovat je:Jsou potřeba přístupová práva správce. Budete požádáni o zadání tzv. root hesla. Zde jsou příkazy, které budou spuštěny pod účtem správce:Položíme vám několik otázek, buďte prosím co\nnejpřesnějšíVítejte v Pokročilé konfiguraci Wine, umožňující optimalizaci systému pro Wine vytvořené GNU_Razielem. Pokud nebudete vědět co si vybrat, PONECHTE VÝCHOZÍ HODNOTY.Vítejte v Detour, jedná se o zásuvný modul, který umožňuje vytvořit poinstalační zástupce.Vítejte v instalátoru $PVERSION pro $TITLEVítejte v DLC instalátoru pro $TITLEVítejte v instalátoru DLC $TITLE_REQUIREDVítejte v instalátoru $PVERSION pro $TITLEVítejte v instalátoru záplaty $PVERSION pro $TITLE_REQUIREDVítej v instalaci aktualizce $PVERSION pro $TITLEVítejte v instalátoru záplaty verze $PVERSION pro $TITLE_REQUIREDVítejte v instalačním průvodci pro $APPLICATION_TITLEVítejte v asistentu aplikace $APPLICATION_TITLE.\nPomůže vám nainstalovat soubor $file do počítače.\n\nBuďte opatrní! Tento program není oficiálně podporován aplikací $APPLICATION_TITLE.\nTudíž nemusí pracovat podle očekávání.Vítejte v instalační průvodci $APPLICATION_TITLE.\n\nTento skript zajístí instalaci skriptů pro $APPLICATION a použití se všemi nástroji\n\nVarování: Nemůžeme zaručit, že vše bude fungovat naprosto bez problémů.Vítejte v tvůrci virtuálního disku pro $APPLICATION_TITLE.\n\nTento nástroj pomůže s vytvořením nového virtuálního diskuCo chcete udělat?Který zástupce by měl být vytvořen?Která vlastnost vašeho programu není funkční?\nPokud funguje všechno, tak to prosím napište takéJaký je editor programu používáte?Jaký editor webových stránek používáte?O jakou příponu se jedná?Jaké je jméno vašeho programu?Jaké je jméno vašeho programu?Jakému jazyku dáváte přednost?Jaký druh problému máte?Jaký druh virtuálního disku chcete vytvořitCo chcete udělat ještě před instalací?Co si přejete udělat?Jakmile je obnovení $TITLE ve Stemu dokončeno,\nNEKLIKEJTE na hrát.\n\nUkončete rozhraní aplikace Steam, \naby mohl instalační skript pokračovat.Až Desura dokončí stahování $TITLE,\nNEklikejte na Hrát(Play).\n\nnZCELA zavřete rozhranní Desury, \naby mohl instalační skript pokračovatJakmile je $TITLE stažený, NEKLIKEJTE na Hrát.\n\nUzavřete kompletně herní prostředí Steamu, \naby mohl instalační skript pokračovat.Až bude $TITLE ve Steamuj stažen, NEklikejte na Hrát(Play).\n\n Zavřete Steam, aby instalační skript mohl pokračovat.Jakmile Steam stáhne $TITLE, \nNEKLIKEJTE na Hrát.\n\nUzavřete úplně rozhraní Steamu, \naby mohl instalační skript pokračovat.Jakmile Steam stáhne $TITLE, \nNEKLIKEJTE na Hrát.\n\nUzavřete úplně rozhraní Steamu, \naby mohl instalační skript pokračovat.Jakmile je $TITLE stažen ve Steamu,nNEKLIKEJTE na hrát.nnUzavřete kompletně rozhraní Steamu, naby mohl instalační skript pokračovat.Jakmile hra požádá o další DVD\nklikněte na \"Vpřed\"Při instalaci se ujistěte, že se Scrolls nespustí automaticky, aby mohlo dojít k nastavení POL.Jakmile bude instalace hry žádat další disk\nklikněte na \"Vpřed\"Jakmile si hra vyžádá další disk\nklikněte na "Vpřed"Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na ${END_JP} a potom na ${YES_JP} (Y). Klikněte na Další pro zahájení instalace.Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na ${END_JP} a potom na ${YES_JP} (Y). Jakmile bude instalace ukončena, klikněte na Další.Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na ${END_JP} a potom na ${YES_JP} (Y). Klikněte na další pro zahájení instalace.Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na ${END_JP} a potom na ${YES_JP}. Jakmile bude instalace ukončena, klikněte na Další.Jakmile se vás instalátor zeptá na vložení disku číslo $CDNumber, klikněte na další.\n\nNeklikejte na další dříve!Jakmile je spouštěč otevřen, klikněte na horní tlačítko, aby se otevřel instalátor. Jakmile se otevře nové okno, klikněte na OK. Dojde-li v průběhu instalace k otevření dalšího nového okna, klikněte na tlačítko s písmenem N. Počkejte, až se celý proces ukončí a klikněte na pravé tlačítko pro opuštění. Klikněte na Další, jakmile je instalace skončena.Když je {0} instalován program Windows: - Opusťte výchozí umístění - Nezaškrtněte "Spustit program", pokud je poptáváno.Kde jeKde je připojena vaše CD-ROM?Na kterou aplikaci chcete použít změny?Které vydání vlastníte?Kterou jazykovou verzi chcete nainstalovat?Jakou regionální verzi World of Tanks chcete nainstalovat? Poznámka: Korea není v této instalaci podporována.Který typ aktivace?Kterou verzi vlastníte?Kterou verzi chcete instalovat?Kterou verzi WINE chcete použít?Restartování WindowsWine nepodporuje zatím USB. Nebudete schopni synchronizovat své iDevice zařízení s aplikací $APPLICATION_TITLE.Zdá se, že wine havarovalo\n\nNicméně pokud program stále běží, tak toto hlášení můžete ignorovatWine odinstalátorVerze WineVerze WineChcete povolit anglickou verzi patche?Zde napište všechny provedené změny v konfiguraci Wine:XQuartz $XQUARTZ_VERSION byl nainstalován.XQuartz byl nainstalován.AnoJste připojen online k $APPLICATION_TITLE jako $POL_LOGINTyto fonty můžete svobodně používat jen pro svou vlastní potřebu,\nnemůžete je ovšem distribuovat dál ve změněné formě,\nto zahrnuje změnu názvu souboru nebo formátu.Pokoušíte se otevřít skript určený pro {0}! Možná to nebude fungovat tak, jak čekáteInstalační soubor $TITLE můžete stáhnout zde:Archiv můžete stáhnout z:Toto okno není možné zavřítNevybrali jste hruVypadá to, že nemáte žádný osobní skriptNemusíte instalovat DirectX nebo používat GLSetup.Byl jste úspěšně odhlášen z $APPLICATION_TITLE online\nNyní můžete toto okno bezpečně zavřítMusíte být schopni tento program spustit!Musíte zvolit záznam pro převodMusíte zvolit záznam pro čteníMusíte vybrat soubor!Musíte vybrat hru ke změnámMusíte deaktivovat proti pirátskou ochranu, \nchcete-li hrát pomocí wineMusíte deaktivovat proti pirátskou ochranu, \nchcete-li hrát pomocí wine.Nesmíte nastavit úroveň stínů na maximum,\njinak budete muset vše vymazat a instalaci opakovat.Aby se změny projevily, tak musíte {0} restartovat.Nejprve nainstalujte pro pokračováníK použití {0} byste to měli nainstalovatNa ploše by měl být adresář League of Legends, který bude obsahovat instalátor. Můžete si ho ponechat pro případné urychlení reinstalace.Chcete nainstalovat s ?Chcete vytvořit symbolický link pro $TITLE ve vašem domovském adresáři /home/folder?n(Ano doporučeno.)Chcete otevřít stránku ke stažení $TITLE ve vašem prohlížeči?Vaše verze $APPLICATION_TITLE není aktuální.\nNež budete posílat oznámení o chybě, tak musíte nejprve $APPLICATION_TITLE aktualizovat.\nDěkujemeBude otevřeno okno prohlížeče, stáhněte prosím záplatu a rozbalte jíSouborový systém může znemožnit korektní běh {0}. Pro více detailů spusťte prosím {0} v termináluVaše grafická karta nemá dostatek paměti!\nMůže to způsobit nefunkčnost hryZQSD (Azery)\nUjistěte se, že máte funkční připojení k Internetu.glxinfo není nainstalováno. Nainstalujte prosím balík mesa-utilsnení zkratkou ikonyja_JP.utf8 musí být nainstalován pro fungující instalaci $TITLE.zv prostředí $APPLICATION_TITLE.adresář temp chybí{0} Průvodce{0} nemůže nalézt {1}{0} nastavení{0} console{0} nástroj k ladění{0} chyba{0} instalační menu{0} není shopen spustit POL_SetupWindow_server.{0} nemůže spustit PlayOnLinux Setup Windows server.{0} nemá být spouštěn s oprávněním jako root. Omlouváme se{0} se nedaří najít 32bitové knihovny OpenGL. Možná zaznamenáte nějaké chyby{0} se nedaří najít 64bitové knihovny OpenGL. Možná zaznamenáte nějaké chyby{0} komunikátor{0} nastavení{0} stránka není dostupná. Zkontrolujte, prosím, vaše připojení{0} manažer verzí wineplayonlinux/lang/locale/da/000077500000000000000000000000001226051336100162035ustar00rootroot00000000000000playonlinux/lang/locale/da/LC_MESSAGES/000077500000000000000000000000001226051336100177705ustar00rootroot00000000000000playonlinux/lang/locale/da/LC_MESSAGES/pol.mo000066400000000000000000000526641226051336100211340ustar00rootroot00000000000000l9  !'8&<c6i/!"/#)07Nd~   0F!a$& +3 CdNvYYy  z&3&Z  4:BIRZCaM(*Skc-6FWfu } +    2cC  #6EW ] hs{(')- C9 1} 2 6 $!d>!#!$!$!&"48"0m"""")" "# ## ## ###$$$($8$ ?$L$%P$v$$ $$ $$$%*%I% N% Z%g%p% %)%*%%&Kv''I( ((2(/ )0P)U)G)*?* E* S*^*\u* * ** *)+b0+I+E+#,M,3-<<-3y-<--.@/;`/1/// / 00M0e0,000$0!1 $1WE1X11 12 2"2,32 `2m22A4 H4R4&p4+4'44+451$52V505-5566777+7C7`7%u7$7&7 77$838'D8 l8!8"88888 99*929"G9j9Pz9b9b.:: : ::::$W;%|;; ;;;;";;;< <<-<C<`<e<n<s<z<<T<W< >=+H=t=)==w=@>Y>x>>>>>>>> ?? ?*%?P?h? {?? ?-?l?3@8@;@B@F@X@ t@@@@@@@@A A A'A7=A5uA7A'AO B'[B-B)B*BkC3rC2C4C&D15D,gDD!DD4D'E6E EE EE E F !F/F 7F BF LFmFsFF'FFF"F!G(G"P(aP>PPTQ<Q5R-TRRR RRRWR!S68S;oS1S,S+ Th6TiT U UU (U3U:JUUU?fMBEYlT~b c2>xOXg&r<KnU@dW*s$a{4J iktw^}o1S\9(#.VD'|]m5ICFZGA!3,v_0=Qe`%-RP/)+ [q; j"zy76 :8LhNupHAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllAn updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete: Are you sure you want to install: Available Wine versions: Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the game language you wantChoose the name of the virtual driveChoose the video format for conversionCloseClose all {0} softwareClose this applicationCommand promptConfigureConfigure WineConnectConversion doneConvert a captured file to videoCreate a shortcutDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?DonateEducationEnableEnglishEnglish versionError while installing archiveExitFileFrenchGLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGraphicsI AgreeIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall scriptsInstallation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInternational versionInternetItalian versionJapanese versionJoin a channelKill processesKillAppLarge iconsLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMedium iconsMessengerMiscellaneousMultimediaNOTICE: For low-latency audio, look into WineASIO.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNextNoNo descriptionNo manual found for {0}Normal versionOfficeOpen a shellOpen the application's directoryOpen the directoryOperation doneOptimisation doneOtherPackager: Password: PatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease install $TITLE_REQUIRED firstPlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead the manualRefreshRefreshing {0}RegisterRegistry EditorRemoveReport a bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Scriptors: SearchSelect first patch to executeSelect patch to executeSelect second patch to executeSendSet a proxySet the iconSettingsShow virtual drivesSmall iconsSteam have is own automatic update systemSteam have is own automatic update system.Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedTask managerTestingThe following people contributed to this program: This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis plugin wil allow you to capture you applications under PlayOnLinuxThis virtual drive is protectedToolsTranslations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.UninstallUpdate GITVery large iconsVirtual driveWait while language pack is configured...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When the game setup will ask for next Disk\nclick on \"Forward\"Which application do you want to apply the modification to?Which language version would you like to install?Which version do you have?Windows rebootWine versionWine versionsYesYou are trying to open a script design for {0}! It might not work as expectedYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.of{0} Wizard{0} configuration{0} console{0} install menu{0} is not supposed to be run as root. Sorry{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:04+0000 Last-Translator: Rasmus Christian Christensen Language-Team: Danish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Om {0}TilbehørAktiver GLSL understøttelse?Aktiver Multisampling-understøttelse?Aktiver tilsidesættelse af museombrydning?Tilføj PlayOnLinux logo til din video?AlleEn opdateret version af {0} er tilgængeligTilføjEr du sikker på at du vil installere {0} pakken?Er du sikker på at du vil lukke alle {0} vinduer?Er du sikker på at du ønsker at afinstallere: Er du sikker pa at du ønsker at installere: Tilgængelige Wine versioner: Vær forsigtig! Hvis du vil køre $TITLE med $APPLICATION_TITLE, skal du installere en No-CD patch, selvom du har en legal udgave.\n\ nHusk venligst, at $APPLICATION_TITLE er stærkt imod pirateri, og aldrig vil støtte det.Start optagelse af et programGennemseAnnullerOptagelse igang...Optagelsesmenu (OpenGL)Optagelsesmenu (ikke OpenGL)Optagelse startes...Vælg DirectDraw gengivelsestilstand?Vælg Offscreen gengivelsestilstand?Vælg Target Lock gengivelsestilstand?Vælg et spilVælg et udvidelsesmodulVælg den handling der skal udføresVælg et programVælg den insdstilling der skal ændresVælg det spil sprog, du ønskerVælg navn til det virtuelle drevVælg videoformat for konverteringLukLuk alt {0} softwareLukke dette programcommando promptKonfigurerKonfigurer WineForbindKonvertering udførtKonverter en optaget fil til videoOpret en genvejDefiner dine kodningstilvalg \n (anvend standard hvis du ved hvad du skal gøre)Definer dine kodningstilvalg for 1. gennemløb \n (anvend standard hvis du ved hvad du skal gøre)Definer dine kodningstilvalg for 2. gennemløb \n (anvend standard hvis du ved hvad du skal gøre)Udvikler og webside: UdviklingDeaktiverAfbryd forbindelseUdseendeGlem ikke at lukke Steam, når download\ner færdig, således at $APPLICATION_TITLE kan fortsætte\nmed at installere dit spil.Ønsker du at installere Patch 1.0c?Ønsker du at installere Patch 2.0a ?DonérUddannelseAktiverEngelskEngelsk udgaveFejl under installation af arkivetAfslutFilFranskGLSL SupportGame Of The Year udgaveSpil ikke installeretSpillet er ikke installeret.SpilGenereltTyskGrafikJeg acceptererIkoner:Hvis .NET 3.0 installationen mislykkes, bliv ikke bekymret\nspillet vil stadig virkeFor at installere $TITLE er vi nødt til at installere Mod Pack Studio Lite 2.0 først.InstallerInstaller et program der ikke er på listenInstaller et programInstaller et program på et virtuelt drevInstallationsscriptsInstallation færdig\n\nSpillet kan gå ned i første forsøg, men ingen grund til bekymring, bare prøve en gang mere.Installation er igang...Installerede Wine versioner : Installerede udvidelsesmodulerInternational udgaveInternetItaliensk udgaveJapansk udgaveJoin a channelSlå processen ihjelKillAppStore ikonerLogind: MB downloadetSkab en ny genvej fra dette virtuelle drevHåndter Wine versionerMellemstore ikonerMessengerDiverseMultimedieBEMÆRK: For lav latenstid lyd, tjek WineASIOBEMÆRK: For at registrere, når den åbner og beder om registrering, så drag-and-drop din reg fil i $TITLENavnNyNæsteNejIngen beskrivelseIngen manual fundet til {0}Normal udgaveKontorÅben et shell vindueÅbn programbiblioteketÅbn programbiblioteketHandling gennemførtOptimering gennemførtAndetPakkeansvarlig: Password: RettelserAfspil en optaget filVælg venligst den PID optagelsesfil der skal afspillesVælg venligst den optagelsesfil der skal konverteresVælg venligst den OGV optagelsesfil der skal afspillesIlæg venligst spilmediet i dit CD-drevIndsæt venligst spilmediet i dit CD/DVD drev\nhvis det ikke allerede er gjort.Ilæg venligst spilmediet i dit CD-drevIndsæt venligst spilmediet i dit CD/DVD drevIndsæt det næste spilmedie i diskdrevetInstallere venligst $TITLE_REQUIRED førstBemærk venligst, at Standard Kort ikke virker korrekt, mens brugerdefinerede Kort fungerer uden problemer.Vælg venligst den installationsfil der skal køresVælg venligst hvilken installationfil skal køresVælg venligst den installationsfil der skal køres:Vent venligst mens $TITLE installeres.Vent venligst mens PlayOnLinux logoet oprettes...Vent venligst mens din video bliver kodet...Vent venligst...Håndtering til udvidelsesmodulerUdvidelsesmodulerTryk +F8 for at starte eller stoppe optagelseTryk +F8 for at stoppe optagelseTryk Næste og klik så på det vindue\ndu ønsker at optage.\nOptagelse vil automatisk starte efter 5 sekunder.\nKun video bliver optaget.Proxy adresseProxy-opsætningProxy-loginProxy-adgangskodeProxy-portLæs filen TRANSLATORSLæs manualenOpdaterGenindlæsRegistrerRegistrartingsdatabase-behandlerFjernRapporter en fejlKørKør en .exe fil i dette virtuelle drevKør et lokalt scriptKør konfigurations guidenKør et af dine personlige scriptsKør dine windows programmer på Script-forfattere: SøgVælg den første patch som skal installeresVælg hvilken patch der skal udføresVælg den anden patch som skal installeresSendAngiv en proxyAngiv ikonetIndstillingerVis virtuelle drevSmå ikonerSteam har dets egen automatiske opdateringssystemSteam har dets egen automatiske opdateringssystemSteam er ved at udføre en opdatering.\nNår Steam færdig med opdateringen og viser dig til login interfacet, login og lad $TITLE installere.\n\nNår installationen er færdig, skal du trykke på næsteSteam skal til at udføre en opdatering.\nNår Steam er færdig med opdateringen og viser dig login interface, login og lad $TITLE installere.\n\nNår installationen er færdig, skal du trykke næste (Luk IKKE Steam)Steam installerer $TITLEBTS, tryk næste når installationen er færdigSteam installerer $TITLECOL, afslut venligst Steam korrekt, når installationen er færdig (sørg for at Steam ikke stadig er i proceslinjen) og tryk næste, så installationsscriptet kan fortsætte.Steam installerer $TITLEW, tryk næste når installationen er færdigTask managerTesterFølgende personer har bidraget til dette program: Denne addon installere automatisk patch 1.3.5511Denne addon installere automatisk patch 2.5.26461Dette er et installationsprogram for en opdatering eller en addon,\nInstallere Venligst $TITLE_REQUIRED førstDette udvidelsesmodul tillader dig at optage dit program under PlayOnLinuxDette virtuelle drev er beskyttetFunktionerOversættelser:UK udgaveUS or Canadisk udgaveUbuntu bruger skal tilføjge MEDIBUNTU arkivet\nfor at dette konverteringsformat skal fungere ordentlig.AfinstallerOpdater GITMeget store ikonerVirtuelt drevVent, mens sprogpakke bliver konfigureret ...Vent venligst, mens patchen hentes ... \ nDenne operation kan tage tid, afhængigt af din forbindelse.Advarsel: For korrekt videokodning,\n SKAL opløsningen være et multiplum af 16Advarsel: GameShadow virker ikke\nFravælg den venligst under installationen..Velkommen til Avanceret Wine Konfiguration, et optimeringssystem for Wine skabt af GNU_Raziel. Hvis du ikke ved hvad du skal vælge, ANVEND STANDARDVelkommen til Detour, et modul der gør dig i stand til at oprette efter-installation genveje.Velkommen til patch $PVERSION til $TITLEVelkommen til patch $PVERSION Installation for $TITLE_REQUIREDVelkommen til patch $PVERSION til $TITLEVelkommen til patch $PVERSION Installation for $TITLE_REQUIREDNår $TITLE download ved Steam er færdig,\nKlik IKKE på Play.\n\nLuk HELT Steam interfacet,\NSå at installationsscriptet kan fortsætteNår $TITLE hentning ved Steam er færdig,\nKlik IKKE på Play. \n\nLuk HELT Steam interfacet,\nså at installationsscriptet kan fortsætte.Når spillets setup beder om næste Disk\nKlik på\"Fremad\"Hvilket program ønsker du at anvende ændringen på?Hvilken sprogversion vil du gerne installere?Hvilken udgave har du?Windows genstartWine versionWine versionerJaDu prøver at åbne et script designet til {0}! Det vil måske ikke virke som forventetDu valgte ikke et spilDet ser ikke ud til at du har nogen personlige scriptsDu behøver ikke at installere DirectX eller bruge GLSetup.Du skal vælge den optagelse der skal konverteresDu skal vælge den optagelse der skal læsesDu skal vælge et spil der skal modificeresDu skal deaktivere anti-piratkopiering beskyttelse af dette spil\nHvis du ønsker at spille det med wineDu skal deaktivere anti-piratkopiering beskyttelse af dette spil\nHvis du ønsker at spille det med wine.af{0} Guide{0} konfiguration{0} konsol{0} Installations menu{0} er ikke tiltænkt at skulle køres som root. Desværre{0} indstillinger{0} Wine versionshåndteringplayonlinux/lang/locale/de/000077500000000000000000000000001226051336100162075ustar00rootroot00000000000000playonlinux/lang/locale/de/LC_MESSAGES/000077500000000000000000000000001226051336100177745ustar00rootroot00000000000000playonlinux/lang/locale/de/LC_MESSAGES/pol.mo000066400000000000000000002545741226051336100211440ustar00rootroot00000000000000L/?? ?5?J? ]?'i???#?#??@@--@0[@+@#@(@(A&.A)UA+A"A!AAB*/BZBXwBBhCD0D5E+6E4bE9E*E$E#!FEFUF;gF_F&G*GGmGEHPDI IIII I JJ*J!JJlJ'pJJJ"J&JJ6K/7K)gK%K3K!K" LM0L ~LLLLM?NVN^NxNNLNgN[O1P#QR)Q|QQQ}R0S7S1PSSSSSSYS;ITTTT T TU 4UBU^U0nUUUU.U!V=V3XV$V&VV VVWWW6W MWXW*gW W WWW*W W WX X6X$KXpXX XXXX XX YY6YzGY#YNYY5ZYZZ ZZ [![8[M[ U[`[zh['[C \%O\(u\,\B\4^&C^&j^9^6^_5_N_We_$___3`5`E`]`|`$`````a ai"alaa& b2b 9bCbUb\bub}bbb*bbBb1cPc%mcc!c%ccc#c*dGd]d pd}dOd(de ee.eHe2Oe eCeeefff'f .fOf6Xf7ff.f>gUg%]g g"ggLh[hCbh5h\hb9iisi0jMj k!k6kUk]kzk(kkkkkkklllllllm2mOm!jm!mmmmmn,n=nVnonn nnnBn o!o1oBoQokozo(oo ooo-ooppp :p+Hptppp p pp<p1q FqTq hq sq-q2qaqcDrrrrrrKr s4sLOss1s&s( t 6tCtRt.Wt'ttttQXuu uu uvv2vAvSv'YvvTv v vvw:wUw*qwwww(w'xAx#Yx}x+x)x"x$y;y0Zy5y3y:yY0zzEz/zE{Ed{E{E{-6|Cd|@|@|@*}@k}}}7}1~2M~6~8~c~$T,y1.d%Ҁ2S ftہ7$.Sl)/&:(#c$$у]IF6IDŽ4>FC;Ʌ+&1)X(470IXg)o 9E   Lj݈#+:WC9Չ $ 9FWry} %Ɋ܊  4?D cov"ŋ$@$_< ƌ Ҍߌ .P:c)<&V})Ď*d~KQI  h@zy'5"]eddcnȓ27Rj,Δ2B.-q^/0.4_7 ̖9ؖ#*6UaHG3H4|47GfG&͛"@7+xPI(?Lhڝ \)N   ,7K']& 4R"kàҠ [[uѡ& )?N.] &)*b.yyFDKKץK#o]IާE(mnGܨ:$N_ME-'13<O3<20kb'zS#+F ]"~ !¯0.D_;@б|;1 >X%s,ƳeճR; /5= ^z<~M* '4\y,0d%V$|!÷ ۷WXTk4"N q\6~&FlTY 5;.7G& ˼߼ 0%9V,[[ u 8ɾl #!&2Ynu*-( %/%U#{&)"!5T&t$i*.e:)2;,*h#%:i>$|c.U "(Bk :21M<VC83GD15] R\s w'f|aYr a =:T_cF !)K"`"!* G)q6)+2F3y3 &5U]v C  -%Siy02#(?h~ 0|I[ d!q  +G'7(,`H'd';8!)@Km"2H3P$&6Vq|?6 8C]fx8S%?)e!*+/+)[ S5TZk# :QSl /::0$k7F ,J)h $1\:CrN/^:$! 32;K  (Ge"" 4Oh D@Wl* >Y t: "8MeS~6  1>.P4k Z.0A:r4'2!Tgw:. f(;Ne':0^@$  923N"+65&\2v)66 !A+c%CC.=Rll,NK6NN NoN4 EB L K K! Km  " : 42 %g = ; v -~ 6 9 6 T xf *  &!7IY#M0C"].53K7708%{;UB TP==N!Fp2393X@A5EU l=z2=  )@Thw  rC(l !  0);e1y"0) G Q![}'&"7A)y#*\Vl} \lJ->N$s|02m  T!R!G"\"o"ov"?"&#3# #$r'$q$q %~~%=%^;&&*&7&Z'9i'|'7 (8X(=(:( );)+T)4))a8*c*>*?=+?}+>+N+!K,m-$4.Y.$U/(z/8/H/:%0i`0[08&1Y_1 1112 2272-22i3 m3z33 3330344 34-@4n44!44!44'5 95+Z55+5$55u5up66A6<7Q7e7{7717 7?74"82W888 9C92:M;Rh;R;R<;a<=Z@>c>r>gr?Q?R,@@tRA-A)A4B7TBHBJB@ C@aCC'DE^F;tFcF%G(:GcG!|GG GG7G*0H[HxH'IJIG!JiJ'K.K9NKK)KKK)L+-LYLjLcLRM cMpM8MPM> NHNcN?fNYN9O/:O+jO O.O>Oq%P;P2P.Q"5Q,XQdQeQyPRBR, S7:SyrS7S$TMT~ U`U U?U@:V{VLVV#V W *W8WRW dW pW }WW<WAWJX?iX?XXYHY`Yj;}U?y2-8-cdJv%~(1G9zA  &s2,UG]l xiBL!m  V+ 6mS/P9CpIvKt}*l<9K"[vMY{"i!H.=:\N t,R)m#st%)YL?3&T< 3>}Df1&f:8EN#wZ.q/7q0Xe;$4'5QXDyg c[4Org{~Q^UT/[r>j$0w`ql7FI1WOR^ hH]dAWZSfPXbh@gQ@phu^ GVw_yV6FC{%~F# = (`b4'NRd EoLk;,a!<Z3*JCp_D|SOJoPij6ena'uBo5|"?k+=-knMBx`$+2be zc78K 0*:\A @IEr(_5\xzHsY T]>)a|nMWu. Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0Include:Insert address of license server!Insert port of license server!InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you must install the modpack in directory:Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTransferring files from Disc 1Transferring files from Disc 2Translations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:47+0000 Last-Translator: Aymeric PETIT Language-Team: de_DE.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Wähle eine Datei Paket extrahieren Paket installieren Zeige diese Nachricht (von {2}) Lizenz in Ihre Sprache übersetzt Original Lizenz existiert nicht! wurde erfolgreich Deinstalliert. ist kein gültiges PlayOnLinux-Paket! auf Ihrem Computer. oder wird installiert in: "Horse Armor Pack" Installation beginnt..."Knights of the Nine" Installation beginnt..."Mehrunes Razor" Installation beginnt..."Orrery" Installation beginnt..."Spell Tomes" Installation beginnt..."Thieves Den" Installation beginnt..."Vile Lair" Installation beginnt..."Wizard Tower" Installation beginnt...$APPLICATION_TITLE Anwendungskonfigurator$APPLICATION_TITLE Gecko Installer$APPLICATION_TITLE Mono Installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE Auto-Updater$APPLICATION_TITLE debugger startet...Erste Nutzung von $APPLICATION_TITLE$APPLICATION_TITLE führt bereits dieses Programm aus.\nMöchten Sie die alten Einstellungen beibehalten?$APPLICATION_TITLE ist ein schwerwiegender Fehler aufgetreten. $APPLICATION_TITLE stoppt die Installation.\nBesuche www.$POL_DNS um weitere Informationen zu erhalten$APPLICATION_TITLE hat einen Fehler verursacht. Fall das Programm nicht korrekt funktioniert, könnte das Problem dadurch verursacht worden sein.\nAuf www.$POL_DNS gibt es weitere Informationen$APPLICATION_TITLE ist ein Fehler aufgetreten. Wenn Sie das installierte Programm nicht richtig funktioniert, könnte es die Ursache des Problems sein.\nBesuche www.$POL_DNS um weitere Informationen zu erhalten$APPLICATION_TITLE analysiert Ihre Applikation$APPLICATION_TITLE ist dabei die Vorbereitung abschließen$APPLICATION_TITLE installiert $PRGM_NAME$APPLICATION_TITLE installiert Ihre Applikation...$APPLICATION_TITLE erstellt ein virtuelles Windows-Laufwerk$APPLICATION_TITLE führt Ihr Programm aus$APPLICATION_TITLE Paketverwalter: $APPLICATION_TITLE Shortcut Ersteller$AUTHOR profile$PACKAGE abgestürzt.$PACKAGE ist abgestürzt.\nAuf Debug klicken für Details.$TITLE installiert wurde.\n\nEinen besonderen Danke an Erich Hoover für seinen Wine-Patch (AcceptEx Fix)$TITLE wurde erfolgreich installiert$TITLE wurde erfolgreich installiert.\n\nWenn das Spiel beim Starten abstürzt, öffnen Sie ein Terminal und geben Sie:\necho 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope.$TITLE ist installiert$TITLE ist installiert!\n\nHinweis!\n1)Starte wine neu\n2)Richtige Ausgabegerät in der wine Audio-Einstellungen wählen\n3)Viel Spaß!$TITLE muss den PC Teil einer Hybrid-CD-ROM lesen.\n\nStandardmäßig wird MacOS nur Zugriff auf den Mac Teil der CD-ROM haben, die möglicherweise nicht kompatibel mit neueren Versionen von Mac OS ist.\n\ nMöchten Sie, dass PlayOnMac versucht, den PC-Teil der CD zu lesen?(Wenn diese Liste leer ist, installieren Sie bitte einen Wine Version mit dem Wine-Version Manager)(Fenster Modus)7z ist nicht installiert, bitte prüfe ob 7zip installiert ist und versuche es erneutBreche Installation abÜber {0}ZubehörGLSL-Unterstützung aktivieren?Multisampling-Unterstützung aktivieren?Mouse-Warp-Override aktivieren?HinzufügenSoll das PlayOnLinux-Logo Ihrem Video hinzugefügt werden?AlleBereits aktuell.Ein Fehler ist aufgetreten während des Downloads.Eine aktualisierte Version von {0} ist verfügbarAnwendenSind Sie sicher, dass sie das {0}-Paket installieren wollen?Sind Sie sicher, dass Sie alle Fenster von {0} schließen möchten?Sind Sie sich sicher, dass Sie Wine {0} löschen wollen?Sind Sie sich sicher, dass Sie {0} löschen wollen?Sind Sie sich sicher, dass Sie {0} virtuelle Laufwerke löschen wollen?Sind Sie sicher, dass Sie das löschen möchten: Sind Sie sicher, dass Sie das installieren möchten: Sind Sie sich sicher, dass sie alle aktiven $APPLICATION_TITLE Anwendungen schließen wollen?ParameterPfeil-Tasten (default)Zugewiesenes ProgrammAchtung: Nachdem die Installation abgeschlossen ist, wird der Patcher geladen. Bitte schließen Sie den Patcher vor der Anmeldung oder beenden Sie das Patchen, um die Installation abzuschließen. Danach können Sie "$TITLE" ausführen, wenn Setup abgeschlossen ist.Achtung: Nach Abschluss der Installation wird der Patcher geladen. Bitte schließen Sie den Patcher vor der Anmeldung, um die Installation abzuschließen. Danach können Sie "$TITLE" ausführen, wenn das Setup abgeschlossen istAutomatische InstallationAutorunVerfügbare Wine-Versionen: Ungültige DateierweiterungSeien Sie vorsichtig! Wenn Sie ändern Seien Sie vorsichtig! Installieren einer dieser Komponenten kann Ihr virtuelles Laufwerk beeinflussen.Seien Sie vorsichtig! Dies wird den Install-Prozess töten. Wenn es nicht fertig ist, müssen Sie $SOFTNAME neu installierenBitten seien Sie vorsichtig! Um $TITLE mit $APPLICATION_TITLE zu starten, müssen Sie einen "keine-CD" Patch installieren, auch wenn Sie die legale Version besitzen. \n\nBitte bedenken Sie, dass $APPLICATION_TITLE explizit gegen Piraterie ist und dies nie unterstützen wird.Wegen des Wine bug #30512, wird das Downloaden oft abstürzen, starten Sie einfach den Client neu und der Download wird fortgesetzt, an der Stelle von wo es unterbrochen wurde. Der Ladebalken wird zurückgesetzt, aber keine Sorge, es fängt nicht von Anfang an.Aufnahme der Anwendung beginnenBinärdatei nicht gefunden: $BINARY\nIst das Programm im Standardverzeichnis installiert?Brasilian (nur Text)DurchsuchenDurch Aktivieren dieses haben Sie Zugang zum Installationsprogramm für Programme, die Schutz gegen Kopie (DRM) bieten und nicht mit Emulation kompatibel sind. Die einzige Lösung besteht darin, einen "no-cd" Patch zu verwenden, aber da diese auch für Piraterie genutzt werden kann, geben wir keine Unterstützung jeglicher Art in dieser Angelegenheit.Durch das Aktivieren dieser haben Sie Zugang zum Tests-Installer. {0} kann nicht gewährleisten, dass Ihre Anwendung ohne Probleme funktionieren wirdAbbrechenKann den Shortcut nicht findenKann nicht mit dem offiziellen Downloader installieren, sorryAufnahme läuft...Aufnahmemenü (OpenGL)Aufnahmemenü (nicht OpenGL)Aufnahme wird beginnen...Symbol ändernPrüfen Sie, dass die Auflösung geändert wird\n(eventuell auf \"HI-RES\" stellen) im Starter.Prüfen Sie, welche Komponenten Sie zusätzlich installieren möchten:Prüfe Download Integrität...Überprüfe Stück Integrität...Überprüfe Plugin: DirectDraw-Renderer-Modus wählen?Offscreen-Rendering-Modus wählen?Render-Target-Lock Modus wählen?Ein Spiel auswählenWählen Sie ein Paket zur Installation ausWählen Sie eine Erweiterung ausWählen Sie ein gültiges $APPLICATION_TITLE Skript zum ausführen aus.Aktion zum Ausführen wählenWählen Sie eine AnwendungEine Option zum Ändern wählenWählen Sie die entsprechende Datei zu Ihrem Programm.Wählen Sie die gewünschte Spiel-SpracheWähle die SpielauflösungWähle die entsprechende Log-Datei Ihrer Software.Wählen Sie einen Namen für das virtuelle LaufwerkWählen Sie das Video-Format für die KonvertierungReinigungBereinige...Klicken Sie auf Weiter um fortzufahrenKlicken Sie auf Weiter um die Installation zu startenBeendenWähle alle {0} SoftwareDiese Anwendung schließenCode wheelKommandozeileExec Befehl, der vor dem Ausführen des Programms, ausgeführt wirdKommerziellKonfigurierenWine konfigurierenVerbindenVerbinde mit Ihrem $APPLICATION_TITLE AccountVerbindungsaufbau …SystemsteuerungKonvertierung abgeschlossenErstelle ein Video aus einer aufgenommenen DateiKonvertiere Videos...Kopieren der Installationsdateien, bitte warten...Kopiere ${filename}Kopiere virtuelles LaufwerkKonnte nicht Programm-Verzeichnis findenErstelle ein ShortcutErstelle Shortcut...DebugDebug flagsDekomprimiere Archive...Dedicated ServerDedicated Server EditorDedicated ServerDie Standard Video-Einstellungen sind ein wenig niedrig für moderne Computer,\nbedenke auf "Auto-detect" in den fortgeschrittenen Video-Einstellungen zu klicken.Standard Konfiguration des virtuellen LaufwerkesWählen Sie Ihre Kodierungs-Optionen \n (Lassen Sie die Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)Wählen Sie Ihre Kodierungs-Optionen für Spur 1 \n (Lassen Sie die Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)Wählen Sie Ihre Kodierungs-Optionen für Spur 2 \n (Lassen Sie die Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)LöschenDemo VersionEntwickler und Internetauftritt: EntwicklungDigital Deluxe VersionDirect Draw RendererDeaktivierenVerbindung trennenAnzeigeVergessen Sie nicht, Steam zu schließen, wenn der Download abgeschlossen wurde, damit $APPLICATION_TITLE die Installation Ihres Spiels fortsetzen kann.Haben Sie ein Sprachpaket zum installieren?Wollen Sie $APPLICATION_TITLE automatisch für Sie installieren lassen?Wollen Sie die $TITLE Website besuchen?Möchten Sie das folgende virtuelle Laufwerk entfernen:Wollen Sie $TITLE von GOG.com herunterladen?Wollen Sie helfen, {0}, um eine Kompatibilität Datenbank zu erstellen? Wenn Sie auf Ja klicken, werden die folgenden Dinge an uns anonym, das erste Mal, wenn Sie ein Windows-Programm ausführen, gesendet werden: - Ihr Grafikkarten Modell - Ihr Betriebssystem-Version - Ob ein Grafik-Treiber installiert ist oder nicht. Diese Informationen sind sehr wertvoll für uns um die Menschen zu helfen.Möchten Sie $TITLE zum synchronisieren eines USB Gerätes installieren?Wollen Sie den 1.0c Patch installieren?Wollen Sie den 2.0a Patch installieren?Wollen Sie die Unicode-Version von Inno Setup installieren?Möchten Sie den Original-Thread in GOG.com Foren lesen?Möchten Sie es erneut versuchen?Wollen Sie $APPLICATION_TITLE aktualisieren und neu zu starten ?Läuft Ihr Programm?Vergessen Sie nicht, bis PlayOnMac Werkzeuge Menü -> Lesen Sie die PC CD-ROM, bevor Sie Ihr Spiel ausführenInstalliere kein XQuartz im MomentKeine Logfile anlegenSpendenDownload abgeschlossen.\nPatch-Installation beginntDownload fehlgeschlagenLade auf Steam StoreDownload scheint beschädigt zu seinHerunterladen des ProgrammsLade Game For Windows Live herunter...Wine wird heruntergeladen: XQuartz wird heruntergeladen...Lade Schriftarten herunterLade gecko herunter ...Herunterladen …Lade herunter: Während der Installation, deaktivieren Sie bitte die Option für ASIO4ALL, und deaktivieren Sie ausführen von FL Studio am Ende der Installation.Während der Installation, deaktivieren Sie bitte\n"Installiere Bonjour für Windows" und "Aktualisiere automatisch Safari".Niederländisch (nur Text)Editiere oder aktualisiere eine bestehende ApplikationEditorBildungWerfe die PC CD-ROM herausAktivierenAktiviere ptrace() globalEnglischEnglische VersionErweiterte EditionGenieße nun $APPLICATION_TITLELösche (Inhalte des virtuellen Laufwerk gehen verloren)FehlerFehler ! Dateien stimmen nicht überein\n\nLokal : $LOCAL_MD5\nServer : $SERVER_MD5Fehler beim Installieren des ArchivesFehler beim Installieren von SchriftartenFehler beim Entpacken des ArchivsFehler!Fehler: Die CD kann nicht gefunden werden!Fehler: Konnte keinen gültigen Port findenBeendenExterne BibliothekExtrahierte Dateigröße stimmt nicht überein!Extrahiere ${filename} von ${archivename}Extrahiere Slender...Entpacke Wine...Entpacke: WerkseinstellungenVerbindung fehlgeschlagen!\n Bitte überprüfen Sie ihre Login-ID und Ihr Passwort.Fehlgeschlagen ${dest} von ${archive} zu lokalisierenDateiDateizuordnungenDatei nicht gefunden!Dateigröße stimmt nicht überein!FranzösischVoll (1,5 GB), fixt nur kleine Bugs (49 Zwischensequenzen)GLSL-UnterstützungGame For Windows Live ist nicht installiert\nüberspringe Deinstallationsroutine.Spiel des Jahres VersionSpiel ist nicht installiertSpiel ist nicht installiert.SpieleAllgemeinDeutschGog.com Login fehlgeschlagen, erneut versuchen?GrafikHier der Quelltext des Skripts. Prüfen Sie es sorgfältigHier der Quelltext des Skripts. Prüfen Sie es sorgfältigHohe Qualität (Entropy Einstellung)Über wieviel Arbeitsspeicher verfügt Ihre GrafikkarteEs wird jedoch erst aktiviert, wenn Sie Ihren Computer neu zu starten.Ich stimme zuIch möchte keinen anderen Shortcut erzeugenIch habe ein Software-ProblemIch habe die Datei selbst heruntergeladenWICHTIG: \n\nIn dem folgendem Installationsfenster, klicken Sie NICHT auf die Schaltfläche Optionen, es würde die Sprachauswahl verhindern.Icon AuswahlSymbole:Wenn die .NET 3.0-Installation fehl schlägt: keine Sorge\ndas Spiel wird noch funktionierenWenn das Setup die DirectX Installation erfragt, antworte mit nein.Wenn man kaum eine Landschaft hinter dem Hauptmenü unterscheiden schönen,\ndeaktiviere NEBEL in Grafik-Optionen.Wenn Sie dieses Fenster schließen, können Sie nicht weitere Antworten lesen. Sind Sie sicher, dass Sie es schließen möchten?Wenn Sie es nicht wissen, deaktivieren Sie alleWenn Sie Fehler 3007 beim Verbinden erhalten, öffnen Sie ein Terminal und geben ein:\nechos 0 | sudo tee /proc/sys/kernel/yama/ptrace_scopeWenn Sie erfolgreich ein Programm mit "Installiere eine nicht-aufgelistete\nSoftware" installiert haben, wird es Ihnen erlauben, dieses Programm in unserer Liste hinzufügenUm $TITLE installieren zu können, muss zuerst das Mod Pack Studio Lite 2.0 installiert werdenEinschließlich:Gebe Adresse des Lizenz-Servers ein!Gebe Port des Lizenz-Servers ein!InstallierenInstalliere ein Programm, das nicht aufgelistet istInstalliere ein ProgrammInstalliere ein Programm in einem neuem virtuellen LaufwerkInstalliere KomponentenInstallation fertiggestelltSkripte installierenInstalliere einige BibliothekenInstallation erfolgreich!Installation abgeschlossen\n\nDas Spiel könnte beim ersten Start abstürzen, aber keine Sorge, Probieren Sie es einfach erneut.Installation läuft...Installierte Wine-Versionen: Installierte ErweiterungenInstalliere Adobe AirInstalliere DirectMusicInstalliere DirectX 10 dlls...Installiere DirectX 11 dlls...Installiere DirectX 9 dlls...Installiere DirectX runtimeInstalliere Games For Windows LiveInstalliere Linuxtrack-wine DLL...Installiere Visual Basic runtimeInstalliere XMLlite...XQuartz wird installiert...Installiere Xact dlls...Installiere Xinput dlls...Installiere SchriftartenInstalliere mfc42 DLLs...Installiere msasn1 DLL...Installiere Plugin: Installiere wintrust DLL...Installiere: Internationale VersionInternetEs scheint, als ob Sie das erste Mal $APPLICATION_TITLE verwenden.Italienisch (nur Text)Italienische VersionJapanische VersionKanal betretenTötet alle Präfix-ProzesseProzesse abwürgenKillAppTöte Programme im virtuellen Laufwerk ...SpracheGroße SymboleSpäterVerlassenLite (702 MB), fixt schwerwiegende Bugs (18 Zwischensequenzen)Lokalisiere diese LogdateiAnmeldung: AbmeldenSuche nach laufenden CD-ROMsMB heruntergeladenLege eine neue Verknüpfung dieses virtuellen Laufwerks anErstelle Shortcut...Wine-Versionen verwaltenManuelle InstallationMittelgroße SymboleSofortnachrichtendienstMicrosoft SchriftdateienMicrosoft Schriftarten sind nicht installiert, ich werde sie für Sie installieren.Microsoft Schriftarten wurden erfolgreich installiert.DiversesMaussprung außer Kraft setzenUnterhaltungMehrfachabtastungMein Problem betriff $APPLICATION_TITLE selbstHINWEIS: Für Low-Latency-Audio, schaue in WineASIO.HINWEIS: Für Low-Latency-Audio, schaue in WineASIO. Ihr MIDI-Controller sollte wie erwartet funktionieren.ANMERKUNG: Um sich zu registrieren, wenn sich die Nachrage zur Registrierung öffnet, ziehen Sie Ihre Registrations-Datei per Drag-and-Drop nach $TITLENameNeuNeu: WeiterNeinKeine $TITLE Installation gefunden.\n\nBitte verwenden Sie das Installationsskript $TITLE!Keine BeschreibungKein Platz zum Download:\n$URL ($neededSpace KB)Keine Dateiendung definiert, nutze daher native Anwendung.Kein Handbuch für {0}Kein Root-Befehl festgelegt, breche Installation ab.Setup-Ort in autorun.inf nicht gefundenKeine unterstützte Infinity Engine game gefunden.Keine CD benötigtNormale VersionHinweisJetzt müssen Sie das Modpack im Verzeichnis installieren:Legen Sie nun die CD-ROM-Nummer $CDNumber ein.BüroOffscreen-Rendering-ModusBeim ersten Ausführen wird das Spiel den zur Verfügung stehenden Renderer automatisch erkennen.\nEs ist wahrscheinlich, dass Sie eine bessere Leistung mit dem OpenGL-Renderer haben.Ein oder mehrere Programm(e) fehlen. Bitte installieren Sie sie und führen Sie das Skript erneut aus.Öffne $URL jetzt?Eine Shell öffnenProgrammordner öffnenAnwendungsverzeichnis öffnenÖffnet ein VerzeichnisOrdner des virtuellen Laufwerks öffnenVorgang abgeschlossenOptimierung beendetAnderesÜberschreibe (in der Regel funktioniert es, ohne Gewähr)PC CD-ROM LeserPaket-Installation wird fehlschlagen, bis /proc/sys/kernel/yama/ptrace_scope auf 0 gesetzt istProgramm zum Erstellen von Paketen: Passwort: KorrekturenEine Aufnahmedatei abspielenPlayOnLinux und PlayOnMac Team Unter GPL Lizenz Version 3PlayOnLinux package managerPlayOnMac muss XQuartz installieren, um zu arbeitenBitte lesen Sie diese sorgfältig.Wählen Sie bitte eine CD-ROMWählen Sie bitte eine CD-ROM zum AuswerfenBitte wählen Sie eine PID-Aufnahmedatei zum AbspielenBitte wählen Sie eine Aufnahmedatei zum KonvertierenBitte wähle ein ProgrammBitte wählen Sie eine Software zum Paketieren ausBitte wähle eine Software zum AusführenWählen Sie einen Weg zum Installieren Ihres ProgrammsBitte wählen Sie eine OGV-Aufnahmedatei zum AbspielenBitte wählen Sie eine Aktion ausBitte wählen Sie eine InstallationsmethodeBitte lade XQuartz für mich herunterBitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind.Bitte geben Sie Ihr gog.com Login ein, um $BASENAME herunterzuladenBitte beschreiben Sie Ihr Problem ausführlichBitte beschreiben Sie Ihr Problem in wenigen Worten (Den Titel bitte auf Englisch)Bitte geben Sie weitere Details an, sofern Sie können, sonst wird es sehr schwierig werden, Ihnen zu helfenBitte lege "$TITLE" Disk 2 einBitte legen Sie die Spiel-CD 1 in Ihr Laufwerk\nfalls nicht bereits geschehen.Bitte legen Sie das Spiel-Medium 2 in das Laufwerk einBitte legen Sie die Spiel-CD 2 in Ihr Laufwerk\nfalls nicht bereits geschehen.Bitte legen Sie die Spiel-CD 3 in Ihr Laufwerk\nfalls nicht bereits geschehen.Bitte legen Sie die Spiel-CD 4 in Ihr Laufwerk\nfalls nicht bereits geschehen.Bitte legen Sie die Spiel-CD 5 in Ihr Laufwerk\nfalls nicht bereits geschehen.Bitte legen Sie das Spiel-Medium in Ihr Laufwerk einBitte legen Sie das Spiel-Medium ein,\nfalls nicht bereits geschehen.Bitte legen Sie Media 1 in Ihr Laufwerk ein,\nfalls nicht bereits geschehen.Bitte legen Sie Medium 2 in das Laufwerk ein\nwenn nicht bereits geschehen.Bitte legen Sie Medium 3 in Ihr Laufwerk ein\nwenn nicht bereits geschehen.Bitte legen Sie Medium 4 in Ihr Laufwerk ein\nwenn nicht bereits geschehen.Bitte lege die DVD-ROM einBitte legen Sie die erste Disk einBitte legen Sie das erste Spiel Medium in Ihr Laufwerk einBitte lesen Sie das Spiel-Medium in Ihr Laufwerk einBitte legen Sie das Spiel-Medium ein.Bitte legen Sie das nächste Spiel-Medium in Ihr Laufwerk einBitte legen Sie das zweite Spiel-Medium in Ihr Laufwerk einBitte legen Sie Ihre CD-ROM ein und drücken Sie nur weiter, wenn der Finder den Mac OS Teil Ihrer CD-ROM gefunden hatBitte installieren Sie zuerst $TITLE_REQUIREDBitte suchen Sie die Englisch-Übersetzung Patch-DateiBitte suchen Sie das Installationsprogramm (Launcher.exe)Bitte suchen Sie das Installationsprogramm (Setup.exe)Bitte wählen SieBitte beachten Sie, dass Standards Karten nicht richtig funktionieren, während Custom Maps ohne Probleme funktionieren.Bitte lesen und akzeptieren Sie Folgendes:Bitte lesen Sie sorgfältigBitte dies lesenBitte lesen Sie diese sorgfältigBitte starten Sie Ihren Computer jetzt neu, und führen Sie PlayOnMac ausBitte wählen Sie die $TITLE Installationsdatei aus. WÄHLEN SIE NICHT, DASS IMGBURN AM ENDE DER INSTALLATION AUSGEFÜHRT WIRD:Bitte wähle $TITLE Installationsdatei. Während der Installation deaktiviere alle zusätzliche Treiber, die es installieren will:Bitte wähle eine debug DateiBitte wählen Sie ein Programm oder ein virtuelles Laufwerk zum konfigurierenBitte wähle ein Programm zum deinstallieren ausBitte wähle ein ProgrammBitte wählen Sie eine SymboldateiBitte wählen Sie die 32bit Version von iTunesBitte wählen Sie die MS-DOS-Version der Setup-Datei:Bitte wähle die SpielspracheBitte wähle die Installationsdatei zum Ausführen.Bitte wählen Sie die von der $EDITOR Webseite heruntergeladene Setup-DateiBitte wählen Sie die Installationsdatei zum AusführenBitte wähle die Setup-Datei zum Ausführen aus.Bitte wählen Sie die Installationsdatei zum Ausführen:Bitte wähle Version.Bitte geben Sie einen Namen für Ihre Anwendung des virtuellen Laufwerks ein.\nDer Name sollte keine Leerzeichen enthalten.Bitte deaktivieren Sie "Führe Need For Speed​ aus​" am Ende der InstallationsboxBitte warten Sie, während $APPLICATION_TITLE die Dateien kopiert:Bitte warten Sie, während $APPLICATION_TITLE den Ubisoft Game Launcher herunterlädBitte warten Sie bis $APPLICATION_TITLE heruntergeladen wird:Bitte warte, während $APPLICATION_TITLE Ihre Hardware scanntBitte warten Sie, während $APPLICATION_TITLE einen Windows-Neustart simuliertBitte warten Sie, während $APPLICATION_TITLE einen Neustart simuliertBitte warten Sie bis $SOFTNAME installiert wird...Bitte warten Sie, während $TITLE installiert wird.Bitte warten Sie, während Desura heruntergeladen wird...Bitte warten Sie bis Steam heruntergeladen wurde...Bitte warten Sie, während das PlayOnLinux-Logo erstellt wird...Bitte warten Sie während das virtuelle Laufwerk erstellt wird...Bitte warten Sie, während Ihr Video kodiert wird …Bitte warten...ErweiterungsverwaltungErweiterungenDrücken Sie +F8 zum Starten oder Stoppen der AufnahmeDrücken Sie +F8 um die Aufnahme zu stoppenDrücken Sie Weiter und klicken Sie anschließend auf das Fenster,\nwelches Sie aufnehmen wollen.\nDie Aufnahme startet automatisch nach 5 Sekunden.\nNur Video wird aufgezeichnet.Drücke nur "weiter", wenn die Installation abgeschlossen istProxy-AdresseProxy-KonfigurationProxy-AnmeldungProxy-PasswortProxy-PortLese TRANSLATORS DateiLese eine PC CD-ROMLese eine PC CD-ROMHandbuch lesenLese Ihr LaufwerkAktualisierenAktualisiere {0}RegistrierenRegistrieren oder melden Sie sich an und laden Sie die Installationsdatei https://world.needforspeed.com/ herunterRegistriere Bibliotheken, bitte warten\n(Es kann eine Weile dauern)RegistrierungseditorEntfernenEntferne Game For Windows Live...Render Target Modus sperrenVirtuelles Laufwerk reparierenFehler meldenProblem meldenProblem melden über {0}Erneut versuchen?AusführenFühre $TITLE im abgesicherten Modus aus?Führe \$TITLE aus?Eine .exe-Datei im virtuellen Laufwerk ausführenEin lokales Skript ausführenKonfigurationsassistent ausführenFühre eins von Ihren persönlichen Skripten ausFühren Sie ihr Windows-Programm aus auf Läuft...SpeichernDurchsuche das virtuelle LaufwerkSkriptschreiber: SuchenWähle ein DLC zum installierenWähle eine Kategorie für Ihr ProgrammWähle eine andere DateiWähle heruntergeladene ZIP-Datei hierWähle ersten Patch zum ausführenWählen Sie eine Korrektur, die ausgeführt werden sollWähle zweiten Patch (1.5) zum ausführenWähle zweiten Patch zum ausführenWähle die Haupt-Videokarte zum berichten:SendenSende uns ein funktionierendes Skript, welches von der manuellen Installation erstellt wordeEinen Proxy festlegenSymbol festlegenSetze Program Files VariablenEinstellungenZeige virtuelle LaufwerkeSimuliere Windows NeustartKleine SymboleLeider {0} ist der Messenger Service im Moment nicht verfügbar. Versuche es später wiederLeider ist $APPLICATION_TITLE $VERSION zu alt, um fortzufahren.\nAPPLICATION_TITLE $NEEDED ist erforderlich.Sorry, aber das war keine gültige .zip-DateiLeider möchte diese Person kein private Nachrichten empfangenEntschuldigung. Wir benötigen eine detailiertere Beschreibung Ihres Problems.SpanischSpanisch (nur Text)Standard EditionStandard-Tastatur-LayoutsSteam hat ein eigenes automatisches UpdatesystemSteam hat ein eigenes automatisches Update-System.Steam-Installation wurde erkannt\nMöchten Sie dieses Spiel in dem gleichen virtuellen Laufwerk installieren?Steam ist im Begriff ein Update durchzuführen.\nNachdem Steam das Update abgeschlossen hat und Ihnen die Anmeldemaske zeigt, melden Sie sich an und lassen Sie $TITLE installieren.\n\nWenn die Installation abgeschlossen ist, drücken Sie Weiter (Schließen Sie Steam nicht)Steam installiert $TITLEBTS, drücke weiter, wenn die Installation abgeschlossen istSteam installiert $TITLEW, drücke weiter, wenn die Installation abgeschlossen istStrict Draw OrderingSystemüberwachungTestenVielen Dank!\n\nIhre Fehlermeldung wurde gesendet.\n\nWir geben unser Bestes für ein schnelles Feedback an SieDer CD-Schutz dieses Spiel funktioniert nicht richtig mit Wine.Die CD-ROM Version ist veraltet. Vergessen Sie nicht $TITLE zu aktualisieren, wenn Sie es die korrekte Funktionalität mit $APPLICATION_TITLE wollenDie Webseite von Play on Linux ist nicht erreichbarDer Download ist fehlgeschlagen.Die Datei heißt : {0}Es wird folgende Datei liegt auf einem FAT32-Dateisystem.\nEs könnte Wine vom Funktionieren\n\n$FilePath abhaltenEs wird folgende Datei liegt auf einem NTFS-Dateisystem.\nEs könnte Wine vom Funktionieren\n\n$FilePath abhaltenEs wird folgende Datei liegt auf einem FUSE-Dateisystem.\nEs könnte Wine vom Funktionieren\n\n$FilePath abhaltenEs wird folgende Datei liegt auf einem noexec montierten-Dateisystem.\nEs könnte Wine vom Funktionieren\n\n$FilePath abhaltenDie folgenden Personen haben zu diesem Programm beigetragen: Das Spiel wird nicht gestartet, bis Sie /proc/sys/kernel/yama/ptrace_scope auf 0 gesetzt habenDer Level-EditorDer Shortcut hat auf dem Desktop platziertDas virtuelleZiel-Laufwerk $PREFNAME existiert bereits:Das virtuelle Laufwerk welches in Verbindung mit {0} ({1}) steht, existiert nicht länger.Es gibt nichts installiert, um .{0} Dateien auszuführen.Überdenken Sie Triple-Buffering in den Einstellungen zu deaktivieren,\nda es nicht vollständig von Wine unterstützt wird.Dieses Addon installiert automatisch den Patch 1.3.5511Dieses Addon installiert den Patch 2.5.26461 automatischDieses Addon wird automatisch das Spiel auf 1.2.0416 patchen.Dieses Addon patcht das Spiel automatisch auf Version 1.03Diese Datei: Diese Funktion ist in der PlayOnlinux Umgebung deaktiviert.Dieses Installationsskript benötigt ffmpegDieses Installationsprogramm wird unterstützt von: Dies ist ein Installationsprogramm für eine Aktualisierung oder eine Erweiterung;\nBitte installieren Sie zuerst $TITLE_REQUIRED.Dies ist ein Installationsprogramm für ein Update;nBitte installieren Sie zuerst $TITLE_REQUIREDDies ist die Liste der Skripte, die Sie uns geschickt haben. Sie können eines von ihnen ausführenDieses Paket wird nicht auf einer 64-Bit-Installation arbeitenDieses Paket wird nicht mit Wine 1.3.18 oder niedriger arbeitenDieses Paket wird nicht mit Wine 1.3.22 oder niedriger arbeitenDieses Paket konnte nicht Wine 1.5.21 oder besser installierenDiese Erweiterung erlaubt es Ihnen, die Anwendungen in PlayOnLinux aufzunehmenDieses Programm enthält einen Schutz gegen Kopie (DRM) und ist nicht kompatible mit Emulation. Die einzige Lösung besteht darin, einen "no-cd" Patch zu verwenden, aber da diese auch für Piraterie genutzt werden kann, geben wir keine Unterstützung jeglicher Art in dieser Angelegenheit.Dieses Programm befindet sich derzeit in Erprobung. Es wird vielleicht nicht wie erwartet funktionieren. Ihr Feedback, positiv oder negativ, ist besonders wichtig um diesen Installer zu verbessern.Dieses Programm wurde erstellt von: Dieses Tool hilft Ihren Mac auf den PC Teil einer CD-ROM zuzugreifen.\n\nBitte benutzen Sie dieses Tool nur, wenn Ihre CD-ROM eine hybride CD-ROM ist (kompatibel mit Windows und MacOS) und wenn Sie sich nicht in der Lage sind den Windows-Teil zu sehenDiese Werkzeuge können uns helfen :Dieses virtuelle Laufwerk ist geschütztDieser Assistent wird Ihnen bei der Installation helfen Dieser Assistent hilft Ihnen bei der Vorbereitung von $APPLICATION_TITLEDieser Assistent wird Ihnen helfen, Wine zu installieren: Dieser Assistent wird Ihnen helfen, einen Fehler zu einem offiziell unterstützten Programm zu berichten.Dieser Assistent wird Ihnen helfen, ein inoffizielles $APPLICATION_TITLE Skript ausführen.Dieser Assistent wird Ihnen beim Deinstallieren helfen: Um sicherzustellen, dass Ihre Spiele kompatibel sind, muss PlayOnMac XQuartz installierenWerkzeugeTransferiere Dateien von Disk 1Übertrage Dateien von Disc 2Übersetzungen:UK VersionUS oder Kanadische VersionUbuntunutzer müssen die MEDIBUNTU-Paketquelle\nfür dieses Konvertierungsformat hinzufügen, um problemfrei arbeiten zu können.Folgende Datei konnte nicht gefunden werden: Kann Version nicht finden: Kann XQuartz nicht installieren! Sie müssen es installieren um die Spiele-Kompatibilität zu verbessern.UnverändertDeinstallierenDeinstalliere...Update GITAktualisiere InstruktionenUpdate wineprefixAktualisieren von $APPLICATION_TITLE aus GIT ...Aktualisiere $TITLEUpdate plugin. Vorheriges: Verwendung: Benutze erweitertes Wine-Konfiguration pluginBenutze CD-ROM(s)Benutze DVD-ROM(s)Benutze Desura Store Demo VersionBenutze Desura Store VersionBenutze Origin Store Demo VersionBenutze Origin Store VersionBenutze PlayOnLinux's Konfigurator fürBenutze Steam Store Demo VersionBitte verwenden Sie die Steam Store VersionBenutze WineTricksBenutze die Setup-Datei auf meinem ComputerBenutze eine andere Version von WineBenutzerabbruchVCRun2008 kann möglicherweise nicht installiert werden, da Ihre PlayOnLinux Version zu alt ist. Bitte aktualisieren.VCRun2010 kann möglicherweise nicht installiert werden, da Ihre PlayOnLinux Version zu alt ist. Bitte aktualisieren.Sehr große SymboleIhre Grafikkarte verfügt über nicht ausreichend ArbeitsspeicherVideospeichergrößeVirtuelles LaufwerkVirtual drive creatorVirtuelle LaufwerkeVisuelle QualitätACHTUNG! Bitte zuerst POL_SetupWindow_Init nutzenWASD (Qwerty)Bitten warten Sie während die Installation vorbereitet wird...Warten Sie bis das Sprachpaket konfiguriert worde...Bitte warten, die Installation wird vorbereitet...Warten Sie, während der Patch heruntergeladen wird...\nDiese Operation kann Zeit in Anspruch nehmen, je nach Ihrer Verbindung.Warte darauf, dass der erstmalige Assistent beendet wirdWarnung!!\n\nDie Unterschrift des Skripts, das Sie versuchen auszuführen, ist nicht gültig\n\n$APPLICATION_TITLE hat dieses Skript nicht genehmigt und übernimmt keine Verantwortung dafür.\nBitte stellen Sie sicher wissen, was Sie tun!Warnung!!\n\nDie Unterschrift des Skripts, das Sie versuchen auszuführen, ist nicht gültig\n\nPlayOnLinux hat dieses Skript nicht genehmigt und übernimmt keine Verantwortung dafür.\nBitte stellen Sie sicher wissen, was Sie tun!Warnung: GFWL scheint bereits installiert zu sein.\nErzwinge Neuinstallation.Warnung: vcrun2005 scheint bereits installiert zu sein.\nErzwinge Neuinstallation.Warnung: vcrun2008 scheint bereits installiert zu sein.\nErzwinge Neuinstallation.Warnung: vcrun2010 scheint bereits installiert zu sein.\nErzwinge Neuinstallation.Achtung! S3TC Kompression ist nicht auf Ihrem System verfügbar.\n\nWenn Sie einen freien Treiber verwenden, benötigen Sie möglicherweise einen proprietären Treiber\n\nandernfalls können sie diesen mit der Installation des libtxc-dxtn0-Paketes aktivieren, aber sie könnten dadurch langsamer Ergebnisse erhaltenWarnung: Dieses Tool ist für fortgeschrittene Anwender. Um ein Programm mit {0} sauber zu deinstallieren, müssen Sie das verbundene virtuelle Laufwerk löschenWarnung: Für eine korrekte Video-Kodierung MUSS die Auflösung ein Vielfaches von 16 seinAchtung: GameShadow wird nicht funktionieren.\nBitte wählen Sie während der Installation dies ab.Achtung: Sie führen $APPLICATION_TITLE $VERSION aus.\n$APPLICATION_TITLE $NEEDED wird empfohlen, um fortzufahren.Warnung: Sie müssen nicht das Kontrollkästchen "Führe $TITLE aus" wählen, wenn das Setup fertig istWir haben festgestellt, dass Sie das gewünschte Programm installieren möchten :Wir werden Ihnen einige Fragen stellen. Bitte antworten Sie so genau wie\nmöglichWillkommen in der fortgeschrittenen Konfiguration von Wine, ein von GNU_Raziel erstelltes Optimierungssystem für Wine. Wenn Sie nicht wissen, was Sie wählen sollen, BEHALTEN SIE DIE STANDARDEINSTELLUNGEN BEI.Wilkommen bei Detour, einer Erweiterung, die es Ihnen ermöglicht, Verknüpfungen nach einer Installation anzulegen.Willkommen im $PVERSION Installer für $TITLEWillkommen beim DLC-Installer für $TITLEWillkommen in dem DLC Installer für $TITLE_REQUIREDWillkommen in dem Patch $PVERSION Installer für $TITLEWillkommen im Patch $PVERSION Installationsprogramm für $TITLE_REQUIREDWillkommen beim Installationsprogramm für den Patch $PVERSION für $TITLEWillkommen in dem Patch-Installer $PVERSION für $TITLE_REQUIREDWillkommen bei dem $APPLICATION_TITLE Installations-Assistenten.Willkommen bei dem $APPLICATION_TITLE Assistent.\nDieser wird Ihnen helfen, $file auf Ihrem Computer zu installieren.\n\nSei vorsichtig! Dieses Programm ist nicht offiziell von $APPLICATION_TITLE unterstützt.\nDaher könnte es sein, dass es nicht arbeitet wird erwartetWilkommen zu dem manuellen Installationswizard von $APPLICATION_TITLE.\n\nDiese Skript ermöglicht es Ihnen, ein beliebiges Programm auf $APPLICATION zu installieren und Sie es mit allen Tools verwenden können\n\nWarnung: Wir können nicht garantieren, dass Ihre Anwendung perfekt funktioniert.Willkommen bei $APPLICATION_TITLE virtueller Laufwerk Ersteller.\n\nDas Tool hilft Ihnen, ein neues virtuelles Laufwerk zu erstellenWas möchten Sie tun?Welche zusätzlichen Verknüpfungen sollen erstellt werden?Welches Feature Ihres Programms funktioniert nicht?\nWenn alles funktioniert, erwähnen Sie es auchWie heißt der Autor Ihres Programms?Wie lautet die Webseite Ihres Programms?Was ist die Erweiterung?Wie ist der Name Ihres Programms?Wie heißt Ihr Programm?Was ist ihre bevorzugte Sprache?Was haben Sie für ein Problem?Welche Art von virtuellen Laufwerk wollen Sie erstellenWas möchten Sie vor der Installation tun?Wie möchten Sie fortfahren?Wenn $TITLE von Steam heruntergeladen wurde,\nklicken Sie nicht auf Spielen.\n\nSchließen Sie das Steam-Interface komplett, \ndamit das Installations-Script fortfahren kann.Wenn $TITLE von Steam heruntergeladen wurde,\nklicken Sie nicht auf Spielen.\n\nSchließen Sie das Steam-Interface komplett, \ndamit das Installations-Script fortfahren kann.Wenn das Spiel-Setup nach der nächsten DVD fragt\nklicke auf \"Forward \"Wenn das Spiel-Setup die nächste Disk verlangt\nKlicke auf \"Forward\"Wenn {0} ein Windows-Programm installiert: - Lassen Sie den Speicherstandort unverändert. - Kreuzen Sie das Kontrollkästchen "Programm jetzt starten" nicht an wenn danach gefragt wird.Wo istWohin ist Ihr CD-ROM gemountet?Auf welche Anwendung möchten Sie die Änderung anwenden?Welche Version haben Sie?Welche Sprache möchten Sie installieren?Welcher Typ der Aktivierung?Welche Version haben Sie?Welche Version möchten Sie installieren?Welche Version von Wine möchte Sie nutzen?Windows-NeustartWine unterstützt USB bisher nicht. Es wird Ihnen nicht möglich sein Ihr iDevice mit $APPLICATION_TITLE zu synchronisieren. Sorry.Wine scheint abgestürzt zu sein\n\nWenn Ihr Programm weiter läuft, ignorieren Sie diese NachrichtWine UninstallerWine-VersionWine-VersionenWollen sie die Englischen GUI Fehlerbehebung aktivieren?Schreiben Sie alle Änderungen, die Sie zur Wine-Konfiguration vorgenommen hier:XQuartz $XQUARTZ_VERSION wurde auf Ihrem Computer installiert.XQuartz wurde installiert.JaSie sind mit $APPLICATION_TITLE Online als $POL_LOGIN verbundenSie versuchen, ein Skript Design für {0} zu öffnen! Es kann nicht wie erwartet arbeitenSie können $TITLE Installationsdatei hier herunterladen:Sie können die Archiv-Datei herunterladen von:Sie können dieses Fenster nicht schließenSie haben kein Spiel ausgewähltEs scheint Sie haben kein persönlichen SkriptSie müssen nicht DirectX installieren oder GLSetup verwenden.Sie haben sich erfolgreich von $APPLICATION_TITLE Online abgemeldet\nSie können sicher dieses Fenster schließenSie müssen in der Lage sein, dieses Programm auszuführen!Sie müssen eine Aufnahme zum Konvertieren wählenSie müssen eine Aufnahme zum Einlesen wählenSie müssen eine Datei auswählen!Sie müssen ein Spiel zum Ändern auswählenSie müssen den Anti-Piraterie-Schutz des Spiels deaktivieren\nwenn Sie es mit Wine spielen möchtenSie müssen den Anti-Piraterie-Schutz des Spiels deaktivieren\nwenn Sie es mit Wine spielen möchten.Sie dürfen die SchattenStufe nicht auf ihr Maximun stellen\noder Sie müssen das Spiel löschen und erneut installieren.Sie müssen {0} neu starten, damit die Änderungen wirksam werden.Sie müssen es installieren, um fortzufahrenSie sollten es installieren um {0} verwenden zu könnenSie möchten einen symbolischen Link für die Einstellungen von $TITLE in Ihrem /home/ Verzeichnis erstellen?n(Empfohlen)Wollen Sie $TITLE Download-Seite im Browser zu öffnen?Ihre Version von $APPLICATION_TITLE ist nicht aktuell.\nSie müssen $APPLICATION_TITLE aktualisieren bevor sie einen Fehlerbericht senden können.\nDankeIhr Browser wird ein Popup öffnen, herunterladen des Patches und entpacke esIhr Dateisystem verhindert {0} vom korrekten Ausführen. Bitte öffnen Sie {0} in einem Terminal, um mehr Details zu erhaltenIhre Grafikkarte hat nicht genügend Speicher!\nEs könnte des Spiels beim Ausführen verhindernZQSD (Azerty)\nStellen Sie sicher, dass Sie mit dem Internet verbunden sind.glxinfo ist nicht installiert. Bitte installieren Sie mesa-utilsist keine Symbolerweiterungja_JP.utf8 locale muss für $TITLE installiert werden damit es funktioniert.vonin der $APPLICATION_TITLE Umgebung.Temporäres Verzeichnis fehlt{0} Assistent{0} kann nicht {1} finden{0} Konfiguration{0} Konsole{0} debugger{0} Fehler{0} Installationsmenü{0} ist nicht in der Lage POL_SetupWindow_server zu starten.{0} konnte PlayOnLinux-Installationsfenster-Server nicht starten.{0} kann nicht mit Administratorrechten ausgeführt werden. Entschuldigung{0} ist nicht in der Lage 32bits OpenGL-Bibliotheken zu finden.{0} ist nicht in der Lage 64bits OpenGL-Bibliotheken zu finden.{0} Sofortnachrichtendienst{0} Einstellungen{0} Website ist nicht verfügbar. Bitte überprüfen Sie Ihre Verbindung{0} Wine-Version-Verwaltungplayonlinux/lang/locale/el/000077500000000000000000000000001226051336100162175ustar00rootroot00000000000000playonlinux/lang/locale/el/LC_MESSAGES/000077500000000000000000000000001226051336100200045ustar00rootroot00000000000000playonlinux/lang/locale/el/LC_MESSAGES/pol.mo000066400000000000000000000142621226051336100211400ustar00rootroot00000000000000@Y '#+E [iy&    &07<AGOX`hz 4) :[    ' + 7 D GM  \ ;      5 Y @: { ? $ ) 0((Y@DQ'y.C/D ] jw " #298H?s>kFP$-(/V'2$9uL(Z*#\N '6<234 =/91 &!)@"5*(.> ,:#?0-8 $% +7;AccessoriesActivate GLSL Support?Add the PlayOnLinux logo to your video?Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginChoose an action to performChoose an option to modifyChoose the video format for conversionConfigureConversion doneConvert a captured file to videoDevelopmentDisableEducationEnableExitFileGamesGeneralGraphicsI AgreeInstallInstalled pluginsInternetMultimediaNameNewNextNoOfficeOptimisation doneOtherPlay a captured filePlease wait while the PlayOnLinux logo is created...PluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationRefreshRegistry EditorRemoveRunSet a proxySet the iconSettingsThis plugin wil allow you to capture you applications under PlayOnLinuxToolsUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?YesYou did not select a gameYou must choose a game to modifyofProject-Id-Version: pol Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-30 15:58+0000 Last-Translator: Emmanouel Kapernaros Language-Team: el_EL.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) ΒοηθήματαΕνεργοποίηση υποστήριξης GLSL;Προσθήκη του λογότυπου του PlayOnLinux στο βίντεό σας;Έναρξη της σύλληψης μιας εφαρμογήςΠεριήγησηΆκυροΗ καταγραφή βρίσκεται σε εξέλιξη...Μενού σύλληψης (OpenGL)Μενού σύλληψης (μη OpenGL)Η καταγραφή θα ξεκινήσει...Επιλέξτε ένα παιχνίδιΕπιλέξτε ένα pluginΕπιλέξτε μια ενέργεια για εκτέλεσηΕπιλέξτε μία επιλογή για επεξεργασίαΕπιλέξτε το φορμά του βίνεο για τη μετατροπήΠροσαρμογήΗ μετατροπή ολοκληρώθηκεΜετατροπή ενός συλληφθέντος αρχείουΑνάπτυξηΑπενεργοποίησηΕκπαίδευσηΕνεργοποίησηΈξοδοςΑρχείοΠαιχνίδιαΓενικάΓραφικάΣυμφωνώΕγκατάστασηΕγκατεστημένα pluginsΙντερνετΠολυμέσαΌνομαΝέοΕπόμενοΌχιΓραφείοΗ βελτιστοποίηση ολοκληρώθηκεΆλλοΠαίξιμο ενός συλληφθέντος αρχείουΠαρακαλώ περιμένετε όσο το λογότυπο του PlayOnLinux δημιουργείται...PluginsΠατήστε +F8 για να ξεκινήσει ή να σταματήσει η καταγραφήΠατήστε +F8 για να σταματήσει η καταγραφήΠατήστε επόμενο και μετά κάντε κλικ στο παράθυρο\nyou που θέλετε να καταγράψετε. Το \nCapture θα ξεκινήσει αυτόματα μετά από 5 δευτερόλεπτα. Μόνο βίντεο θα καταγραφεί.Διεύθυνση διαμεσολαβητήΠροσαρμογή διαμεσολαβητήΑνανέωσηΕπεξεργαστής ΜητρώουΑφαίρεσηΕκτέλεσηΟρισμός ενός διαμεσολαβητήΟρίστε το εικονίδιοΡυθμίσειςΑυτό το πρόσθετο θα επιτρέψει τη σύλληψη εφαρμογών από το PlayOnLinuxΕργαλείαΟι χρήστες Ubuntu πρέπει να προσθέσουν το αποθετήριο MEDIBUNTU\nγια το φορμά της μετατροπής ώστε να δουλέψει σωστά.Καλωσήρθατε στις Ρυθμίσεις του Wine για Προχωρημένους, ένα σύστημα βελτιστοποιήσεων για το Wine από τον GNU_Raziel. Αν δεν ξέρετε τι να επιλέξετε, ΑΦΗΣΤΕ ΤΑ ΠΡΟΕΠΙΛΕΓΜΕΝΑ.Σε ποια εφαρμογή θέλετε να εφαρμόσετε την αλλαγή;ΝαιΔεν επιλέξατε παιχνίδιΠρέπει να επιλέξετε ένα παιχνίδι προς επεξεργασίααποplayonlinux/lang/locale/en_GB/000077500000000000000000000000001226051336100165715ustar00rootroot00000000000000playonlinux/lang/locale/en_GB/LC_MESSAGES/000077500000000000000000000000001226051336100203565ustar00rootroot00000000000000playonlinux/lang/locale/en_GB/LC_MESSAGES/pol.mo000066400000000000000000003230621226051336100215130ustar00rootroot00000000000000T\5XGYGhG}GG G'GGG#G#!HEHXH]H-uH0H+H#I($I(MI&vI)I+I"I!J8JWJ*wJJXJKKZL0M5HM+~M4M9M*N$DN#iNNN;NN_yO&O'P(PPmPCQBRPR 7SIBSS S SSS!ST'T`:TTzTU".U&QUxU~U6+V/bV)V%V3V!W"8WM[W WWWWXjYYYYYLYgZZ\[#0\RT\\\\}][^b^1{^^^^^ _Y_;t____ _ `?` _`m``0````.a.Fa!uaa3a$a& b2b ;bGb_bqsbbbc c$c*3c ^c icscc*c c cc cd$dMtt%tt t"tuuuCuJumGv5v\vbHwVwUxXxsxxxmyz\z`{\h{\{P"|Ms|4|;|2}!;}]}|}},~I~([~~~~~~k~Qm!9![}ɀ %>aR ρ܁B>)9JYs(Y "(-.\pxG +1F Z gq<1   -+0Y2a[N cK W4fL1&2(Y A.'2Qѐ  ':Yhz'T  $,:A|*\(ۓ',#Dh"+)ה"$$9I05ӕ3 :=YxҖ??0/pE/EE\EE-.C\@@@"@c-Қ7 1A2s68ݛc$z,1̜.-dE%Н2SFPf(z17Ǡ$$=)X/:& :4#o%$$ޢ]Ix6£I4C>xC;+7%c&)(ڥ478.p0Цߦ) A9̧d ky  ɨڨ~W9 DT[{ ƪx %ϫ  :EJ iu|"ˬ*4$Lq$< *3G _Pkc) <J&ʯۯ)*dJmK@IX ijh̳@5yv'w" CĶeܶdBdn 2{R0,ܹ2 B<-Z^Mg/047K 9@ɽ# *.UYHLGE3447+Gc)G&9Y"@+DPpI( I4[~L'  \pN  !5'Go& <"Ux [[_& )8.G v&)*ddedd/b.&FK KUKI\EmGZ:NkMQ-'13'<[3<2 <kn'S#+&R i" !0.!Pk9l;`@;>|nDi&|+4;R1qMg%,eRJ /5=/m<M|*':,T0d%$=!b WXkn4" 2S\6Q~FlNT 5;T7& "-A S _ lv09,[[{ 8+E2G Z'f## -*0X+#((&+)R+|"! *,WXte0/+-4Y9*$#<N;`_*&'smP I9 L Vby!'cKzO!&'-6/)@%j7!"M  [ez^ 5 = W j N p E  # R$ w    071PY;I   5C_0p..!Ln3$&  6qJ *  5 @JY*a   %(6> u z"#NYYj  ( 0;zC'C)*(T,}B3&!&H9o:50XG$4),An$ %3il;&  &?O`*B$ %7 ] !d %   # * !'! :!G!PX!(!!!!!"2"3M" "C"""###&#,-# Z# h##6#7#$-!$>O$$%$$"$"$!%%%E%V&mY&9&`'bb'['Z!(|(s())A*\*`++\+\+PF,M,5,;-W-!`----S.p.(......k/~//////020O0!j0!000001,1@1Y1r1c11 22)2A22t2O3c3s33333,3]3T5 ]5i5o5-u55555?5 #6+16]6p66 6 66<616 /7=7 Q7 \7-j797289a9N:T:c;A<F<J<P<U<KX<<<<L<==1U='=(====A=.=>l>#B?f?m??@Q@(A 7ADA ]A~AAAAA'AATB eB pB{BB:BBB*CCD)D(ID'rDD!D!D"D+E)EE"oE$E=EE0F5EF3{F:FXFCG?aG?G/G0H/BH0rH0H0H0I-6ICdI@I@IA*J@lJ-JJJ7K1JK2|K6K8KcL$L,L1L.M6MfKM%MMMM2NSMNPNNjO(PzEPP7P$Q8QQQ)lQ/Q:QR%!R:GR$R%R$R%RS]/SIS6SHT4WT;TCT: U+GU%sU&U)U(U4V7HV.V0VVVV)W 2WSW;WdX ~XX XX XXXXXYYYYYWY9ZVZfZmZZZ ZZZZ[[[ [:[\\ -\N\ l\w\|\ \\\"\\\*]H]f]$~]]$]];] (^ 4^A^[^d^x^ ^T^c^)U_<_+___``)/`*Y`d``aKzbbIcc cckd@rdyd'-eUewe$]ffgegdgdgnKh2hRh@iQi0i,j2Hj={j-jZj^BkMk0l1 m6Rm9m m9mC n#Mn*qnUnHnL;oGo3o4p49p<npJppqlrr&Rsyss"#t@Ft+tMtIu(KuMtu`uL#vpvvvw =wKw 4x?xdVxxxcx Ry \yfy vyyy'yyyy'z ,z:zIzgzzz"zzz{ {?{ [{[f{[{|&/|V| h|v|||/| |-|)}1@}mr}m}mN~q~o..FgKKKFI ESmG:OIgO-E's03̇<3=<q2k'+bS$,ۋ "@ c!0.׌!X$?\f=>AV3 o&R{y;"^1ys9%T,zfSq  /5͚=A]6aPJ*'Ɯ -%2S^%$ !0R jUVs84" %"\Ѡ:.~iLl5S 5?:z7ˣ&Σ + = I V`0q>&]]f ĥ ҥ8ߥT9 L#0SgM#mxX\O7B@iD^fAS%_JGP5Rgu7U!pb'ydhh}Ulc d!Ck 2- "Gz>5aP N+3%r8(s?&|yom3T};R/@ Ei@I# CeMOXAr^O! )-8jI|_&ba`."L]'Iw<4H*&Q:CJtpvH<vpHN),*\kz4Mr+FQYa5LcgqCP@.f49AFT 61/L q\F]Qh=t03`^o$9([{Z=!}8{:T  U8DYA?dwE G(nNs#32~ +BNEZ y= VRtX.[; `>[2x/1*ij;w-B')W+<>9 71SV0f{*lYQ 1KuWH_cKZz6]q ~$$K?'>,e6JIPl R%nO4|e56mWuv";DM(~$jG%2S0,:"n?& /o .):x7B,=kKJ<Fs-EbVD Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)Function override detected, disabling bug reportingGLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsLorsque Wine demande installer le paquet "Mono", cliquer sur "Annuler"MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run :Please select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want install with ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-21 13:13+0000 Last-Translator: Anthony Harrington Language-Team: English (United Kingdom) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is finishing its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual Windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR's profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf a Windows installation prevents your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at start-up, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of the CD-ROM.\n\nBy default, MacOS only gives you access to the Mac part of the CD-ROM, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a Wine version with Wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDon't forget to send a nice e-mail to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error occured during download.An updated version of {0} is availableApplyIs the data for the licence server correct?\nCan these values be added to the registry?\n\nLicence server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete the {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done.Attention: After installation is complete, the patcher will load. Please close the patcher, before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components could break your virtual drive.Be careful! This will terminate the install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, downloading will often crash, just relaunch the client and the download will resume from where it stopped. Download percentage resets but do not worry, it does not actually restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use 'no-cd' patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your programs will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plug-in: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a plug-inChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to StartClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand PromptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Copying install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse the $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync a USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read the original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-ROM before running your game.Don't install XQuartz for the momentDon't attach a log fileDonateDownload finished.\nPatch installation(s) will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and these are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject the PC CD-ROMEnableEnable ptrace() globallyEnglish (United Kingdom)English versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError occured while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect!\nPlease ensure that your login and your password are correct.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)Function override detected, disabling bug reportingGLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics card have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with the softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fails, dont worry,\nthe game will still workIf downloading the update gets stuck, close and rerun it until the download completes!If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup requests installation of DirectX, answer no.If you can barely distinguish a landscape behind the main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have the "Shivering Isle" addon,\n you must update this game before using it.If you do not have the "Shivering Isle" addon,\nyou must update this game before using it.If you are unsure, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search. You will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed software'\nbutton, it will allow you to add this program to our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to install $TITLE, we need to install first Mod Pack Studio Lite 2.0To which directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of licence server!Insert port of licence server!InstallInstall Terraria in Steam. Run Terraria when Steam has installed the game. Steam installs the xna framework for the game. Close Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall has finished!Install scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed plug-insInstalling Adobe Air...Installing DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fonts...Installing mfc42 DLLs...Installing msasn1 DLL...Installing plug-in: Installing vcrun2008 and wininet, and disabling d3d9 and d3d8 dlls, to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in the patches section.Italian (text only)Italian versionJapanese versionJoin a channelTerminate all prefix processesKill processesKillAppTerminating programs in the virtual drive...Known issues: 1 Loading EULA on the first run can take a long (5min) time. 2) The Captain's Quarters feature is broken for most (all?) users. If you crash after selecting a character, try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection. (This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsWhen Wine asks to install the package "Mono", click on "Cancel"MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft FontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD. If you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert the disk into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: The Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesn't work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNoT enough space to download:\n$URL ($neededSpace KB needed)No filename extension specified, skipping association to native application.No Manual found for {0}No root command specified, aborting installation.No set-up location found in autorun.infNo supported Infinity Engine game found.NO-CD RequiredNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert cdrom number $CDNumber.OfficeOff-Screen rendering modeOn first run, the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run, the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a ShellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerThe PlayOnLinux/PlayOnMac philosophy is to never ask for a superuser password, however, it is mandatory for this script. To that end, we give you the command you must type yourself for this installation to go continue:PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose software to packagePlease choose the software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE until the installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give as much detail as you can, otherwise, it will be very difficult to help you.Please insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not done already.Please insert disk 3 into your disk drive\nif not done already.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive.Please insert game media 3 into your disk drive.Please insert game media 4 into your disk drive.Please insert game media 5 into your disk drive.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not done already.Please insert media 2 into your disk drive\nif not done already.Please insert media 3 into your disk drive\nif not done already .Please insert media 4 into your disk drive\nif not done already.Please insert next media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make a choicePlease notice that the Standard Maps do not work correctly, whereas Custom Maps work without problems.Please read and accept the following:Please read carefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select the $TITLE install file. Do NOT run rFactor after installation has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all the extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the set-up file to run.Please select the setup file downloaded on $EDITOR websitePlease select the set-up file to runPlease select the setup file to run :Please select the setup file to run.Please select the set-up file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE downloads the Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE scans your hardware...Please wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE simulates a reboot...Please wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plug-in managerPlug-insPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window you want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process has finished.Press next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-ROMRead the ManualRead this carefully!\n\nWhen the $TITLE installer asks you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading device...RefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18GB of free space and an additional 5GB in your /home/ folder, if you wish to use online installer. Using the offline installer is recommended.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a Windows Executable (.exe) file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend us a working script generated by a manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please try again laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a more detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask ManagerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer via e-mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pg 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download appears to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically installs patch 1.3.5511This addon automatically installs patch 2.5.26461This addon automatically patches the game to 1.2.0416.This addon automatically patches the game to version 1.03This file: This function is disabled in the PlayOnLinux environment.This game is already the Enhanced Edition\nand only needs patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package will fail to install with wine 1.5.21 or betterThis plug-in will allow you to capture your applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a 'no-cd' patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently being tested. It might not work as expected. Your feedback, positive or negative, is important to improve this installer.This program was created by: This tool will help your Mac read the PC part of a CD-ROM.\n\nUse this tool ONLY if your CD-ROM is a hybrid CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install patch #3 for it. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with the unhide option.To continue, PlayOnLinux needs to unmount your CD-ROM previously mounted with the unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later on, open the configuration panel for the game to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users need to add the 'Medibuntu' repository in\norder for the conversion format to function.Unable to find the file: Unable to find version: Unable to install XQuartz! Please try install again as It is needed to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plug-in. Previous: Usage: Use Advanced Wine Configuration plug-inUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a set-up file on my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init first.WASD (Qwerty)Please wait while installation is prepared...Wait while language pack is configured...Please wait while the installation is prepared...Please wait while patch 1 is downloading...\nThis operation can take some time, depending on your connection.Please wait while patch 2 is downloading...\nThis operation can take some time, depending on your connection.Please wait while patch 3 is downloading...\nThis operation can take some time, depending on your connection.Please wait while the patch 4 is downloading...\nThis operation can take some time, depending on your connection.Please wait while the patch is downloading...\nThis operation can take some time, depending on your connection.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible for it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible for it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to already be installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system. If you have a free driver, you might need to install a proprietary driver, otherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall a program cleanly with {0}, you must delete the virtual drive associated with it.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked for. Here are the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as accurate as\npossibleWelcome to "Advanced Wine Configuration", a system optimiser for Wine created by GNU_Raziel. If you don't know what to choose, KEEP DEFAULTS.Welcome to Detour, a plug-in which enables you to create post-install shorcuts.Welcome to the $PVERSION installer for $TITLEWelcome to the DLC Installer for $TITLEWelcome to the DLC Installer for $TITLE_REQUIREDWelcome to the patch $PVERSION Installer for $TITLEWelcome to the patch $PVERSION Installer for $TITLE_REQUIREDWelcome to the patch $PVERSION installer for $TITLEWelcome to the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What features of your program do not work?\nIf everything works, please put that everything works.What is the editor for your program?What is the editor website for your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nCOMPLETELY close the Steam interface, \nso that the installation script can continue.When Desure has finished downloading $TITLE,\nDo NOT click on Play.\n\nCOMPLETELY close the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nCOMPLETELY close the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nCOMPLETELY close the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished, Do NOT click Play just yet. Completely close the Steam interface so that the installation script can continue.When the game setup asks for the next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete first.When the game setup asks for next Disk,\nclick on \"Forward\"When the game setup asks for the next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer asks you to, insert cdrom number $CDNumber and click next.\n\nDo not click next before this!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the tickbox 'Run the program' if asked.Where is file?Where is your CD-ROM mounted?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region's version of World of Tanks would you like to install? Note: Korea not supported in this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. Sorry!Wine seems to have crashed\n\nIf your program is running, just ignore this message.Wine UninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you make to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script designed for {0}! It might not work as expected.You can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptsYou do not have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE.\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable this game's anti-piracy protection\nif you want to play it with wineYou must disable this game's anti-piracy protection\nif you want to play it with wine.You must not set the shadow level to its maximum\nor you will have to delete and redo the installation of the game!You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.Do you want to install alongside ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open the $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will appear. Please download a patch from it and uncompress it.Your filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt may prevent the game from working.ZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install the mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start the PlayOnLinux Set-up Window server.{0} is not supposed to be run as root.{0} is unable to find the 32bit OpenGL libraries. You may encounter problems with your games{0} is unable to find the 64bit OpenGL libraries. You may encounter problems with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerplayonlinux/lang/locale/es/000077500000000000000000000000001226051336100162265ustar00rootroot00000000000000playonlinux/lang/locale/es/LC_MESSAGES/000077500000000000000000000000001226051336100200135ustar00rootroot00000000000000playonlinux/lang/locale/es/LC_MESSAGES/pol.mo000066400000000000000000003156071226051336100211560ustar00rootroot00000000000000,|?2CCCCD %D'1DYDlD#}D#DDDD-D0#E+TE#E(E(E&E)F+GF"sFFF*FGXGvGHH0uI5I+I4J9=J*wJ$J#JJJ; KIK_K7LLmLRMQNPN FOIQOO O OOO!OP'!P`IPPzP)Q"=Q&`QQQ6:R/qR)R%R3R!%S"GSMjS SSSSTyUUUUULUg-VVkW#?XRcXXXX}YjZqZ1ZZZZ[[Y)[;[[[[ \ -\N\ n\|\\0\\\ ].&]!U]w]3]$]&]^ ^'^?^qS^^^^ ^_*_ >_ I_S_b_*j_ _ __ __$_`0`6F` }```` ```aaz*a#aNaYbYrbb bb bcc0c 8cCczKc'cCc%2d(Xd,dBd4e&&f&Mf9tf6ff5f1gWHg$ggg3gh(hGh$\hhhhhh hhiili\j&njj jjjjjjjk* kKkBQkkk%kk!k%lElJl#[l*lll llOl(Amjmommmm2m mCm6nOnen|nnn,n n nn6n7-oeo.o>oo%o!p @p"app qqCqmcq5q\rbdrVrUstssstt\u`su\u\1vPvMv4-wbw!kwwww\xyx(xxxxxxkyyyyyyyz1zNz!iz!zzzzz{+{<{U{n{a{{ { |"|B+|n|E}Y}i}z}}}}(}} }}}-~2~F~N~U~ r~+~~~~ ~ ~~<1L ~  -02KaNKc Ka4pL1 &<(c A.'#<ƆQۇ  1Dcr'TÈ  #.6:K*fŊ('6#Nr"+)" $.S0r53ٌ: YH??/@Ep/EE,ErE-C,@p@@@3-t7ّ12C6v8c$Jod%):2USPܔ-f(Jzs7 $Af)/ė&:;#v$$]6YI4ڙ>CN;+Κ%& )G(q47ϛ08GV)^ 94 n|  ̝ݝ9&> S`q % 0 NY^ }"ˠߠ**H$`< "6 NPZc)<9&vʣ)*d9\K/{IG h@$ye'ߨw"2e˪d1dn2jR0,˭2B+-nZ^MV/0԰47: r9~@#*UHLG334g47ѳG Q2ϵ&߶"@+PIg(Iڸ[$L͹\b \0NI  Ǽ'ټ-&5 \jyν" '?Nn [[M&^ ʿ.ٿ &)=*gddd\db&.FTKKK3IEJmG:FN^M-C'q3<3 <>2{kt'S #t+ " !@0b.yD;@>\i|;12L%g,eR/ /5=Rn<rMa*',90fd%$"!Gi WXkS4" 86~FwlT+ 5;7Q&T{  09(,b[[ G U8bH[o  )&8GK4_61).'.V,/1##8"\3 `52E0x.5B/Q'#^QkM`T E ! /:'T2|1iSX) 03dl1F:x)*<!E!gW "8!%Z OlV S%#\I[$D '5Omq@ )J&t./5IXt: /%H$n+$)  %Ec!$<O0b   , ($M:dC/C[ v/ao:o !/ M(X  +D<p&")! B ! ! 2@ 9s  4  b | 1  B  "0 S #i         -%S Ze{&0%N+&z-7(09jp/( X%)~%Q cSp5']1o >D(/+X=6!%Ge O&yvBw3[mmubfbbbQ(Pz81 -?mv? _ 0t     !n!!!!!!$ "$0"#U"!y"#"$"$" ##5# T#u####k#I$ g$t$$7$:$&&0&B&%T&z&&/&&&&&G&+'K'_'n''4'''(( ((2(OG(@( (2( ) ")*0)[)8*+r+Q9,|,-(-8- @-J-eM--A-p.w.A.9.5/E/X/ h/Ir/8//*01+1C11G2/3C3S3$n33(33335494gN44 44 4A4>5]52N666%626/7>7P7o747*7/7,8+I8$u848T8B$9Hg9E9(9T:Tt:=:O;=W;O;O;O5<O<<K<T?=T=T=T>><>>!>E?2U?0?V?F@sW@*@@A$AAAA:A~8BvB.C5DED-E+E<E/*FZFlF/FWF(G,7GLdG>G=G?.H!nHdH6H_,I,IJI@J=EJ'J-J,J8K.?K5nK)K(KK L L5*L+`LLG/MwMMMM MMMN N$NN NN NON@OTO&[O'OOOO"O P"P,)PVP/iPP$P%P$P "Q0Q 8Q YQ eQoQ*QQ*Q9Q&7R^R/~R'RRJR(S:SNSkStSSSoSt,T3T=T3U GUQUhU9|U;U;Ud.VV_WR[XXPYYZ Zh+ZHZZ0i[[I\!\]]f]e^e^v^9^_i_``5`/ a1;a3ma2agay=v |v9v5v,v|'w|w|!x|x~y,yyzEa{K{K{K?||c}~|}w}is~7~DU1'9EC7ÁB=>|h~l8N8$4$%Cc-2u"Y[YlƋQ!1C)[! .u!S4"NWD>GY<b"‘ߑ+-iM+#&%E[k[Ǔ#6+' 5@ו>[l ȗ9֗FWIu$˜" 3F U cm2N. f8\  Nh D@l-$\+k8Y;zS>dEJ@.L:zWO \),|(j`=~Z9j%O"I?r"W)B;F BX/#p9yPTUMi3L%_,(l-a6kmbc5fn *J  '^Y<HGD G&/KbkC0#.Z:"}E FhFU *p]TS=s6ehD0x!g~P%qnc_! O | h 1JE% f Pn v5CdNi`~eN['gW!o1HRx$ q6y8T(]pa^j2  >#Ar+1y) 3VMgt)@L|K_Q{(v[st&wM$'oRue-U+:CI9Q,V[{&K7^>H5S. $r{x<R?,`Xb \vAw8id2z4s4!]72am "}c}=<ImAu3B0Z/uq#;lGtw 4XV'*o+Y*7QN&f? Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegistering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:57+0000 Last-Translator: Santiago Fraire Language-Team: es_ES.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Eligir un archivo Extraer el paquete Instalar el paquete Mostrar este mensaje (desde {2}) Licencia traducida a su idioma Licencia Original no existe ha sido desinstalado satisfactoriamente. no es un paquete PlayOnLInux válido! en su equipo. o se instalará en: La instalación del "Horse Armor Pack" comenzará...la instalación de "Knights of the Nine" comenzará...La instalación de "Mehrunes Razor" comenzará...La instalación de "Orrery" comenzará...La instalación de "Spell Tomes" comenzará...La instalación de "Thieves Den" comenzará...La instalación de "Vile Lair" comenzará...La instalación de "Wizard Tower" comenzará...Configurador de la aplicación $APPLICATION_TITLE$APPLICATION_TITLE instalador GeckoDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE auto-actualizarSe está arrancando el depurador $APPLICATION_TITLEPrimer uso de $APPLICATION_TITLE$APPLICATION_TITLE ya ha ejecutado este programa.\n¿Quiere mantener la configuración anterior?$APPLICATION_TITLE ha encontrado un error grave. $APPLICATION_TITLE sera detenida el proceso de instalacion.\nVisita www.$POL_DNS para conseguir mas información.$APPLICATION_TITLE ha encontrado un error. Si el programa no funciona correctamente, podría ser la causa del problema.\n Visite www.$POL_DNS para obtener más información.Se ha detectado un error con $APPLICATION_TITLE. Si el programa que estás instalando no funciona correctamente, esto puede ser la causa.\nPara obtener más información, visita www.$POL_DNS$APPLICATION_TITLE está analizando su aplicación$APPLICATION_TITLE va a terminar su preparación$APPLICATION_TITLE está instalando $PRGM_NAME$APPLICATION_TITLE está instalando la aplicación...$APPLICATION_TITLE está creando un disco duro virtual de windows.$APPLICATION_TITLE está ejecutando su programaGestor de paquetes $APPLICATION_TITLE: $APPLICATION_TITLE creador de atajoPerfil de $AUTHOR$PACKAGE abortado.$PACKAGE se ha cerrado inesperadamente.\nPulse en el enlace de depuración para más detalles.$TITLE fue instalado satisfactoriamente\n\nSi una instalación de Windows evita que el programa se inicie, debes eliminarla y reinstalar $TITLE$TITLE ha sido instalado.\n\nAgradecimientos especiales a Erich Hoover por su parche de wine (AcceptEx Fix)$TITLE ha sido instalado exitosamente.\n\nSi el juego no lanza, abre un terminal y escribe:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE ya está instalado¡ $TITLE ha sido instalado!\n\n¡Atención!\n1)Reinicia wine\n2)Selecciona el dispositivo de salida correcto en las opciones de audio de wine\n3)¡Que te diviertas!$TITLE necesita leer los datos para PC de un CD-Rom híbrido.\n\nPor defecto, MacOS sólo accede a los datos para Mac del cd-rom, que puede no ser compatible con versiones recientes de Mac OS.\n\n¿Desea que PlayOnMac intente leer los datos para PC del CD?$TITLE debería ser activado ahora.\n Quizá sea necesario iniciar $TITLE dos veces:\nUna para iniciación y otra para registración.\n\nSimplemente inicia, cierra y reinicia $TITLE(Sí este listado está vacío, instale una versión de wine con el gestor de versiones de wine)(Ventana)7z no instalado, asegúrese de tener instalado 7zip y pruebe de nuevoInterrumpir la instalaciónAcerca de {0}Accesorios¿Habilitar soporte GLSL?¿Habilitar soporte para multimuestreo?¿Habilitar el desplazamiento sin borde de ratón?Añadir¿Agregar el logotipo de PlayOnLinux a su vídeo?El parche Advent Revising ha sido instalado;\nNo olvides enviar un e-mail a Setz agradeciendo su trabajo.TodoTodos los juegos soportados de Infinity Engine están ya parcheados.\nPara modificar la resolución de pantalla de un acceso directo, utilice su configurador.Ya está al día.Ha ocurrido un error durante la descarga.Una versión actualizada de {0} está disponibleAplicar¿Es la información del servidor de la licencia correcta?\n¿Pueden estos valores ser añadidos al registro?\n\nNombre del servidor de licencia: $licenseServerName\nPuerto del servidor de licencia: $licenseServerPort¿Está seguro que desea instalar el paquete {0}?¿Está seguro que desea cerrar todas las ventanas de {0}?¿Está seguro de querer borrar Wine {0}?¿Está seguro de que quiere eliminar {0}?¿Está seguro de que quiere eliminar la unidad virtual {0}?Está seguro de querer eliminar: Está seguro de querer instalar: ¿Está seguro de que quiere detener todas las aplicaciones $APPLICATION_TITLE activas?ArgumentosTeclas de dirección (por defecto)Programa asignadoAtención: Al terminar la instalación, el programa de parcheo será cargado. Por favor cierra el mismo antes de iniciar sesión o espera que la actualización complete el proceso de instalación. Después de esto, puedes iniciar la aplicación "$TITLE" cuando la instalación y configuración final esté lista.Atención: Después que la instalación haya sido completada, el iniciador de parches comenzará a cargar. Por favor cierre el mismo antes de iniciar su sesión para lograr completar la instalación. Después de esto, puede iniciar "$TITLE" cuando el arreglo final de archivos haya finalizado.Instalación automáticaEjecución automáticaVersiones de Wine disponibles: Extensión de archivo incorrectaCuidado! sí cambia ¡Ten cuidado! Instalar uno de estos componentes puede romper su disco virtual.Cuidado! Esto detendrá los procesos instalados. Sí no están finalizados, tendrá que reinstalar $SOFTNAMETen cuidado! Para iniciar $TITLE con la $APPLICATION_TITLE, tienes que instalar un parche para inicialización sin CD, incluso si posee una versión legal.\n\nPor favor recuerde que $APPLICATION_TITLE está fuertemente en contra de la piratería, y nunca la apoyará.Por efecto del error de software #30512 de wine, la descarga usualmente fallará, el sólo reiniciar el cliente de la aplicación y reiniciar la descarga hará que la misma reinicie donde se ha detenido. El porcentaje de descarga se reiniciará pero no debe preocuparse por tal situación, la descarga no se reiniciará desde el principio.Empezar la captura de una aplicaciónBinario no encontrado: $BINARY\n¿Tienes instalado el programa en el directorio por defecto?Brasileño (sólo texto)ExplorarAl habilitar esto, tendrás acceso a instaladores para los programas con una protección contra copias (DRM) incompatible con la emulación. La única manera de anular esto es usando un parche "no-cd", pero nosotros no proveeremos ningún tipo de apoyo para este método, ya que el mismo también puede ser utilizado con el propósito de piratear.Al permitir esto, usted tendrá acceso a los instaladores de prueba. {0} no se puede asegurar de que su aplicación funcionará sin ningún problemaCancelarNo se puede encontrar el atajoLo sentimos, no se puede instalar utilizando el descargador oficial.Capturando...Menú de captura (OpenGL)Menú de captura (sin OpenGL)Comenzará la captura...Cambiar el iconoCompruebe que la resolución ha sido cambiada\n(eventualmente fijado en modo \"ALTA-RESOLUCIÓN\") en el cargadorChequee cuales de los componentes desea instalar adicionalmente:Revisando la integridad de la descarga...Revisando la integridad de la pieza...Comprobando extensión: ¿Seleccionar modo de renderizador DirectDraw?¿Elegir modo de renderizado fuera de pantalla?¿Elegir modo de bloqueo del objetivo de renderizado?Elija un juegoElija un paquete a instalarElija un complementoElija un script válido $APPLICATION_TITLE para ejecutar.Elija una acción a realizarElija una aplicaciónElija una opción para modificarElija el archivo correspondiente a su programa.Elige el idioma del juego que quierasSeleccione la resolución del juego.Cierre el archivo de errores de su softwareElija el nombre de la unidad virtualElija el formato de vídeo para convertirLimpiandoLimpiando...Pulse Siguiente para continuar.Pulse Siguiente para comenzarHaga click en "Siguiente" SÓLO cuando la instalación del juego de Steam\nesté completada o tendrás que volver a iniciar el proceso de instalación.CerrarCierre todos los programas de {0}Cerrar esta aplicaciónRueda de códigos.Línea de comandosComando a ejecutar antes de ejecutar el programaComercialConfigurarConfigurar WineConectarseConectar con su cuenta de $APPLICATION_TITLEConectando…Panel de ControlConversión completaConvertir un archivo de captura a vídeoConvirtiendo videos...Copiando los archivos de instalación, por favor espere...Copiando ${filename}Copiando la unidad virtualNo se pudo encontrar el ejecutable $EXE en el disco virtual $PREFIXNo se pudo encontrar el directorio del programaCrear un acceso directoCreando acceso directo ...DepuradorParámetros de depuradoDescomprimiendo archivo...Servidor DedicadoEditor de Servidores DedicadosServidor DedicadoLa configuración por defecto del video es por defecto algo baja para las computadoras modernas,\nrecuerde hacer click en "Auto-detectar" en la configuración avanzada de video.Configuración de la unidad virtual por defectoDefina las opciones de codificación \n (deje las opciones predeterminadas si no sabe qué hacer)Defina las opciones de codificación para el paso 1 \n (deje los valores predeterminados si no sabe qué hacer)Defina las opciones de codificación para el paso 2 \n (deje los valores predeterminados si no sabe qué hacer)BorrarVersión DemoDesarrollador y página Web: Desarrolloversion Digital de Lujo (Digital Deluxe)Renderizador Direct DrawDesactivarDesconectarseMostrarNo olvide cerrar Steam cuando la descarga\nse haya finalizado, de manera que la $APPLICATION_TITLE puede continuar\na instalar el juego.¿Tiene un paquete de idiomas que instalar?¿Quiere que $APPLICATION_TITLE lo instale automáticamente?¿ Le gustaría ver la web de $TITLE ?¿Quiere borrar la unidad virtual:¿Quieres descargar $TITLE desde GOG.com?¿Desea colaborar {0} para crear una base de datos de compatibilidad? Si hace clic en Sí, la siguiente información nos será enviada de forma anónima la primera vez que ejecute un programa de Windows: - El modelo de tarjeta graficadora - La versión del sistema operativo - Si hay controladores gráficos instalados o no. Esta información será de gran utilidad para nosotros para ayudar a la gente.¿Desea instalar $TITLE para sincronizarlo con un dispositivo USB?¿Deseas instalar el Parche 1.0c?¿Deseas instalar el Parche 2.0a?Deseas instalar la versión unicode de Inno Setup?¿Quieres leer la columna original en el foro de GOG.com?¿Desea volver a intentarlo?¿Quieres actualizar y reiniciar $APPLICATION_TITLE?¿Se ejecuta su programa?No olvide ir al menú de utilidades PlayOnMac -> Leer un CD-Rom para PC antes de ejecutar el juegoNo instale XQuartz de momentoNo incluir ningún archivo de registro de erroresDonaciónDescargas finalizadas.\nLa instalación de los parches comenzará.La descarga ha falladoLa descarga parece estar corrupta.Descargar el programaDescargando Juego para Windows LiveDescargando Wine: Descargando XQuartzDescargando fuentesDescargando gecko...Descargando...Descargando: Durante la instalación, por favor QUITE de la SELECCIÓN todos los controladores de "NI" y las "interfaces de sonido". La instalación fallará si se dejan seleccionados, y además que los mismos no son necesarios.Durante la instalación, por favor QUITE LA opción de SELECCIÓN de ASIO4ALL e igualmente QUITE LA opción de SELECCIÓN de iniciar FL Studio al finalizar la instalación.Durante el proceso de instalación, por favor quita de la selección\n"Instalar Bonjour para Windows" y "Actualizar Safari Automáticamente".Holandés (sólo texto)Editar o actualizar una aplicación existenteEditorEducaciónExpulsar el PC CD-ROMActivarActivar ptrace() globalmenteInglésVersión inglesa"Edición Mejorada"Disfruta utilizando $APPLICATION_TITLEBorrar (contenido del disco virtual se perderá)Error¡Error! Los archivos no coinciden\n\nLocal: $LOCAL_MD5\nServidor: $SERVER_MD5Error mientras se instalaba el archivoError durante la instalación de tipografíasOcurrió un error mientras se descomprimía el archivo.¡Error!Error: ¡Incapaz de encontrar el CD-ROM!Error: No fue posible reservar un puerto válidoSalirLibrería externa¡El tamaño del archivo extraído no coincide!Extrayendo ${filename} de ${archivename}Extrayendo Slender...Extrayendo Wine...Extrayendo: Valores por defectoFalló la conexión.\nAsegúrese de que su nombre de usuario y contraseña son válidos.Falló al ubicar ${dest} desde ${archive}ArchivoAsociaciones de archivos¡Archivo no encontrado!¡El tamaño del archivo no coincide!FrancésFull (1.5GB), se repararan incluso problemas menores (49 secuencias cinemáticas)Soporte GLSLJuegos para Windows Live no está instalado\nsaltando la rutina de desinstalación.Juego Del Año versionEl juego no se instalóEl juego no está instalado.JuegosGeneralAlemánDarle la capacidad al ejecutable del servidor de wine¿Ir allá ahora?Inicio de sesión de gog.com falló ¿Reintentar?GráficosEste es el código fuente del script. Compruébelo con cuidadoAquí esta el código fuente del script. Compruébelo cuidadosamenteAlta calidad (configuración entrópica)¿Cuanta memoria tiene su tarjeta gráfica?Sin embargo, no se activará hasta que reinicie el ordenador.Estoy de acuerdoNo quiero crear otro atajoLo reparé por mi mismo, simplemente rehacer la pruebaTengo un problema con el programaYo mismo descargue el archivoIMPORTANTE: \n\nEn la ventana de instalación que aparecerá luego de ésta, No hacer click en el botón de Opciones, ya que arruinará la selección de idioma.Selección de iconoIconos:Si la instalación del .NET 3.0 fala, no te preocupes\nel juego aun funcionaráSi el juego falla al iniciar, abra una sesión de terminal y escriba:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSi el instalador pide la instalación de DirectX, responda que no.Si apenas puedes distinguir un paisaje por detrás del menú principal,\ndesactive la NIEBLA en las opciones gráficas.Si cierra estaba ventana no podrá leer más respuestas. ¿Está seguro de querer cerrarla?Si no tiene el addon de "Shivering Isle" (La isla escalofriante)\ndebe actualizar este juego antes de usarlo.Si no tiene el addon de "Shivering Isle" (La isla escalofriante)\ndebe actualizar este juego antes de usarlo.Si no sabe, deseleccione todasSi se produce el Error 3007 al conectarse, abra una ventana de terminal y escriba:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSi tienes un error de runtime al iniciar el juego, abra un sesión de terminal y escriba:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSí ha instalado un programa con éxito desde 'Instale un \nsoftware no listado', le permitirá agregar este programa a la listaSi observa mensajes de error durante la instalación de DotNet 3.0, puede ignorarlos sin problemasSi observa mensajes de error durante la instalación de DotNet 3.5 SP1, puede ignorarlos sin problemasSi observa mensajes de error durante la instalación de DotNet 3.5, puede ignorarlos sin problemasSi observa mensajes de error durante la instalación de DotNet 4.0, puede ignorarlos sin problemasSi quiere instalar $TITLE en otra unidad virtual\nInicie este instalador de nuevoPara instalar $TITLE es necesario instalar, primero, el Mod Pack Studio Lite 2.0¿En que directorio desea descargar los archivos de GOG?Incluir:¡Indique la dirección del servidor de licencia!¡Indique el puerto del servidor de licencia!InstalarInstale Terraria en Steam. Inicie la misma cuando Steam esté instalado en el juego. Steam instala la infraestructura de xna para el juego. Cierre el Steam de manera que el instalador pueda continuar.Instalar un programa no-listadoInstalar un programaInstalar un programa en una nueva unidad virtualInstalar componentesLa instalación ha finalizadoInstalar scriptsInstalar algunas bibliotecasInstalación finalizada.Instalación completada\n\nEl juego puede fallar a la primera, pero no te preocupes e inténtalo una vez más.Instalación en curso ...Versiones de Wine instaladas: Complementos instaladosInstalador Adobe AirInstalando DirectMusicInstalando los dlls de DirectX 10...Instalando los dlls de DirectX 11...Instalando los dlls de DirectX 9...Instalando las rutinas de DirectXInstalando juegos para Windows LiveInstalando el DLL Linuxtrack-wine...Instalando la rutina de Visual BasicInstalando XMLlite...Instalando XQuartz...Instalando los dlls de Xact...Instalando los dlls de Xinput...Instalando fuentesInstalando los DLLs de mfc42...Instalando el DLL msasn1...Instalando complemento: Instalando vcrun2008 y wininet, y deshabilitando los dlls de d3d9 y d3d8 para forzar el juego a usar OpenGLInstalando el DLL wintrust...Instalando: Versión internacionalInternetAparece la primera vez que utiliza $APPLICATION_TITLE.Es bastante recomendado que instale ahora el paquete para el Mod del Círculo de Ocho (Circle of Eight Modpack)\nPara poder resolver muchos problemas que existen con este juego, y opcionalmente añadir nuevo contenido\n(para los paquetes Mod "NC").\nUse la script dedicada de PlayOnLinux en la sección de parches.Italiano (sólo texto)Versión ItalianaVersión japonesaUnirse a un canalDetener todos los procesos prefijadosMatar procesosKillAppCerrando los programas en la unidad virtual ...IdiomaIconos grandesLuegoDejarLigero (702MB), reparara problemas mayores (18 secuencias cinemáticas)Buscar este archivo de registroNombre de usuario: Cerrar sesiónBuscando CD-ROMs ejecutablesMB descargadosCrear un nuevo acceso directo de esta unidad virtualCreando acceso directo...Gestiona versiones de WineInstalación manualIconos medianosMessengerFuentes de MicrosoftLas fuentes de texto de Microsoft no están instaladas; las instalaré por tí.Las fuentes de Microsoft han sido instaladas satisfactoriamente.MisceláneaInvalidar la sobreescritura del puntero del ratónMultimediaMultimuestreoMi problema concierne a $APPLICATION_TITLENOTA: Este instalador requiere el uso de un CD, si usted descargó la imagen ISO de software libre lanzadas por la EA, por favor queme las mismas en un CD o DVD, utilizando un programa tal como Brasero e inserte los mismos en su unidad de discos. El montaje de las imágenes ISO puede funcionar con algunos software; sin embargo, se sabe que "Mounty" no funciona para dicha actividad.AVISO: Para un sonido de baja latencia, revise WineASIO.Atención: Para audio de baja latencia, busque en WineAsio. Un audio genérico de baja latencia es recomendado. Sus controladores MIDI deberían funcionar de la forma esperada.AVISO: Para sonido de baja latencia, revise WineASIO. Los controladores MIDI deberían funcionar como es esperado.AVISO: POL no aprueba la piratería. Por favor use $TITLE en una forma respetableATENCION: Para registar, cuando el programa inicie preguntando por el registro, arrastre y suelte su archivo "reg" en $TITLENombreInstalar un programa en un nuevo prefijoNuevo: SiguienteNoNo fue encontrada la instalación de $TITLE.\n\n¡Por favor use la script de instalación de $TITLE !Sin descripciónNo hay espacio disponible para descargar:\n$URL ($neededSpace KB)No fue especificado una extensión del nombre del archivo, saltándose la asociación con la aplicación nativa.Manual no encontrado en {0}No fue específicado un comando raíz, abortando la instalación.No encontró la ubicación de instalación en autorun.infSe encontró un juego de Infinity Engine no soportadoNo es necesario CDVersión normalAtenciónAhora puedes volver a la ventana de instalación de $TITLE para continuarAhora debe instalar el paquete del Mod en el directorio:Ahora seleccione el modo del juego:\n1)Modo de ventana:\nTodo funciona excepto el cursor del sistema en la ventana del juego.\n\n2)Modo Pantalla Completa:\nTodo funciona a excepción del cielo, cual es negro.\n\n\n\n¿Qué modo prefieres?Ahora, inserte el cdrom número $CDNumber.OficinaModo de renderización fuera de la pantallaEn el primer inicio del juego éste detectara las fuentes de renderizado disponibles.\nEs bastante posible que obtengas mejor rendimiento fuera de la opción de render OpenGL.La primera vez que inicie el juego éste detectará las fuentes de renderizado disponibles\nEs probable que obtengas mejor rendimiento fuera del renderizado OpenGL;\nPuede seleccionarlo luego haciendo click en "Mostrar todos los dispositivos".Falta uno o varios programas. Instálelos y ejecute el guión de nuevo.¿Abrir $URL ahora?Abrir una shellAbrir carpeta de programasAbre el directorio de la aplicaciónAbrir un directorioAbrir el directorio de la unidad virtualOperación realizadaOptimización completadaOtroSobreescribir (usualmente funciona, no hay garantía)lector CD-ROM del PCLa instalación del paquete fallará hasta que fije el valor de /proc/sys/kernel/yama/ptrace_scope en 0Empaquetador: Contraseña: ParchesReproducir un archivo de capturaEquipo de PlayOnLinux y PlayOnMac Bajo la licencia GPL versión 3Gestor de paquetes PlayOnLinuxLa filosofía de PlayOnLinux/PlayOnMac es nunca preguntar por la contraseña de super-usuario, sin embargo, para esta script, es obligatorio. Así que le daremos el comando que debe escribir por sí mismo para que esta instalación prosiga:PlayOnMac necesita instalar XQuartz para funcionarLea esto cuidadosamente.Por favor escoja un CD-ROMPor favor escoja un CD-ROM a expulsarElija un PID de archivo de captura para reproducirSeleccione un archivo de captura para convertirElija un programaElija un software a empaquetarElija el software a ejecutarPor favor seleccione el nombre de la unidad virtual.Elija un método para instalar el programaElija un archivo de captura OGV para reproducirPor favor, seleccione una acción a realizarPor favor, elija el método de instalaciónPor favor, descargue XQuartz por míPor favor, asegúrese de estar conectado a internet.Por favor inserte su cuenta de inicio de sesión de gog.com para descargar $BASENAMEPor favor, explique su problema de manera clara (solo en inglés):Por favor, escriba una descripción muy corta (título, solo en inglés)Suministrar más detalles, de lo contrario, será muy difícil ayudarPor favor inserte el disco 2 de "$TITLE"Por favor inserte el disco número 2 en su unidad de discos\nsi aún no lo ha hecho.Por favor inserte el disco número 3 en su unidad de discos\nsi aún no lo ha hecho.Por favor inserte el disco 1 del juego en su unidad de discosPor favor, inserte el disco de juego 1 en la unidad de disco\nSi no lo ha hechoPor favor inserte el disco 2 del juego en su unidad de discosPor favor, inserte el disco de juego 2 en la unidad de disco\nSi no lo ha hechoPor favor, inserte el disco de juego 3 en la unidad de disco\nSi no lo ha hechoPor favor, inserte el disco de juego 4 en la unidad de disco\nSi no lo ha hechoPor favor, inserte el disco de juego 5 en la unidad de disco\nSi no lo ha hechoInserte el disco en la unidadInserte el disco de juego en la unidad de disco\nsi todavía no lo ha hechoPor favor inserte el disco número 1 en su unidad de discos\nsi aún no lo ha hecho.Por favor inserte el disco número 2 en su unidad de discos\nsi aún no lo ha hecho.Por favor inserte el disco número 3 en su unidad de discos\nsi no lo ha hecho aún.Por favor inserte el disco número 4 en su unidad de discos\nsi no lo ha hecho aún.Por favor inserte el siguiente disco en su unidad de discos.Por favor introduzca el DVD.Por favor inserte el primer discoPor favor introduzca el primer disco del juego en su unidad de discosPor favor inserte el juego en su lector de discos.Inserte el disco de juego en la unidad de disco.Por favor introduzca el dispositivo del siguiente juego dentro de su unidad de discos.Por favor introduzca el segundo disco del juego en su unidad de discosInserte su CD-ROM, y presione " continuar " sólo cuándo Finder haya encontrado los datos para Mac OS de su CD-ROMPor favor installa primero $TITLE_REQUIREDHaga su elecciónTen en cuenta que los mapas estándar no funcionan correctamente, mientras que los mapas personalizados funcionan sin problemas.Por favor lea y acepte lo siguiente:Por favor lea cuidadosamente.Lea el siguiente mensajeLea esto cuidadosamentePor favor reinicie su ordenador ahora y arranque PlayOnMacPor favor seleccione el archivo de instalación para $TITLE . NO DEJE EN SELECCIÓN "RUN IMGBURN" al final de la instalación.Por favor seleccione el archivo de instalación de $TITLE. NO inicie Reaper luego que la instalación haya finalizado.Por favor seleccione el archivo de instalación de $TITLE. NO inicie rFactor una vez la instalación haya finalizado. Deje que DirectX se instale cuando se le pregunte. Asegúrese que fijó una resolución de 32-bits cuando la Configuración de rFactor aparezca.Por favor seleccione el archivo de instalación de $TITLE . Durante la instalación, elimina de la sección de selección todos los controladores extra que éste desee instalar.Por favor seleccione cualquiera de los tres iconos una vez mostrados.Por favor seleccione MÁS OPCIONES, y luego quite de la selección INICIAR "$TITLE" AL FINALIZAR LA INSTALACIÓN. Si no lo hace, la misma fallará.Por favor, elegir un archivo de depuraciónPor favor elija el programa o la unidad virtual a configurarPor favor, seleccione un programa a desinstalarElija un programaElija un archivo de iconoPor favor seleccione la version 32bit de iTunesPor favor selecciona la version de MS-DOS del archivo de instalación y configuración.Por favor seleccione el idioma del juegoSeleccione el archivo instalador a ejecutar.Por favor seleccione el archivo instalador descargado desde el sitio $EDITORPor favor, seleccione el archivo de instalación para ejecutarPor favor seleccione el archvio de instalación para iniciar.Por favor, seleccione el archivo de instalación para ejecutar:Por favor seleccione la versión.Introduzca un nombre para la unidad virtual de la aplicación.\nEl nombre no debe contener espacios.Espere mientras $APPLICATION_TITLE copia los archivos:Por favor espere mientras $APPLICATION_TITLE está descargando el Lanzador de Juegos de UbisoftEspere mientras $APPLICATION_TITLE descarga:Por favor, espere mientras $APPLICATION_TITLE esté explorando su hardwareEspere mientras $APPLICATION_TITLE simula un reinicio de Windows$APPLICATION_TITLE está simulando un reinicio. Favor esperarEspere mientras se instala $SOFTNAME...Por favor espere mientras $TITLE es instaladoPor favor espere mientras se instala $TITLE.Por favor espere mientras Desura se está descargando...Por favor espere mientras Steam se descarga...Espere mientras se crea el logotipo de PlayOnLinux...Espere mientras se crea la unidad virtualEspere mientras su vídeo se codifica...Por favor, espere...Gestor de pluginComplementosPresione +F8 para iniciar o detener la capturaPresione +F8 para detener la capturaPresione Siguiente y haga clic en la ventana\nque quiera capturar.\nLa captura comenzará automáticamente después de 5 segundos.\nSólo se capturará el vídeo.Pulse Siguiente sólo cuando el proceso de instalación haya finalizadoDirección del proxyConfiguración de proxyLogin del proxyContraseña del proxyPuerto proxyLeer archivo de TRADUCTORESLeer el PC CD-ROMLee el PC CD-ROMLee el manual¡Lea esto cuidadosamente!\n\nCuando el instalador de $TITLE pida cambiar el cdrom, por favor vuelva a la esta ventana de $APPLICATION_TITLELeyendo su dispositivoActualizarActualizando {0}RegistrarseRegistrando las librerías, por favor espere\n(Ésto puede tomar cierto tiempo)Editor del RegistroQuitarEliminando Juegos para Windows Live...Bloquear modo de renderizado de destinoReparar la unidad virtualInformar de un errorInformar de un problemaInformar sobre un problema con {0}¿Reintentar?Lanzar¿Iniciar $TITLE en modo a prueba de fallos?¿Iniciar \$TITLE?Ejecutar un archivo .exe en esta unidad virtualEjecutar un script localEjecutar asistente de configuraciónEjecute uno de sus scripts personalesEjecute sus programas de Windows en Ejecutando...GuardarEscaneándo la unidad virtual...Scriptors: BúsquedaSeleccione un DCL para instalarSeleccione una categoría para su programaSeleccione otro archivoSeleccione el archivo ZIP descargado aquíSeleccione el primer parche (EE Upgrade) para ejecutarlo.Seleccione el primer parche a ejecutarSeleccione el parche a ejecutarSeleccion segundo parche (1.5) para ejecutarlo.Seleccione el segundo parche a ejecutarEnviarEnvíenos un script que funcione generado mediante una instalación manualEstabler un proxyEstablecer el iconoConfigurar Program Files varOpcionesMostrar unidades virtualesSimular reinicio de WindowsIconos pequeñosLo sentimos {0} el servicio de mensajería no está disponible por el momento. Por favor, intentelo más tardeLo sentimos, $APPLICATION_TITLE $VERSION es demasiado antiguo para continuar. Necesita \n$APPLICATION_TITLE $NEEDED.Lo sentimos, pero ese no es un archivo .zip válidoLo sentimos, esta persona no quiere recibir mensajes privadosLo sentimos, necesitamos una descripción detalladaEspañolEspañol (sólo texto)"Edición Standard"Configuración estándar de la distribución del teclado.Steam tiene su propio sistema de actualización automáticoSteam tiene su propio sistema de actualización automáticoUna instalación de Steam ha sido detectada\n¿desea instalar este juego en la misma unidad virtual?Steam va a realizar una actualización.\nCuando acabe de actualizar y te muestre la pantalla para entrar, identifícate y deja que $TITLE se instale.\n\nCuando acabe de instalarse, selecciona "siguiente"Steam esta por llevar a cabo una actualización..\nDespues de que Steam termine de actualizar y te muestre la interface de ingreso, ingresa y entonces deja que $TITLE se instale.\n\nCuando la instalación termine, presiona siguiente (No cerrar Steam)Steam esta instalando $TITLEBTS, presiona siguiente cuando la instalación termineSteam esta instalando $TITLECOL, por favor cierra Steam apropiadamente cuando la instalación termine (asegurate que Steam no se encuentre en la bandeja de sistema) y entonces presiona siguiente para que el script de instalación continue.Steam esta instalando $TITLEW, presiona siguiente cuando la instalación termineOrden de dibujo estrictoAdministrador de tareasEn pruebas¡Gracias!\n\nSe ha enviado su informe.\n\nHaremos todo lo posible por contestarle por correo muy prontoLa protección del CD de este juego no funciona apropiadamente con Wine.La versión del CD-ROM está desactualizada. No se olvide de actualizar $TITLE si desea que se ejecute correctamente con $APPLICATION_TITLEEl sitio web de PlayOnLinux no está disponible.Los códigos necesitados para salir del primer calabozo pueden ser encontrados en la\ndocumentación;\nClick derecho al icono del juego, "Lea el Manual" y luego revise pp 4-5Los códigos necesitados para iniciar un nuevo juego pueden ser encontrados en la\ndocumentación;\nClick derecho en el ícono del juego, "Lea el manual"La descarga parece haber fallado.Este archivo pudo también ser actualizado. Si el problema persiste, considere reportar el mismo para que de esta forma la script pueda ser ajustada.El archivo se llama: {0}Este archivo está ubicado en un sistema de archivos FAT32.\nPodría no funcionar en wine\n\n$FilePathEste archivo está ubicado en un sistema de archivos NTFS.\nPodría no funcionar en wine\n\n$FilePathEste archivo está ubicado en un sistema de archivos fuse.\nPodría no funcionar en wine\n\n$FilePathEste archivo está ubicado en un sistema de archivos montado no-ejecutable.\nPodría no funcionar en wine\n\n$FilePathLas siguientes personas han contribuido a este programa: El juego fallará la inicialización hasta que cambie el valor de /proc/sys/kernel/yama/ptrace_scope a 0El editor de nivelesEl parche ahora puede ser activado y configurado desde \n el asistente de instalación de PlayOnLinux para Outcast.\n¡Y no olvides enviar un correo electrónico a Zenger en el foro de GoG!El programa necesita acceso a ptrace() para proceder:Se ha creado el acceso directo en el EscritorioLa unidad virtual de destino $PREFNAME ya existe:La unidad virtual asociada con {0} ({1}) no existe.No hay nada instalado para ejecutar. {0} archivos.Esta fuentes fueron proveídas por Microsoft\n"en su interés por la compatibilidad entre plataformas".Piense sobre deshabilitar el triple-buffering en las propiedades,\npuesto a que aún no es totalmente soportada por Wine.Este proceso instalará Microsoft Office $TITLE, un programa de software libre que le permitirá visualizar los formatos .doc y .docx, pero no será capaz de editar los mismos. Este programa está previsto para los usuarios que no son capaces de visualizar documentos doc o docx complejos. Si desea editar un documento, use LibreOffice, OpenOffice u otro editor. Este 'addon' instalará automáticamente el parche 1.3.5511Este 'addon' instalará automáticamente el parche 2.5.26461Este addon parchea automáticamente el juego a 1.2.0416Este addon automáticamente aplicará el parche del juego llevandólo a la versión 1.03Este archivo: Esta función está desactivada en el entorno de PlayOnLInux.Este juego ya es la Edición Mejorada\nY sólo necesita el parche 1.5Esta script de instalación requiere ffmpegEste programa de instalación lo suministra: Este es un instalador para una actualización o un addon;\nPor favor instale $TITLE_REQUIRED antes de realizar este procedimiento.Este no es más el caso, pero ellos aún están disponibles por terceros.Esta es la lista de los guiones que nos ha enviado. Puede ejecutar uno de ellosEste paquete no funciona en una instalación de 64-bitsEste paquete no funciona con wine 1.3.18 o menorEste paquete no funciona con wine 1.3.22 o menorEste paquete no logra instalarse con wine 1.5.21 o mayor.Esta extensión le permitirá capturar aplicaciones bajo PlayOnLinuxEste programa contiene una protección contra copias (DRM) incompatible con la emulación. La única manera de anular esto es usando un parche "no-cd", pero nosotros no proveeremos ningún tipo de apoyo para este método, ya que el mismo también puede ser utilizado con el propósito de piratear.Este programa está actualmente en pruebas. Puede que no funcione como se espera. Sus comentarios, positivos o negativos, es importante para mejorar especialmente el instalador.Este programa ha sido creado por: Esta utilidad ayudará a su Mac a leer los datos para PC de un CD-ROM. \n\nUse esta utilidad SOLO sí su CD-ROM es un CD-ROM híbrido (Compatible con Windows y MacOS), y no puede leer los datos para WindowsEsta herramienta le permitirá ayudarnos:Esta unidad virtual está protegidaÉsto te permitirá instalar Sacrifice, entonces será descargado e instalado el parche #3. No corra el juego hasta que el parche esté instalado.Este asisten le ayudará a instalar Este asistente le ayudará a preparar el entorno de $APPLICATION_TITLEEste asistente le ayudará a instalar Wine: Este asistente le ayudará a reportar un error sobre un programa soportado oficialmente.Este asistente le ayudará a ejecutar un Script no oficial de $APPLICATION_TITLE.Este asistente le ayudará a deinstalar: Para continuar, PlayOnLinux necesita volver a montar su CD-ROM con la opción de no-ocultar.Para continuar, PlayOnLinux necesita desmontar tu CD-ROM previamente montado con la opción de no-esconder.Para asegurarse de que los juegos serán compatibles, PlayOnMac debe instalar XQuartzPara instalar un paquete de idiomas despuès, abra el panel de configuraciones del juego antes de ejecutar el instalador en el disco virtual (etiqueta miscelánea)HerramientasTransfiriendo archivos desde el Disco 1Transfiriendo archivos desde el Disco 2Traducciones:El panel de Two Worlds es una herramienta que se encuentra dentro de la comunidad de Two Worlds,\nque permite modificar parámetros y trabajar con los mods\nde este juego. Véase\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 para detalles.\n¿Desea instalarlo?Versión UKVersión USA o CanadaLos usuarios de Ubuntu deben añadir el repositorio MEDIBUNTU\n para que la conversión de formatos funcione correctamente.Imposible encontrar el archivo: Incapaz de encontrar la versión: ¡Imposible instalar XQuartz! Debe instalarlo para mejorar la compatibilidad de los juegos.Sin cambiosDesinstalarDesinstalando...Actualización de GITActualizar wineprefixActualización $APPLICATION_TITLE de GIT...Actualizando $TITLEActualizando complemento. Anterior: Uso: Usar el complemento de Configuración Avanzada de WineUsar CD-ROM(s)Usar DVD-ROM(s)Utiliza la versión demo de la tienda de DesuraUtiliza la versión de la tienda de DesuraUtiliza la versión demo de la tienda de OriginUtiliza la versión de la tienda de OriginUse el configurador de PlayOnLinux paraUsar versión demo de Steam StoreUsar versión Steam StoreUsar WineTricksUsar un archivo de instalación en mi equipoUse otra versión de WineInterrumpido por el usuarioVCRun2008 puede fallar en su proceso de instalación puesto a que su versión de PlayOnLinux es vieja. Por favor actualice.VCRun2010 puede fallar en su proceso de instalación puesto a que su versión de PlayOnLinux es vieja. Por favor actualice.Iconos muy grandesLa tarjeta de vídeo no tiene memoria suficienteTamaño de la memoria de vídeoUnidad virtualCreador de unidad virtualUnidades virtualesCalidad VisualATENCIÓN: Por favor, use en primer lugar POL_SetupWindow_InitWASD (Qwerty)Espere mientras la instalación está siendo preparada...Espera a que el paquete de idioma este configurado...Espere mientras la instalación es preparadaEspere mientras el parche 1 se está descargando...\nEsta operación puede tomar cierto tiempo, dependiendo de su conexión.Espere mientras el parche 2 se está descargando...\nEsta operación puede tomar cierto tiempo, dependiendo de su conexión.Espere mientras el parche 3 se está descargando...\nEsta operación puede tomar cierto tiempo, dependiendo de su conexión.Espere mientras el parche 4 se está descargando...\nEsta operación puede tomar cierto tiempo, dependiendo de su conexión.Espere mientras que el parche se está descargando...\nEsta operación puede tomar cierto tiempo, dependiendo de su conexión.Esperando al primer asistente para finalizarAdvertencia !!\n\nLa firma del script que está intentando ejecutar NO es válida\n\n$APPLICATION_TITLE no ha aprobado este script y no es responsable de él. \nAsegúrese de que sabe lo que está haciendo !Advertencia !!\n\nLa firma del script que está intentando ejecutar NO es válida\n\nPlayOnLinux no ha aprobado este script y no es responsable de él. \n Asegúrese de que sabe lo que está haciendo !Alerta: GFWL parece ya haber sido instalado\nForzando reinstalación.Alerta: vcrun2005 parece ya haber sido instalado.\nForzando reinstalación.Alerta: vcrun2008 parece ya haber sido instalado.\nForzando reinstalación.Alerta: vcrun2010 parece ya haber sido instalado.\nForzando reinstalación.Advertencia: Herramienta para usuarios avanzados. Para desinstalar limpiamente un programa con {0}, debe eliminar el disco virtual asociadoAdvertencia: Para una correcta codificación de vídeo,\nla resolución DEBE ser un múltiplo de 16Alerta: GameShadow (sombras del juego) no funcionará.\nPor favor elimine la opción de la selección durante la instalación.Advertencia: Está ejecutando $APPLICATION_TITLE $VERSION. Le recomendamos \n$APPLICATION_TITLE $NEEDED para continuar.Alerta: No debes activar el cuadro de selección "Iniciar $TITLE" cuando la instalación haya finalizado.Hemos detectado que el programa que quiere instalar es:Se necesita tener acceso sudo en su computadora. Por ello, su contraseña root será preguntada. Aquí el comando que PlayOnLinux correrá como root:Vamos a hacerle algunas preguntas. Sea tan preciso como sea\nposibleBienvenido a la configuración avanzada de Wine, un sistema de optimización para Wine creado por GNU_Raziel. Si no sabe qué elegir, DEJE LAS OPCIONES POR DEFECTO.Bienvenido a Detour, un complemento que le permite crear atajos de post instalación.Bienvenido al instalador de $PVERSION para $TITLEBienvenido al instalado DLC para $TITLEBienvenido al instalador del parche $PVERSION para $TITLEEstá disponible el parche $PVERSION Installer para $TITLE_REQUIREDBienvenido al instalador del parche $PVERSION de $TITLEBienvenido al instalador del parche $PVERSION para $TITLE_REQUIREDBienvenido al asistente de instalación de $APPLICATION_TITLEBienvenido al asistente de $APPLICATION_TITLE.\nLe ayudará a instalar $file en su ordenador.\n\n¡Tenga cuidado! Este programa no está soportado oficialmente por $APPLICATION_TITLE.\nPor lo tanto, podría no funcionar como se espera.Bienvenido al asistente de instalación manual de $APPLICATION_TITLE.\n\nEste guión le permitirá instalar cualquier programa en $APPLICATION y usarlo con todas las herramientas\n\nAdvertencia: no podemos garantizar que su aplicación funcione correctamente.Bienvenido al generador de unidad virtual de $APPLICATION_TITLE.\n\nEsta utilidad le ayudará a crear una nueva unidad virtual¿Qué desea hacer?¿Cuáles accesos directos extras deberían ser creados?¿Qué funcionalidad de su programa no funciona?\nSi todo funciona, indíquelo¿Cuál es el editor de su programa?¿Cuál es la página web del editor de su programa?Cual es la extensión?¿Cuál es el nombre de su programa?¿Cuál es el título de su programa?¿Cuál es tu idioma preferido?¿Qué tipo de problema tiene?¿ Qué tipo de unidad virtual quiere crear ?¿Qué le gustaria hacer antes de la instalación?¿Qué le gustaría hacer?Cuando la descarga de $TITLE por desura haya completado,\nNO haga click en Jugar.\n\nCierre COMPLETAMENTE la interfaz de Desura, \nde manera que la script de instalación puede continuarCuando la descarga de $TITLE por Steam esté completada, NO haga click en Jugar.\n\nCierre COMPLETAMENTE la interfaz de Steam,\nde manera que la script de la instalación pueda continuar.Cuando la descarga de $TITLE haya finalizado, NO haga click en Play.\n\nCierre COMPLETAMENTE la interfaz de Steam,\nde manera que la script de instalación puede continuar.Cuando la descarga $TITLE de Steam esté completada,\n NO haga click en Jugar.\n\nCierre COMPLETAMENTE la interfaz de Steam,\ny así la script (archivo de órdenes) de la instalación puede continuar.Cuando la descarga $TITLE de Steam esté completada,\n NO haga click en Jugar.\n\nCierre COMPLETAMENTE la interfaz de Steam,\ny así la script (archivo de órdenes) de la instalación puede continuar.Cuando el instalador del juego pregundo por el siguiente DVD\nhaga click en \"Siguiente\"Cuando el instalador del juego pregunte por el siguiente Disco\nhaga click en \"Siguiente\"Cuando el instalador del juego pregunte por el siguiente disco\nhaga click en "Siguiente"Cuando el instalador pida que inserte el cdrom número $CDNumber, has click en siguiente.\n\n¡No hagas click en siguiente antes de ésto!Cuando {0} instala un programa de Windows: - Dejar de la ubicación predeterminada - No marcar la casilla "Ejecutar el programa" si se solicita.Donde es¿Dónde está montado su CD-ROM?¿A qué programa desea aplicar la modificación?¿Cuál edición tiene?¿Qué version del idioma desea instalar?¿Qué tipo de activación desea?¿Cuál versión tienes?¿Cuál versión desea instalar?¿Qué versión de Wine le gustaría utilizar?Reinicie WindowsWine no soporta USB por los momentos. No será capaz de sincronizar sus iDevices con $APPLICATION_TITLE. Lo sentimos.Wine parece haber fallado\n\nsí el programa está funcionando, ignore este mensajeDesistalador de WineVersion de WineVersiones de Wine¿Deseas habilitar el parche de la interfaz inglés?Escriba aquí cualquier cambio que haya realizado a la configuración de Wine:Se ha instalado correctamente en su equipo XQuartz $XQUARTZ_VERSION.Se ha instalado XQuartz.SíEstá conectado a $APPLICATION_TITLE en línea como $POL_LOGINUsted es libre de descargar estas fuentes para su propio uso,\npero no debe redistribuirlas en ninguna forma modificada,\nincluyendo cambios al nombre del archivo o al formato del empaquetado.Está intentando abrir un script de diseño para {0}! Podría no funcionar como se esperaPuedes descargar el archivo de instalación de $TITLE aquí:Puedes descargar el archivo desde:No puede cerrar esta ventanaNo eligió un juegoNo parece que tenga ningún script personalNo tiene que instalar DirectX o usar GLSetup.Se ha desconectado correctamente de $APPLICATION_TITLE en línea\nPuede cerrar con seguridad esta ventana¡Debe ser capaz de ejecutar este programa!Debe elegir una captura a convertirDebe elegir una captura a leer¡Debe seleccionar un archivo!Debe seleccionar un juego a modificarDebes desactivar las protecciones anti-piratería de este juego\nsi deseas jugarlo con wineDebes desactivar las protecciones anti-piratería de este juego\nsi deseas jugarlo con wineNo debes colocar el nivel de las sombras en su máximo\nde hacerlo tendrás que eliminar y volver a iniciar la instalación del juego.Debe reiniciar {0} para que los cambios surtan efecto.Es necesaria su instalación para continuarDebería ser instalado para su uso {0}Ahora debería tener un directorio de League of Legends en su escritorio conteniendo el instalador. Quizá no desee eliminarlo para acelerar las reinstalaciones.¿Quiere abrir la página de descargas de $TITLE en su buscador?La versión de $APPLICATION_TITLE está desactualizada.\nDebe actualizar $APPLICATION_TITLE antes de enviar novedades de error.\ nGraciasAl abrirse el navegador, descargue el parche y descomprímalo.Su sistema de archivos puede impedir que {0} no se ejecute correctamente. Por favor, abra {0} en una terminal para obtener más detalles¡Su tarjeta de video no tiene memoria suficiente!\nPodría impedir que el juego funcionaraZQSD (Azerty)\nPor Favor, está seguro que está conectado a Internet.glxinfo no está instalado. Por favor instale el paquete de mesa-utilsno es una extensión de iconoLa localización ja_JP.utf8 debe ser instalada antes de lanzar el $TITLE.deen el entorno de $APPLICATION_TITLE.directorio temporal no encontrado.{0} Asistente{0} no puede encontrar {1}{0} configuraciónConsola de {0}{0} depurador{0} errormenú de instalación {0}{0} no es capaz de empezar POL_SetupWindow_server.{0} no es capaz de iniciar la Ventana de Configuración de PlayOnLinux server.{0} no debe ser ejecutado como root. Lo siento{0} no es capaz de encontrar las bibliotecas OpenGL de 32bits. Podría tener problemas con sus juegos{0} no puede encontrar bibliotecas OpenGL 64bits Podría encontrar problemas con sus juegos{0} messengerajustes de {0}{0} el sitio web no se encuentra disponible. Por favor verifica tu conección.administrador de versiones {0}playonlinux/lang/locale/et/000077500000000000000000000000001226051336100162275ustar00rootroot00000000000000playonlinux/lang/locale/et/LC_MESSAGES/000077500000000000000000000000001226051336100200145ustar00rootroot00000000000000playonlinux/lang/locale/et/LC_MESSAGES/pol.mo000066400000000000000000000617231226051336100211540ustar00rootroot00000000000000H\ xy#* 74TI   #!Ce'i"&6/0)`%3!"):QYLsg( / 6 O _     . !$;! `!l!r!! !!! !!!!""(" ."#:"^"e" }""" ""%"("#5#$T#y#### ####*#)$/$N$k$!r$$*$$ $O$(4%]%b%t% %%%%%%.%&% & 2&"S&v&&b&&&'(&'O'b'r'''''''B(C(R(a( i(u({(( (+(((( )) )) 7)-B)p)u)y))))4)) ))Q) I*V* o******'* + +'+*/+Z+w++++++",$5,Z,0y,3,:,E-E_-E-E-E1.-w.C..//-/7H/$///&/#0$$0]I06040>1+R1&~141712!202 82F2 Z2f2 u2222222222 333%#3I3\3u3 33"3333 3 444 14c=4&4 44"4525,K5 x5*55&55"6@76+x6(66 666 77 .797K7 S7a7p7777778"8B8^8&o88 888*8m9Nt993Z:2::: :!;03;.d;;;;;;,<><RM<< < <=< =&=M*=x=== ="= >T,>> >> >,> >>? @@@@@@A%&ALA.kAAJAABB B'B@B]B#bBB BBBB+B, C-7C(eC8C%C&CD(D =DJDNjDpD*E0E6E GETE$qE E EEEEEF !F-F3F BFLFUFgFoF~FFF FFF FFGG0G8GTG ZGhG%oG#GG9GH -H8HJHaHxHHH"H#HH!H(I-I3IKI3RIIITI-J3J 8JEJ VJbJ{JJJJ%JJ J&J"K =KJKnSK K!KK'L+L?LYLiLLLLLL4L!M 0M >MLM [MfM MM'MMMMN)NBN FN.RNNNNNNN?NNO OSO sOOO OOO OO1O .P:PCP2IP!|PP!PPP*Q1QOQ hQ/Q+Q'QD RBRRCRCRBS`S>}SSSSS8T!MToTT%T!T(TT U-aU9U9U#V&'V*NV)yV V VVVV VVV V WW -W8W HWTWdWlWWWW(WWW X &X4X9XYXiXXX XXXXjX2IY |Y Y)YYY'Y ZZ3Z2MZZ#Z?Z+[#.[ R[_[h[x[[[ [[ [[[%[\$9\^\$~\\\(\$\$]#9]]] o]}]]*]q]F=^^.&_6U_____"_%`4`L`S`1q`)``f`Ka\ala6~aaa]a/bLbab#wb"b)bTb=c?c Vc dc@nc cc^<%8uV-J9N[0jF-OPZ?Af 2%ibw_;CIlU| 0.q{D/1?sL6!K+1 8( &;xBc`E2**7D3r"G .FC&'m y5e}YpnEzM 4:'#,)d=X$<(S~/> $Q,k 5HH\79@oG)+R BvA"#t6aWg=! 4T]:@h>3  Choose a file does not exist! has been uninstalled successfully. on your computer. or will be installed in: $APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE is installing your application...$AUTHOR profile7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Assigned programAutomatic installationAutorunAvailable Wine versions: Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBrowseCancelCannot find the shortcutChange the iconChoose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the name of the virtual driveCleaning...CloseClose this applicationCommand promptConfigureConfigure WineConnectConnecting...Conversion doneCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefault virtual drive configurationDeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Don't install XQuartz for the momentDonateDownload the programDownloading Wine: Downloading XQuartzEducationEject a PC CD-ROMEnableEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError while installing archiveError while installing fontsError!Error: Unable to find the CD-ROM!ExitExtracting ${filename} from ${archivename}Extracting Wine...Extracting: Failed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!GLSL SupportGame is not installedGame is not installed.GamesGeneralGraphicsHow much memory does your graphics board have?I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you close this window, you cannot read further replies. Are you sure that you want to close it?InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling XQuartz...InternetIt appears it is the first time you are using $APPLICATION_TITLE.Join a channelKill processesKillAppLarge iconsLeaveLocate this logfileLogoutMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMicrosoft fontsMiscellaneousMultimediaMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No-cd neededOfficeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)Packager: Password: PatchesPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a programPlease choose a software to runPlease choose a way to install your programPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please make your choicePlease read thisPlease read this carefullyPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the install file to run.Please select the setup file to runPlease select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait...Plugin managerPluginsProxy addressProxy configurationProxy loginProxy passwordProxy portRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRepair virtual driveReport a bugReport a problemRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardScanning the virtual drive ...Scriptors: SearchSelect a category for your programSelect another fileSelect patch to executeSendSet a proxySet the iconSettingsShow virtual drivesSmall iconsSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, we need a detailed description.Task managerTestingThe download seems to have failed.The file is named : {0}The following people contributed to this program: The shortcut has been placed on your desktopThis file: This installation program is provided by: This program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to uninstall: ToolsTranslations:Unable to find the file: Unable to find version: UninstallUninstalling...Update GITUpdate wineprefixUsage: Use CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWait while the installation is prepared...Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.What do you want to do?What is the extension?What is the name of you program?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsXQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are trying to open a script design for {0}! It might not work as expectedYou cannot close this windowYou did not select a gameYou must choose a file!You must choose a game to modifyYou need to install it to continueYou should install it to use {0}Your video card does not have enough memory!\nIt might prevent the game from workingof{0} Wizard{0} configuration{0} debugger{0} is not supposed to be run as root. Sorry{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:09+0000 Last-Translator: Tanel Mae Language-Team: Estonian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Vali fail ei ole olemas! on edukalt eemaldatud. sinu arvutisse. või paigaldatakse asukohta: $APPLICATION_TITLE eemaldaja$APPLICATION_TITLE silur käivitub...$APPLICATION_TITLE esmakasutus$APPLICATION_TITLE paigaldab sinu programmi...$AUTHOR profiil7z ei ole paigaldatud. Kontrolli, kas 7zip on paigaldatud ja proovi uuestiKatkesta paigaldus{0} infoTarvikudGLSL-i tugi:Multidiskreetimise tugi:Hiire kõverduse alistamine:LisaLisa oma videole PlayOnLinuxi logo?KõikJuba värske.Allalaadimisel tekkis viga.Saadaval on {0}i uuem versioon.RakendaKas soovid kindlasti {0} paketi paigaldada?Kas tahad kindlasti kõik {0} aknad sulgeda?Oled sa kindel, et soovid eemaldada wine {0}?Oled sa kindel, et soovid {0} kustutada?Oled sa kindel, et soovid eemaldada virtuaalketta "{0}"?Oled sa kindel, et soovid eemaldada: Oled sa kindel, et soovid paigaldada: Määratud programmAutomaatne paigaldusIsekäivitusSaadaolevad Wine'i versioonid: Ettevaatust! Nende komponentide paigaldamine võib rikkuda sinu virtuaalketta.Ettevaatust! See tapab paigalduse protsessi. Kui paigaldus ei ole lõppenud, pead $SOFTNAME 'i uuesti paigaldamaSirviLoobuEi leia otseteedMuuda ikooniDirectDraw renderdusrežiim:Ekraanivälise renderdamise režiim:Vali rakendusVali pluginVali sooritatav tegevusValige rakendusVali, mida muutaVali programmile vastav fail.Vali virtuaalkettale nimiPuhastan...SulgeSulge rakendusKäsuridaSeadistaWine seadistamineÜhenduÜhendumine...Teisendamine lõpetatud${filename} kopeerimineVirtuaalketta kopeerimineLoo otseteeLoon otseteid...SiluSilumislipudVirtuaalketta vaikesättedKustutaArendus ja koduleht: ArendusDirectDraw renderdusrežiimKeelaÜhenda lahtiNäitaKas soovid $TITLE veebilehte sirvida?Kas soovid virutaalketta kustutada:Kas soovid uuesti proovida?Kas soovid $APPLICATION_TITLE uuendada ja taaskäivitada?Ära paigalda preagu XQuartziAnnetamineLae programm allaWine'i allalaadimine: XQuartzi allalaadimineHaridusVäljasta CD-ROMLubaHead $APPLICATION_TITLE kasutamistKustuta (virtuaalketta sisu hävib)VigaArhiivi paigaldamisel tekkis vigaKirjatüüpide paigaldamisel tekkis vigaViga!Viga: Ei leia CD-ROM'i!Välju${filename} lahtipakkimine arhiivist ${archivename}Wine'i lahtipakkimine...Lahtipakkimine: Ühendumine ebaõnnestus!\nPalun kontrolli, et sinu kasutajanimi ja parool kehtivad.Ei leidnud faili ${dest} arhiivist ${archive}FailFaili seosedFaili ei leitud!GLSL-i tugiMäng ei ole paigaldatudMäng ei ole paigaldatud.MängudÜldineGraafikaKui palju mälu sinu videokaardil on?NõusMa ei soovi luua rohkem otseteidMul on probleem paigaldatud tarkvaragaMa laadisin ise faili allaIkooni valikIkoonid:Kui sulged selle akna, siis ei saa sa enam järgnevaid teateid lugeda. Oled sa kindel, et soovid akna sulgeda?Paigalda uusPaigalda .pol-paketi paigaldaminePaigalda programmPaigalda programm uuele virtuaalkettalePaigalda komponentePaigaldamine on lõppenudPaigalda skriptPaigaldamine lõpetatud.Paigaldamine käib...Paigaldatud Wine'i versioonid: Paigaldatud pluginadXQuartzi paigaldamineInternetNäib, et kasutad $APPLICATION_TITLE esimest korda.Liitu kanaligaTapa protsessTapa rakendusSuured ikoonidVäljumineTuvasta selle logifaili asukohtLogi väljaMB alla laaditudLoo sellelt virtuaalkettalt uus otseteeOtsetee loomine...Wine'i versioonide haldamineKäsitsi paigaldusKeskmise suurusega ikoonidMicrosofti kirjatüübidMuuMultimeediaMul on probleem programmiga $APPLICATION_TITLENimiUusUus: EdasiEiKirjeldus puudubAllalaadimiseks ei ole piisavalt ruumi:\n$URL ($neededSpace KB){0} juhendit ei leitudCD'd ei ole vajaKontoritööÜks või rohkem programme on puudu. Palun paigalda need ja käivita skript uuesti.Ava käsuridaAva rakenduse kataloogAva rakenduse kataloogAva kataloogAva virtuaalketta kataloogToiming lõpetatudOptimeeritud.MuuKirjuta üle (tavaliselt töötab, ei garanteeri)Pakendaja: Parool: LapidEt PlayOnMac töötaks, on vaja paigaldada XQuartzPalun loe seda tähelepanelikult.Palun vali CD-ROMPalun vali väljastamiseks CD-ROMPalun vali programmPalun vali käivitatav tarkvaraPalun vali oma programmi paigaldamise viisPalun vali sooritatav tegevusPalun vali paigaldusviisPalun lae XQuartz minu eest allaPalun kontrolli, et internetiühendus on olemasKirjelda inglise keeles probleemi kirjeldusKirjuta ingliskeelne probleemi pealkiriPalun sisesta mängu esimene plaat,\nkui sa ei ole seda juba teinud.Palun sisesta mängu teine plaat,\nkui sa ei ole seda juba teinud.Palun sisesta mängu kolmas plaat,\nkui sa ei ole seda juba teinud.Palun sisesta mängu neljas plaat,\nkui sa ei ole seda juba teinud.Palun sisesta mängu viies plaat,\nkui sa ei ole seda juba teinud.Palun sisesta mängu meediumPalun sisesta mängu meedium,\nkui sa ei ole seda juba teinud.Palun tee oma valikPalun loe sedaPalun loe tähelepanelikultPalun vali silumise failPalun vali programm või virtuaalkettas, mida seadistadaPalun vali eemaldamiseks programmPalun vali programm.Palun vali ikooni failPalun vali käivitatav paigaldusfail.Vali käivitamiseks paigaldusfailPalun vali käivitamiseks paigaldusfail:Palun sisesta oma programmi virtuaalkettale nimi.\nNimi ei tohi sisaldada tühikuid.Oota, kuni $APPLICATION_TITLE kopeerib faile:Palun oota, kuni toimub $APPLICATION_TITLE allalaadimine:Oota, kuni $APPLICATION_TITLE uurib sinu arvuti riistvaraOota, kuni $SOFTNAME on paigaldatudPalun oota, kuni $TITLE on paigaldatudPalun oota, kuni luuakse PlayOnLinuxi logoPalun oota, kuni luuakse virtuaalketas...Palun oota...PluginahaldurPluginadAadressPuhverserveri seadedKasutajanimiParoolPortLoe CD-ROM'iLoe juhenditSinu seadme lugemineVärskendaVärskendan {0}RegistreeruRegistri muutjaEemaldaParanda virtuaalketasTeata vigadestTeate probleemistKäivitaKäivita .exe fail sellel virtuaalkettalKäivita kohalik skriptKäivitan seadistamisnõustajaVirtuaalketta uurimine...Skriptimine: OtsiVali oma programmile kategooriaVali teine failVali käivitamiseks lappSaadaPuhverserveri kasutamineMuuda ikooniSeadedNäita virtuaalkettaidVäikesed ikoonidVabandust, $APPLICATION_TITLE $VERSION on jätkamiseks liiga vana.\n$APPLICATION_TITLE $NEEDED on nõutud.Vabandust, meil on vaja üksikasjaliku kirjeldust.TegumihaldurKatsetuseksAllalaadimine näib olevat ebaõnnestunudFaili nimi on: {0}Kaasa aitasid: Otsetee on paigaldatud sinu töölaualeSee fail: Selle paigalduse autorid on: Selle programmi autorid: Need tööriiistad võimaldavad sinul meid aidata:See virtuaalketas on kaitstudSee nõustaja aitab sul paigaldada See nõustaja aitab sul $APPLICATION_TITLE keskkonna ülesseadaSee nõustaja aitab sul Wine'i paigaldada: See nõustaja aitab sul eemaldada: TööriistadTõlked:Ei leia faili: Ei leia versiooni: EemaldaEemaldamine...Uuenda GIT'iUuenda wineprefixitKasutus: Kasuta CD-ROM'i/eKasuta DVD-ROM'i/eKasuta Desura Store'i prooviversiooniKasuta Desura Store'i versiooniKasuta Origin Sore'i prooviversiooniKasuta Origin Store'i versiooniKasuta Steam Store'i prooviversiooniKasuta Steam Store'i versiooniKasuta WindetricksiKasuta oma arvutis olevat paigaldusfailiKasuta mõnda teist Wine'i versiooniVäga suured ikoonidVideokaardil ei ole piisavalt mäluVideomälu suurusVirtuaalketasVirtuaalketta loojaVirtuaalkettadOota, kuni paigaldust ettevalmistatakse...Hoiatus: Paigaldatud on $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED on aga jätkamiseks soovituslik.Me küsime sinult mõned küsimused, palun vasta võimalikult täpseltTere tulemast Wine täppishäälestuse nõustajat kasutama! Selle Wine optimeerimise süsteemi tegi GNU_Raziel. Kui sa ei tea, mida valida, USALDA VAIKEVALIKUID.Teretulemast $TITLE lapi $PVERSION paigaldusseTeretulemast $APPLICATION_TITLE paigaldusnõustajasse.Mida soovid ette võtta?Mis on laiendus?Mis on sinu programmi nimi?Milline probleem sul on?Millise virtuaalketta soovid luua?Mida sa sooviks teha enne paigaldust?Mida sa sooviksid teha?Kus onKuhu on sinu CD-ROM haagitud?Millisele rakendusele soovid muudatust kohaldada?Millist Wine'i versiooni soovid kasutada?Windowsi taaskäivitusWine'i on tabanud krahh\n\nKui sinu programm jätkuvalt töötab, siis ära tee sellest teatest väljaWine'i eemaldajaWine'i versioonWine'i versioonidSinu arvutisse on paigaldatud XQuartz $XQUARTZ_VERSIONXQuartz on paigaldatud.JahSa üritad avada skripti, mis on mõeldud {0}'le! See ei pruugi töötada vastavalt ootusteleSa ei saa seda akent sulgedaSa ei valinud mänguSa pead valima faili!Pead valima mängu, mida seadistadaPead selle paigaldama, et jätkataPeaksid selle paigaldama, et kasutada {0}Sinuu videokaardil ei ole piisavalt mälu!\n See võib takistada mängul töötamast/{0} seadistusnõustaja{0} seadistus{0} silurVabandust, kuid {0} pole mõeldud juurkasutajana käivitamiseks.{0} seaded{0} Wine versioonihaldurplayonlinux/lang/locale/fi/000077500000000000000000000000001226051336100162155ustar00rootroot00000000000000playonlinux/lang/locale/fi/LC_MESSAGES/000077500000000000000000000000001226051336100200025ustar00rootroot00000000000000playonlinux/lang/locale/fi/LC_MESSAGES/pol.mo000066400000000000000000002413231226051336100211360ustar00rootroot00000000000000.>>>>> >' ?1?D?#U?#y????-?0?+,@#X@(|@(@&@)@+A"KAnAA*AA0A5&B+\B4B9B*B$"C#GCkC{C;C_C&)DPDDPD NEIYEE E EEE!F%F')F`QFFzF1G"EG&hGG6G/G)G%&H3LH!H"HMH II2IIJJ*J=JLXJgJ KK#LRL.MDMKM}dNNN1O4OKOaO{OOYOOP6P HP iPP PPP0PQ1QGQ.bQ!QQ3Q$R&'RNR WRcR{RqRSSS 5S@S*OS zS SSS*S S SS ST$3TXTlT6T TTTU UU,U=UUUzfU#UNVYTVYVW WW 4W@WWWlW tWWzW'XC*X%nX(X,X&X&Y68YoY5YY$YYZ3ZJZZZyZ$ZZZZZ[ [i[[&[[ [[[[[\\*4\_\Be\\\%\ ]!]%3]Y]^]#o]*]]] ]]O^(U^~^^^^^2^ ^C_J_c_y____ _ __6_7`L`.l`>``%` a")aLa[aCbama5b\Jbbb cs*cc\+d`d\d\FePeMe4Bfwf!ffffqgg(ggggghk*hhhhhh i(iFici!~i!iiiij&j@jQjjjjajj k!k7kB@kkZlnl~lllll(ll m mm-mGm[mcmjm m+mmmm m nn<$n1an nn n n-n0n2-p`papN`qcqrrr"r'rK*rvr4rr1r&s(+s Tsasps.ussssQtt tt u/uBuaupuu'uuTu v !v,v4v:Ivv*vvvv(w'Hwpw#ww"w+w)x"Ex$hxx0x5x3y:GyYyy?y?:z/zzEz/zE {Ef{E{E{-8|Cf|@|@|@,}@m}}}7}1~2O~6~8~$~.Fd^%2,S_Pf(k7$ %)@/j:Ղ&:#W${$Ń]܃6:Iq4>C/;s+%ۅ&)((R4{70(7)? i9 O] q} ψ߈ 9M]d ω %؊ % CNS r~"ԋ*=U$t< ی + CPO)<ʍ&.6J[)u*dʎK/I{ŏ ڏh@X'w"9\etdڑd?n2FW,2-P^~/ݔ0 4>7s 9@#2*VUHזG 3h44ї7G>g&"I"i@+͚PIJ(L / N\ EP\gĝޝN F PZ ju'ÞӞ& ,;Yr"̟0 L[W[& G Yg}. ʡ&ء)*)dTdddb.KFzKK KYI&EpG:N9M-m'1è3<)3f<2ש ke'}S#+I `" !Ŭ0.Gb;/@k|)2;P1ٰ%,4aepRֱ) : G5U=ɲ*'<Y,s0%ѳ$!> VWwXϴk(4"ɵ \6~*FT E5S;Ÿ޸& *> P \ is0,[[> 8 ɼټ$6H(e'ƽ*%?"]" #ľ)!$4.Y6:$*%J.p=%$#(L];nt!AL >UJ "#(+qT`r(. '**R}O *!;XZto?* O-}Jv~4 )% OM]"!0#@+d 0*'H p@$( 7AQpp# 2 ?.K z . ! +,Bo;  1= R_ x!N:gdV ]if'PBx!!*'*'R7zG#&%JpBy !+<Q d pi{. . 9C Vbk#0TF"b,$/*Zn X* )>Vn=u B  $=CKQ=a ::.<Lk$,0 BQMt:iO=/x'wW[pWW$W|O.$ S"`"Wr&r },H!c! #:Rlm 6R? ";A R]Ad # -5Ng{ >0#( B M8[`2(YNlP [6gF9-;i{ 7T:IZo 2d& 9%!Act97)8)b!0"/4Ad5-c !nKK8(Va2PP<QP*0E[NHH9I$8 *E%p122-.\oq) % =G^cp {'F4]#%5C>7F)%?%eI2?0W8KD $R#w"$#+ '3 "[ ~   @ .  0   ! @ \ v        M L ^ #e         $  / &*Bm 64#LBp>$:$RwK ' '+?km|1E:b"55*G`DB0EXgA+-Y" nmm{hB'7)5 5A]w?AEW2EK(&t(gN,[{47 @DJA!-! 'B Xj - U LG!(!S! """">"a"p" ##b#$$_/$ $$ $ $$$.$#%+7% c%0n%%%"%%"&(&#F&!j&&&-& &'Z%'Z''-'$(6(E([(k(@}( (,(,("&)~I)x)xA*y*}4+.+M+7/,7g,7,,N\-U-T.9V.S..Z/,/(#01L0>~0F0F1FK1/11x2"3#73S[33333"4)4 ;4)\4244|4K55Hu6G6q7 x77-77'78+8I8/h88t8S,99 9 9=9<9%:;:+B:(n:::1:<:-6;.d;*;;&;]<]b<^<N=!n=-==`u>->?=?R? @(+@AT@ @@(@@@A A A ,A :ADA0WA7ARARBfB vB3BBb;UR:q(V8-\dIn v#0B6r< &V'NFd }xiK!Z ~ 3kQ*I2C7pF}tJru*d~59F\/[vJR{ghG.:3 St+M$yeql%)YI?2!M# ,8{A_-!f:1K"uZ*i+6q+Xe47 -"2PX?w`bT14Ljs mNWBUT[p;j,P w`ol0AHTW xHOs hC]c>PSLeMQ[f=gJ@hs^DoXyO/C>y|= (_b' ]Q]BgGc8' `R}90%E@n^Dt1NGoOa95)nZ"u=m4z<k&6E(ilK ?p3Y&~.a^ <zc5H/%z7UA ;D,@|j{#_w.\rvxEkY$SV>$a|fLWm) Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you must install the modpack in directory:OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The PlayOnLinux website is unavailable.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:There is nothing installed to run .{0} files.Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:36+0000 Last-Translator: Aymeric PETIT Language-Team: Finnish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Valitse tiedosto Pura paketti Asenna paketti Näytä tämä viesti ( {2}) Lisenssi on käännetty kielellesi alkuperäinen lisenssi ei ole olemassa! on poistettu onnistuneesti. ei ole kelvollinen PlayOnLinux paketti! tähän tietokoneeseen. tai asennetaan sijaintiin: "Horse Armor Pack" asennus voi alkaa..."Knights of the Nine" asennus voi alkaa..."Mehrunes Razor" asennus voi alkaa..."Orrery" asennus voi alkaa..."Spell Tomes" asennus voi alkaa..."Thieves Den" asennus voi alkaa..."Vile Lair" asennus voi alkaa..."Wizard Tower" asennus voi alkaa...$APPLICATION_TITLE Sovellusten määritys$APPLICATION_TITLE Gecko asentaja$APPLICATION_TITLE asennuksen poisto$APPLICATION_TITLE automaattinen päivittäjä$APPLICATION_TITLE virheenjäljittäjä käynnistyy...$APPLICATION_TITLE -ohjelmiston ensimmäinen käyttökerta$APPLICATION_TITLE analysoi ohjelmaa$APPLICATION_TITLE lopettaa esikäsittelyn$APPLICATION_TITLE asentaa $PRGM_NAME$APPLICATION_TITLE asentaa sinun ohjelmaasi...$APPLICATION_TITLE tekee virtuaalisen Windowsin kovalevyllesi$APPLICATION_TITLE suorittaa ohjelmaa$APPLICATION_TITLE pakettimanageri: $APPLICATION_TITLE pikakuvake luoja$AUTHOR profiili$PACKAGE kaatui.$PACKAGE kaatui.\nKlikkaa linkkiä saadaksesi lisätietoja.$TITLE on asennettu onnistuneesti.\n\nErityskiitokset Erich Hooverille tästä Wine korjautiedostosta (AcceptEx Fix)$TITLE on asennettu onnistuneesti$TITLE on onnistuneetti asennettu.\n\nJos peli käynnistyksessä kaatuu, avaa terminaali ja kirjoita:\n\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE on asennettu(Jos tämä lista on tyhjä, asenna Wine-ohjelmisto Wine versionhallinnalla)(ikkunoitu)7z ei ole asennettu, ole hyvä ja tarkista että 7z on asennettu tai yritä uudelleenKeskeytä asennusTietoja {0}ApuohjelmatAktivoidaanko GLSL-tuki?Aktivoi reunanpehmennys-tukiAktivoi hiiren keskityksen ohitus?LisääLisätäänkö videoon PlayOnLinux-logo?Advent Revisiointi korjaustiedosto on asennettu;\nÄlä unohda lähettää kiitos-sähköpostia Setz työstään.KaikkiKaikki tuetut Infinity Enginen pelit on korjattu.\nMuokkaaksesi näytön tarkkuusasetuksia pikakuvakkeesta. Käytä käyttöliittymän asetuksia.On jo ajantasallaVirhe sattui latauksen aikana.Päivitys on saatavillaToteutaHaluatko varmasti asentaa paketin "{0}"?Haluatko varmasti sulkea kaikki {0}in ikkunat?Haluatko varmasti poistaa Winen?Oletko varma että haluat poistaa {0} ?Haluatko varmasti poistaa virtuaaliaseman?Haluatko varmasti poistaa: Haluatko varmasti asentaa: Oletko varma että haluat sulkea kaikki aktiiviset $APPLICATION_TITLE ohjelmat?ParametritNuolinäppäimet (oletus)Huomio: Kun asennus on valmis, korjausohjelma latautuu. Sulje korjausohjelma ennen kuin sisäänkirjautuminen on valmistunut. Tämän jälkeen voit suorittaa "$TITLE"n, kun asennus on valmisAutomaattinen asennusAutomaattinen käynnistysSaatavilla olevat Winen versiot: Rikkinäinen tiedostopääteOle varovainen! Jos muutat Ole varovainen! Asentamalla yhden näistä komponenteista voit rikkoa virtuaalisen aseman.Ole varovainen! Tämä tappaa asennusprosessin. Jos se ei ole valmis, sinun täytyy uudelleen asentaa $SOFTNAMEOle varovainen! Kun suoritat $TITLE $APPLICATION_TITLE, sinun pitää asentaa No-CD korjaustiedosto alkuperäiseen versioon.\n\nOta huomioon että $APPLICATION_TITLE on voimakkaasti piratismia vastaan​​ ja se ei koskaan tue sitä.Johtuen Winen bugista #30512, laataminen usein kaatuu. Käynnistä ohjelma uudelleen ja lataus jatkuu siitä mihin se jäi. Lataus prosenttiyksikkö resetoituu, mutta älä ole siitä huolissaan. Ohjelman lataus ei ala alusta.Ota sovelluksesta kuvankaappausBinääriä ei löytynyt: $BINARY\nOletko asentanut ohjelman oletus sijaintiin?Brasilia (teksti ainoastaan)SelaaOttamalla tämän käyttöön. Sinulla on pääsy asennettaviin ohjelmiin, jotka käyttävät kopiosuojausta (DRM), joka on epäyhteesopiva emuloinnin kanssa. Ainoa ratkaisu on käyttää "no-cd" korjaustiedostoa, mutta koska näitä voidaan myös käyttää piratismi tarkoituksiin emme voi antaa mitään tukea tässä asiassa.Ottamalla käyttöön tämän, sinulla on pääsy testattaviin asentajiin. {0} ei voida varmistaa, että sovellus toimii ilman ongelmittaPeruutaPikakuvaketta ei löydyAsennus ei onnistu virallisella lataajalla, anteeksiKuvankaappausta otetaan...Kuvankaappausvalikko (OpenGL)Kuvankaappausvalikko (ei-OpenGL)Valmistaudutaan ottamaan kuvankaappaus...Vaihda kuvakeTarkista, että resoluutio on vaihdettu\n(ts. \"HI-RES\") käynnistäjässä.Tarkistetaan latauksen eheyttä...Tarkistetaan palasien eheyttä...Tarkistetaan liitännäistä: Valitse 2D-grafiikan piirtämistila (DirectDraw)Valitse Offscreen renderöintitila?Valitse Renderöintikohteen lukitsemistila?Valitse peliValitse asennettava pakettiValitse lisäosaValitse suoritettava $APPLICATION_TITLE-skripti.Valitse suoritettava toimintoValitse sovellusValitse muutettava vaihtoehtoValitse tiedosto, joka vastaa ohjelmaa.Valitse pelin kieli miksi haluatValitse pelin tarkkuusValitse lokitiedosto joka vastaa sinun käyttämääsi ohjelmaa.Ole hyvä ja nimeä virtuaaliasemasiValitse videon tiedostomuoto muunnokseenSiivotaanPuhdistetaan...Jatka napsauttamalla Seuraava.Aloita napsauttamalla Seuraava.Klikkaa "Eteenpäin" SEN JÄLKEEN kun Steamin peli on asennettu\nmuuten joudut tekemään asennuksen uudelleen.SuljeSulje kaikki {0}in ohjelmatSulje sovellusKoodipyöräKomentoriviAnna exec komento ennen ohjelman suorittamistaKaupallinenAsetuksetWinen asetuksetYhdistäYhdistetään sinun $APPLICATION_TITLE tiliisiYhdistetään...OhjauspaneeliMuunnos on valmisMuunna kaapattu tiedosto videoksiMuunnetaan videoita...Kopioidaan asennustiedostoja, odota hetki...Kopioidaan ${filename}Kopioidaan virtuaaliasemaa$EXE nimistä tiedostoa ei löydy $PREFIX virtuaaliasemaltaOhjelman hakemistoa ei löydyLuo pikakuvakeLuodaan pikakuvake...VirheenjäljitysDebug liputArkistoa puretaan...Oma palvelinOman palvelimen muokkainOma palvelinOletuksena olevat näytön tarkkuus asetukset ovat hieman matalat moderneille tietokoneille\n muista siis klikata "Auto-detect" video asetuksista.Virtuaaliaseman oletus kokoonpanoTarkenna enkoodaus asetuksesi \n (jätä oletukset jos et tiedä mitä tehdä)Tarkenna sinun enkoodausasetuksesi onnistuaksesi \n (jätä oletusasetukset jos et tiedä mitä tehdä)Tarkenna enkoodaus asetuksesi onnistuaksesi 2 \n (jätä oletusasetukset jos et tiedä mitä tehdä)PoistaDemo versioKehittäjä ja nettisivut: OhjelmistokehitysDigital Deluxe versio2D-grafiikan piirtäminenPois käytöstäKatkaiseNäytäMuista sulkea Steam kun lataus on valmistunut,\n jotta $APPLICATION_TITLE voi jatkaa pelin asennusta.Onko sinulla kielipakettia asennettuna?Haluatko että $APPLICATION_TITLE asentaa automaattisesti sinulle?Haluatko selata $TITLE kotisivua?Haluatko poistaa virtuaaliaseman:Haluatko ladata $TITLE GOG.com osoittesta?Haluatko asentaa 1.0c korjaustiedoston?Haluatko asentaa 2.0a korjaustiedoston?Haluatko lukea alkuperäisen aiheen GOG.com foorumista?Yritetäänkö uudelleen?Haluatko päivittää ja uudelleen käynnistää $APPLICATION_TITLE:n ?Toimiiko ohjelma?Älä asenna toistaiseksi XQuartziaÄlä lisää mitään lokitiedostoonLahjoitaLataukset ovat valmistuneet.\nKorjaustiedostojen asennus voi alkaaLataus epäonnistuiLataus on korruptoitunutLataa ohjelmaLadataan Game For Windows Live...Ladataan Wineä: Ladataan XQuartzLadataan kirjaisimetLadataan gecko ...Ladataan...Ladataan: Asennuksen aikana, muista poistaa valinta ASIO4ALL ja käynnistä FL Studio kohdasta asennuksen loputtua.Saksa (teksti ainoastaan)Muokkaa tai päivitä olemassa olevaa ohjelmaaToimittajaOppiminenAvaa PC:n CD-asemaKäytössäEnglantiEnglanninkielinen versioParannettu painosNauti $APPLICATION_TITLE ohjelmastaPoista (virtuaalisen aseman sisältö häviää)VirheVirhe! Tiedoston MD5 ei täsmää\n\nPaikallinen: $LOCAL_MD5\nPalvelin: $SERVER_MD5Virhe arkiston asennuksessaVirhe kirjaimien asennuksen aikanaVirhe arkiston purussaVirhe!Virhe: CD-asemaa ei löydy!Virhe: Ei voi varata olemassa olevaa porttiaLopetaUlkoinen kirjastoPuretun tiedoston koko ei täsmää!Puretaan ${filename} sijainnista ${archivename}Puretaan Slender...Puretaan Wineä...Puretaan: TehdasasetuksetYhteys epäonnistui !\nVarmista että käyttäjätunnuksesi ja salasanasi ovat voimassa.Paikannus epäonnistui ${dest} ${archive}TiedostoTiedostoassosiaatiotTiedostoa ei löytynyt!Tiedostokoko ei vastaa!RanskaTäysi (1.5GB), korjaa kaikki tiedostot (49 välianimaatiota)GLSL-tukiGame For Windows Liveä ei ole asennettu\nohitetaan poistorutiini.Vuoden peliPeliä ei ole asennettuPeliä ei ole asennettu.PelitYleisetSaksaMene sinne nyt?Gog.com kirjautuminen epäonnistui, yritetäänkö uudelleen?GrafiikkaTässä on lähdekoodi scriptistä. Tarkista huolellisestiTässä on lähdekoodi scriptistä. Tarkista huolellisestiParas laatu (Entropy asetus)Kuinka paljon muistia on näytönohjaimessasi?Huomaa, että se ei aktivoidu ennen kuin uudelleenkäynnistät tietokoneesi.HyväksyEn halua tehdä toista pikakuvakettaMinulla on ongelma asennetun ohjelman kanssaOlen ladannut tiedoston itseKuvakkeen valintaKuvakkeet:Jos .NET 3.0 asennus epäonnistuu. Älä hätäile\npeli toimii joka tapauksessa.Jos peli kaatuu käynnistyksessä, avaa komentorivi ja kirjoita:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJos asennusohjelma pyytää asentamaan DirectX, vastaa ei.Jos saat maisemasta hädin tuskin selvää päävalikossa,\npoista FOG käytöstä grafiikka-asetuksissa.Haluatko varmasti sulkea tämän ikkunan? Viestit poistetaan.Jos et tiedä mitään, poista kaikkien valintaJos sinulla on Virhe 3007 yhteyksessä, avaa terminaali ja kirjoita:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJos olet asentanut ohjelman 'Asenna listaamaton\nohjema' napista, se antaa sinun lisätä tämän ohjelman listallemme.Jos näet virheilmoituksen DotNet 3.0 asennuksen aikana. Voit jättää ne huomioimattaJos näet virheilmoituksen DotNet 3.5 SP1 asennuksen aikana. Voit jättää ne huomioimattaJos näet virheilmoituksen DotNet 3.5 asennuksen aikana. Voit jättää ne huomioimattaJos näet virheilmoituksen DotNet 4.0 asennuksen aikana. Voit jättää ne huomioimattaJos haluat asentaa $TITLE toiseen virtuaaliasemaan\nAja tämä asennusohjelma uudestaanAsennusjärjestys $TITLE meidän täytyy asentaa ensin Mod Pack Studio Lite 2.0Mihin hakemistoon haluat ladata GOG tiedostot?Sisältäen:Lisää lisenssipalvelimen osoite!Lisää lisenssipalvelimen portti!AsennaAsenna Terraria Steamissä. Käynnistä Terraria kun Steam asennus on valmis. Steam asentaa xna framework ohjelman peliin. Sulje Steam, jotta asennusohjelma voi jatkaa.Asenna listaamaton ohjelmaAsenna ohjelmaAsenna ohjelma uuteen virtuaaliasemaanAsenna komponentitAsennus on valmisAsenna scriptiAsenna joitakin kirjastojaAsennus valmistui.Asennus on valmis\n\nPeli saattaa kaatua ensimmäisen käynnistyksen aikana, mutta ei hätää. Yritä uudestaan.Asennus on meneillään...Asennetut Winen versiot: Asennetut lisäosatAsennetaan Adobe AirAsennetaan DirectMusicAsennetaan DirectX 10 dll...Asennetaan DirectX 11 dll...Asennetaan DirectX 9 dll...Asennetaan DirectX runtimeAsennetaan Games For Windows LiveAsennetaan Linuxtrack-wine DLL...Asennetaan Visual Basic runtimeAsennetaan XMLlite...Asennetaan XQuartz...Asennetaan Xact dll...Asennetaan Xinput dll...Asennetaan kirjaisimetAsennetaan mfc42 DLL...Asennetaan msasn1 DLL...Asennetaan liitännäistä: Asennetaan vcrun2008 ja wininet ja poistetaan käytöstä d3d9 ja d3d8 dll:t ja pakotetaan OpenGL käyttöönAsennetaan wintrust DLL...Asennetaan: Kansainvälinen versioInternetTämä ikkuna ilmestyy kun avaat ensimmäisen kerran ohjelman $APPLICATION_TITLE.On erittäin suositeltavaa, että asennat Circle of Eight modipaketin\n korjataksesi useita ongelmia pelin kanssa, ja valinnaisesti lisätäksesi uutta sisältöä\n("NC" modipaketeille).\nKäytä dedikoitua PlayOnLinux skriptia päivitykset-osiossa.Italia (teksti ainoastaan)Italiankielinen versioJapaninkielinen versioLiity kanavalleTapa kaikki prosessitTapa prosessiTapa ohjelmaTapa ohjelmat virtuaaliasemasta...KieliSuuret kuvakkeetMyöhemminPoistuKevyt (702MB), korjaa tärkeitä tiedostoja (18 välianimaatiota)Etsi tämä lokitiedostoKirjaudu: Kirjaudu ulosEtsitään käynnistyviä CD-asemiaMt ladattuLuo uusi pikakuvake tähän virtuaaliasemaan.Luodaan pikakuvaketta...Wine-versioiden hallintaManuaalinen asennusKeskikokoiset kuvakkeetPikaviestinMicrosoft kirjaimetMicrosoftin kirjaimia ei ole asennettu. Ne asennetaan sinulle.Microsof kirjaisimet on asennettu onnistuneesti.MuutHiiren keskityksen ohitusMultimediaMultisamplingMinulla on ongelma $APPLICATION_TITLE-ohjelmiston kanssaHUOMAUTUS: Tämä asennusohjelma vaatii CD:n käyttöä. Jos olet ladannut ilmaiset ISO-tiedostot EA julkaisijalta. Voisitko polttaa ne CD tai DVD-levylle esimerkiksi Brasero-ohjelmalla ja asettamalla sen sitten CD-asemaan. ISO-tiedostojen liittäminen voi toimia joillakin ohjelmistoilla, mutta tiedämme että iso-kuvan liittäminen ei toimi tässä.HUOMAUTUS: Pieni viiveisin ääni, katso WineASIO.HUOMAUTUS: Alhaisen viiveen ääni, tutki WineASIO. Jälkimarkkinoilla, pieniviiveisen ääniliitäntää suositellaan. MIDI-ohjaimet toimivat odotetusti.HUOMAUTUS: Pieni viiveisin ääni, katso WineASIO. Että MIDI-ohjaimet toimii odotetusti.HUOMAUTUS: POL ei hyväksy piratismia. Käytä $TITLE:a kunniallisella tavallaHUOMAUTUS: Rekisteröityäksesi. Kun ohjelma pyytää rekisteröintiä, vedä ja pudota registeröinti tiedosto $TITLE ohjelmaanNimiUusiUusi: SeuraavaEi$TITLE asennusta ei löytynyt.\n\nOle hyvä ja käytä $TITLE asennus scriptiä!Ei kuvaustaEi tarpeeksi tilaa lataukseen:\n$URL ($neededSpace KB)Ohjekirjaa ei löytynyt {0}Pääkäyttäjän komentoa ei ole määritelty, keskeytetään asennusAsennustiedoston polkua ei löydy autorun.inf tiedostostaTuettua Infinity Enginen peliä ei löytynyt.cd:tä ei tarvitaNormaali versioHuomautusSeuraavaksi sinun pitää asentaa modpack hakemistoosi:ToimistoOffscreen rendering modeEnsimmäisellä käynnistyskerralla peli tarkistaa automaattisesti saatavilla olevat renderöijät.\n On hyvin mahdollista, että saat enemmän suorituskykyä OpenGL -renderöijästä;\nVoit valita sen painamalla ensin "Näytä kaikki laitteet".Yksi tai useampi ohjelma on hukassa. Ole hyvä ja suorita asennus scripti uudestaan.Avaa $URL nyt?Avaa komentoriviAvaa ohjelman kansioAvaa sovelluksen kansioAvaa hakemistoAvaa virtuaaliaseman kansioVaihe on valmisOptimointi valmisMuu sijaintiYlikirjoita (yleensä toimii, ei mitään takeita)PC:n CD-ROM asemaPaketin asennus epäonnistuu jos asetus on asetettu /proc/sys/kernel/yama/ptrace_scope tiedostosta 0Paketoijat: Salasana: PäivityksetSoita kaapattu videoPlayOnLinux ja PlayOnMac tiimi GPL licence version 3 allaPlayOnLinux-paketinhallintaXQuartz pitää asentaa PlayOnMaciin.Ole hyvä ja lue tämä huolella.Valitse CD-asemaValitse avattava CD-asemaOle hyvä, ja valitse PID tallennustiedosto soitettavaksiOle hyvä ja valitse mikä kaapattu tiedosto muunnetaanOle hyvä ja valitse ohjelmaValitse ohjelmisto pakettiOle hyvä ja valitse suoritettava ohjelmaOle hyvä ja valitse virtuaaliaseman nimiValitse tapa asentaaksesi ohjelmaOle hyvä, ja valitse OGV tiedosto soitettavaksiValitse suoritettava toimintoValitse asennustapaOle hyvä ja lataa XQuartz minulleVarmista, että käytössä on Internet-yhteys.Ole hyvä ja anna gog.com käyttäjätunnus ladataksesi $BASENAMEKuvaile englanniksi ongelmaa mahdollisimman laajasti.Kirjoita englanniksi ongelmaa kuvaava otsikkoOle hyvä ja anna mahdollisimman paljon lisätietoja kuin voit, muuten sinua voi olla vaikea auttaaOle hyvä ja anna "$TITLE" levy 2Ole hyvä ja lisää disketti 2 diskettiasemaan\nellet ole sitä jo tehnyt.Ole hyvä ja lisää disketti 3 diskettiasemaan\nellet ole sitä jo tehnyt.Ole hyvä ja aseta pelin ensimmäinen media levyasemaasiOle hyvä ja laita pelin ensimmäinen levy levyasemaasi. Jos et ole sitä jo tehnyt.Ole hyvä ja aseta pelin toinen media levyasemaasiOle hyvä ja laita pelin toinen levy levyasemaasi. Jos et ole sitä jo tehnyt.Ole hyvä ja laita pelin kolmas levy levyasemaasi. Jos et ole sitä jo tehnyt.Ole hyvä ja laita pelin neljäs levy levyasemaasi. Jos et ole sitä jo tehnyt.Ole hyvä ja laita pelin viides levy levyasemaasi. Jos et ole sitä jo tehnyt.Ole hyvä, ja aseta pelilevyke levyasemaanOle hyvä ja aseta pelin media levyasemaasi ellet ole jo niin tehnytOle hyvä ja aseta ensimmäinen media levyasemaasi\nEllet ole jo sitä tehnyt.Ole hyvä ja aseta toinen media levyasemaasi\nEllet ole jo sitä tehnyt.Ole hyvä ja aseta kolmas media levyasemaasi\nEllet ole jo sitä tehnyt.Ole hyvä ja aseta neljäs media levyasemaasi\nEllet ole jo sitä tehnyt.Ole hyvä ja aseta DVD-ROMOle hyvä ja aseta ensimmäinen levyOle hyvä ja aseta pelin ensimmäinen media levyasemaasiOle hyvä ja aseta pelin media levyasemaanOle hyvä ja laita peli levyasemaasi.Ole hyvä ja aseta pelin toinen media levyasemaanOle hyvä ja aseta pelin toinen media levyasemaasiOle hyvä ja asenna $TITLE_REQUIRED ensimmäisenäOle hyvä ja etsi asennustiedosto (Setup.exe)Ole hyvä ja valitseOta huomioon, että standardit kartat eivät toimi oikein, kun taas kustomoidut kartat toimivat ilman ongelmia.Ole hyvä ja lue seuraava ja hyväksy se:Ole hyvä ja lue huolellaOle hyvä ja lue tämäOle hyvä ja lue tämä huolellaOle hyvä ja uudelleenkäynnistä tietokoneesi ja käynnistä PlayOnMacOle hyvä ja valitse $TITLE asennustiedosto. ÄLÄ RASTITA KÄYNNISTÄ IMGBURN ASENNUKSEN LOPUTTUA:Ole hyvä ja valitse $TITLE asennustiedosto. ÄLÄ suorita Reaper-ohjelmaa ennen kuin asennusohjelma on loppunutOle hyvä ja valitse $TITLE asennustiedosto. Asennuksen aikana varmista että olet poistanut kaikki valinnat lisä-ajureista, jotka asennusohjelma haluaa asentaa.Valitse kolme kuvaketta pyydettäessä.Valitse debug tiedostoValitse ohjelma tai virtuaaliasema konfiguroitavaksiValitse poistettava ohjelmaValitse ohjelmaOle hyvä ja valitse kuvaketiedostoValitse 32-bittinen versio iTunesistaOle hyvä ja valitse MS-DOS versio asennusohjelmasta:Ole hyvä ja valise tiedosto nimeltä Pro Evolution Soccer 2013.msiValitse pelin kieliOle hyvä ja valitse käynnistettävä asennustiedosto.Ole hyvä ja anna asennustiedosto, joka on ladattu $EDITOR kotisivultaValitse käynnistettävä asennustiedostoValitse suoritettava asennustiedosto.Valitse suoritettava asennustiedosto:Valitse versioKirjoita ohjelman nimi virtuaaliasemalle.\nNimessä ei saa olla välejä.Pieni hetki, $APPLICATION_TITLE kopioi tiedostoja:Odota hetki kun $APPLICATION_TITLE lataa Ubisoft Game LancherinPieni hetki, $APPLICATION_TITLE lataa tiedostoa:Odota hetki kun $APPLICATION_TITLE tarkistaa laitteistoaPieni hetki, $APPLICATION_TITLE simuloi Windowsin uudelleenkäynnistymistäOdota hetki kun $APPLICATION_TITLE simuloi uudelleen käynnistystäPieni hetki, asennetaan $SOFTNAME...Odota hetki kun $TITLE on asennettuOdota, kunnes $TITLE on asennettu.Odota hetki kun Desura on ladattu...Odota hetki kun Steam on ladattu...Pieni hetki, luodaan PlayOnLinuxin logoa...Pieni hetki, luodaan virtuaaliasemaa...Pieni hetki, videota muunnetaan...Pieni hetki...Lisäosien hallintaLisäosatPaina +F8 aloittaaksesi tai pysäyttääksesi kaappauksenPaina +F8 pysäyttääksesi kaappauksenPaina Seuraava ja napsauta ikkunaa, josta haluat kuvakaappauksen. Kuvakaappaus otetaan automaattisesti 5 sekunnin kuluttua. Vain videota nauhoitetaan.Paina seuraavaa kun asennus prosessi on loppunutVälityspalvelimen osoiteVälityspalvelimen määritysVälityspalvelimeen kirjautuminenVälityspalvelimen salasanaVälityspalvelimen porttiLue KÄÄNTÄJÄT tiedostoLue PC:n CD-ROMLue PC:n CD-asemaLue ohjekirjastaLuetaan laitettaPäivitäPäivittää {0}RekisteröidyRekisteröidään kirjastoja, odota hetki\n(Se saattaa kestää jonkin aikaa)RekisterimuokkainPoistaPoistataan Game For Windows Live...Render target mode lockKorjaa virtuaaliasemaIlmoita ongelmastaRaportoi ongelmaIlmoita ongelmasta {0}Vaatii noin 18 Gt vapaata tilaa.\n\nSekä 5Gt lisää tilaa kotikansioon jos haluat käyttää online-asennusohjelmaa.\nSuosittelemme käyttämään offline-asentajaa.Yritetäänkö uudelleen?SuoritaKäynnistä $TITLE vikasietotilassa?Käynnistä \$TITLE?Suorita .exe-tiedosto tässä virtuaaliasemassaSuorita paikallinen skriptiSuorita ohjatun asetusten määrittäminenSuorita oma scriptiSuorita Windows-ohjelmia Suoritetaan...TallennaVirtuaaliasemaa skannataan ...Ohjelmoijat: EtsiValitse asennettava DLCOle hyvä ja valitse mihin kategoriaan ohjelma kuuluu?Valitse toinen tiedostoValitse ladattu ZIP-tiedosto tänneValitse ensimmäinen korjaustiedosto (EE Päivitys) suorittaaksesiOle hyvä ja valitse ensimmäinen suoritettava korjaustiedostoValitse suoritettava korjaustiedostoOle hyvä ja valitse seuraava suoritettava korjaustiedostoValitse päävideokortti raporttiin:LähetäLähetä meille toimiva skripti, joka on generoitu manuaalisena asennuksenaMääritä välityspalvelinAseta kuvakeOhjelmatiedostojen muuttujien asetuksetAsetuksetNäytä virtuaaliasematSimuloi Windowsin uudelleenkäynnistymistäPienet kuvakkeetValitettavasti {0} Pikaviesti-palvelu ei ole käytettävissä tällä hetkellä. Yritä myöhemmin uudelleenAnteeksi, mutta tämä ei ole oikea .zip-tiedostoAnteeksi, tämä henkilö ei halua vastaanottaa yksityisiä viestejäAnteeksi, mutta me tarvitsemme yksityiskohtaisen kuvauksenEspanjaEspanja (teksti ainoastaan)Normaali painosStandartinen näppäimistö karttaSteamissä on oma automaattinen päivitysautomatiikkaSteamissä on oma automaattinen päivitysautomatiikkaSteam asennus huomattu\nhaluatko asentaa pelin samaan virtuaaliasemaan?Steam asentaa $TITLEBTS, paina seuraavaa kun asennus on valmistunut.Steam asentaa $TITLEW, paina seuraavaa kun asennus on valmistunut.Strict Draw OrderingTehtävienhallintaKoekäytössäKiitos! Virheilmoitus raportti on lähetetty. Me teemme parhaamme ja lähetämme sinulle vastauksen mahdollisimman hyvin pian.Tämän pelin CD:n kopiosuojaus ei toimi oikein tässä Winessä.PlayOnLinux sivusto ei ole käytettävissäKoodit joita tarvitaan uuden pelin luomiseen löytyvät\ndokumentaatiosta;\nKlikaa oikealla pelin kavaketta, "Ja lue manuaali".Lataus näyttää epäonnistuneen.Tämä tiedosto on nimetty : {0}Seurattu tiedosto sijaitsee FAT32-tiedostojärjestelmässä.\nSe saattaa estää Winen toimimasta\n\n$FilePathSeurattu tiedosto sijaitsee NTFS-tiedostojärjestelmässä.\nSe saattaa estää Winen toimimasta\n\n$FilePathSeurattu tiedosto sijaitsee fuse-tiedostojärjestelmässä.\nSe saattaa estää Winen toimimasta\n\n$FilePathSeurattu tiedosto sijaitsee noexec-liitetyssä tiedostojärjestelmässä.\nSe saattaa estää Winen toimimasta\n\n$FilePathNämä henkilöt ovat tehneet lahjoituksen ohjelman kehitykselle: KenttämuokkainTämä päivitys voidaan nyt aktivoida ja konfiguroida \n PlayOnLinux:in asennusvelhosta Outcastille.\nÄläkä unohda lähettää "Zenger":lle viestiä GoG foorumeilla!Pikakuvake on sijoitettu työpöydällesiVirtuaalisen aseman kohteen $PREFNAME on jo olemassa:Täällä ei ole mitään asennettavaa .{0} tiedostoaVoisitko poistaa kolmikertaisen puskuroinnin ohjelman asetuksista,\nWine ei tue sitä vielä.Tämä lisäosa asentaa automaatisesti korjautiedoston 1.3.5511Tämä lisäosa asentaa automaattisesti korjautiedoston 2.5.26461Tämä lisäosa asentaa automaatisesti pelin korjautiedoston 1.2.0416Tämä lisäosa asentaa korjaa pelin versioon 1.03Tämä tiedosto: Tämä toiminto on poistettu käytöstä PlayOnlinux ympäristössä.Tämä peli on jo parannettu painos\nja se vaatii vaan 1.5 korjaustiedostonTämä asennus scripti vaatii ffmpeginTämän asennusohjelman kehittäjä on: Tämä on asennusohjelma päivittää tai asentaa lisäosan;\nOle hyvä ja asenna $TITLE_REQUIRED ensinTämä on asennusohjelman päivitys\nOle hyvä ja asenna $TITLE_REQUIRED ensinTässä on lista skripteistä, joita olet lähettänyt meille. Voit suorittaa yhden niistäTämä paketti ei toimi 64-bittisessä kokoonpanossaTämä paketti ei toimi winen 1.3.18 tai pienemmässäTämä paketti ei toimi winen 1.3.22 versiossa tai pienemmässäTämän paketin asennus epäonnistuu Winen 1.5.21 versiossa tai uudemmassaTämän lisäosan avulla voit nauhoittaa ohjelmia PlayOnLinuxistaTämä ohjelma sisältää (DRM) kopio suojauksen, joka on epäyhteensopiva emuloinnissa. Ainoa ratkaisu on käyttää "no-cd" korjaustiedostoa, mutta koska tätä voidaan käyttää myös piraattiohjelmissa, emme voi antaa mitään tukea tässä asiassa.Tämä ohjelma on parhaillaan testauksessa. Se ei ehkä toimi odotetusti. Anna palautetta, positiivinen tai negatiivinen, se on erityisen tärkeää, että voimme parantaa asennusohjelmaa.Tämän ohjelman kehittäjä on: Tämän työkalun avulla voit auttaa meitä :Tämä virtuaaliasema on suojattuTämä asennusohjelma asentaa ohjelman Tämä ohjattu toiminto auttaa sinua esikäsittelemään $APPLICATION_TITLE ympäristönTämä asennusohjelma asentaa Winen version: Tämä ohjattu toiminto lähettää ongelmaraportin virallisesti tuetusta ohjelmasta.Tämä ohjattu asennus suorittaa epävirallisen $APPLICATION_TITLE-skriptin.Tämä asennusohjelma poistaa ohjelman: Varmistaakseni, että pelit ovat yhteensopivia, PlayOnMaciin on asennettava XQuartzTyökalutSiirretään tiedostoja levyltä 1Siirretään tiedostoja levyltä 2Kääntäjät:Two World Control Panel on työkalu InsideTwoWorlds yhteisöltä,\njoka sallii, että sinä voit muunnella parametreja ja hallita modeja\ntälle pelille. Käy osoitteessa\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 ,jos haluat lisätietoja.\n Asenna?UK versioUS tai Kanada versioUbuntu käyttäjien täytyy lisätä MEDIUBUNTU pakettilähde\njotta muuntaminen toimisi kunnolla.Tiedostoa ei löydy: Versiota ei löydy: XQuartzia ei voida asentaa! Sinun pitää asentaa se, koska se parantaa pelien yhteensopivuuttaMuuttumatonPoista asennusPoistetaan...Päivitä GITPäivitä ohjeetPäivitä winen esiasetuksetPäivitetään $APPLICATION_TITLE GIT:istä...Päivitetaan $TITLEPäivitetään liitännäistä. Edellinen: Käyttö: Käytä kehittynyttä Wineasetus liitännäistäKäytä CD-asemaaKäytä DVD-asemaaKäytä Desura Store demo versiotaKäytä Desura Store versiotaKäytä Origin Store demo versiotaKäytä Origin Store versiotaKäytä PlayOnLinux konfiguraatiotaKäytä Steam Store demo versiotaKäytä Steam Store versiotaKäytä WineTricksiäKäytä asennustiedostoa omalta tietokoneeltaKäytä toista versiota WinestäKäyttäjän keskeytysVCRun2008 asennus voi epäonnistua, koska PlayOnLinux versio on liian vanha. Päivitä se.VCRun2010 asennus voi epäonnistua, koska PlayOnLinux versio on liian vanha. Päivitä se.Erittäin suuret kuvakkeetNäytönohjaimessasi ei ole tarpeeksi muistiaVideomuistin kokoVirtuaaliasemaVirtuaaliaseman luojaVirtuaaliasematVisuaalinen laatuVaroitus. Ole hyvä ja laita ensimmäiseksi POL_SetupWindow_InitWASD (Qwerty)Odota hetki kun asennusta esikäsitellään.Odota hetki kun kielipaketti on konfiguroituOdota asennuksen esikäsittelyä..Odota hetki kun ensimmäinen korjaustiedosto on latautunut...\nTämä operaatio voi viedä aikaa, riippuen yhteysnopeudestasi.Odota hetki kun toinen korjaustiedosto on latautunut...\nTämä operaatio voi viedä aikaa, riippuen yhteysnopeudestasi.Odota hetki kun kolmas korjaustiedosto on latautunut...\nTämä operaatio voi viedä aikaa, riippuen yhteysnopeudestasi.Odota hetki kun neljäs korjaustiedosto on latautunut...\nTämä operaatio voi viedä aikaa, riippuen yhteysnopeudestasi.Odota hetki kun korjaustiedosto on latautunut...\nTämä toiminto saattaa kestää jonkin aikaa, riippuen yhteysnopeudestasi.Odotetaan ensimmäisen avustajan valmistumistaVaroitus: GFWL näyttää olevan jo asennettu.\nPakotetaan uudelleen asennus.Varoitus: vcrun2005 on jo asennettu.\nPerutaan asennus.Varoitus: vcrun2008 on jo asennettu.\nPerutaan asennus.Varoitus: vcrun2010 on jo asennettu.\nPerutaan asennus.Varoitus: Tämä työkalu on kehittyneille käyttäjille. Poistaaksesi {0} ohjelman siististi, sinun pitää poistaa virtuaaliasemaJotta videon enkoodaus onnistuisi,\nresoluutio TÄYTYISI olla kerrottu 16:lla.Varoitus: GameShadow ei toimi.\nOle hyvä ja poista rasti ohjelman asennusohjelmasta.Varoitus: Et saa rastittaa valintaruutua "Käynnistä $TITLE", kun asennus on valmisOlemme havainneet, että ohjelma jonka haluat asentaa on:Aiomme kysyä muutamia kysymyksiä, olkaa mahdollisimman tarkka kuin on mahdollistaTervetuloa Edistyneeseen Winen hallintaan, optimisointijärjestelmään joka on tehty Winelle GNU_Razielin toimesta. Jos et tiedä mitä sinun pitäisi valita, jätä OLETUSASETUKSETTervetuloa Detouriin, liitännäinen joka auttaa sinua tekemään post-install kuvakkeita.Tervetuloa $TITLE $PVERSION asennusohjelmaanTervetuloa $TITLE DLC:n asennusohjelmaanTervetuloa $TITLE_REQUIRED DLC:n asennusohjelmaanTervetuloa $TITLE korjatustiedoston $PVERSION asennusohjelmaanTervetuloa $TITLE_REQUIRED korjaustiedoston $PVERSION asennusohjelmaanTervetuloa $TITLE korjaustiedoston $PVERSION version asennusohjelmaan.$TITLE_REQUIRED tervetuloa korjaustiedoston $PVERSION asennusohjelmaanTervetuloa $APPLICATION_TITLE asennusohjelmaan.Tervetuloa $APPLICATION_TITLE käsin ohjattuun asennukseen.\n\nTämän scriptin avulla voit asentaa minkä tahansa ohjelman mitä $APPLICATION ohjelma käyttää.\n\nVaroitus: Emme voi taata, että sovellus toimii täydellisesti.Tervetuloa $APPLICATION_TITLE virtuaaliaseman luojaan.\n\nTämä työkalu auttaa sinua tekemään uuden virtuaaliaseman.Mitä haluat tehdä?Mitkä lisä pikakuvakkeet luodaan?Mikä ominaisuus ohjelmassa ei toimi?\nJos kaikki toimii, ole hyvä ja mainitse se.Kuka on ohjelman luonut?Ohjelman www-sivu?Mikä on lisäosa?Mikä on ohjelman nimi?Minkä niminen on sinun ohjelmasi?Mikä on kielesi?Minkälainen ongelma sinulla on?Minkälaisen virtuaaliaseman haluat luodaMitä haluat tehdä ennen kuin aletaan asentamaan?Mitä haluat tehdä?Kun $TITLE on ladattu Steamissä on valmiiksi, älä klikkaa Pelaa.\n\nSulje Steam TÄYSIN,\njotta asennusskripti voi jatkaaKun $TITLE ohjelman lataus Steamissä on valmistunut.\nÄlä klikkaa Pelaa-painiketta.\n\nSulje Steam, jotta asennus scripti voi jatkaa asentamista.Kun $TITLE ohjelman lataus Steamissä on valmistunut.\nÄlä klikkaa Pelaa-painiketta.\n\nSulje Steam, jotta asennus scripti voi jatkaa asentamista.Kun peli asennusohjelma kysyy seuraavaa DVD:tä\nNapsauta \"Eteenpäin\"Kun pelin asennusohjelma kysyy seuraavaa levyä\nklikkaa \"Eteenpäin\"Kun {0} asennetaan Windows ohjelmaa: - Jätä oletussijainti - Älä rastita valintaruutua "Suorita ohjelma".Missä onMissä on liitetty CD-asema?Mihin sovellukseen haluat lisätä muutoksen?Mikä painos sinulla on?Minkä kielisen version haluat asentaa?Minkä tyyppinen aktivointi?Mikä versio sinulta löytyy?Minkä version haluat asentaa?Mitä versiota Winestä haluaisitte käyttää?Windowsin uudelleenkäynnistysWine ei tällä herkellä tue USB:tä. Ohjelmisto ei voi syncronoida iLaitteita $APPLICATION_TITLE:ksilla. Anteeksi.Wine näyttää kaatuneen\n\nJos ohjelma pyörii, älä välitä tästä viestistäWinen poistajaWinen versioWinen versiotKirjoita tänne kaikki muutokset mitä teit winen asetuksiin:XQuartz $XQUARTZ_VERSION on asennettu sinun tietokoneellesi.XQuartz on asennettu.KylläVoit ladata $TITLE asennustiedoston tänne:Voit ladata pakatun tiedoston täältä:Et voi sulkea tätä ikkunaaEt valinnut peliäSinulla ei näytä olevan yhtään omaa scriptiäSinun ei tarvitse asentaa DirectX tai käyttää GLSetuppia.Sinun täytyy pystyä ajamaan tämä ohjelma!Sinun pitää valita mikä kaappaus muunnetaanSinun täytyy valita tallennus luettavaksiSinun pitää valita tiedosto!Sinun pitää valita modifioitava peliSinun täytyy poistaa anti-piratismi suoja tästä pelistä\nJos haluat pelata sitä winelläSinun täytyy poistaa anti-piratismi suoja tästä pelistä\nJos haluat pelata sitä winelläEt saa asettaa varjon tasoa maksimille\ntai sinun täytyy poistaa ja uudelleen asentaa pelisi.{0} ohjelma täytyy uudelleenkäynnistää, jotta muutokset tulisivat voimaan.Sinun pitää asentaa jatkaaksesiSinun pitäisi asentaa se käyttääksesi {0}Sinulla pitäisi olla nyt League of Legends hakemisto työpöydällä, joka sisältää ohjelmistoasentajan. Suosittelemme että pidät sen nopeuttaaksesi uudelleen asennusta varten.Haluatko luoda symboolisen linkin $TITLE:n asetuksiin sinun kotihakemistoosi?\n(Suositus kyllä)Haluatko avata $TITLE lataussivun selaimeesi?Sinun $APPLICATION_TITLE on vanhentunut.\nSinun pitää päivittää $APPLICATION_TITLE ennen kuin lähetät virheilmoituksen.\nKiitos.Selain aukeaa, lataa korjaustiedosto selaimestasi ja pura se.Näytönohjaimessasi ei ole tarpeeksi muistia!\nSe saattaa estää pelin toiminnanZQSD (Azerty)\nVarmista, verkkoyhteys on muodostettu.glxinfo ei ole asennettu. Ole hyvä ja asenna mesa-utils paketti.ei ole kuvake/tähän $APPLICATION_TITLE-ohjelmistoon.temp hakemisto on hukassa{0}in Ohjattu toiminto{0} ei löydy {1}{0} asetukset{0}-konsoli{0}-debuggeri{0} virhe{0} asennusvalikko{0} ei voi käynnistää POL_SetupWindow_server.{0} ei ole tarkoitettu ajettavaksi pääkäyttäjänä.{0} ei löydä 32-bittisiä OpenGL kirjastoja. Saatat kohdata ongelmia peleissä.{0} ei löydä 64-bittisiä OpenGL kirjastoja. Saatat kohdata ongelmia peleissä.{0}-pikaviestin{0} asetukset{0} www-sivu ei ole saatavissa. Tarkista yhteytesi.{0} - Winen versiohallintaplayonlinux/lang/locale/fr/000077500000000000000000000000001226051336100162265ustar00rootroot00000000000000playonlinux/lang/locale/fr/LC_MESSAGES/000077500000000000000000000000001226051336100200135ustar00rootroot00000000000000playonlinux/lang/locale/fr/LC_MESSAGES/pol.mo000066400000000000000000001626461226051336100211610ustar00rootroot00000000000000C4L$`0a0p000'00#0# 1.1A1F1+^1"111*12X420252+24 39U3*3$33&3'4>444P5I;66 6 666!67' 73777&K7r76x7/7)7% 83/8!c8"8M8 899(909J9]9gx9#9::!:(:A:X:n::::: : ;!; A;O;k;0{;;;;.;!(<J<3e<$<&<< <<=&=,=C=Z=*i= = ===*= = => >8>$M>r>>>>>>>#>N?Yb?Y?@ @*@ B@N@e@z@ @@'@C@%A('A&PA&wAA5AAWB$YB~BBBBBBB C C2CHC WC&eC CCCCCCBCD/DLD!SDuDzD#D*DDD EEO!E(qEEEEEE EEFF5F;FCF JFkF6tF7F.F>GQG%YG G"GGGbGMSM gM tM~M1M MM M M-M)N.N2N8N=N@NON&gN NNN'NNNQNIO XOeO ~OOOOOOO P PP'P><,3i%&ՆfĈG+s #:Ή ,'TY&i 3IΊ1)J;t!!ҋP EOb{#Ќp&e ̍%65G}%#Î4$.S<l"̏!9 $C h:#Đ. !'6'^!ȑ2ܑ  % 5,Bo'ܒ@7Uq +Гk{h{`h ҕޕ )I")l)&&9($b`( /<!W&y%ט7K4_ ř֙Kݙ*))T~)/˚/+D Zhe|-0!F hrڜ ߜH ;7E7}BR K%U"{<۞ p$mA9 { !5Ƞ5Lkӡ))2(\) ʢ +Dd"ģԣPEZl~'̤Ԥۤ  :8Mϥ ;9!@ bn) ʦҦ֦F O\l%q X,?"^#Ш -8)V7ҩ 89A{;*ժ;8<(u,&˫8I+FuI6Z=8\ѭ].]]>HRگ4?L=5ʰx(y& ?4.tG.*92d'>867;n?"l =z@S:M33:;+>g=61 K=V0ŸBs#Թ!"=Xt Ѻܺ  #&Jeu $ƻ)ٻ#%A#g ͼ !.A,Z'.޽M4S,d "ܾr2_:¿:8Skts0s*xwdwT96:T88 A-QO8;;D\"(' 05\fG- Q9;(B(k z#B#fe  %90S,6!;;)w(-4Hh4|"04Q`}@@"'_=tEMXa`+7@&?g?oW'.#6#Z$~*112J< "%B.hh &6HG@H]9(-; H31,/\%{C`yBE c(# G%zmz cn&]C"[h ro.^@{$? A`9C,6(Mtq>eiE,4OIu0Y'?+yyex/lX  5;V "*P|=~JMA[zSBh4rb6m6!)F$/gDOj`>&RR3%-=?Dz7Q1d-8(XgaT'P83<Z*j^HU#B,Qs{Lp3HKs-!\2}n1Jv~cSqU; </v9 I9GZbm  x!7$aFK5#8 )lk":4A].=0N ' d.> WcVi @ w% :o\)1Y0&2+ WEk2f(w_+N&Lu<Bn|%#_7:G5pCt; }*@fT Choose a file Extract the package Install the package Show this message Licence translated into your language does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $AUTHOR profile$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?(If this list is empty, please install a wine version with wine version manager)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsAssigned programAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBegin the capture of an applicationBrasilian (text only)BrowseCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking download integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCreate a shortcutDebugDecompressing archive...Dedicated ServerDedicated serverDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDownload failedDownload on Steam StoreDownload seems to be corruptedDownload the programDownloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: Edit or update an existing applicationEducationEject a PC CD-ROMEnableEnglishEnglish versionErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchGLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0Include:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing Linuxtrack-wine DLL...Installing XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppLanguageLarge iconsLaterLeaveLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededNormal versionNoteNow, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPC CD-ROM readerPackager: Password: PatchesPlay a captured filePlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease make your choicePlease read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the game languagePlease select the install file to run.Please select the setup file to runPlease select the setup file to run :Please select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockRepair virtual driveReport a bugReport a problemRetry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect first patch to executeSelect patch to executeSelect second patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, we need a detailed description.SpanishSpanish (text only)Standard EditionSteam have is own automatic update systemSteam have is own automatic update system.Strict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis plugin wil allow you to capture you applications under PlayOnLinuxThis program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWait while language pack is configured...Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the DLC Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must restart {0} for the changes to take effect.Your filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from working\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} configuration{0} console{0} install menu{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-20 14:47+0000 Last-Translator: dos santos raphael Language-Team: French MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Language: fr Choisir un fichier Extraire le paquetage Installer le paquetage Afficher ce message La licence a été traduite dans votre langue n'existe pas! a été désinstallé avec succès. n'est pas un paquetage valable de PlayOnLinux! sur votre ordinateur. ou sera installé dans : Configurateur d'application pour $APPLICATION_TITLEInstalleur Gecko $APPLICATION_TITLEDésinstallateur de $APPLICATION_TITLEMise à jour automatique de $APPLICATION_TITLELe debugger de $APPLICATION_TITLE est lancé.Première utilisation de $APPLICATION_TITLE$APPLICATION_TITLE exécute déjà ce programme. \nVoulez-vous conserver les réglages précédents?$APPLICATION_TITLE est en train d'analyser votre application.$APPLICATION_TITLE va terminer sa préparation$APPLICATION_TITLE est en train d'installer $PRGM_NAME.$APPLICATION_TITLE est en train d'installer votre application.$APPLICATION_TITLE construit un disque dur virtuel de Windows.$APPLICATION_TITLE est en train d'exécuter votre programme.Gestionnaire de paquetages de $APPLICATION_TITLE : Profil de $AUTHOR$TITLE a été installé avec succès$TITLE a été installé avec succès.$TITLE a été installé avec succès.\n\nSi le jeu plante au démarrage, ouvrez un terminal et tapez :\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE est installé$TITLE a besoin de lire la partie Windows d'un CD-ROM hybride\n\nMacOS Mac OS vous donne seulement accès à la partie Mac du CD-ROM, qui n'est sans doute pas compatible avec votre version récente de MacOS.\n\nVoulez-vous que PlayOnMac essais de lire la partie PC de votre CD ?(Si cette liste est vide, veuillez installer une version de Wine avec gestionnaire de version de Wine)7z n'est pas installé. Vérifiez l'installation de 7zip et réessayez.Abandonner l'installationÀ propos de {0}AccessoiresActiver la prise en charge de GLSL?Activer la prise en charge de l'échantillonnage multiple?Forcer la distorsionbAjouterAjouter le logo PlayOnLinux à votre vidéo?TousDéjà à jour.Une mise à jour de {0} est disponibleAppliquerVoulez-vous vraiment installer le paquetage de {0}?Êtes-vous certain de vouloir fermer toutes les fenêtres Windows de {0}?Etes vous certain de vouloir supprimer wine {0} ?Êtes-vous sur de vouloir supprimer {0} ?Êtes-vous sur de vouloir supprimer le disque virtuel {0} ?Voulez-vous vraiment supprimer : Voulez-vous vraiment installer : Voulez-vous vraiment fermer toutes les fenêtres ouvertes de $APPLICATION_TITLE?ArgumentsProgramme assignéInstallation automatiqueExécution automatiqueVersions de Wine disponibles : Mauvaise extension de fichierFaites attention! Si vous modifiez Attention ! Cela fermera le processus d'installation. Si il n'a pas terminé, vous devrez réinstaller $SOFTNAMEDémarrer la capture d'une applicationbrésilien (texte seul)ParcourirAnnulerRaccourci introuvableCapture en cours...Menu Capture (OpenGL)Menu Capture (Non OpenGL)La capture va maintenant démarrer...Changer l'icôneVérification de l'intégrité du téléchargement...Vérification de l'extension : Utiliser le mode de rendu DirectDraw?Choisir le mode de rendu Offscreen?Choisir le mode de rendu pour le verrouillage cible?Choisissez un jeuChoisissez un paquetage à installerChoisissez une extensionChoisissez un script $APPLICATION_TITLE valide à exécuter.Choisissez une action à effectuerChoisissez une applicationChoisissez une option à modifierChoisissez le fichier correspondant à votre application.Choisisez le langage que vous voulezChoisissez la résolution du jeuChoisissez le fichier log correspondant à votre logiciel.Choisissez le nom du disque virtuelChoisissez le format vidéo pour la conversionNettoyageNetoyage en cours...Cliquez sur «Suivant» pour continuer.Cliquez sur «Suivant» pour commencer.FermerFermer tous les programmes de {0}Fermer cette applicationInvite de commandesCommande à exécuter avant de lancer le programmeCommercialConfigurerConfigurer WineSe connecterConnexion à votre compte $APPLICATION_TITLEConnexion en cours ...Panneau de configurationConversion terminéeConvertir un fichier capturé en vidéoConversion des vidéos...Copie des fichiers d'installation en cour, veuillez patienter...Copie en cours de ${filename}Copie du disque dur virtuelCréer un raccourcisDéboguerDécompression de l'archives...Serveur dédiéServeur dédiéConfiguration du disque virtuel par défautDéfinissez vos options d'encodage \n (laissez les options par défaut si vous ne savez pas quoi définir).Définissez vos options d'encodage pour la passe 1 \n (laissez les options par défaut si vous ne savez pas quoi définir).Définissez vos options d'encodage pour la passe 2 \n (laissez les options par défaut si vous ne savez pas quoi définir).EffacerVérsion d'évaluationConcepteur et site Web : DéveloppementEdition digitale DeluxeRendu direct DrawDésactiverSe déconnecterAffichageAvez-vous un pack de langue à installer?Voulez-vous que $APPLICATION_TITLE l'installe automatiquement pour vous ?Voulez-vous consulter le site de $TITLE ?Voulez-vous supprimer le disque virtuel :Voulez-vous installer le patch 1.0c ?Voulez-vous installer le patch 2.0a ?Voulez-vous réessayer ?Voulez vous mettre à jour et relancer $APPLICATION_TITLEEst-ce que votre programme se lance?N'oubliez pas de votre rendre dans le menu Outils -> Lire un CD-Rom PC avant de lancer votre jeuNe pas installer XQuartz pour le moment.Ne pas joindre de fichier logFaire un donÉchec du téléchargementTélécharger dans le Steam storeLe télécharger semble être corrompuTélécharger le programmeTéléchargement de wine : Téléchargement en cours de XQuartz.Téléchargement des policesTéléchargement de gecko...Téléchargement…Téléchargement : Modifier ou mettre à jour une application existanteÉducationÉjecter un CD-ROM PCActiverAnglaisVersion anglaiseErreurErreur! Incohérence de fichiers\n\nLocal: $LOCAL_MD5\nServeur: $SERVER_MD5Erreur lors de l'installation de l'archiveErreur lors de l'installation des policesErreur !Erreur : impossible de trouver le CD-ROM!QuitterLibrairie externeLa taille du fichier extrait ne correspond pas!Extraction de ${filename} depuis ${archivename}Extraction de Slender...Extraction de wine...Extraction : Valeurs par défautImpossible de se connecter! \nAssurez-vous que votre identifiant et votre mot de passe sont valables.Impossible de trouver ${dest} dans ${archive}FichierAssociations de fichierFichier non trouvé !Les tailles ne correspondent pas!FrançaisPrise en charge de GLSLVersion Jeu De l'Année.Le jeu n'est pas installéLe jeu n'est pas installé.JeuxGénéralAllemandL'identification sur gog.com a échoué, voulez vous essayer à nouveau?GraphismeVoici le code source du script. Vérifiez attentivementVoici le code source du script. Vérifiez attentivementQuelle est la quantité de mémoire (Mo) de votre carte graphique?Toutefois, les modifications seront activées lors du redémarrage de l'ordinateurJ'accepteJe ne veux pas créer d'autre icônesJ'ai un problème avec un logicielLe fichier a été téléchargé manuellement par moi même.Sélection de l'icôneIcônes :Si vous fermez cette fenêtre, vous ne pouvez lire d'autres réponses. Etes-vous sûr que vous voulez la fermer?Si vous ne savez pas, décochez toutSi vous avez réussi à installer un programme à l'aide du bouton «Installer un\nlogiciel non listé», cet utilitaire vous permettra de l'ajouter \nà notre liste.Pour installer $TITLE, il faut installer Mod Pack Studio Lite 2.0Inclure :InstallerInstaller un programme non listéInstaller un programmeInstaller un programme dans un nouveau disque virtuelInstallez les composantsL'Installation est effectuéeScripts d'installationInstaller certaines librairiesInstallation terminée.Installation en cours...Versions de Wine installées : Extensions installéesInstallation d'Adobe AirInstallation de DirectMusicInstallation des composants DirectX 10...Installation des composants DirectX 11...Installation des composants DirectX 9...Installation du module Linuxtrack-wine...Installation de XMLlite...Installation en cours de XQuartzInstallation du module Xact...Installation du module Xinput...Installation des policesInstallation du module mfc42...Installation du module msasn1Installation de l'extension : Installation du module wintrust...Installation : Version internationaleInternetIl semblerait que ce soit la première fois que vous utilisez $APPLICATION_TITLEItalien (texte seul)Version italienneVersion japonaiseRejoindre un canalArrêter tous les processus du préfixeTuer les processusKillAppLangueGrandes icônesPlus tardQuitterIdentifiant : DéconnexionRecherche de CD-ROM exécutablesMio téléchargésCréer un nouveau raccourci depuis ce disque dur virtuelCréation du raccourciGérer les versions de WineInstallation manuelleMoyennes icônesMessageriePolices MicrosoftLes polices de Microsoft ont été installés avec succès.DiversForcer la distorsion de la sourisMultimédiaÉchantillonnage multipleMon problème concerne $APPLICATION_TITLENomNouveauNouvelle : SuivantNonAucune descriptionPas de manuel trouvé pour {0}Emplacement du fichier d'installation introuvable dans «autorun.inf»No-cd requisVersion normaleNoteMaintenant, insérez le CD $CDNumber.BureautiqueMode de rendu OffscreenIl manque un ou plusieurs programme(s). Merci de les installer et de relancer le script.Ouvrir $URL maintenant?Ouvrir un terminalOuvrir le dossier du programmeOuvrir le dossier de l'applicationOuvrir le répertoireOuvrir le dossier du disque virtuelOpération terminéeOptimisation terminéeAutreLecteur de CD-ROM PCCréateur de paquetages : Mot de passe : CorrectifsVisionner un fichier capturéGestionnaire de paquetages de PlayOnLinuxPlayOnMac a besoin d'installer XQuartz pour fonctionnerLisez ceci attentivement.Choisissez un CD-ROMChoisissez un CD-ROM à éjecterVeuillez sélectionner un fichier de capture PID à lireVeuillez sélectionner un fichier de capture à convertirVeuillez choisir un programmeChoisissez un programme pour créer son paquetage associé.Veuillez choisir un programme à exécuterVeuillez choisir une façon pour installer votre programme.Veuillez sélectionner un fichier de capture OGV à lireVeuillez choisir une action à exécuterMerci de choisir une méthode d'installationTélécharger XQuartz automatiquement.Merci de vérifier que vous êtes connecté à Internet.Veuillez renseigner vos identifiants gog.com pour télécharger $BASENAMEVeuillez expliquer votre problème clairement (en anglais uniquement):Veuillez donner une description succincte (Titre, en anglais uniquement).Veuillez insérer le premier CD de jeu dans le lecteurMerci d'insérer le premier disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Veuillez insérer le deuxième CD de jeu dans le lecteurMerci d'insérer le deuxième disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Merci d'insérer le troisième disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Merci d'insérer le quatrième disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Merci d'insérer le cinquième disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Merci d'insérer le CD-ROM du jeu dans votre lecteur de disqueMerci d'insérer le disque du jeu dans votre lecteur\nsi ce n'est pas déjà fait.Veuillez insérer le DVD-ROMVeuillez insérer le premier CDVeuillez insérer le premier jeu dans votre lecteur.Veuillez insérer le média de jeu dans votre lecteur de disqueVeuillez insérer le disque du jeu dans le lecteur de disque.Veuillez insérer le prochain jeu dans votre lecteur.Merci d'insérer votre CD-ROM et d'appuyer sur suivant seulement lorsque Finder vous montre la partie Mac OS de votre CDVeuillez installer $TITLE_REQUIRED avantVeuillez faire votre choixVeuillez lire et accepter ce qui suit:Veuillez lire attentivementVeuillez lire ceciVeuillez lire ceci attentivementMerci de redémarrer votre ordinateur, et de relancer PlayOnMacVeuillez sélectionner le fichier de débogageMerci de sélectionner un programme ou un lecteur virtuel à configurerVeuillez choisir un programme à désinstallerMerci de choisir un programme.Veuillez sélectionner un fichier d'icôneVeuillez sélectionner la version 32 bits d'iTunesVeuillez sélectionner la langue du jeuVeuillez sélectionner le fichier d'installation à exécuter.Merci de choisir le fichier d'installation à exécuter.Veuillez sélectionner le fichier setup à démarrer :Veuillez sélectionner le fichier d'installation à lancer.Veuillez sélectionner le fichier d'installation à exécuter :Veuillez sélectionner une versionVeuillez choisir un nom pour le disque virtuel de votre application.\nCe nom ne doit pas contenir d'espaces.Patientez pendant que $APPLICATION_TITLE copie des fichiers :Merci de patienter pendant que $APPLICATION_TITLE télécharge :Merci de patienter pendant que $APPLICATION_TITLE simule un redémarrage de WindowsMerci de patienter pendant l'installation de $SOFTNAME ...Veuillez patienter pendant l'installation de $TITLEMerci de patienter pendant l'installation de $TITLEVeuillez patienter, Desura est en cour de téléchargementVeuillez patientez Steam est en cour de téléchargement...Veuillez patienter pendant la création du logo PlayOnLinux...Merci de patienter pendant la création du disque dur virtuelVeuillez patienter pendant l'encodage de votre vidéo.Veuillez patienter…Gestionnaire d'extensionsExtensionsAppuyez sur +F8 pour démarrer ou arrêter la capture.Appuyez sur +F8 pour arrêter la capture.Appuyez sur «Suivant» puis cliquez sur la fenêtre que\nvous souhaitez capturer.\nLa capture démarrera automatiquement après 5 secondes.\nSeule la vidéo sera capturée.Appuyez sur suivant seulement lorsque l'installation est terminéeAdresse du serveur mandataireConfiguration du serveur mandataireIdentifiant du serveur mandataireMot de passe du serveur mandatairePort du serveur mandataireLire le fichier TRANSLATORSLire un CD-ROM pour PCLire un CD-Rom pour PCLire le manuelLecture de votre périphériqueActualiserActualisation de {0}S'inscrireÉditeur de la base de registreSupprimerVerrouillage du mode cible de renduRéparer le disque virtuelSignaler un bugSignaler un problèmeRéessayer?ExécuterDémarrer $TITLE en mode sécurisé?Démarrer \$TITLE?Lancer un «.exe» dans ce disque virtuelExécuter un script localLancer l'assistant de configurationLancer l'un de vos scripts personnelsLancer votre programme Windows sur En cours d'exécution.SauvegarderAnalyse du disque dur virtuel.Créateurs de scripts : RechercheSélectionnez le DLC à installerChoisissez une catégorie pour votre programmeChoisir un autre fichierSélectionnez le premier patch à exécuter.Sélectionnez le correctif à exécuterSélectionnez le deuxième patch à exécuter.EnvoyerEnvoyer nous un script fonctionnant et généré par l'installation manuelle.Utiliser un serveur mandataireChanger l'icôneDéfinition de la variable «Program Files»RéglagesAfficher les disques virtuelsSimuler un redémarrage de WindowsPetites icônesDésolé, APPLICATION_TITLE $VERSION est trop vieux pour fonctionner.\n$APPLICATION_TITLE $NEEDED est nécessaire.Désolé, une description détaillée est requise.EspagnolEspagnol (texte seul)Edition standardSteam a son propre système de mises à jours automatiquesSteam a son propre système de mises à jours automatiquesOrdonnancement strict DrawGestionnaire de tâchesEn testMerci! \n\nVotre rapport a été envoyé. \n\nUne réponse vous sera transmise par mail le plus rapidement possible.La version du CD-ROM n'est plus à jour. N'oubliez pas de mettre à jour $TITLE pour qu'il fonctionne correctement avec $APPLICATION_TITLELe site Web de PlayOnLinux n'est pas accessible.Le téléchargement semble avoir échoué.Ce fichier est nommé : {0}Le fichier suivant est situé sur un système de fichiers FAT32.\nIt pourrait empêcher wine de fonctionner\n\n$FilePathLe fichier suivant est situé sur un système de fichiers NTFS.\nIt pourrait empêcher wine de fonctionner\n\n$FilePathLe fichier suivant est situé sur un système de fichiers FUSE.\nIt pourrait empêcher wine de fonctionner\n\n$FilePathLe fichier suivant est situé sur un système de fichiers monté avec l'option noexec.\nIt pourrait empêcher wine de fonctionner\n\n$FilePathLes personnes suivantes ont contribué à ce programme : Le disque virtuel associé à {0} ({1}) n'existe plus.Il n'y a rien d'installée pour fonctionner. {0} fichiers.Cet addon installera automatiquement le patch 2.5.26461Cet addon installera automatiquement le patch 2.5.26461Ce fichier : Cette fonction est désactivée dans l'environnement PlayOnLinux.Ce programme d'installation est fourni par : Ceci est la liste des scripts que vous avez envoyés. Vous pouvez en lancer un.Ce paquet ne fonctionne pas sur une installation 64 bitsCe paquet ne fonctionne pas avec wine 1.3.18 ou inférieureCe paquet ne fonctionne pas avec wine 1.3.22 ou inférieureCette extension vous permettra de capturer des vidéos de vos applications sous PlayOnLinux.Ce programme a été créé par : Cet outil vous aidera a lire la partie PC d'un CD-ROM.\n\nUtilisez cet outils SEULEMENT si votre CD-ROM est hybride (Compatible Windows et MacOS), et que vous ne pouvez pas voir la partie WindowsCet outil vous permettra de nous aider :Ce disque virtuel est protégéCet assistant vous aidera à installer Cet assistant vous permettra d'installer Wine : Cet assistant vous aidera à signaler un bug sur un programme officiellement pris en charge.Cet assistant vous permettra d'éxécuter un script $APPLICATION_TITLE.Cet assistant vous aidera à désinstaller : Pour s'assurer que vos jeux seront compatibles, PlayOnMac doit installer XQuartz.Pour installer un pack de langue ultérieurement, ouvrez le panneau de configuration du jeu afin d'exécuter le programme d'installation dans le disque virtuel (onglet Divers)OutilsTransfert de fichiers depuis le disque 1Transfert de fichiers depuis le disque 2Traductions :Version UKVersion US ou Canadienne.Les utilisateurs d'Ubuntu doivent ajouter le dépôt Medibuntu \npour que ce format de conversion fonctionne correctement.Impossible de trouver le fichier : Impossible de trouver la version : Impossible d'installer XQuartz! Vous devez l'installer pour améliorer la compatibilité de vos jeux.Non modifiéDésinstallerDésinstallation en coursMise à jour de GITMettre à jour wineprefixMise à jour $APPLICATION_TITLE depuis le GIT...Mise à jour de $TITLEMise à jour de l'extension. Précédente : Usage : Utiliser l'extension de configuration avancée de WineUtiliser le(s) CD-ROM(s)Utiliser le(s) DVD-ROM(s)Utilisez la version ludothèque de démonstration de DesuraUtilisez la version ludothèque de DesuraUtiliser la version démo d'Origin StoreUtiliser la version OriginUtiliser le configurateur de PlayOnLinux pourUtiliser la version de démonstration de Steam StoreUtiliser la version Steam StoreUtiliser WineTricksChoisir un fichier d'installation sur mon ordinateurUtiliser une autre version de WineAbandon de l'utilisateurTrès grandes icônesVotre carte graphique n'a pas assez de mémoire.Taille de la mémoire vidéoDisque virtuelCréateur de lecteur virtuelDisques VirtuelsQualité visuelleVeuillez patienter pendant la configuration du pack de langue...Merci de patienter pendant la préparation de l'installation ...Veuillez patienter pendant que le patch se télécharge...\nCette opération peut prendre un certain temps qui dépend de votre connexion.Attente de la fin du premier assistant.Attention !\n\nLa signature du script que vous essayez d'exécuter n'est pas valide\n\n$APPLICATION_TITLE n'a pas approuvé ce script et ne sera pas responsable de celui-ci.\nVeuillez vous assurer que vous savez ce que vous faites !Attention !\n\nLa signature du script que vous essayez d'exécuter n'est pas valide\n\nPlayOnLinux n'a pas approuvé ce script et ne sera pas responsable de celui-ci.\nVeuillez vous assurer que vous savez ce que vous faites !Attention : Cet outil est pour utilisateurs avancés. Pour désinstaller proprement un programme avec {0}, vous devez supprimer le disque virtuel associé.Attention: pour un encodage vidéo satisfaisant, \nla résolution DOIT être un multiple de 16.Attention : Vous exécutez $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED il est recommandé de continuer.Nous avons détecté que le programme que vous voulez installer est :Nous allons vous poser des questions. Merci d'être le plus précis possible.Bienvenu dans la configuration avancée de Wine, un système d'optimisation de Wine créé par GNU_Raziel. Si vous ne savez pas quelles valeurs choisir, laissez les valeurs par défaut.Bienvenu dans Detour, une extension vous permettant de créer des raccourcis après installation.Bienvenue dans le DLC installer pour $TITLEBienvenue dans le patch $PVERSION Installer pour $TITLEBienvenue dans l'installation du correctif $PVERSION pour $TITLEBienvenue dans l'assistant d'installation de $APPLICATION_TITLEBienvenu dans l'assistant de $APPLICATION_TITLE. \nIl vous aidera pour installer $file sur votre ordinateur. \n Attention! Ce programme n'est pas officiellement pris en charge par $APPLICATION_TITLE. \nCependant, il pourrait ne pas fonctionner comme attendu.Bienvenu dans l'assistant d'installation manuelle de $APPLICATION_TITLE. \n\nCet assistant vous permettra d'installer tout programme de $APPLICATION et de l'utiliser avec tous les outils. \n\nAttention: impossible de vous garantir le bon fonctionnement de l'application.Bienvenue dans le créateur de lecteur virtuel de $APPLICATION_TITLE.\n\nCet outil va vous aider à créer un nouveau lecteur virtuelQue voulez-vous faire ?Quelle(s) fonctionnalité(s) de votre programme ne fonctionne pas? \nSi tout fonctionne, merci de le préciser.Quel est l'éditeur de votre programme?Quel est l'adresse du site de votre programme?Quelle est l'extension?Quel est le nom de votre programme?Quel est le nom de votre programme?Quelle est votre langue préférée?Quelle sorte de problème rencontrez-vous?Quel type de lecteur virtuel désirez-vous créerQue souhaiteriez vous faire avant l'installation?Que voulez-vous faire ?Quand le téléchargement par Steam de $TITLE est terminé,\nNe cliquez *pas* sur jouer !\n\nFermez complètement l'interface Steam,\npour que l'installation puisse continuer.Quand {0} installe un programme Windows : - Laisser le chemin d'installation par défaut - Ne pas cocher 'Démarrer le programme' si demandé.Où estOù est monté votre CD-ROM?À quelle application voulez-vous appliquer la modification?Quelle édition avez vous?Quel type d'activation?Quelle version possédez-vous ?Quelle version voulez-vous installer?Quelle version de Wine désirez vous utiliser?Redémarrage de WindowsWine semble avoir planté\n\nSi votre programme est en cours d'exécution, ignorez simplement ce messageDésinstallerVersion de WineVersions de WineÉcrivez ici tous les changements apportés à la configuration de Wine:XQuartz $XQUARTZ_VERSION a été installé sur votre ordinateur.XQuartz a été installé.OuiVous êtes connecté à $APPLICATION_TITLE Online en tant que $POL_LOGINVous essayez d'ouvrir un script conçu pour {0} ! Il pourrait ne pas fonctionner comme prévuVous ne pouvez pas fermer cette fenêtreVous n'avez pas choisi de jeuVous ne semblez pas avoir de script personnelVous n'avez pas à installer DirectX ou à utiliser GLSetupVous avez été déconnecté avec succès de $APPLICATION_TITLE Online. \nVous pouvez fermer cette fenêtre en toute sécurité.Vous devez être capable de lancer votre programme!Vous devez sélectionner une capture à convertirVous devez sélectionner une capture à lireVous devez choisir un fichier!Vous devez choisir un jeu à modifierVous devez redémarrer {0} pour que les changements prennent effet.Votre système de fichiers pourrait empêcher {0} de fonctionner correctement. Merci d'ouvrir {0} dans un terminal afin d'obtenir plus de détailsVotre carte graphique n'a pas assez de mémoire! \nCela peut empêcher votre jeu de fonctionner.\nVeuillez vous assurer que vous êtes bien connecté à Internet.glxinfo n'est pas installer. Veuillez installer le package mesa-utilsn'est pas une extension d'icônesurdans l'environnement $APPLICATION_TITLE.Un dossier temporaire est manquant.Assistant de {0}Configuration de {0}Console de {0}Menu d'installation de {0}{0} ne devrait pas être lancé en tant que superutilisateur. Désolé.{0} n'est pas en mesure de trouver les bibliothèques OpenGL 32bits. Vos jeux risquent de ne pas fonctionner comme prévu{0} n'est pas en mesure de trouver les bibliothèques OpenGL 64bits. Vos jeux risquent de ne pas fonctionner comme prévuMessagerieRéglages de {0}Gestionnaire de version de Wine de {0}playonlinux/lang/locale/gl/000077500000000000000000000000001226051336100162215ustar00rootroot00000000000000playonlinux/lang/locale/gl/LC_MESSAGES/000077500000000000000000000000001226051336100200065ustar00rootroot00000000000000playonlinux/lang/locale/gl/LC_MESSAGES/pol.mo000066400000000000000000000312161226051336100211400ustar00rootroot00000000000000\ ( ) 3?V!v'&6/()X!"# *@Z p   "$=&b  NYgY 3?T \go v 2L^gv +    ).27:IP iv   ('@)h-C#$(&M4t0) <   &/?F ^k%o   !*> S`2hG\ f xIMg;  $9!^   ,  &@  & E +_  *  2 6 --!"[!$~! !#!!!! "'"E" Y"+z"-" "" "#.#&M#,t######$$'#$\K$j$j%~%%% % %%% %%%%&&.&J&P& V& `&j&r& {&&&&&& ''' -'.;'j' ''' ' '''''''$'(6(!Q("s(((( (((3(0+)3\))C)9)>(*,g*6*7*++1+%O+u+,', ?,K, ], i,t,,,,,,,&,-&$-&K- r--- ------...JD.$. .y.:/V/`f//\i0500 110141'N1#v1#111111: 2E2U2"k2-OevsdS1(p05ucGHM`'o ~CDQ# x964=WTb2P8./fn:ZF@Yt X]*$7AKi>  ;+{<hB)zNaj\I,qwElkr^L"_&%[?}JV|g!Ry3mUAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllAn updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete: Are you sure you want to install: Available Wine versions: Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the name of the virtual driveChoose the video format for conversionClose all {0} softwareClose this applicationCommand promptConfigureConfigure WineConnectConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDonateEducationEnableExitFileGLSL SupportGame is not installedGame is not installed.GamesGeneralGraphicsI AgreeIcons:InstallInstall a non-listed programInstallation in progress...Installed Wine versions: Installed pluginsInternetJoin a channelKill processesKillAppLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMessengerMiscellaneousMouse warp overrideMultimediaMultisamplingNameNewNextNoNo descriptionOfficeOffscreen rendering modeOpen a shellOpen program's directoryOpen the application's directoryOpen virtual drive's directoryOperation doneOtherPackager: Password: PatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please select the setup file to runPlease select the setup file to run:Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordProxy portRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockReport a bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Scriptors: Select patch to executeSendSet a proxySet the iconSettingsShow virtual drivesStrict Draw OrderingTask managerTestingThe following people contributed to this program: This plugin wil allow you to capture you applications under PlayOnLinuxThis virtual drive is protectedToolsUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Video memory sizeVirtual driveWarning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Which application do you want to apply the modification to?Windows rebootWine versionWine versionsYesYou did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyof{0} Wizard{0} configuration{0} console{0} install menu{0} is not supposed to be run as root. Sorry{0} messenger{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:34+0000 Last-Translator: Miguel Anxo Bouzada Language-Team: Galician MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) A cerca de {0}AccesoriosActivar Soporte GLSL?Activar soporte de muestreo múltiple?Activar o rato integrado?Engadir o logo de Playonlinux no teu video?TodoUnha nova versión de {0} esta dispoñibleAplicarEstá seguro de que desexa instalar o paquete {0}?Está seguro de querer pechar todas as ventás de {0}?Está seguro de que desexa eliminar Wine {0}?Está seguro de que quere borrar: Está seguro de que quere instalar: Versións de Wine dispoñibles: Iniciar a captura dunha aplicaciónBuscarCancelarCaptura en marcha...Captura do menú (OpenGL)Captura do menú (sen OpenGL)Comeza a captura...Elexiu o modo DirectDraw Render?Elexir o modo Renderizado fora da pantalla=Elexir o modo Renderizado objetivo bloqueado?Elixa un xogoEscolla un pluginEscolle unha acción a relalizarEscolla unha aplicaciónElixe unha opción a modificarEscolle o nome da nova unidade virtualElixa un formato de video para a conversiónCerrar todos o software de {0}Cerrar esta aplicaciónSaida do comandoConfiguraciónConfigurar WineConectarConversión feitaConvertir un arquivo de captura a videoDefine as tuas opcións de condificación \n (deixa isto por defecto se non sabes o que fai)Define as tuas opcións de condificación para o paso 1 \n (deixa isto por defecto se non sabes o que fai)Define as tuas opcións de condificación para o paso 2 \n (deixa isto por defecto se non sabes o que fai)Deseñador e Páxina web: DesenvolvementoRender Direct DrawDesabilitarDesconectarPantallaDonarEducaciónActivadoSaírArquivoSoporte para GLSLO xogo non se instalouO xogo non está instalado.XogosXeralGráficosDe acordoIconas:InstalarInstalar un programa non-listadoInstalación en curso...Versións de Wine instaladas: Plugins instaladosInternetUnirse a unha canleMatar procesoMatarAppNome de usuario: MB descargadoCrear un acceso directo a esta unidade virtualAdministar versión de WineMensaxeríaVariosSeñalizar punteiroMultimediaMultiexemploNomeNovoSeguinteNonSen descriciónOficinaModo de renderizado fora da pantallaAbrir unha linea de comandosAbrir carpeta de programasAbrir o directorio da aplicaciónAbrir carpeta de unidades virtuaisOperación completadaOutroEmpaquetador: Contrasinal: parchesReproducir un arquivo capturadoPorfavor elixe un arquivo de captura PID para xogarPorfavor elixe un arquivo de captura a convertirPorfavor elixe un arquivo de captura OGV para xogarInsira o disco na unidadeInsira o disco de xogo na unidade de disco\nif si aínda non o fixoPorfavor selecione o arquivo de instalación para iniciarPor favor, seleccione o arquivo de instalación para executar:Porfavor espere mentres $TITLE é instalado.Porfavor espera mentras o logo PlayOnLinux e creado...Porfavor espere mentres o video se está codificando...Xestor de pluginsPluginsPulsar +F8 para iniciar ou parar a capturaPulsa +F8 para parar a capturaPulse Seguinte e logo faga clic na fiestra\nse a dexesas capturar.\nCapture se iniciará automáticamente despóis de 5 segundos.\nSolo un video será capturado.Direción proxyConfiguración do proxyLogin proxyContrasinal ProxyPorto proxyActualizarVolvendo a cargar {0}RexistroEditor de RexistroEliminarBloquear o modo Render targetReportar un erroExecutarExecutar un .exe nesta unidade virtualExecutar script localExecutar o asistente de configuraciónExecutar os teus programas windows en Escritores: Seleccione o parche a executarEnviarElexir proxyElexir o iconoAxustesVer dispositivos virtuaisPedido strict drawAdministrador de tareasProvasA seguinte xente colaborou con este programa: Este plugin lle permitirá capturar as suas aplicacións baixo PlayOnLinuxEsta unidade virtual está protexidaFerramentasOs usuarios de Ubuntu deben engadir o repositorio MEDIBUNTU\npara que esta conversión de formato traballe correctamente.Tamaño da memoria do videoUnidade virtualAdvertenza: Para unha correcta codificación do video,\na resolución DEBE ser un multiplo de 16Benvido/a ao modo avanzado de configuración de Wine, unha optimización do sistema para wine creada por GNU_Raziel. Se non sabes que elexir, DEIXENO POR DEFECTOBenvido/a en Deteur, un plugin que permite crear acesos diretos posteriores a instalación.A que aplicación dexesas aplicarlle a modificación?Reinicio WindowsVersión de WineVersións de WineSíNon selecionaches un xogoDebes elexir una captura para convertirDebes elexir unha captura para leerDebes elexir un xogo para modificardeAsistente de {0}{0} configuraciónConsola de {0}Instalar menú de {0}{0} non está pensado para executarse como root. Desculpe.{0} mensaxeríaConfiguración de {0}Xestor de versións de Wine de {0}playonlinux/lang/locale/he/000077500000000000000000000000001226051336100162135ustar00rootroot00000000000000playonlinux/lang/locale/he/LC_MESSAGES/000077500000000000000000000000001226051336100200005ustar00rootroot00000000000000playonlinux/lang/locale/he/LC_MESSAGES/pol.mo000066400000000000000000001614261226051336100211410ustar00rootroot00000000000000s L_y   ! ' `F  z &!6,!/c!)!%!3!!""9" \"f"{""K#e#L#g#5$ %#%&& &'&>&T&n&Y& & & ' @'N'^'z''!''&'q((( ((*( ( (()*) :) H)V) f))6) ))* *%*6*N*z_*N*Y)+Y+++ +,, %,0,z8,',6,--i,--- ----*-. .%(.!N.%p....O.//&/2-/ `/m////// ///./.060050\0sU111122#232O2i2{22[3o333333 333-344 !4+/4[4 p4 }4 4 40425a6Nj6c67"7&7+7.7=7(U7 ~77.778809 9: :::M:l:{::': : :::::();'R;)z;-;C;@<@W<@<@<=74=1l=2=6=8>$A>Sf>f>(!?J?7e???:?#@$5@$Z@6@>@;@+1A&]A4A0AAAB)B :B[B9B C.C BCNC ]ChC~CCCCCCCC CCDD 5D%BDhD{DDD DDDDE2EQE VE bEoExE E<EEE)F*-FdXF FFwF"JGmG2GGG2bHBH^H/7I0gI7I#IUIJJJKK KK LL\LM +M 5M ?MJM ZMeMvM MMM.M M)M*NbFNNI*OEtOOMQP'P3P3P'/QWQ nQQ'RR;\S@SS;S3T%NTtTRTT T TU'U.UKU0eU$U!U UWUXVVkV4W"PW sW6W WWW WWX $X.X0?X,pX XXXMZ[[%[=[ Q[(\[9[<[ [I\"Q\t_}_E`1N`;`4`"`Ca.Xa0aa+aa>b&Nc2ucc7d]d[6f"g$gg gg h%,hRhamh6h2i89irii'ii)i2iD-j7rjj @kKkfkvl6l l lll9l/mCmUm2mmmNm#n3nPnhnnn2oopCqq orzr rr r r rr;sts 9t#DthtC uOu Xucu juwu?u u?u=vHVv:v v"vawdjwww"wxz8#z\z{z zz*zz z{8|G|]| B}_N}}R~ -1I&e#(ن`a[Ռ!?F ^ llw!D,#q Ϗ1y3RY^%pl C4<xӘSę+,$X}>֛3 A L WdP=Ԝ.4AOvƝy,jHYD-̥bP70F"DA728V*Zkܩ9H-B<0A YQf?N 9O*e1­ڭ " .$7\%u )Ю1 <7Y, ܯ/!4+V  *]5Y =>- ǴҴ(k4>%AAU ٺnoeg3=rq'V<E`U0)* $<a!{>A8Eyq?2Qpcg9G$M,r FfxB!D+U-)noHZV08Ok/ / E>Q'N-vah;8?.I3(L:Z 7*x:P i>j-So`0F!R|YzD4/E%Gr}pElWB24ac q9U&Agm9S[!bw+;ns.R2%$5 )#AM`jb]f <h1m?BQ >HHrk[JT/ p#Kn =F^lT+e^LMJ$"'Q36<X)I~_GVf5N\= 1yP7OeYVtKkic_@ q,X,Cd&\@"so'  dO{WZ0*]68uU(DgC$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE is installed(windowed)Abort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.ApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAvailable Wine versions: Be careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBrasilian (text only)BrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Check that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the game language you wantChoose the game resolutionChoose the video format for conversionClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Could not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutDebugDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Define your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want to read original thread in GOG.com forums?DonateDownloading Wine: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.Dutch (text only)EditorEducationEnableEnglishEnglish versionErase (virtual drive content will be lost)ErrorError while installing archiveError while uncompressing the archiveError: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExtracting Wine...Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.FileFile associationsFrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?GraphicsHigh quality (Entropy settings)How much memory does your graphics board have?I AgreeIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icons:If the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeInstallInstall a non-listed programInstall a programInstall componentsInstall is doneInstall scriptsInstallation in progress...Installed Wine versions: Installed pluginsInternetIt is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill processesKillAppLanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMedium iconsMiscellaneousMultimediaMultisamplingNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNextNoNo descriptionNo manual found for {0}No supported Infinity Engine game found.No-cd neededNormal versionNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?OfficeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3Please choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select a debug filePlease select a program or a virtual drive to configurePlease select a program.Please select the game languagePlease select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-RomRead the manualReading your deviceRefreshRegisterRegistry EditorRemoveRepair virtual driveReport a bugReport a problem about {0}RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Scanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect first patch to executeSelect patch to executeSelect second patch to executeSendSet a proxySet the iconSettingsShow virtual drivesSmall iconsSorry, this person does not want to receive private messagesSpanish (text only)Standard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Task managerTestingThe codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file is named : {0}The following people contributed to this program: The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to version 1.03This install script requires ffmpegThis is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This virtual drive is protectedTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTranslations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find version: UnchangedUninstallUpdate GITUpdating $TITLEUser abortVery large iconsVideo memory sizeVirtual driveVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the DLC Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWhat extra shortcuts should be created?What is the extension?What is your preferred language?When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"Where is mounted your CD-ROM?Which application do you want to apply the modification to?Which version do you have?Which version do you want to install?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsYesYou can download the archive file from:You cannot close this windowYou did not select a gameYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You want to open $TITLE download page in your browser?ZQSD (Azerty)oftemp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not supposed to be run as root. Sorry{0} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:11+0000 Last-Translator: Aymeric PETIT Language-Team: he_HE.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) התקנת $TITLE הושלמה. \n \n ברצוננו להודות ל"אריק הובר"-"Erich Hoover" עבור טלאי זה (AcceptEx Fix) של Wine. תודה לך אריק (:$TITLE מותקן(מצב חלון)ביטול ההתקנהעל אודות {0}עזריםהאם להפעיל תמיכה ב־GLSL?האם להפעיל תמיכה בריבוי דגימות?האם להפעיל דריסת הקפצת סמן העכבר?הוספההאם להוסיף את הלוגו של PlayOnLinux לתצוגה שלך?הטלאי "Advent Revising" (טלאי-פאטצ'-לא רשמי עבור Advent Rising המתקן כתוביות, ניגון קטעים, השמעה קולנועית, תוכן חתוך ועוד תיקונים שונים ואחרים).\n זכור להודות ל" סת' " ("Setz"), יוצר הטלאי, עבור עבודתו (אימייל: setz@miketyndall.com, או הודעה...).\n \n הנה קישור לסרטון המדגים את יעילות הטלאי, בערוץ של יוצר הסרטון (אני די משוכנע שזה הוא לפי שם המשתמש. כלולים סרטונים נוספים על המשחק): http://www.youtube.com/user/DukeSetz?feature=watch \nדף הבית של הטלאי: http://www.miketyndall.com/setz/Advent%20Revising/ \n\n תודה לך הדוכס סת'! (;הכולכל משחקי המנוע הגרפי Infinity הנתמכים תוקנו (הותקנו להם הטלאים).\n כדי להגדיר את רזולוציית המסך של משגר (קיצור דרך),החלההאם אכן להתקין את החבילה {0}?האם אכן לסגור את כל החלונות של {0}?האם אכן ברצונך למחוק את wine {0}?האם אכן למחוק את {0}?האם אכן למחוק את הכונן הווירטואלי {0} ?האם באמת ברצונך למחוק את: האם באמת ברצונך להתקין את: ארגומנטיםמקשי חיצים (ברירת המחדל)תכנית מוגדרתלתשומת לבך: לאחר השלמת ההתקנה, הטלאי (Patcher) יתחיל להיטען. נא סגור את הטלאי לפני הכניסה וההתחברות כדי להשלים את ההתקנה. לאחר זאת, כשהגדרת התכנית מוכנה, יהיה באפשרותך להריץ את "$TITLE"גרסאות ה־Wine הזמינות: נא להיזהר! אם יערכו שינויים נא להיזהר! התקנת כל אחד מהרכיבים האלה עלול לפגום בפעילות הכונן הווירטואלי שלך.נא להיזהר! פעולה זו תחסל תהליך התקנה. אם ההתקנה לא הסתיימה, יהיה עליך להתקין מחדש את $SOFTNAMEשם לב! בכדי להריץ את $TITLE עם $APPLICATION_TITLE, עליך להתקין טלאי פריצה של "הרצה ללא הדיסק" (No-CD) אפילו אם ברשותך גרסא מקורית. \n\n עליך לזכור כי $APPLICATION_TITLE נוהגים בחריפות נגד פיראטיות ("R"), ולעולם לא יתמכו בה.עקב באג Wine מספר #30512, ההורדה לא תצלח לעיתים קרובות. רק פתח מחדש את הקליינט (פתח את ההורדה מחדש. כנראה) וההורדה תמשיך מהיכן שהפסיקה. האחוזים יתאפסו, אבל אל דאגה, היא לא באמת מתחילה מחדש, אלא ממשיכה.התחלת לכידת היישוםברזילאית (טקסט בלבד)עיוןביטולהלכידה מתבצעת...תפריט הלכידה (OpenGL)תפריט הלכידה (לא OpenGL)הלכידה תתחיל...נא בדוק שהרזולוציה שונתה\n (מוגדר לבסוף ל"\HI-RES"\) בהרצה.האם לבחור במצב עיבוד של DirectDraw?האם לבחור מצב עיבוד חוץ צגי?האם לבחור במצב נעילת יעד עיבוד?בחר משחקChoose a pluginנא לבחור משימה לביצועבחירת יישוםיש לבחור אפשרות לשינויבחר את שפת המשחק שבה אתה חפץנא בחר את רזולוציית (כושר הפרדת) המשחקיש לבחור את מבנה הווידאו להמרהלחץ על "הבא"/"Forward" אך ורק כאשר התקנת המשחק של Steam \n תסתיים או שיהיה עליך להתקין מחדש.סגירהסגירת יישום זהCode wheel (הגנת תוכנה נפוצה מסוף שנות השמונים ועד שנות התשעים המוקדמות-דיסקת נייר שיש לסובב למצב הנכון ולפיו לדעת קוד או צופן שבדיסקה האחרת המחוברת אליה)שורת פקודהפעולה להפעלה לפני הרצת התכניתמסחריConfigureהגדרת Wineהתחברותהתחברות לחשבון שלך ב־$APPLICATION_TITLEבהתחברות...לוח הבקרהההמרה הושלמהיש להמיר קובץ שנלכד לווידאוממיר קטעי וידאו...לא נמצא קובץ ההפעלה $EXE בכונן הוירטואלי $PREFIXנתיב התכנית לא נמצאיצירת קיצור דרךניפוי שגיאותמחלץ ארכיון...שרת ייעודיעורך שרת ייעודי (שרת שלא מחולק לכמה קליינטים כשרתים וירטואליים, אלא שייך לקליינט יחיד)שרת ייעודי (שרת שלא מחולק לכמה קליינטים כשרתים וירטואליים, אלא שייך לקליינט יחיד)הגדרות ברירת המחדל של הוידאו מעט נמוכות עבור מחשבים מודרניים,\n זכור לבחור ב"זיהוי אוטומטי" ("Auto-detect") בהגדרות הוידאו המתקדמות.ניתן להגדיר את אפשרויות ההצפנה שלך \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)הגדרת אפשרויות ההצפנה שלך למעבר 1 \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)הגדרת אפשרויות ההצפנה שלך למעבר 2 \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)מחיקהמפתח ואתר הבית: פיתוחמעבד Direct Drawנטרולניתוקתצוגהנא זכור לסגור את Steam כאשר ההורדה \n הסתיימה, כדי לאפשר ל-$APPLICATION_TITLE להמשיך \n להתקין את המשחק שבחרת.ברצונך להתקין חבילת שפה שברשותך?ברצונך לקרוא את הדיון (פוסט, נושא, אשכול) המקורי בפורומים של GOG.com?תרומהמתבצעת הורדה של Wine: במהלך ההתקנה, נא בטל את סימון הבחירה עבור ASIO4ALL, ובסופה בטל את סימון הבחירה עבור הרצת FL Studio.הולנדית (טחנות רוח, קבקבים, טקסט בלבד)עורךחינוךEnableאנגליתגרסה אנגלית(מחיקה) תוכן הכונן הווירטואלי יאבד)שגיאההתקנת הארכיון לא צלחה ואירעה שגיאהחילוץ הארכיון לא צלח. אירעה שגיאה.שגיאה: לא ניתן למצוא את כונן התקליטורים!שגיאה: לא ניתן לשמור פתיחה תקניתיציאהמתבצע חילוץ של Wine...ברירת המחדל של היצרן (הגדרות בטוחות ולאיפוס-Factory defaults)ההתחברות נכשלה !\nנא לוודא ששם המשתמש והססמה שלך נכונים.קובץשיוכי קבציםצרפתית ("יחד בפריז")מלא (1.5GB), לתיקון כל הבעיות, גם קטנות יותר וזעירות, כדוגמת רעשים, פריימים עם תוכן טעון חלקית ושבירה גרפית ("Screen tearing")-למשל כאשר שניים או יותר פריימים של סרטון מוצגים יחד על חלקי המסך, ומזכירים קשית בכוס מים ש"נשברת" (כולל את כל 49 סצינות קידום העלילה הערוכות מחדש. ראה הסבר אצל הטלאי הקל)תמיכה ב־GLSLגרסת משחק "משחק השנה"-"Game Of The Year"המשחק אינו מותקןהמשחק אינו מותקן.משחקיםכלליגרמנית ("גוסטיבן שלאכט")עכשיו ללכת לשם?גרפיקהאיכות גבוהה (הגדרות אנטרופיה-Entropy-הגדרות לפי הרמה-מדד, גודל מאפיין-של מספר הדרכים הספציפיות לסידור מערכת. תרגום לא קל ^^ . במקור: "(High quality (Entropy settings" )כמה זיכרון יש לכרטיס הגרפי שלך?מוסכם בעיני"אזעקה! אור אדו-ום!":\n \n \n בחלון ההתקנה שיבוא עכשיו, אל! ו"בשום פנים"! אל תלחץ על כפתור ה"אפשרויות" ("Options"), זה יבלגן את בחירת השפה.סמלים:אם תכנית ההתקנה תבקש ממך התקנת DirectX, תסרב וענה "לא"/"No".אם לא קל לך להבחין ברקע שמאחורי התפריט הראשי,\n בטל "ערפול"-"FOG" באפשרויות הגרפיקה-"Graphic Options".אם נתקלת בשגיאה 3007 בהתחברות, פתח את המסוף (Ctrl+Alt+T) ופעל לפי ההוראות הבאות: \n \n הדרך המקורית לתיקון נמצאת למטה. הנה הדרך השנייה והבטוחה יותר מהדרך המקורית (בשפה האנגלית, אני מתרגם ^^ ). הפקודה הראשונה היא להפצות המבוססות דביאן ודומותיה, ובפדורה למשל עליך להחליף את "apt-get" ב-"yum" והיא תפעל. המדריך מאפשר לתכנית Wine ותהליכיה בלבד לעקוב אחר כל תהליך אחר: \n sudo apt-get install libcap2-bin \n sudo setcap cap_sys_ptrace=eip /usr/bin/wineserver \n sudo setcap cap_sys_ptrace=eip /usr/bin/wine-preloader \n\n הכנס כל פקודה בנפרד למסוף (העתק-הדבק עם העכבר), והקש אנטר על כל אחת. הכנס את ססמתך כשתתבקש, ובמקום נקודות/כוכביות לא רואים שמקלידים. \n לאחר שהפקודה האחרונה תרוץ, סיימת (; . \n \n הדרך המקורית: \n פתח את המסוף והעתק-הדבק אליו את השורה הבאה עם העכבר: \n echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope \n\n הקש אנטר. פקודה זו מאפשרת לתהליך אחד במחשב לעקוב אחר תהליך אחר גם ללא יחס אבא-בן ביניהם. במקור ביטול אופציה זו מספק עוד הגנה למחשב. אבל תכנת Wine זקוקה לפעולות כאלו בשביל תכניות מסויימות. מקור (אנגלית) לדרך הבטוחה יותר (CrossOver כלולה בהדרכה, והמדריך הוא להפצות המבוססות דביאן ודומותיה): http://askubuntu.com/questions/146160/what-is-the-ptrace-scope-workaround-for-wine-programs-and-are-there-any-risks \n\n "שלום על ישראל"התקנההתקנת תכנית שאינה ברשימההתקנת תכניתהתקנת רכיביםההתקנה הסתיימהסקריפטים לצורך התקנההתקנה מתבצעת כרגע...גרסאות ה־Wine המותקנות: Installed pluginsאינטרנטמומלץ ביותר להתקין כעת את חבילת המוד (Modpack. מודים הם תוספות או שינויים למשחק שלא היו בו לפני כן. לדוגמא: רכבת, פריט לבוש, אנשים או עציץ...) "Circle of Eight" עבור המשחק "Temple of Elemental Evil". \nזאת כדי לתקן בעיות רבות עם המשחק, ובכדי לאפשר התקנת תוספות חדשות אם תחפוץ בכך (אם תתקין את חבילת המוד "NC"-הכוונה "New Content"-תוכן חדש, ולא את ה"Standard"-סטנדרטית/רגילה).\n השתמש בתסריט (סקריפט) PlayOnLinux המוקדש לכך בסעיף (על) הטלאים (פאטצ'ים).\n \n קישורים (אנגלית):\n הורדה ישירה (אם תצטרכו. כנראה שהתכנה כבר תוריד לבד (: ):\n "NC"-כולל תוכן חדש:http://www.gamefront.com/files/service/thankyou?id=23249335\n "Standard"-רגילה: http://www.gamefront.com/files/service/thankyou?id=23249276\n \nההבדלים בין חבילת מוד רגילה לתוכן חדש (כולל הסברים והוראות נוספות. מכאן תוכלו להגיע גם להתקנה על ידי DESURA. רק זכרו שכנראה התכנה מתקינה בעצמה): http://www.co8.org/forum/showthread.php?t=7737\n \n "שלום על ישראל"איטלקית ("המגדל הזה יעמוד לפחות מאתיים שנה", טקסט בלבד)גרסה איטלקיתגרסה יפניתהצטרפות לערוץחיסול יישומיםסגירת היישום (KillApp)שפהסמלים גדוליםלא כרגעעזיבהקל (702MB), לתיקון בעיות מרכזיות, כמו סנכרון אודיו לוידאו ומהירות ניגון (מכיל 18 מסצינות קידום עלילה הערוכות מחדש -הקטעים בהם השחקן מוגבל חלקית או לגמרי ומופיעים לו קטע עם מידע, רמז, סיפור רקע או דיאלוג וכו')איתור קובץ יומן זהשם משתמש: מ״ב התקבלויצירת קיצור דרך חדש מכונן וירטואלי זהניהול הגרסאות של Wineסמלים בינונייםשונותמולטימדיהריבוי דגימותשם 3> : תכנית ההתקנה דורשת תקליטור CD (דיסק) של המשחק/תכנית. אם הורדת קובצי ISO (קובץ תמונת המשחק) חופשי ששוחרר על ידי חברת EA, נא צרוב אותם לדיסק CD-ROM או DVD באמצעות תכנית כגון Brasero (להתקנה דרך המסוף אם לא מותקן: sudo apt-get install brasero), והכנס את התקליטור לכונן התקליטורים שלך. טעינת קובצי (אומרים קובצי ולא קבצי) תמונת ISO עשויה להצליח עם תכנות מסוימות. נראה ש"Mounty" לא תפעל הפעם. נסה את CDEmu.שם לב: בשביל שמע עם עכבת (איחור-הזמן מרגע כניסת האות למערכת ועד הישמעו) נמוכה (שזה טוב), תביט ב-WineASIO.שם לב: בשביל שמע עם עכבת נמוכה (איחור קצר, שזה טוב, מרגע כניסת האות למערכת ועד הישמעו) תביט ב-WineASIO. בקר ה-MIDI שלך אמור לפעול כראוי."היי! .. נחש מה!": POL (פלייאונלינוקס) לא מעודדים פיראטיות (המתרגם יותר.. "אני מתעב" את ההגנות. אבל אני מתרגם ^^ ). נא השתמש ב-$TITLE בצורה מכובדת, כמו "נסיך צעיר".\n\n "ילד נחמד. ועכשיו רוץ לך להשתעשע, וזכור זה הסוד הקטן שלנו."שם לב: כדי לבצע הרשמה, כאשר הוא נפתח ומבקש, גררו את קובץ ה-reg והניחו אותו ב-$TITLEשםחדשה (Prefix)התקן תוכנה בתחיליתהבאלאללא תיאורלא נמצא מדריך עבור {0}לא נמצא משחק "Infinity Engine" ("מנוע גרפי Infinity"-מנוע משחק/גרפי) תומך.לא נדרש תקליטורגרסה רגילהכעת עליך להתקין את חבילת המוד במיקום:עכשיו באפשרותך לבחור את מצב (אופן) המשחק:\n 1) מצב חלון:\n הכל פועל חוץ מעכבר (סמן) המערכת בחלון המשחק.\n \n מסך מלא:\n הכל פועל חוץ מהשמיים, שהם שחורים (גזענות?).\n \n \n \n מה אתה בוחר?יישומים משרדייםבהרצה הראשונה המשחק יזהה אוטומטית רינדורים/מרנדרים ("renderers") זמינים.\n קרוב לוודאי שתשיג ביצועים טובים יותר על ידי מרנדר/רינדור ה-OpenGL.בהרצה הראשונה המשחק יזהה אוטומטית רינדורים/מרנדרים ("renderers") זמינים.\n קרוב לוודאי שתשיג ביצועים טובים יותר על ידי מרנדר/רינדור ה-OpenGL; \nתוכל לבחורו אחרי לחיצה על "Show all devices"-"הצג כל ההתקנים".פתיחת מסוףפתיחת התיקייה של התכניתפתיחת תיקיית היישוםפתיחת התיקייהפתיחת התיקייה של הכונן הווירטואליהתהליך הושלםהשיפור הושלםאחרשכתוב (עוד על פי רוב, לא תמיד)אורז: ססמה: פריצותניגון קובץ שנלכדצוות PlayOnLinux ו־ PlayOnMac תחת גרסה 3 של רישיון ה־ GPLנא לבחור קובץ לכידה מסוג PID לנגינהנא לבחור קובץ שנלכד להמרהנא לבחור לכידה מסוג OGV לנגינהנא להכניס מדיה של משחק לכונן התקליטורים שלךנא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים כגון CDEmu) אל כונן התקליטורים \n במידה שלא ביצעת עדיין.נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים כגון CDEmu) הראשונה אל כונן התקליטורים \n במידה שלא ביצעת עדיין.נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים כגון CDEmu) השנייה אל כונן התקליטורים \n במידה שלא ביצעת עדיין.נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים כגון CDEmu) השלישית אל כונן התקליטורים \n במידה שלא ביצעת עדיין.נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים כגון CDEmu) הרביעית אל כונן התקליטורים \n במידה שלא ביצעת עדיין.נא הכנס את תקליטור ה-DVD-ROMנא הכנס את מדיית המשחק הראשונה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון CDEmu) אל כונן התקליטוריםנא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון CDEmu) אל כונן התקליטוריםנא להכניס את המדיה של המשחק לכונן התקליטורים שלך.נא הכנס את מדיית המשחק הבאה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון CDEmu) אל כונן התקליטוריםנא הכנס את מדיית המשחק השנייה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון CDEmu) אל כונן התקליטוריםנא התקן את $TITLE_REQUIRED תחילהנא בחר את קובץ ההתקנה של $TITLE. ו"בשום פנים" אל תבחר או תסמן להריץ את IMGBURN בסוף ההתקנה!:נא בחר את קובץ ההתקנה של $TITLE. במהלך ההתקנה, בטל את כל הדרייברים הנוספים שהיא תרצה להתקין (כנראה לבטל את סימוני הבחירה):נא בחר 3 צלמיות (אייקונים) כלשהן כשתשאל על כך.נא לבחור קובץ ניפוי שגיאותנא לבחור תכנית או כונן וירטואלי להגדרהנא לבחור בתכנית.נא בחר את שפת המשחקנא בחר את קובץ ההתקנה שהורדת מאתר $EDITORנא לבחור את קובץ ההתקנה להפעלהנא בחר את קובץ ההתקנה להרצה.נא לבחור את קובץ ההתקנה להפעלה:נא להמתין בזמן שמועתקים קבצים על ידי $APPLICATION_TITLE:נא להמתין בזמן שהחומרה שלך נסרקת על ידי $APPLICATION_TITLEנא להמתין בזמן שהיישום $APPLICATION_TITLE מבצע הדמייה של הפעלה מחדשנא להמתין בזמן ההתקנה של $SOFTNAME...נא להמתין בזמן התקנת $TITLE.נא להמתין בעת יצירת הלוגו של PlayOnLinux...נא להמתין בעת הצפנת הווידאו שלך...נא המתן...מנהל התוספיםתוספיםיש ללחוץ על ‎+F8 כדי להתחיל או לעצור לכידהיש ללחוץ על ‎+F8 כדי לעצור לכידהיש ללחוץ על הבא ואז על החלון\nשברצונך ללכוד.\nהלכידה תתחיל אוטומטית לאחר 5 שניות.\nיילכד וידאו בלבד.יש ללחוץ על הבא רק כאשר תהליך ההתקנה הסתייםProxy addressProxy configurationשם הכניסה למתווךססמת המתווךפתחת המתווךניתן לקרוא בקובץ TRANSLATORSקריאת תקליטור למחשב שולחניקריאת המדריךההתקן שלך נקרארענוןהרשמהעורך רישומי המערכתהסרהתיקון כונן וירטואלידיווח על תקלהדיווח על בעיה כנגד {0}הפעלהלהריץ את $TITLE במצב בטוח?להריץ את \$TITLE?הרצת ‎.exe בכונן וירטואלי זההרצת סקריפט מקומיהפעלת אשף תצורההפעלת תכניות ה־Windows שלך על גבי הכונן הווירטואלי נסרק ...יוצרי סקריפטים: חיפושבחר DLC להתקנה (DLC באנגלית: Downloadable content-תוכן הניתן להורדה. חבילת הרחבה, expansion pack, היא דוגמא ל-DLC אחד גדול מאוד (: . בעוד שחבילות הרחבה נמכרות בחנויות, DLC זמין להורדה בלבד מאתר היצרן והוא חינמי. ה-DLC מכיל רק כמה תיקונים ושינויים, ואילו חבילת הרחבה מכילה תוספת גדולה למשחק, לפעמים גדולה ממנו, ולפעמים גם עצמאית)בחר טלאי (Patch) ראשון למימושנא בחר טלאי למימושבחר טלאי (patch) שני למימוששליחהSet a proxyהגדרת הסמלהגדרותהצגת כוננים וירטואלייםסמלים קטניםלמשתמש זה אין עניין בקבלת הודעות פרטיות, עמך הסליחהספרדית (טקסט בלבד, ללא בדיחות)פריסת מקלדת רגילהל-Steam יש מערכת עדכון אוטומטית משלול-Steam יש מערכת עדכון אוטומטית משלו.זוהתה התקנת Steam \n ברצונך להתקין משחק זה לאותו כונן וירטואלי של Steam הקיים?מנהל משימותבדיקההקודים הדרושים להתחלת משחק חדש ניתנים למציאה ב:\n דפי המידע-documentation-המסמכים והתיעוד של המשחק עם המידע, ההוראות וההדרכה לגביו;\n קליק ימני על צלמית (אייקון ^^ ) המשחק, ובחר "Read the manual"-לקרוא את המדריך/ההוראות. שם תמצא את דפי המידע (: .מסתבר כי ההורדה נכשלה.שם הקובץ הוא : {0}האנשים הבאים תרמו לתכנית זו: עורך השלבִּים (כמו עצב > עצבִּים ^^ )ניתן עכשיו להפעיל ולהגדיר את הטלאי (פאטצ') דרך:\n אשף ההתקנה/הגדרה של PlayOnLinux עבור Outcast. \nזכור להשאיר הודעה ל"Zenger" בפורומים של GOG! \nהנה קישור לדיון/פוסט שלו: http://www.gog.com/forum/outcast/how_outcast_would_look_played_in_high_res_ingame_screenshots_inside\n קישור נוסף: http://www.gog.com/forum/outcast/experimental_outcast_hi_res_patch_up_to_1280x768_cyana_lighthouse_problem_fixed/page1\n\n שימו את העכבר על המשתמש ויופיע קישור להודעה פרטית (עליכם להרשם לאתר).\n או אם הוא יהיה מחובר ולא "OFFLINE", אולי תוכלו להתכתב ועוד.\n\n תודה לך זנגר על הכל!כונן היעד הווירטואלי $PREFNAME כבר קיים:הכונן הווירטואלי המשויך עם {0} ({1}) אינו קיים עוד.שקול לנטרל את ה-"triple-buffering"-"חוצץ משולש"/"אגירה-משולשת" (המחשה כאן למטה) בהגדרות,\n שהרי "Wine", אינה תומכת בו באופן מלא עדיין.\n \n המחשת חוצץ-משולש:\n אם המסך שלנו הוא בריכה (דימוי טוב, רק זכרו שבמסך יש לנו תמונות-פריימים, שמתחלפים במהירות, ולכן הרעיון של התמלאות הבריכה לא ענייני-לא קשור), והמים הם הפריימים, התמונות, שהכ. (כרטיס) מסך מצייר, והפעולות שלנו הן מילוי דלי=עיבוד וציור פריים, וריקון דלי=העברת המידע, אז בואו נראה מה קורה עם דלי אחד:\n ממלאים> התמלא> משתמשים באותו דלי כדי לשפוך את המים לבריכה. בזמן ששפכנו לבריכה, שום עבודה נוספת לא התבצעה. הדלי שלנו גם משמש כדי להכיל את המידע, וגם כדי להעבירו.\n \n שני דליים: הדלי מתמלא > מלא > תוכנו נשפך לדלי השני. הדלי השני הוא דלי להעברה. מצב זה יעיל יותר, כי בזמן העברת המידע, המידע הבא כבר מוכן, ומרוקנים את הדלי שהתמלא שוב לדלי הנייד.בזמן שהובלתם את המידע לבריכה, הדלי הבא התמלא. יעיל אך לא לגמרי. מה נעשה אם באחת הפעמים הדלי לא יתמלא מהר כמצופה? תהליך ציור הפריים (התמונה) הבא, ארך זמן ארוך מהמצופה (אם תרצו, ששני הדליים יהיו ניידים, ועדיין ייתכן שתחזרו והדלי עדיין לא מלא, רק שככה פשוט יותר להבנה). ההמתנה הזו היא זמן שהולך, ועשוי להפריע לתהליכים במחשב.\n \n שלושה דליים: שני ההדליים הראשונים מתמלאים (לכל אחד ברז משלו) > הראשון מלא > הראשון מועבר לדלי נייד. כשהדלי הנייד חוזר מוכן להתמלא במידע הבא ולהעבירו, הדלי הבא (השני) יהיה בטוח מלא, כי הוא קיבל יותר זמן (לא חיכה לדלי שהתמלא ראשון כדי שיוכל להתמלא, אלא הם מתמלאים בנפרד, ללא תור). כאשר הדלי הנייד לוקח מידע מדלי שהתמלא, הדלי הנושא את המידע הבא כבר מלא או כמעט מלא, ככה כשיבוא תורו להעביר מידע, לא נצטרך להמתין להתמלאותו. הוא כבר מלא.\n \n תודה לויקיפדיה באנגלית ערך "buffer" על הבסיס לרעיון המלא שנתתי.תוסף זה מתקין את טלאי (Patch בלועזית, טלאי בעברית) 1.3.5511 אוטומטיתתוסף זה מתקין את טלאי (Patch בלועזית, טלאי בעברית) 2.5.26461 אוטומטיתהתוסף הזה יתקן (עם טלאי-פאטצ') אוטומטית את המשחק לגירסא 1.03תסריט (Script) התקנה זה דורש ffmpegזוהי תכנית התקנה עבור עדכון או תוסף;\n נא התקן את $TITLE_REQUIRED תחילהתכנית זו נמצאת כעת בשלבי בדיקה. יתכן שלא תפעל כמצופה. המשוב שלך, בין אם חיובי או שלילי, הכרחי לצורך שיפור תכנית התקנה זו.כונן וירטואלי זה מוגןבכדי להתקין את חבילת השפה אחר-כך, פתח את לוח התצורה (ההגדרות, לוח הבקרה) של "PlayOnLInux" עבור המשחק בשביל להריץ את תכנית ההתקנה לתוך הכונן הוירטואלי -שהרי "PlayOnLInux" יוצרת לכל משחק כונן וירטואלי כדי לדמות את מערכות "Windows" (לשונית "שונות"-"Misc tab")\n\n הדרכה:\n מהחלון הראשי לחצו על גלגל השיניים-"הגדרות"-"Configure", בחרו את המשחק מהתפריט בצד ימין ויופיעו לכם לשוניות. האחרונה בצד שמאל היא "שונות" (: . אם הבנתי נכון, מבין הכפתורים בלשונית, האחרון למטה אומר "הרצת exe. בכונן וירטואלי זה", לחצו עליו ^^ ).כליםתרגומים:לוח הבקרה של "Two Worlds" הוא כלי מאת הקהילה של "InsideTwoWorlds", \nשמאפשר לך לשפר הגדרות ונתונים (במקור באנגלית: tweak parameters) ולנהל מודים\n עבור המשחק. ראה\n http://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 לפרטים.\n להתקינו?גרסא אנגלית/בריטית ("!Tea Time")גרסא קנדית או אמריקאיתעל משתמשי אובונטו להוסיף את המאגר MEDIBUNTU\nכדי שהמרת סוגים זו תעבוד כראוי.לא ניתן למצוא את הגרסה: ללא שינויהסרהעדכון מ־GITמעדכן את $TITLEביטול המשתמשסמלים גדולים מאודגודל זיכרון הווידאוכונן וירטואליכוננים וירטואלייםאיכות חזותית/ראיה. במקור: "Visual quality"אזהרה. נא להשתמש ב־POL_SetupWindow_Init תחילהWASD (מקלדת Qwerty-בחר בזאת, היא הנפוצה ובה משתמשים בישראל ובמקלדות עברית (: )נא המתן בזמן הגדרת חבילת השפה...נא המתן בזמן שאנו מכינים את ההתקנה ^^ ...נא המתן בזמן שהטלאי ("Patch" בלועזית) יורד... \n פעולה זו עשויה לקחת זמן בהתאם ליכולות החיבור שלך.אזהרה: כלי זה הנו למשתמשים מתקדמים. כדי להסיר תכנית באופן נקי עם {0}, עליך למחוק את הכונן הווירטואלי המשויךאזהרה: כדי לקבל הצפנה נכונה של הווידאו,\nעל הרזולוציה להיות בכפולות של 16נא לשם לב: GameShadow (אתר המשרת שחקני מחשב ומעדכן אותם לגבי משחקים-גירסאות, חדשות ועוד) לא יפעל. \n נא בטל סימון בחירה זו במהלך ההתקנה.ברוך בואך לתצורה המתקדמת של Wine, השיפור למערכת ה־Wine נוצר על ידי GNU_Raziel. אם אין לך מושג במה לבחור, מוטב להשאיר בבררת המחדלברוך בואך ל־Detour (מעקף), תוסף המאפשר לך ליצור קיצורי דרך לאחר ההתקנה.ברוכים הבאים לתכנית ההתקנה של DLC (באנגלית: Downloadable content) עבור $TITLEברוכים הבאים לתכנית ההתקנה של הטלאי ("פאטצ'"-"Patch" בלועזית) $PVERSION עבור $TITLEברוכים הבאים לתכנית ההתקנה של הטלאי ("פאטצ'"-"Patch" בלועזית) $PVERSION עבור $TITLEאילו משגרים (קיצורי דרך) נוספים ברצונך ליצור?מה היא ההרחבה?מהי השפה שתעדיף (עברית ^^ . אבל אם הכוונה למשחק ועברית-"Hebrew" לא נמצאת, בחרו אנגלית-"English", או שפה אחרת שאתם שולטים בה טוב)?כאשר הורדת $TITLE על ידי Steam מסתיימת, \n אל תלחץ "Play"-"הפעל". \n \n סגור לגמרי את כל ממשקי (חלונות ויישומים של...) של Steam, \n כך שסקריפט ההתקנה יוכל להמשיךכאשר הורדת $TITLE על ידי Steam מסתיימת, \n אל תלחץ "Play"-"הפעל". \n \n סגור לגמרי את כל ממשקי (חלונות ויישומים של...) של Steam, \n כך שסקריפט ההתקנה יוכל להמשיךכאשר הורדת $TITLE על ידי Steam מסתיימת, \n אל תלחץ "Play"-"הפעל". \n \n סגור לגמרי את כל ממשקי (חלונות ויישומים של...) Steam, \n כך שסקריפט ההתקנה יוכל להמשיך.כאשר התקנת המשחק תבקש את תקליטור ה-DVD הבא \n לחץ על "\הבא"\ ("Forward")כאשר ההתקנה תבקש את התקליטור (דיסק) הבא \n לחץ על \""הבא"\"איפה כונן התקליטורים שלך מעוגן?על איזה יישום ברצונך להחיל את השינויים?אילו מהגרסאות יש לך?איזו גרסא ברצונך להתקין?הפעלה מחדש של Windowsמסתבר שאירעה קריסה של Wine\n\nאם התכנית שלך פועלת, ניתן פשוט להתעלם מהודעה זותכניות הסרה של Wineגרסת ה־Wineגרסאות Wineכןביכולתך להוריד את קובץ הארכיון מכאן:אסור לסגור חלון זהלא נבחר אף משחקאינך צריך להתקין DirectX או להשתמש ב-GLSetup.עליך לבחור בלכידה להמרהעליך לבחור בלכידה לקריאהעליך לבחור משחק לשינוינא נטרל את הגנת המשחק נגד פיראטיות \n בכדי לאפשר לו לרוץ עם Wineנא נטרל את הגנת המשחק נגד פיראטיות \n בכדי לאפשר לו לרוץ עם Wine.אל לך לכוון את את רמת ההצללה למקסימום \n או שיהיה עליך למחוק את התקנת המשחק ולבצעה מחדש.עליך להפעיל את {0} מחדש כדי שהשינויים ייכנסו לתוקף.עליך להתקין זאת כדי להמשיךעליך להתקין זאת כדי להשתמש ב־{0}ברצונך לפתוח את דף ההורדה של $TITLE בדפדפן שלך?ZQSD (מקלדת Azerty)מתוךתיקיה זמנית (temp directory) חסרהאשף {0}ל־{0} אין אפשרות למצוא את {1}בתצורה של {0}שגיאת {0}תפריט ההתקנה של {0}ל־{0} אין אפשרות להפעיל את POL_SetupWindow_server.לא היית אמור להריץ את {0} כמשתמש על, עמך הסליחהההגדרות של {0}מנהל גרסאות ה־wine של {0}playonlinux/lang/locale/hi/000077500000000000000000000000001226051336100162175ustar00rootroot00000000000000playonlinux/lang/locale/hi/LC_MESSAGES/000077500000000000000000000000001226051336100200045ustar00rootroot00000000000000playonlinux/lang/locale/hi/LC_MESSAGES/pol.mo000066400000000000000000000011261226051336100211330ustar00rootroot00000000000000,<PQgPCapture menu (OpenGL)Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-04 14:51+0000 Last-Translator: havoc Language-Team: Hindi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) मेन्यु को पकडो ‌‌‌(खुला जि .आेल)playonlinux/lang/locale/hr/000077500000000000000000000000001226051336100162305ustar00rootroot00000000000000playonlinux/lang/locale/hr/LC_MESSAGES/000077500000000000000000000000001226051336100200155ustar00rootroot00000000000000playonlinux/lang/locale/hr/LC_MESSAGES/pol.mo000066400000000000000000001074071226051336100211550ustar00rootroot00000000000000, <` a p    # # !!!+6!b!*!!X!0""5S"+"4"9"*$#$O#It# # ### $'$7$&;$b$6h$/$)$%$3%!S%"u%M% %%%&%&g@&#&&&&& ' ':'P'`' r' '' '''0(?([(q(.(3($(&) ;)G)_)s))) )))*) ) * *;*O*#e*N*Y*Y2++ +++ ++C+%$,(J,s,$,,,,,,& - 1-;-B-BH---!---#-* .8. K.OX.(.... / /#/:/@/H/6Q/7/./>/.0%60 \0"}000b019111(12$2;2R2n22222B23393H3 P3\3d3k3 3+3333 3 44 %4 34->4l4q4u4{4444&444Q4 C5P5 i55555 5 5556*6J6(g6'66#66+7)@7"j7$770738:68Eq8E8E8EC9E9-9C92A:t:::2:$:;&+;#R;$v;];4;C.<+r<&<4<7<02=c=r==)= ==9_> >> >> >>>???'?7?>? V?c?%g??? ?? ?@ "@".@Q@e@}@<@ @ @@@@A 'Ac3A&AA AAhA'QB"yB2BBB C9C*XCGCGCD&1DXD"xD+DPDIE(bELEE E\EIFcFN|FFFF G&G 8GFG"UGxGGGGGG& H0H BH*PH.{HH{IIFJmJ:JN9KKML3mL2LLMSN#N+O >O"_O!O.OOOO;P,QP~PRP P P5P=1QoQQ<QMQRd4R%R$R!RS ST?S5SSS&S TT *T6T,GT[tT[T ,U :UGUaUWW'W9W JWWWsWWWW*W W6X"IXXlX-X,X' Y0HY;yY(Y&YLZRZXZaZ!{ZZ'ZZZZ&Z*["J[m[+[[[F[ 8\B\R\k\"\p\] 5]?]G]e]z]]]]](]!^.<^k^z^^;^^_ _1>_8p_!_$___`>`Y`r`` ` `.```&`a3a*OaYzacac8bbbb b bbBb);c#ecc"c$c ccdd)3d ]didrdTzddd&de5e-He+veeeRe)fEfNf!hf ffff ff5f5g,HgGug g&gg h #h0hd7hhmh 'i(2i,[iiiiiijj4jNj3Wjjj j j j jjj k,kGk]kvk k kkk k0kkkl ll l l4Alvl{lPl llm#-mQmbmymm mmmm/mn0#n*Tnnnn9n0 o;oZo"wo#o6o/oW%pW}pWpW-qWq*qTr7]rrrr=r"sv ww ,w :w Hw!Swuwww wwwwww.x/xIx!ix"x x"x x$xy%yDy@My yy"yyy.y !ze,z!zzz zfz'M{u{.{5{{4|$5|IZ|L||0 }"=}0`}2}U}O~3j~T~~ ~b g \ - N.\##؀1,^~$ˁ*ہ$+Lk4]M[|1؅8 C*D3#x0͈ )'Qhp.'R S aCo:;OD`4 $>%c TČ"<LOo~ Hgge͎ ݎ\EOO|%K7C"-6FL~WgSk?}NIV mxk65  A[ ] iJqp^U>Xy.{Cj&Qtz covnRnE:gel,'Y_i0!$f@* )1#R9(qlpAr_V?w*PW8b\`{hKIjd~P+uX@`48<H.atwv 5e2h &aMBZ)$F 3TG9:4B"JQ/7bzs]#-! H+/Mr1>Go,3=N;SsY%Lc|xZUD;'2mD^[Ty=d< f0u(} Choose a file Extract the package Install the package Show this message does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: 7z not installed, please check that you have 7zip installed and try againAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?AddAdd the PlayOnLinux logo to your video?AllAn updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBegin the capture of an applicationBrowseCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to continue.Click Next to startClose all {0} softwareClose this applicationCommand promptConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Does your program run?Don't install XQuartz for the momentDon't join any log fileDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEnableErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Wine...Extracting: Failed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile not found!File size does not match!GLSL SupportGame is not installedGame is not installed.GamesGeneralGraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listInstallInstall a non-listed programInstall a program in a new virtual driveInstall is doneInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetIt appears it is the first time you are using $APPLICATION_TITLE.Join a channelKill all prefix processesKill processesKillAppLarge iconsLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMiscellaneousMultimediaMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infOfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPackager: Password: PatchesPlay a captured filePlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the game media into your disk drive.Please make your choicePlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select a program to uninstallPlease select an icon filePlease select the install file to run.Please select the setup file to runPlease select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead the manualRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockReport a bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: Select a category for your programSelect another fileSelect patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, we need a detailed description.Strict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe PlayOnLinux website is unavailable.The download seems to have failed.The following people contributed to this program: The virtual drive associated with {0} ({1}) does no longer exists.This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis plugin wil allow you to capture you applications under PlayOnLinuxThis program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.Uninstalling...Update wineprefixUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveWait while the installation is prepared...Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the name of you program?What is the title of your program?What kind of problem do you have?What would you like to do before installation?What would you like to do?Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou did not select a gameYou have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYour video card does not have enough memory!\nIt might prevent the game from working\nPlease make sure you are connected to the Internet.is not an icon extensionofon the $APPLICATION_TITLE environment.{0} Wizard{0} configuration{0} console{0} install menu{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: gogo POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:46+0000 Last-Translator: gogo Language-Team: Croatian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Oaberi datoteku Raspakiraj paket Instaliraj paket Prikaži poruku ne postoji! je uspješno deinstaliran. nije valjan PlayOnLinux paket! na vaše računalo. Ili bit će instaliran u: $APPLICATION_TITLE podešavanje aplikacije$APPLICATION_TITLE deinstalacija$APPLICATION_TITLE pokretanje ispravljanja grešaka...$APPLICATION_TITLE prvo pokretanje$APPLICATION_TITLE je već pokrenuo ovaj program.\nŽelite li zadržati stare postavke ?$APPLICATION_TITLE analizira vašu aplikaciju$APPLICATION_TITLE će završiti pripremanje$APPLICATION_TITLE instalira $PRGM_NAME$APPLICATION_TITLE instalira vašu aplikaciju...$APPLICATION_TITLE izrađuje virtualni windows čvrsti disk$APPLICATION_TITLE pokreće vaš program$APPLICATION_TITLE upravitelj paketa: 7z nije instaliran, provjerite imate li instaliran 7zip i pokušajte ponovnoO {0}PomagalaAktivirati GLSL podršku?Aktiviraj multisampling podršku?DodajDodajte PlayOnLinux logo na vaš video?SveNovija inačica {0} je dostupnaPrimjeniSigurno želite instalirati {0} paket?Sigurno želite zatvoriti sve {0} prozore?Sigurno želite obrisati wine {0}?Sigurno želite obrisati {0} ?Sigurno želite obrisati {0} virtual disk ?Sigurno želite obrisati: Sigurno želite instalirati: Sigurno želite isključiti sve aktivne $APPLICATION_TITLE aplikacije?ArgumentiAuto-pokretanjeDostupne Wine inačice: Pogrešna vrsta datotekeBudite pažljivi! Ako promijenite Budite oprezni! Ovo će prekinuti instalaciju. Ako još nije završena morat ćete ponovno instalirati $SOFTNAMEZapočni snimanje aplikacijePregledajOtkažiNemoguće je pronaći prečacSnimanje u tijeku...Snimi izbornik (OpenGL)Snimi izbornik (bez OpenGL-a)Snimanje će započeti...Promijeni ikonuProvjera priključka: Odaberite DirectDraw način iscrtavanja?Odaberi offscreen način prikaza?Odaberite način iscrtavanja zaključane mete?Odaberite igruOdaberi paket za instalacijuOdaberite priključakOdaberite valjanu $APPLICATION_TITLE skriptu za pokretanje.Odaberite radnju za izvođenjeOdaberite aplikacijuOdaberite mogućnost za promjenuOdaberite datoteku koja odgovara vašem programu.Odaberite datoteku zapisa koja odgovara vašem problemu.Odaberite naziv virtualnog pogonaOdaberite video format za konverzijuČišćenje...Kliknite Naprijed za nastavak.Kliknite Naprijed za pokretanjeZatvorite sve {0} softvereZatvorite ovu aplikacijuNaredbeni redakPodesiPodesite WinePovezivanjePovežite se na vaš $APPLICATION_TITLE računPovezivanje...Konverzija završenaKonvertiraj snimljenu datoteku u videoKopiranje ${filename}Kopiranje virtualnog pogonaPodešavanje uobičajenog virtualng pogonaOdredite vaše mogućnosti enkodiranja \n (ostavite uobičajeno ako ne znate što radite)Odredite vaše mogućnosti enkodiranja za pass 1 \n (ostavite uobičajeno ako ne znate što radite)Odredite vaše mogućnosti enkodiranja za pass 2 \n (ostavite uobičajeno ako ne znate što radite)Razvijatelji i web stranica: RazvojDirect Draw iscrtavanjeOnemogućiPrekini vezuPrikazŽelite li da $APPLICATION_TITLE automatski instalira umjesto vas?Želite li pogledati $TITLE web stranicu?Želite li obrisati virtualni disk:Je li vaš program pokrenut?Trenutno nemoj instalirati XQuartzNemoj dodati nikakvu datoteku zapisaDonirajtePreuzmi programPreuzimanje Wine-a: Preuzimanje XQuartz-aUredi ili ažuriraj postojeću aplikacijuObrazovanjeOmogućiGreškaGreška ! Nepodudaranje datoteka\n\nLokalno : $LOCAL_MD5\nPoslužitelj : $SERVER_MD5Greška pri instaliranju arhiveGreška!Greška: nemoguće je pronaći CD-ROM!Zatvorite PlayOnLinuxVanjska knjižnicaVeličina raspakirane datoteke se ne poklapa!Otpakiravanje ${filename} iz ${archivename}Raspakiravam Wine...Raspakiravanje: Neuspjelo povezivanje !\nProvjerite je li vaše korisničko ime i lozinka valjani.Neuspjelo lociranje ${dest} iz ${archive}DatotekaDatoteka nije pronađena!Veličina datoteke se ne poklapa!GLSL podrškaIgra nije instaliranaIgra nije instalirana.IgreOpćenitoGrafikaOvdje je izvorni kod skripte. Pažljivo ga provjeriteOvdje je izvorni kod skripte. Provjerite ga pažljivoKoliko memorije vaša grafička kartica ima?Međutim neće biti aktiviran dok ponovno ne pokrenete vaše računalo.Slažem seNe želim napraviti još jedan prečacImam problem sa softveromSam ću preuzeti datotekuOdabir ikonaIkone:Ako zatvorite ovaj prozor, nećete moći pročitati buduće razgovore. Sigurno ga želite zatvoriti?Ako ne znate, odznačite sveAko ste uspješno instalirali program koji nije na popisu,\nbit će vam omogućeno da ga dodate na naš popisInstalirajInstalirajte program koji nije na popisuInstaliraj program u novom virtualnom pogonuInstalacija završenaInstaliraj neke knjižniceInstalacija završena.Instalacija u tijeku...Instalirana Wine inačica: Instalirani priključciInstalacija XQuartza...Instalacija priključka: InternetČini se da prvi put koristite $APPLICATION_TITLE.Pridruži se kanaluUbij sve procese prefiksaUbij proceseUbijAplikVelike ikonePrijava: OdjavaTražim upotrebljive CD-ROM-oveMB preuzetoNapravi novi prečac za ovaj virtualni pogonStvaranje prečaca...Upravitelj Wine inačicaRučna instalacijaSrednje ikoneKomunikatorMicrosoft slovaOstaloMultimedijaMoj problem se odnosi samo na $APPLICATION_TITLENazivNovoNovo: NaprijedNeNema opisaPriručnik nije pronađen za {0}Nema instalacijske lokacije pronađene u autorun.infUredOffscreen način prikazaJedan ili više programa nedostaje. Instalirajte ih i pokrenite skriptu ponovno.Otvori ljuskuOtvori direktorij programaOtvorite direktorij aplikacijeOtvori direktorij virtualnih pogonaRadnja završenaOptimizacija završenaOstaloPaketi: Lozinka: ZakrpeReproduciraj snimljenu datotekuPlayOnLinux upravitelj paketaPlayOnMac treba instalirati XQuartz da bi radioPročitajte ovo pažljivo.Odaberite PID snimljene datoteke za reprodukcijuOdaberite snimljenu datoteku za konverzijuOdaberite programOdaberite softver za pakiranjeOdaberite program za pokretanjeOdaberite način na koji želite instalirati vaš programOdaberite OGV snimljenu datoteku za reprodukcijuOdaberite radnju za izvođenjeOdaberite način instalacijeMolim preuzmi XQuartz umjesto meneOsigurajte priključak na internet.Objasnite vaš problem razumljivo (samo na engleskom):Dodajte kratak opis (naslov, samo na engleskom)Umetnite 1. medij sa igrom u vaš optički/virtualni pogon\nako to još niste učinili.Umetnite 2. medij sa igrom u vaš optički/virtualni pogon\nako to još niste učinili.Umetnite 3. medij sa igrom u vaš optički/virtualni pogon\nako to još niste učinili.Umetnite 4. medij sa igrom u vaš optički/virtualni pogon\nako to još niste učinili.Umetnite 5. medij sa igrom u vaš optički/virtualni pogon\nako to još niste učinili.Molim, umetnite medij igre u pogonski diskUmetnite medij sa igrom u vaš optički/virtualni pogon\nako već to niste učinili.Umetnite medij sa igrom u vaš optički/virtualni pogonOdaberite vaš izborMolim, pročitajte ovoPročitajte ovo pažljivoOdmah ponovno pokrenite vaše računalo i pokrenite PlayOnMacOdaberite program za deinstalacijuOdaberite datoteku ikoneOdaberite instalacijsku datoteku za pokretanje.Odaberite instalacijsku datoteku za pokretanjeOdaberite instalacijsku datoteku za pokretanje:Utipkajte naziv virtualnog pogona vaše aplikacije.\nTaj naziv ne smije sadržavati razmake.Pričekajte dok se $APPLICATION_TITLE preuzima:Pričekajte dok $APPLICATION_TITLE simulira Windows ponovno pokretanje računalaPričekajte dok se $SOFTNAME instalira...Pričekajte dok se $TITLE ne instalira.Pričekajte dok se izrađuje PlayOnLinux logo ...Pričekajte dok se virtualni uređaj izrađuje...Pričekajte dok se vaš video enkodira...Molim pričekajte...Upravitelj priključakaPriključciPritisnite +F8 za početak ili kraj snimanjaPritisnite +F8 za kraj snimanjaPritisnite Naprijed zatim kliknite na prozor\nkoji želite snimiti.\nSnimanje će započeti automatski nakon 5 sekundi.\nSamo će video biti snimljen.Pritisnite Naprijed samo kada je instalacijski proces završioProxy adresaProxy podešavanjeProxy prijavaProxy lozinkaProxy ulazPročitajte datoteku PREVODITELJAPročitajte priručnikOsvježiOsvježavanje {0}RegistrirajUređivač registraUkloniTarget mode lock prikazPrijavite greškuPokreniPokreni .exe datoteku u ovom virtualnom pogonuPokrenite lokalnu skriptuPokreni čarobnjak podešavanjaPokrenite jednu od vaših skriptiPokrenite vaš Windows program na Pokretanje...Pretraživanje virtualnog diska...Skripte: Odaberite kategoriju za vaš programOdaberi drugu datotekuOdaberite zakrpu za pokretanjePošaljiPošaljite nam skriptu koja radi generiranu ručnom instalacijomPostavi proxyPostavite ikonuPostavljanje var datoteke programaPostavkePrikaži virtualne pogoneSimuliraj Windows ponovno pokretanje računalaMale ikoneIsprika, $APPLICATION_TITLE $VERSION je prestar za nastavak.\n$APPLICATION_TITLE $NEEDED je potreban.Isprika, trebamo detaljniji opis.Strict Draw poredakUpravitelj zadatkaTestiranjeHvala Vam!\n\nVaše izvješće je poslano.\n\nPotrudit ćemo se da vam čim prije odgovorimo e-poštomPlayOnLinux web stranica nije dostupna.Neuspjelo preuzimanje.Slijedeći ljudi su doprinjeli ovom programu: Virtualan pogon povezan s {0} ({1}) više ne postoji.Ova datoteka: Ova funkcija je onemogućena u PlayOnlinux okružju.Ovaj instalirani program podržava: Ovo je popis skripti koje ste nam poslali. Možete pokrenuti jedu od njihOvaj priključak omogućuje vam snimanje vaše aplikacije pod PlayOnLinux-omOvaj program je napravio: Ovaj alat će vam omogućiti da nam pomognete :Ovaj virtualni pogon je zaštićenOvaj čarobnjak će vam pomoći pri instalaciji Ovaj čarobnjak će vam pomoći instalirati Wine: Ovaj čarobnjak će vam pomoći da prijavite greške o službeno podržanom programu.Čarobnjak će vam pomoći da pokrenete neslužbanu $APPLICATION_TITLE skriptu.Ovaj čarobnjak će vam pomoći pri deinstalaciji: Da bi se osigurali da je vaša igra kompatibilna, PlayOnMac mora instalirati XQuartzAlatiPrijevodi:Ubuntu korisnici moraju dodati MEDIBUNTU repozitorij\nda bi ovaj format konverzije ispravno radio.Nemoguće je pronaći datoteku: Nemoguće je pronaći inačicu: Nemoguća instalacija XQuartza! Morate ga instalirati za poboljšanje kompatibilnosti igara.Deinstalacija...Ažuriraj wineprefiksAžuriranje priključka. Prije: Korištenje: Koristi napredni priključak Wine podešavanjaKoristi CD-ROM(ove)Koristi DVD-ROM(ove)Korisit PlayOnLinux podešavanje zaKoristi Steam Store probnu inačicuKoristi Steam Store inačicuKoristi WineTricksKoristi instalacijsku datoteku na mojem računaluKoristite drugu inačicu Wine-aNajveće ikoneVideo kartica nema dovoljno memorijeVeličina video memorijeVirtualni pogonPričekajte dok se instalacija priprema...Čekanje dovršetka prvog pomoćnikaUpozorenje !!\n\nPotpis skripte koju želite pokrenuti NIJE valjan\n\n$APPLICATION_TITLE nije odobrio ovu skriptu i neće biti odgovoran za nju.\nMolimo, budite sigurni da znate što radite !Upozorenje !!\n\nPotpis skripte koju želite pokrenuti NIJE valjan\n\nPlayOnLinux nije odobrio ovu skriptu i neće biti odgovoran za nju.\nMolimo, budite sigurni da znate što radite !Upozorenje: Za ispravno video enkodiranje,\nrezolucija MORA biti viša od 16Upozorenje: Pokrenuli ste $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED je potreban za nastavak.Otkrili smo da program koji želite instalirati je :Postavit ćemo vam neka pitanja, budite što precizniji koliko je to\nmogućeDobrodošli u napredno Wine podešavanje; optimizacijski sustav za Wine koji je napravio GNU_Raziel. Ako ne znate što treba odabrati, OSTAVITE UOBIČAJENODobrodošli u Detour, priključak koji vam omogućuje stvaranje prečaca nakon instalacije.Dobrodošli u zakrpu $PVERSION instalacije $TITLEDobrodošli u $APPLICATION_TITLE čarobnjak instalacije.Dobrodošli u $APPLICATION_TITLE pomoćnik.\nPomoći će vam da instalirate $file na vaše računalo.\n\nBudite oprezni! Ovaj program nije službeno podržan od $APPLICATION_TITLE.\nStoga je moguće da ne radi kao što se očekujeDobrodošli u $APPLICATION_TITLE čarobnjak ručne instalacije.\n\nOva skripta će vam omogućiti instalaciju svakog programa na $APPLICATION i korištenje sa svim alatima\n\nUpozorenje: nismo u mogućnosti da vam jamčimo da će vaše aplikacije raditi savršeno.Koje značajke vašeg programa ne rade?\nAko sve radi, napomenite toKoji je uređivač vašeg programa?Koji je uređivač web stranice vašeg programa?Koji je naziv vašeg programa?Koji je naziv vašeg programa?Kakvu vrstu problema imate?Što želite napraviti prije instalacije?Što želite učiniti?Gdje jeGdje je montiran vaš CD-ROM?Na koju aplikaciju želite primjeniti izmjene?Koju inačicu Wine-a želite koristiti?Windows ponovno pokretanjeIzgleda da se Wine srušio\n\nAko je vaš program pokrenut, zanemarite ovu porukuWine inačicaWine inačiceNapišite svku promjenu koju napravite u wine podešavanjima ovdje:XQuartz $XQUARTZ_VERSION je instaliran na vaše računalo.XQuartz je instaliran.DaSpojeni ste na $APPLICATION_TITLE internetom kao $POL_LOGINPokušavate otvoriti skriptu napravljenu za {0}! Možda neće očekivano raditiNiste odabrali igruUspješno ste se odspojili iz $APPLICATION_TITLE internet veze\nMožete sigurno zatvoriti prozorMorate biti u mogućnosti da pokrenete ovaj program!Morate izabrati snimku za konverzijuMorate izabrati snimku za očitavanjeMorate odabrati datoteku!Morate odabrati igru za promjenuVaša video kartica nema dovoljno memorije!\nTo bi moglo spriječiti pokretanje igre\nMorte biti povezani na internet.nije vrst ikoneodna $APPLICATION_TITLE okružju.{0} čarobnjak{0} podešavanje{0} konzola{0} izbornik instalacije{0} nije namijenjen za pokretane kao korijenski (root) korisnik, Isprika{0} je u nemogućnosti pronaći 32bitne OpenGL knjižnice. Možda ste naišli na problem u vašoj igri{0} je u nemogućnosti pronaći 64bitne OpenGL knjižnice. Možda ste naišli na problem u vašoj igri{0} komunikator{0} postavke{0} upravitelj wine inačicaplayonlinux/lang/locale/hu/000077500000000000000000000000001226051336100162335ustar00rootroot00000000000000playonlinux/lang/locale/hu/LC_MESSAGES/000077500000000000000000000000001226051336100200205ustar00rootroot00000000000000playonlinux/lang/locale/hu/LC_MESSAGES/pol.mo000066400000000000000000000120321226051336100211450ustar00rootroot00000000000000D<a\ '$L#Pt{ &. U_ o   /A JUY^ahw#&) ! B P d l |   G  I 4 ;   % F I ) 17 i q      9#T2x /  (28S o y    -46OZDWh { } VcaA4)/7 1$ +4;8(C"<.6-!D@2B9 , ?5*3#A' :%0 =&>AccessoriesActivate GLSL Support?Activate Multisampling support?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginChoose an applicationChoose an option to modifyChoose the video format for conversionConfigureConversion doneConvert a captured file to videoDevelopmentDisableEducationEnableExitFileGame is not installedGame is not installed.GamesGeneralGraphicsI AgreeInstallInstallation in progress...Installed pluginsInternetMultimediaNewNextNoOfficeOperation doneOptimisation doneOtherPlay a captured filePlease select the setup file to runPlease wait while $TITLE is installed.PluginsPress +F8 to start or stop capturePress +F8 to stop captureProxy addressProxy configurationRefreshRegistry EditorRemoveRunSet a proxySettingsThis plugin wil allow you to capture you applications under PlayOnLinuxToolsWarning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?YesYou did not select a gameYou must choose a game to modifyofProject-Id-Version: hu1 Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:02+0000 Last-Translator: Gergely Szarka Language-Team: hungarian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) KellékekAktiváljam a GLSL támogatást?Aktiváljam a Multisampling támogatást?Hozzáadjam a PlayOnLinux logóját a videódhoz?ÖsszesFelvétel megkezdéseTallózásMégsemFelvétel folyamatban...Menü felvétele (OpenGL)Menü felvétele (nem OpenGL)Felvétel el fog indulni...Válassz egy játékotVálassz egy bővítménytAlkalmazás kiválasztásaVálassz egy módosítandó opciótVálassza ki a videoformátumot a konvertáláshozBeállításKonvertálás készA rögzített fájl átkonvertálása videónakFejlesztésTiltásOktatásEngedélyezésKilépésFájlA játék nincs telepítveA játék nincs telepítve.JátékokÁltalánosGrafikaElfogadomTelepítésTelepítés folyamatban...Telepített bővítményekInternetMultimédiaÚjKövetkezőNemIrodaMűvelet készOptimalizálás készEgyébFelvett fájl lejátszásaKérlek válaszd ki a telepítő fájlt a futtatáshoz$TITLE telepítése folyamatbanBővítőmodulokNyomja meg a +F8 kombinációt a felvétel elindításához vagy megállításáhozNyomja meg a +F8 kombinációt a felvétel megállításáhozProxy címzésekProxy beállításFrissítésRegistry SzerkesztőEltávolításFuttatásProxy beállításaBeállításokEz a kiegészítő engedélyezi az Ön számára, hogy felvételt készítsen a PlayOnLinux alatt futtatott alkalmazásokrólEszközökFigyelmeztetés: A megfelelő videó kodoláshoz\na felbontásnak 16 többszörösének kell lennieÜdvözöllek a Wine Konfigurálási Varázslóban,ami egy optimalizáló rendszer Wine-hoz (készítette: GNU_Raziel). Ha nem tudod, hogy mit kell választani, HAGYD ALAPÉRTELMEZETTENMelyik alkalmazásra kívánja érvényesíteni a változtatást?IgenNem választottál játékotKi kell választanod egy játékot a módosításhoz/playonlinux/lang/locale/id/000077500000000000000000000000001226051336100162135ustar00rootroot00000000000000playonlinux/lang/locale/id/LC_MESSAGES/000077500000000000000000000000001226051336100200005ustar00rootroot00000000000000playonlinux/lang/locale/id/LC_MESSAGES/pol.mo000066400000000000000000000124621226051336100211340ustar00rootroot00000000000000-='@#Dh  &+Ra qNYY;('')O#y&40)* TuG \H I ;  $ ! # D   )$ N T m      #Aarq}} 3N^t+-1(%<2b8;/ z:OeJk5S-)3#- ' %$+(&", ! ) * Activate GLSL Support?Activate Multisampling support?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose a gameChoose an action to performChoose an option to modifyChoose the video format for conversionConfigure WineConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Game is not installed.Installation in progress...Operation doneOptimisation donePlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease select the setup file to runPlease wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.This plugin wil allow you to capture you applications under PlayOnLinuxUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?You did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:57+0000 Last-Translator: robin.rootad@gmail.com Language-Team: Indonesian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Aktifkan Dukungan GLSLAktifkan dukungan Multisampling?Tambahkan logo PlayOnLinux ke video Anda?SemuaMulai menangkap aplikasiPenangkapan dalam proses...Tangkap menu (OpenGL)Tangkap menu (bukan OpenGL)Penangkapan akan dimulai..Pilih Mode DirectDraw Renderer?Pilih PermainanPilih aksi untuk menjalankanPilih opsi untuk memodifikasiPilih format video untuk diubahKonfigurasi WinePengubahan selesaiKonversi file rekaman ke videoTentukan opsi pengkodean anda \n (tinggalkan settingan standar jika anda tidak mengerti apayang harus dilakukan)Tentukan opsi pengkodean anda untuk pass 1 \n (tinggalkan settingan standar jika anda tidak mengerti apayang harus dilakukan)Tentukan opsi pengkodean anda untuk pass 1 \n (tinggalkan settingan standar jika anda tidak mengerti apayang harus dilakukan)Permainan tidak dapat di pasang.Pemasangan dalam proses...Operasi selesaiPengoptimalan selesaiPutar file rekamanHarap pilih file PID rekaman untuk diputarMohon pilih berkas tangkapan untuk dikonversiMohon pilih berkas tangkapan OGV untuk dijalankanMohon pilih paket setup untuk dijalankanMohon tunggu sesaat $TITLE di pasang.Harap tunggu sementara logo PlayOnLinux dibuat ...Harap menunggu sementara video Anda sedang dikodekan ...Tekan +F8 untuk mulai atau menghentikan penangkapan.Tekan +F8 untuk menghentikan penangkapanTekan lanjut dan klik di jendela\nyang ingin anda rekam/\nakan otomatis direkan setelah 5 detik.\nhanya video yang direkamPlugin ini akan memungkinkan Anda untuk merekam Anda aplikasi dalam PlayOnLinuxPengguna ubuntu harus menambahkan repositori MEDIBUNTU\n untuk mengubah format ini agar dapat bekerjaperingatan: Untuk pengkodean video yang bnar,\nresolusi harus kelipatan 16Selamat datang di Konfigurasi Wine Lanjutan, sistem optimasi untuk Wine dibuat oleh GNU_Raziel. Jika Anda tidak tahu apa yang harus dipilih, TINGGALKAN BAKUAplikasi mana yang ingin Anda terapkan modifikasinya?Anda belum memilih permainanAnda harus memilih tangkapan untuk dikonversiAnda harus memilih tangkapan untuk dibacaAnda harus memilih permainan yang akan dimodifikasiplayonlinux/lang/locale/it/000077500000000000000000000000001226051336100162335ustar00rootroot00000000000000playonlinux/lang/locale/it/LC_MESSAGES/000077500000000000000000000000001226051336100200205ustar00rootroot00000000000000playonlinux/lang/locale/it/LC_MESSAGES/pol.mo000066400000000000000000001572461226051336100211660ustar00rootroot00000000000000!- ----B-U-#f-#----+-" .-.L.*l..X. //0O050+04091*Q1$|1#111;1#272P63I3 3 333!4@4'D4l4p4"4&4464/ 5);5%e535!5"5M6 R6\6q666666g6Q7#'8RK888}899@9Y9p99999 9 9: ::H:d:0t::::.:!;3<;$p;&; ;;;;;<(<*7< b< m<w<<*< < << <$=+=?=U=g=|=#=N=Y=YO>>> >>> >>C?%H?(n?B?@5@&AW=A$AAAAAAB%B&7B ^BhBzBBBBBBBC C%=CcC!jC%CCC#C*CD *D7DOHD(DDDDDE EE/EEE\EbEjEqE6zE7E.E>FWF%_F F"FFFCFb#GGG3H;HXH(jHHHHHHHI)I>ITIhI~IBIIIIIJ(J7J(?JhJ qJ}JJJJJJ J+JKK+K ?K LKVK fKtK K K-K2KcLfLkLoLuLzL}LL&L LLLLQM YMfM MMMMMMM N N N(N:=NxN*NNNN(O'VCV;9W+uW&W4W7W05XfXuXX)X XX9bY YY YY YYY ZZ,Z@ZHZWZ`ZpZwZZ ZZZZ%ZZ[ )[J[ h[s[ [["[[[[<[ 6\ B\O\i\r\\ \P\c\<_]&]]])]*^F^ [^h^hp^y^'S_"{__e_d`d`n`2Ua,aBa-a/&b0Vb b9b*bGbG@cc%dCd&e5e"Ue@xe+ePeI6f(fLff f gg\,gggNg h hh /h:h'Lhthh&h hhhhi1i"Jimiiiiii&i%j 7jEj[j.jj*jbj.'kVk'llIsmEmmn:qnNnnMo3o3p<Hp2ppqk~rrSs#Vs+zss s"s t!"t0Dt.utttYu@u|5vvv;vw%0w,VwwRww w x5x=Gxxx<xMx0yMy,gy0ydy%*z$Pz!uzz zWzX({4{~{F5|l||T|5>}t}}&} }} } }}0}9/~,i~[~[~ N \i$9P i%v%Ձف-&E.d1!ł`H61- 9N?1ȅ&.!PcQ|Ά ^>L !, 8>2U-23(%"N4q ƊQ 9C[oӋs_*7[b֍ލl"u#Ҏ &&9(`'!9!.P"g0 ;ܐ#/< lwԑ2 5 AKZ,c&Ȓ3#8Q!h)Qē\\sДؔ !B)l"_/Nki%՗!/E]o- Ƙј#+D22w#.Ι&.,[`-q+˚ ݚm)q"ě  'CJS[@c@(;J'RzǝJΝf$G.P6Ο'A_rɠEҠ.@T&g0١   '5 T5a΢  4 ?+M2y^ *;CJM_4~Ĥդ ݤVUd"% +6><[ =(26[2ŧ**;:6v*,ب4?PDXթQ.QQҪQ$Qv3ȫOL3`m #@[?y(E2($["::ޮ-/Gws;5>@tI>4>-s1;ӱ:J`o;w/?óӳ 5H[l$´# 8C-Jx!$#ѵ #/,5bwB߶ -E aloqܷ=N2$ո883l*Ⱥsrkr޻tQ:Ƽ$8&._GHֽ <-3jFM3%ؿ/"4GS9dR:6Q  ,8pP!\^mu-" 0 > I'U"}'")%;Y.h) 38B1{~,,Y<`Nsb9L]]<V=B7L4<V#(:L"" (,Fs/G.1$3$Sx^ MJm8^!o.7Z2p.+%h<h9HR*_8 Ca d  6A2Rkk]||n6B@ifVww;R" (D =d)fVaezt1MT/s2?iS<k8(=jgl[)b1 6Gr/2"P[D-%> RJ kPHATp!Gloc3\;~ $U#{tmh'uXaWod3|^-YFqI{&!7x reZq@EZ}Fx ]Qc4_jzC9B gbv?}I>L:._mY$% `+,h0 +<#*\9 ONNvp&7XK8Un'4JES~K W^5yA: *L5Cu  s].My,0H O`Q Choose a file Extract the package Install the package Show this message does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE is installed$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?(If this list is empty, please install a wine version with wine version manager)7z not installed, please check that you have 7zip installed and try againAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoCoping install files, please wait...Copying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDownload failedDownload the programDownloading Wine: Downloading XQuartzDutch (text only)Edit or update an existing applicationEducationEject a PC CD-ROMEnableEnglishEnglish versionEnjoy using $APPLICATION_TITLEErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchGLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listInstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling XQuartz...Installing plugin: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLocate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTICE: For low-latency audio, look into WineASIO.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededNormal versionOfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPC CD-ROM readerPackager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the game media into your disk drive.Please insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease make your choicePlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the install file to run.Please select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockRepair virtual driveReport a bugReport a problem about {0}Retry?RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect a category for your programSelect another fileSelect patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, this person does not want to receive private messagesSorry, we need a detailed description.Spanish (text only)Standard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Strict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The shortcut has been placed on your desktopThe virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis plugin wil allow you to capture you applications under PlayOnLinuxThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTranslations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When the game setup will ask for next Disk\nclick on \"Forward\"When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must restart {0} for the changes to take effect.Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from working\nPlease make sure you are connected to the Internet.is not an icon extensionofon the $APPLICATION_TITLE environment.{0} Wizard{0} configuration{0} console{0} debugger{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:44+0000 Last-Translator: Naive D. Jack Language-Team: it_IT.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Scegli un file Estrai il pacchetto Installa il pacchetto Mostra questo messaggio non esiste! è stato disinstallato con successo. Non un pacchetto PlayOnLinux valido! sul tuo computer. o sarà installato in: Configuratore Applicazione $APPLICATION_TITLEInstaller Gecko per $APPLICATION_TITLEUninstaller $APPLICATION_TITLEAggiornamento automatico di $APPLICATION_TITLEIl debugger di $APPLICATION_TITLE sta partendo...Primo avvio di $APPLICATION_TITLE$APPLICATION_TITLE ha già eseguito questo programma. \n Vuoi mantenere le vecchie impostazioni?Si è verificato un errore fatale in $APPLICATION_TITLE. Il processo di installazaione di $APPLICATION_TITLE verrà bloccato.\nVisitare www.$POL_DNS per avere ulteriori informazioniSi è verificato un errore in $APPLICATION_TITLE. Se il programma non funziona correttamente, può essere la causa del problema.\nVisitare www.$POL_DNS per avere ulteriori informazioni$APPLICATION_TITLE sta analizzando la tua applicazione$APPLICATION_TITLE sta per finire la preparazione$APPLICATION_TITLE sta installando $PRGM_NAME$APPLICATION_TITLE sta installando le tue applicazioni...$APPLICATION_TITLE sta creando un disco rigido Windows virtuale$APPLICATION_TITLE sta eseguendo il tuo programmaGestore pacchetti $APPLICATION_TITLE: Creatore di scorciatoie per $APPLICATION_TITLEProfilo di $AUTHOR$PACKAGE si è bloccato.$PACKAGE si è bloccato.\nCliccare sul link di debug per avere maggiori dettagli.$TITLE è installato$TITLE ha bisogno di leggere la parte PC di un CD-ROM ibrido.\n\nDi default MacOs permette l'accesso solo alla parte Mac del CD-ROM, che potrebbe non essere compatibile con le versioni recenti di MacOs.\n\nVuoi che PlayOnMac tenti di leggere la parte PC del tuo CD?(Se questa lista è vuota, per favore installa una versione di wine dal manager versioni wine)7z non è installato, accertati di averlo installato e riprovaInformazioni {0}AccessoriAttivare il Supporto GLSL?Attiva il supporto Multisampling?Attiva il mouse warp override?AggiungiAggiungere il logo PlayOnLinux al tuo video?TuttoAggiornamento eseguitoSi è verificato un errore durante lo scaricamentoUna versione aggiornata di {0} è disponibileApplicaSi è sicuri di voler installare il pacchetto {0}?Sei sicuro di voler chiudere tutte le {0} finestre?Sei sicuro di voler cancellare wine {0}?Sei sicuro di voler cancellare {0}Sei sicuro di voler cancellare l'unità virtuale {0}Sei sicuro di voler rimuovere: Sei sicuro di voler installare: Sei sicuro di voler terminare tutte le applicazioni attive di $APPLICATION_TITLE?ArgomentiTasti freccia (default)Porgramma assegnatoInstallazione automaticaEsecuzione automaticaVersioni di Wine disponibili: Estensione non validaStai attento! Se cambi Stai attento! Questo terminerà il processo di installazione. Se non è ancora finito dovrai reinstallare $SOFTNAMEAttenzione! Per avviare $TITLE con %APPLICATION_TITLE, è necessario installare una patch no-CD anche se si possiede una versione legale.\n\n$APPLICATION_TITLE è contro la pirateria e non la sostiene in alcun modo.Inizia la registrazione di un'applicazioneBinario non trovato: $BINARY\n Il programma è stato installato nella posizione di default?Brasiliano (solo testo)EsploraAttivando questo, si accede agli installer in fase di test. {0} non può garantire che l'applicazione funzioni correttamente senza problemi.IndietroImpossibile trovare la scorciatoiaRegistrazione in corso...Menù di registrazione (OpenGL)Menù di registrazione (non OpenGL)La registrazione avrà inizio...Cambia l'iconaControlla plugin: Scegli la modalità DirectDraw Render?Scegli la modalità Offscreen Rendering?Scegli la modalità Render Target Lock?Scegli un giocoScegli un pacchetto da installareScegli un pluginScegli uno script $APPLICATION_TITLE valido da eseguire.Selezionare un'azione da eseguireScegli un'applicazioneScegli una opzione per modificarlaScegli il file che corrisponde al tuo programma.Inserire la risoluzione di giocoScegli il file di registro corrispondente al tuo programma.Scegli il nome dell'unità virtualeSelezionare il formato video per la conversionePulizia...Clicca Avanti per continuare.Clicca Avanti per iniziareChiudiChiudi tutti i {0} programmiChiudi questa applicazionePrompt dei comandiComando da eseguire prima dell'avvio del programmaCommercialeConfiguraConfigura WineConnettiConnettiti al tuo account $APPLICATION_TITLEConnessione...Pannello di ControlloConversione finitaConverti un file acquisito in un videoCopia dei file di installazione, attendere prego...Copiando ${filename}Copiando unità virtualeCreare una scorciatoiaCreazione scorciatoia in corso...Esegui il debugConfigurazione unità virtuale di defaultDefinisci le opzioni per la codifica \n (lasciare default se non si sa cosa fare)Definisci le opzioni di codifica per il passo 1 \n (lasciare default se non si sa cosa fare)Definisci le opzioni di codifica per il passo 2 \n (lasciare default se non si sa cosa fare)EliminaSviluppatori e Sito: SviluppoRender Direct DrawDisabilitaDisconnettiSchermoVuoi che $APPLICATION_TITLE sia installato automaticamente per te?Vuoi aprire il sito di $TITLE?Vuoi cancellare l'unità virtuale:Vuoi aiutare {0} a costruire un database per la compatibilità? Se clicchi Si, la prima volta che verrà avviato un programma di Windows saranno spedite in forma anonima le seguenti informazioni: - Modello scheda grafica - Versione del sistema operativo - Se sono installati driver video Queste informazioni saranno preziose per aiutare le persone.Vuoi riprovare?Vuoi aggiornare e riavviare $APPLICATION_TITLE?Il tuo programma funziona?Non dimenticarti di andare nel menu strumenti di PlayOnMac -> Leggi un CD-ROM prima di avviare il tuo giocoNon installare XQuartz per il momentoNon unire nessun file di registroFai una donazioneDownload non riuscitoScaricando il programmaScaricando Wine: Scaricando XQuartzOlandese (solo testo)Modifica o aggiorna un'applicazione esistenteIstruzioneEspelle un PC CD-ROMAbilitaIngleseVersione ingleseDivertiti usando $APPLICATION_TITLEErroreErrore! File mismatch \n\n Locale: $LOCAL_MD5 \n Server: $SERVER_MD5Si è verificato un errore durante l'installazioneErrore durante l'installazione fontErrore durante la decompressione dell'archivioErrore!Errore: Impossibile trovare il CD-ROM!Errore: impossibile assegnare una porta validaEsciLibreria esternaEstrazione dimensione file non corrispondenteEstrazione di ${filename} da ${archivename}Estraendo Wine...Estrazione: Impostazioni di fabbricaConnessione non riuscita! \n Per favore assicurati che il tuo nome utente e che la tua password siano validi.Impossibile trovare ${dest} in ${archive}FileAssociazioni fileFile non trovato!Dimensione file non corrispondenteFranceseSupporto GLSLVersione GOTYIl gioco non è installatoIl gioco non è installato.GiochiGeneraleTedescoGraficaEcco il codice sorgente dello script. Controllalo con attenzioneEcco il codice sorgente dello script. Controllalo con attenzioneQuanta memoria ha la tua scheda grafica?Però, non sarà attivo finchè non riavvii il tuo computerAccettoNon voglio creare un'altro collegamentoHo un problema con un programmaHo scaricato il file da soloSeleziona iconaIcone:Se l'installazione di .NET 3.0 fallisce,\nil gioco funzionerà ugualmente.Se chiudi questa finestra, non potrai più leggere ulteriori risposte. Sei sicuro di volerla chiudere?Se non le conosci, deseleziona tuttoSe hai installato con successo un programma col bottone "Installa un software\nnon nella lista", ti sarà permesso aggiungere questo progtamma nella nostra listaInstallaInstalla un programma non presente nella listaInstallare un programmaInstalla il programma in un nuovo dispositivo virtualeInstallazione completataInstalla scriptInstalla qualche libreriaInstallazione finita.Installazione in corso...Versioni di Wine installate: Plugins installatiInstallando Adobe AirInstallando XQuartz...Installa plugin: Versione internazionaleInternetSembra che sia la prima volta che tu stai usando $APPLICATION_TITLE.Italiano (solo testo)Versione ItalianaVersione GiapponeseEntra in un canaleArresto di tutti i processi prefissatiUccidi i processiAppKillArresto dei programmi nella macchina virtuale...LinguaIcone grandiPiù tardiAbbandonaTrovare questo file di logAccesso: DisconnettitiIn cerca di CD-ROMs eseguibiliMB scaricatiCrea una nuova scorciatoia per questa unità virtualeCreando la scorciatoia...Gestisci la versione di WineInstallazione manualeIcone medieMessaggisticaCaratteri MicrosoftVarieSostituzione del Mouse warpMultimediaMultisamplingIl mio problema riguarda $APPLICATION_TITLEN.B.: Per audio a bassa latenza, cerca in WineASION.B. : Per registrarsi, quando si apre chiedendo l'accesso, trascina il tuo file reg in $TITLENomeInstalla un programma in un nuovo prefissoNuovo: AvantiNoSenza descrizioneNessun manuale trovato per {0}Nessun luogo di installazione trovato in autorun.infNecessario No-cdVersione normaleUfficioModalità di rendering OffscreenUno o più programmi mancano. Per favore installali e poi esegui nuovamente lo script.Apri una shellApri la cartella del programmaApri la cartella dell'applicazioneAprire la directoryApri la cartella dell'unità virtualeOperazione finitaOttimizzazione finitaAltroLettore PC CD-ROMPackager: Password: PatchesRiproduci un file registratoTeam di PlayOnLinux e PlayOnMac Sotto licenza GPL versione 3Gestore di pacchetti PlayOnLinuxPlayOnMac necessita l'installazione di XQuartz per funzionarePer favore leggi attentamente.Per favore scegli un CD-ROMPer favore scegli un CD-ROM da espellerePer favore scegli un file registrato PID da riprodurrePer favore scegli un file registrato da convertirePer favore scegli un programmaPer favore scegli un software da scaricarePer favore scegli un programma da eseguirePer favore scegli un metodo per installare i tuoi programmiPer favore scegli un file registrato OGV da riprodurrePer favore seleziona un azione da eseguirePer favore scegli un metodo di installazioneScarica XQuatz per mePer favore accertati di essere connesso ad internet.Per favore esponi chiaramente il tuo problema (solo in inglese)Per favore dai una descrizione molto breve (titolo, solo in inglese)Si prega di dare più dettagli possibili, altrimenti, sarà veramente difficile aiutartiPer favore inserisci il disco di gioco 1 nel lettore \n se non lo hai già fatto.Per favore inserisci il disco di gioco 2 nel lettore \n se non lo hai già fatto.Per favore inserisci il disco di gioco 3 nel lettore \n se non lo hai già fatto.Per favore inserisci il disco di gioco 4 nel lettore \n se non lo hai già fatto.Per favore inserisci il disco di gioco 5 nel lettore \n se non lo hai già fatto.Per favore inserisci il disco del gioco nel lettorePer favore inserisci il disco di gioco nel lettore \n se non lo hai già fatto.Inserire il DVD-ROMPer favore inserisci il disco del gioco nel lettorePer favore inserisci il tuo CD-ROM e premi avanti solo quando Finder ha trovato la parte MacOS del tuo CD-ROMInstallare prima $TITLE_REQUIREDPer favore fai la tua sceltaSi prega di leggere questoPer favore leggi attentamentePer favore ora riavvia il tuo computer, quindi lancia PlayOnMacSi prega di selezionare un file di debugPer favore seleziona un programma o un'unità virtuale da configurarePer favore seleziona un programma da disinstallareSi prega di selezionare un programmaPer favore seleziona un file iconaPer favore seleziona un file di installazione da eseguire.Per favore seleziona il file di installazione da eseguire.Inserire il file di installazione da avviare.Per favore seleziona il file setup da eseguire:Seleziona la versione.Per favore scrivi il nome del dispositivo virtuale della tua applicazione. \n Questo nome non deve contenere spazi.Per favore aspetta che $APPLICATION_TITLE copi i tuoi file:Per favore attendi mentre $APPLICATION_TITLE scarica:Si prega di attendere che $APPLICATION_TITLE analizzi l'hardwarePer favore attendi mentre $APPLICATION_TITLE simula un riavvio di WindowsSi prega di attendere che $APPLICATION_TITLE simuli un riavvioPer favore aspetta che $SOFTNAME venga installato...Per favore attendi che $TITLE sia installato.Attendere che il logo PlayOnLinux venga creato...Per favore attendi mentre viene creata l'unità virtuale...Per favore attendi mentre il tuo video viene codificato...Per favore aspetta...Gestore pluginPluginsPremi +F8 per iniziare o terminare una registrazionePremi +F8 per terminare la registrazionePremi Avanti e poi clicca la finestra \n che vuoi registrare. \n La registrazione inizierà automaticamente dopo 5 secondi. \n Solo il video verrà registrato.Premi Avanti solo quando il processo di installazione è finitoIndirizzo proxyConfigurazione proxyLogin del ProxyPassword del ProxyPorta del ProxyLeggi il file TRANSLATORSLegge un PC CD-ROMLeggi un PC CD-ROMLeggi il manualeLeggendo la tua unitàRicaricaAggiornamento {0}RegistraEditor di registroRimuoviModalità bloccata del Render targetRiparazione drive virtualeSegnala un erroreSegnala un problema riguardante {0}Riprovare?EseguiEsegui un file .exe in questa unità virtualeEsegui uno scriptAvvia il wizard di configurazioneEsegui uno dei tuoi script personaliEsegui il tuo programma Windows su In esecuzione...Scansione unità virtuali...Scriptors: CercaSeleziona una categoria per il tuo programmaScegli un'altro fileSeleziona la patch da eseguireInviaInviaci uno script funzionante generato dall'installazione manualeImposta un proxyImposta l'iconaImpostando la var Program FilesImpostazioniMostra i drive virtualiSimulazione riavvio WindowsIcone piccoleSpiacente il servizio di messaggistica {0} non è disponibile al momento. Si prega di riprovare più tardi.Mi dispiace, $APPLICATION_TITLE $VERSION è troppo vecchio per continuare.\nRichiesto $APPLICATION_TITLE $NEEDED.Spiacente, questa persona non vuole ricevere messaggi privatiCi dispiace, ci serve una descrizione dettagliata.Spagnolo (solo testo)Disposizione standard della tastieraSteam ha un sistema di aggiornamento automatico proprio.Steam ha un sistema di aggiornamento automatico proprio.Strict draw orderingGestore processiProveGrazie! \n\n La tua segnalazione è stata inviata. \n\n Faremo del nostro meglio per mandarti una risposta via mail al più prestoLa versione CD-ROM è vecchia. Non dimenticare di aggiornare $TITLE se vuoi farlo funzionare correttamente con $APPLICATION_TITLEIl sito di PlayOnLinux non è disponibile.Il download è fallito.Il file si chiama: {0}Il seguente file si trova in un filesystem FAT32.\nPotrebbe impedire il corretto funzionamento di wine\n\n$FilePathIl seguente file si trova in un filesystem NTFS.\nPotrebbe impedire il corretto funzionamento di wine\n\n$FilePathIl seguente file si trova in un filesystem fuse.\nPotrebbe impedire il corretto funzionamento di wine\n\n$FilePathIl seguente file si trova in un filesystem noexec.\nPotrebbe impedire il corretto funzionamento di wine\n\n$FilePathLe seguenti persone hanno contribuito a questo programma: L'icona è stata aggiunta al desktopL'unità virtuale associata a {0} ({1}) non esiste più.Non è installato nulla da eseguire. {0} file.Questo componente aggiuntivo installa automaticamente la patch 1.3.5511Questo componente aggiuntivo installa automaticamente la patch 2.5.26461Questo file: Questa funzione è disabilitata nell'ambiente di PlayOnLinuxL'installazione di questo programma è fornita da: Questa è la lista degli script che ci hai inviato. Puoi eseguirne unoQuesto plugin ti permetterà di registrare le tue applicazioni in PlayOnLinuxAttualmente questo programma è in fase di test. Potrebbe non funzionare correttamente. Il feedback, positivo o negativo, è importante per migliorare l'installer.Questo programma è stato creato da: Questo tool aiuterà il tuo MAC a leggere la parte PC del CD-ROM.\n\nUsa questo tool SOLO se il tuo CD-ROM è un ibrodo (compatibile con Windows e MacOS), e se non ti è possibile vederne la parte WindowsQuesta applicazione ti permetterà di aiutarci:Questa unità virtuale è protettaQuesta operazione guidata ti aiuterà ad installare Questo wizard ti aiuterà a preparare l'ambiente per $APPLICATION_TITLEQuesta procedura guidata ti aiuterà ad installare Wine: Questa procedura guidata ti aiuterà a segnalare un errore di un programma supportato ufficialmente.Il wizard ti aiuterà ad eseguire uno script non ufficiale per $APPLICATION_TITLE.Questa procedura guidata ti aiuterà a disinstallare: Per essere sicuri che il gioco sia compatibile, PlayOnMac deve installare XQuartzStrumentiTraduzione:Versione UKVersione USA o canadeseGli utenti di Ubuntu devono aggiungere i repository MEDIBUNTU \n per convertire correttamente in questo formato.Impossibile trovare il file: Impossibile trovare la versione: Impossibile installare XQuartz! Devi installarlo per aumentare la compatibilità dei giochi.Non modificatoRimuoviDisinstallazione...Aggiornare GITAggiorna i prefissi WineAggiornamento di $APPLICATION_TITLE da GIT...Aggiornando i plugin. Precedenti: Utilizzo: Usa il plugin di Configurazione Avanzata di WineUsa CD-ROMUsa DVD-ROMUsa la versione demo dello Store DesuraUsa la versione dello Store DesuraUsa la versione demo dello Store DesuraUsa la versione dello Store OriginUsare il configuratore di PlayOnLinux perUsare la versione demo di Steam StoreUsare la versione Steam StoreUsa WineTricksUsare un file d'installazione sul mio computerUsa un'altra versione di WineIcone molto grandiLa scheda video non ha abbastanza memoriaDimensione memoria videoUnità virtualeCreatore disco virtualeDrive virtualiAttenzione: prima si prega di usare POL_SetupWindow_InitAttendi mentre viene preparata l'installazione...Attendere durante lo scaricamento della patch...\nQuesta operazione può impiegare del tempo, a seconda della tua connessione.Attendere il primo assistente per completareAttenzione!\n\nLa firma dello script che stai tentando di eseguire NON è valida\n\n$APPLICATION_TITLE non ha approvato questo script e non sarà responsabile dei suoi effetti.\nPer favore accertati di quello che stai facendo!Attenzione!\n\nLa firma dello script che stai tentando di eseguire NON è valida\n\nPlayOnLinux non ha approvato questo script e non sarà responsabile dei suoi effetti.\nPer favore accertati di quello che stai facendo!Attenzione: Questo strumento è per utenti esperti. Per disinstallare correttamente un programma con {0}, si deve cancellare il drive virtuale associatoAttenzione: Per una corretta codifica del video, \n la risoluzione DEVE essere un multiplo di 16Attenzione: GameShadow non funzionerà.\nDisattivarlo durante l'installazione.Attenzione: stai eseguendo $APPLICATION_TITLE $VERSION.\nPer continuare è raccomandato $APPLICATION_TITLE $NEEDED.Abbiamo rilevato che il programma che vuoi installare è:Stiamo per farti delle domande, per favore sii il più accurato \n possibileBenvenuti nella Configurazione Avanzata Wine, un ottimizzazione del sistema per Wine creata da GNU_Raziel. Se non sapete cosa scegliere, LASCIATE DEFAULTSBenvenuto in Detour, un plugin che ti permette di creare i collegamenti dopo l'installazione.Benvenuto nell'installatore della patch $PVERSION per $TITLEBenvenuto nell'installazione della patch $PVERSION per $TITLEBenvenuti nell'installer della patch $PVERSION per $TITLE_REQUIREDBenvenuto al wizard di installazione $APPLICATION_TITLEBenvenuto nell'assistente $APPLICATION_TITLE.\nTi aiuterà a installare $file nel tuo computer.\n\nStai attento! Questo programma non è ufficialmente supportato da $APPLICATION_TITLE.\nPerciò potrebbe non funzionare come previstoBenvenuto nell'installazione manuale di $APPLICATION_TITLE. \n\n Questo script ti permette di installare qualunque programma su $APPLICATION e di usarlo con ogni sua applicazione \n\n Attenzione: Non possiamo garantire il corretto funzionamento dell'applicazione.Benvenuto nel creatore di unità virtuali per $APPLICATION_TITLE.\n\nQuesto strumento ti aiuterà a creare una nuova unità virtualeCosa vuoi fare?Quale funzionalità del tuo programma non funziona?\nSe funziona tutto, faccelo sapereQual'è l'editor del tuo programma?Qual è il sito internet dello sviluppatore del programma?Qual è l'estensioneQual'è il nome del tuo programma?Qual'è il nome del tuo programma?Qual'è la tua lingua preferita?Che tipo di problema hai?Che tipo di unità virtuale vuoi creare?Cosa vorresti fare prima dell'installazione?Cosa vorresti fare?Quando il download di $TITLE è finito,\nNON cliccare Gioca.\n\nChiudere completamente l'interfaccia di Steam, \ncosicché lo script di installazione possa continuare.Una volta completato il download di $TITLE da Steam,\nNON cliccare su gioca.\n\nChiudi COMPLETAMENTE l'interfaccia di Steam,\nin modo che lo script di installazione possa continuare.Quando l'installazione chiederà il prossimo disco\ncliccare \"Avanti\"Quando {0} installa un programma Windows: - Abbandonare la locazione di default - Non selezionare "Avvia il programma" se richiesto.Dov'èDov'è montato il tuo CD-ROM?A quale applicazione vuoi applicare le modifiche?Specificare la versione in possesso.Quale versione vuoi installare?Che versione di Wine vorresti usare?Riavvio WindowsSembra che Wine sia crashato\n\nSe il tuo programma è ancora aperto, ignora questo messaggio.Disinstallazione di WineVersione WineVersioni di WineScrivi tutte le modifiche che hai effettuato alle configurazioni di Wine qui:Copy text XQuartz $XQUARTZ_VERSION è stato installato nel tuo computerXquartz è stato installatoSiSei connesso online a $APPLICATION_TITLE come $POL_LOGINTentativo di apertura di uno script design per {0}! Potrebbe non funzionare come ci si attendeNon puoi chiudere questa finestraNon hai selezionato un giocoSembra che tu non abbia nessun scipt personaleNon c'è bisogno di installare DirectX o usare GLSetup.Ti sei disconnesso correttamente da $APPLICATION_TITLE Online \n Puoi chiudere la finestraDevi essere in grado di eseguire questo programma!Devi scegliere una registrazione da convertireDevi scegliere una registrazione da leggereDevi scegliere un file!Devi scegliere un gioco da modificareÈ necessario disattivare la protezione anti-pirateria di questo gioco\nse si desidera giocarci con WineÈ necessario disattivare la protezione anti-pirateria di questo gioco\nse si vuole giocare usando Wine.Bisogna riavviare {0} per rendere effettivi i cambiamentiLa versione di $APPLICATION_TITLE non è aggiornata.\nBisogna aggiornare $APPLICATION_TITLE prima di inviare una segnalazione di bug. \nGrazieIl browser sta per essere attivato, si prega di scaricare la patch e decomprimerlaIl tuo filesystem potrebbe impedire il corretto funzionamento di {0}. Per favore apri {0} nel terminale per maggiori dettagli.La tua scheda grafica non ha abbastanza memoria!\nPotrebbe impedire il funzionamento del gioco.\n Per favore assicurati di essere connesso ad Internet.non è un'estensione di iconadinell'ambiente $APPLICATION_TITLE{0} Wizard{0} configurazione{0} consoleDebugger di {0}{0} Menu di installazione{0} non è in grado di avviare POL_SetupWindow_server.{0} non è in grado di avviare il server PlayOnLinux Setup Window{0} non può essere eseguto come root. Ci dispiace{0} non è in grado di trovare le librerie a 32bit di OpenGL Forse si riscontreranno problemi con i giochi{0} non è in grado di trovare le librerie a 64bit di OpenGL Forse si riscontreranno problemi con i giochi{0} programma di messaggistica{0} Impostazioni{0} Gestore verioni wineplayonlinux/lang/locale/ja/000077500000000000000000000000001226051336100162115ustar00rootroot00000000000000playonlinux/lang/locale/ja/LC_MESSAGES/000077500000000000000000000000001226051336100177765ustar00rootroot00000000000000playonlinux/lang/locale/ja/LC_MESSAGES/pol.mo000066400000000000000000000124121226051336100211250ustar00rootroot00000000000000@Y '#+E [ | & # 3NT    &';#c40)  - A I Y ` d p Gy  I ; M Q $k !   i ,y 6 3   ( #D )h $ ; : 6.-e$3 6bS  %<RIh   *0'6M^TO$a*e bql=9#E]E,:2@3*  ; ) 1!4&"(5+'/< .=>8#?07$% 9-6AccessoriesActivate GLSL Support?Add the PlayOnLinux logo to your video?Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose a gameChoose a pluginChoose an action to performChoose an option to modifyChoose the video format for conversionConfigureConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)DevelopmentDisableEnableExitFileGamesGeneralGraphicsInstallInstalled pluginsInternetMultimediaNewNextNoOfficeOtherPlay a captured filePlease choose a capture file to convertPlease select the setup file to runPlease wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...PluginsPress +F8 to start or stop captureProxy addressProxy configurationRefreshRegistry EditorRemoveRunSet a proxySettingsThis plugin wil allow you to capture you applications under PlayOnLinuxToolsWarning: For correct video encoding,\nresolution MUST be a multiple of 16Which application do you want to apply the modification to?YesYou did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyofProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-28 11:31+0000 Last-Translator: Akira Nakagawa Language-Team: ja_JP.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) アクセサリGLSLによる支援を有効化しますか?ビデオにPlayOnLinuxのロゴを追加しますか?アプリケーションのキャプチャを開始参照キャンセルキャプチャの実行中キャプチャメニュー(OpenGL)キャプチャメニュー(OpenGLなし)キャプチャを開始します。DirectDrawを用いた描画モードを使用しますか?Offscreenを用いた描画モードを使用しますか?アプリケーションを選択してください。プラグインを選択してください。実行する操作を選択変更するオプションを選択変換するビデオのフォーマットを選択設定変換完了ビデオにキャプチャしたファイルを変換エンコードのオプションを設定\n (何も知らない場合、既定の設定を推奨)開発無効有効終了ファイルゲーム標準グラフィックインストールインストール済 プラグインインターネットマルチメディア新しいWine環境にアプリケーションをインストールする次へいいえオフィスその他キャプチャしたファイルを再生変換するキャプチャファイルを選択実行するセットアップを選択PlayOnLinuxのロゴを作成中です。しばらくお待ちください。ビデオをエンコーディング中です。しばらくお待ちください。プラグインキャプチャを開始・停止するには+F8を押してくださいプロキシサーバーアドレスプロキシ設定更新レジストリエディタ削除実行プロキシサーバーを使用する。設定PlayOnLinuxで実行しているアプリケーションをキャプチャするプラグインですツール警告:正しいビデオエンコーディングでは、\n解像度は16の倍数である必要がありますどのアプリケーションに変更を適用しますか?はいアプリケーションが選択されていません。変換するキャプチャファイルを指定してください。読み込むキャプチャファイルを指定してください。変更するゲームを選択/playonlinux/lang/locale/jv/000077500000000000000000000000001226051336100162365ustar00rootroot00000000000000playonlinux/lang/locale/jv/LC_MESSAGES/000077500000000000000000000000001226051336100200235ustar00rootroot00000000000000playonlinux/lang/locale/jv/LC_MESSAGES/pol.mo000066400000000000000000000130341226051336100211530ustar00rootroot00000000000000-=!':b#f  ) IWs& NYKY (5'^)40) @aG\4 I Mr ;  $ !; ] ~  "5 X +w  '    4 Uv''$;)O[yii?98'9`A<7)Q{FdXZ`I,v+'2"-&%$# '+(!  ) *, Activate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose an action to performChoose an applicationChoose an option to modifyChoose the video format for conversionConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Operation doneOptimisation donePlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.This plugin wil allow you to capture you applications under PlayOnLinuxUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Which application do you want to apply the modification to?You did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2011-04-05 08:22+0000 Last-Translator: zaenal arifin Language-Team: Javanese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) ngAktifake dukungan GLSL?ngAktifake dukungan Multisampling?ngAktifake numpuki mouse warp?Nambahno lambange PlayOnLinux reng videomu?KabehNgawiti nangkapi seko aplikasi-aplikasiCapture lagek mroses...Nangkapi menu (OpenGL)Nangkapi menu (ora OpenGL)Nangkape arep dimulai...Mileh Model DirectDraw Renderer?Mileh Model Offscreen Rendering?Mileh Model Render Target Lock?Mileh sakwijine gameMileho sakwijine aksi kanggo performaneMileho sakwijine applikasiMileh sakwiji pilihan kanggo modifikasiMileho formate video kanggo konversiNgonversine RampungNgonversi sak tangkapan brekas reng videoTentukno pilihan pengkodeanmu \n (tinggalno default tek kowe ora ngerti opo sing dilakokno)Tentukno pilihan pengkodeanmu kanggo pass 1 \n (tinggalno default tek kowe ora ngerti opo sing dilakokno)Tentukno pilihan pengkodeanmu kanggo pass 2 \n (tinggalno default tek kowe ora ngerti opo sing dilakokno)Operasine wis rampungOptimis RampungMainke sakwiji capture brekasSumonggo mileh sakwiji PID capture brekas kanggo dimaenkeSumonggo mileh sakwiji capture brekas kanggo di konversiSumonggo mileh sakwiji OGV capture brekas kanggo disetelSumonggo nunggu sakmentoro lambange PlayOnLinux yoiku dikreasi...Sumonggo nunggu sakmentoro vidiomu yoiku lagek dienkoding...Pejhet +F8 kanggo ngawiti utowo mandekno capturePejhet +F8 kanggo mandekno capturePejet Next trus klik nok jendelone\nkowe pingin ing capture.\nCapture arep diawiti secoro otomatis sakwise 5 detik.\nMung vidio sing iso di captured.Plugin iki ngolehno kowe kanggo capture aplikasimu ninggon PlayOnLinuxPengguno Ubuntu kudune nambahno MEDIBUNTU repositori\nkanggo formate konversi iki ben kerjo nggenah.Ngilengake: Kanggo ngoreksi video encoding,\nresolusine KUDUNE didadikno mulltiple seko 16Sugeng rawuh nok konfigurasine ahline Wine, sakwijine keoptimisan sistem kanggo ngekreasi Wine barengan GNU_Raziel. Tek kowe ora ngreteni iku yo mileho, TINGGALNO BEN DEFAULT WAESugengrawuh ing Detour, sakwijine plugin sing kowe gunakno kanggo ngekreasi sotkat post-install.Singendi aplikasine sing kowe pingin bek aplikasikno kanggo modifikasine?Kowe orak mileh sakwijine gameKowe kudune mileh capture kanggo dikonversiKowe kudune mileh capture kanggo diwocoKowe kudu mileh sakwijine game kanggo dimodifikasiplayonlinux/lang/locale/ko/000077500000000000000000000000001226051336100162305ustar00rootroot00000000000000playonlinux/lang/locale/ko/LC_MESSAGES/000077500000000000000000000000001226051336100200155ustar00rootroot00000000000000playonlinux/lang/locale/ko/LC_MESSAGES/pol.mo000066400000000000000000000114331226051336100211460ustar00rootroot00000000000000FLa| ' #5Y`g~    @LT [elqv| ('9)a4)         " + G3 { ;   $ ! 0 3  0 # < C J a w      '=DSZ anu|       #-4;&S!z: ?/Cs):Ne v [:FA'*'#7 - $1<,8">D;&5F)0@6*' 4(2+%=9/ B! :3.EA C?AccessoriesAdd the PlayOnLinux logo to your video?Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginChoose an action to performClose this applicationConfigureConvert a captured file to videoDevelopmentDisableDonateEducationEnableExitFileGamesGeneralGraphicsI AgreeInstallInstalled pluginsInternetKillAppMultimediaNewNextNoNo descriptionOfficeOtherPatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease wait while the PlayOnLinux logo is created...PluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordProxy portRefreshRegistry EditorRemoveRunSet a proxySet the iconSettingsTestingThis plugin wil allow you to capture you applications under PlayOnLinuxToolsWhich application do you want to apply the modification to?Wine versionsYesYou did not select a gameYou must choose a capture to convertYou must choose a capture to readofProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-25 17:29+0000 Last-Translator: Aymeric PETIT Language-Team: Korean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) 보조 프로그램비디오에 PlayOnLinux 로고를 더할까요?어플리케이션의 캡쳐 시작탐색취소캡쳐가 진행중...캡쳐 메뉴(OpenGL)캡쳐 메뉴(not OpenGL)캡쳐 시작...게임을 선택해 주세요.플러그인 선택적용할 액션 고르기이 어플리케이션 종료구성캡쳐된 파일을 비디오로 변환개발사용 안 함기부교육사용하기종료파일게임일반적인그래픽동의함설치플러그인 설치 됨인터넷킬어플리케이션멀티미디어새로 만들기다음아니오설명 없음오피스기타패치캠쳐된 파일 실행실행 할 PID 캡쳐 파일 고르기변환할 캡쳐 파일 고르기실행할 OGV 파일 고르기PlayOnLinux 로고 가 생성될 동안 기다려주세요플러그인캡쳐를 시작하거나 멈추기 위해 +F8 누르기캡쳐를 멈추기 위해 +F8 누르기캡쳐를 원하시면\n창의 다음버튼을 누르세요.\n5초 후 자동으로 캡쳐가 실행될 것 입니다.\n비디오 만이 캡쳐될 수 있습니다.프록시 주소프록시 설정프록시 로그인프록시 비밀번호프록시 포트새로고침레지스트리 편집기삭제실행프록시 설정아이콘 설정설정시험중이 플러그인은 PlayOnLinux 아래의 어플리케이션을 캡쳐할 수 있습니다.도구어느 어플리케이션에 수정 사항을 적용할 것 입니까?Wine version들예게임을 선택하지 않았습니다.변환할 캡쳐를 선택해야 합니다읽을 캡쳐를 선택해야 합니다의playonlinux/lang/locale/lt/000077500000000000000000000000001226051336100162365ustar00rootroot00000000000000playonlinux/lang/locale/lt/LC_MESSAGES/000077500000000000000000000000001226051336100200235ustar00rootroot00000000000000playonlinux/lang/locale/lt/LC_MESSAGES/pol.mo000066400000000000000000000227351226051336100211630ustar00rootroot00000000000000,<  ' < /@ !p "  #     . H ^      $ & 6 M \ f u } N  ! )4< CMTY ^kqy +' < F T_dhmp    &(;'d)#$404et)|  R` t %  +8A Ub2jG\ h zIMi;  $,!Q s  `j7,.,L%g "+@Vl(70 AK ^j&U " ,7> GR[bi y   2,_ v    'EWns)+)$$%I0o% E9, f !!2! E! P!]! r!}!!.!! !" "" 3">"W" n""y"C"$" #i#y##V##F$.$ % %% %+<%'h%/%% % %ev+\^XQh~t.G"jy,H1 3z8EVMsO*ua>CF]g`? U&/'_#S@!%}d=b4WpTckiBI2$)r5 ( oLn{<J; 96YDZ mK-7AfRNP[q|wl:0xAccessoriesActivate GLSL Support?Add the PlayOnLinux logo to your video?AllAre you sure you want to close all {0} Windows?Are you sure you want to delete: Are you sure you want to install: Available Wine versions: Begin the capture of an applicationBrowseCancelCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the name of the virtual driveChoose the video format for conversionClose this applicationCommand promptConfigureConfigure WineConnectConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDisableDisconnectDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeIcons:InstallInstalled Wine versions: Installed pluginsInternetKill processesKillAppLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMessengerMiscellaneousMultimediaNameNewNextNoNo descriptionOfficeOpen a shellOpen program's directoryOpen the application's directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPassword: PatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease select the setup file to runPlease select the setup file to run:Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordRefreshRegisterRegistry EditorRemoveReport a bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardSendSet a proxySet the iconSettingsShow virtual drivesTask managerTestingThe following people contributed to this program: This plugin wil allow you to capture you applications under PlayOnLinuxThis virtual drive is protectedToolsUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Video memory sizeVirtual driveWarning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Which application do you want to apply the modification to?Wine versionWine versionsYesYou did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyof{0} Wizard{0} configurationProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-11-27 16:46+0000 Last-Translator: Mantas Kriaučiūnas Language-Team: Lithuanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) ReikmenysAktyvuoti GLSL palaikymą?Pridėti PlayOnLinux logotipą į savo vaizdo įrašą?VisusAr tikrai norite uždaryti visus {0} langus?Ar esate įsitikinęs, kad norite pašalinti: Ar esate įsitikinęs, kad norite įdiegti: Prieinamos Wine versijos: Pradėti programos vaizdų fiksavimąNaršytiAtšauktiĮrašinėjama...Vaizdo fiksavimo meniu (OpenGL)Vaizdo fiksavimo meniu (be OpenGL)Prasidės vaizdo fiksavimas...Pasirinkote DirectDraw atvaizdavimo būdą?Pasirinkite žaidimąPasirinkite įskiepįPasirinkite veiksmąPasirinkite programąIšsirinkite ką norite keistiPasirinkite virtualaus disko pavadinimąPasirinkite video formatą, į kurį norite konvertuotiUžverti šią programąkomandų eilutęNustatytiKonfigūruoti WinePrisijungtiKonvertavimas baigtasKonvertuoti įrašytą failą į videoNustatykite kodavimo parinktis \n (palikite numatytuosius, jei nežinote, ką daryti)Vystytojas ir tinklalapis: KūrimasIšjungtiAtsijungtiRodytiPaaukotiŠvietimasĮjungtiBaigtiFailasGLSL PalaikymasŽaidimaiBendraGrafikaSutinkuPiktogramos:ĮdiegtiĮdiegtos Wine versijos: Idiegti įskiepiaiInternetasUžbaigti procesusUždaryti programąPrisijungti: MB atsisiųstaPadaryti naują nuorodą iš šio virtualaus diskoTvarkyti Wine versijasPranešėjasĮvairūsMultimedijaVardasNaujasSekantisNeNėra aprašymoRaštinėAtidaryti konsolęAtidaryti programos direktorijąAtverti programos katalogąAtidaryti virtualaus disko direktorijąOperacija atliktaOptimizavimas atliktasKitaSlaptažodis: PataisosRodyti įrašytą failąPasirinkite įrašytą PID failą rodymuiPasirinkite įrašytą failą konvertavimuiPasirinkite įrašytą OGV failą rodymuiPasirinkite įdiegimo (setup) failąPasirinkite įdiegimo (setup) failą:Palaukite, kol kuriamas PlayOnLinux logotipas...Palaukite, kol video užkoduojamas...Įskiepių valdyklėĮskiepiaiNorint pradėti ar sustabdyti vaizdo fiksavimą, spauskite +F8Norint sustabdyti vaizdo fiksavimą, spauskite +F8Spauskite Sekantis ir langą,\nkurį norite užfiksuoti.\nVaizdo fiksavimas prasidės automatiškai po 5 sekundžių.\nBus fiksuojamas tik vaizdas.proxy adresasProxy konfigūravimasProxy prisijungimasProxy slaptažodisAtnaujintiRegistruotisRegistro redaktoriusPašalintiPranešk apie klaidąVykdytiPaleisti .exe failą iš šio virtualaus diskoPaleisti lokalų skriptąPaleiskite konfigūravimo vedlįSiųstiNustatyti proxyNustatyti piktogramąNustatymaiRodyti virtualius diskusUžduočių tvarkyklėTestavimasProgramą tobulino šie žmonės: Papildinys leis užfiksuoti programų vaizdus naudojant PlayOnLinuxŠis virtualus diskas yra apsaugotasĮrankiaiUbuntu naudotojai privalo pridėti MEDIBUNTU saugyklą,\nkad šis konvertuotas formatas veiktų tinkamai.Vaizdo atminties dydisVirtualus diskasĮspėjimas: Siekiant tinkamai užkoduoti vaizdą,\nraiška TURI būti dauginė iš 16Tai išplėstinis Wine konfigūravimas, pagal GNU_Raziel sukurta Wine optimizavimo sistema. Jei nežinote, ką pasirinkti, PALIKITE NUMATYTUOSIUSDetour įskiepis leidžia sukurti programų nuorodas po jų įdiegimo.Kuriai programai norite pritaikyti pakeitimus?Wine versijaWine versijosTaipJūs nepasirinkote žaidimoPasirinkite vaizdo fiksavimą konvertavimuiPasirinkite vaizdo fiksavimą skaitymuiJūs turite pasirinkti žaidimą, kurį keisiteiš{0} Vedlys{0} parinktysplayonlinux/lang/locale/ms/000077500000000000000000000000001226051336100162365ustar00rootroot00000000000000playonlinux/lang/locale/ms/LC_MESSAGES/000077500000000000000000000000001226051336100200235ustar00rootroot00000000000000playonlinux/lang/locale/ms/LC_MESSAGES/pol.mo000066400000000000000000003300441226051336100211560ustar00rootroot00000000000000T\5XGYGhG}GG G'GGG#G#!HEHXH]H-uH0H+H#I($I(MI&vI)I+I"I!J8JWJ*wJJXJKKZL0M5HM+~M4M9M*N$DN#iNNN;NN_yO&O'P(PPmPCQBRPR 7SIBSS S SSS!ST'T`:TTzTU".U&QUxU~U6+V/bV)V%V3V!W"8WM[W WWWWXjYYYYYLYgZZ\[#0\RT\\\\}][^b^1{^^^^^ _Y_;t____ _ `?` _`m``0````.a.Fa!uaa3a$a& b2b ;bGb_bqsbbbc c$c*3c ^c icscc*c c cc cd$dMtt%tt t"tuuuCuJumGv5v\vbHwVwUxXxsxxxmyz\z`{\h{\{P"|Ms|4|;|2}!;}]}|}},~I~([~~~~~~k~Qm!9![}ɀ %>aR ρ܁B>)9JYs(Y "(-.\pxG +1F Z gq<1   -+0Y2a[N cK W4fL1&2(Y A.'2Qѐ  ':Yhz'T  $,:A|*\(ۓ',#Dh"+)ה"$$9I05ӕ3 :=YxҖ??0/pE/EE\EE-.C\@@@"@c-Қ7 1A2s68ݛc$z,1̜.-dE%Н2SFPf(z17Ǡ$$=)X/:& :4#o%$$ޢ]Ix6£I4C>xC;+7%c&)(ڥ478.p0Цߦ) A9̧d ky  ɨڨ~W9 DT[{ ƪx %ϫ  :EJ iu|"ˬ*4$Lq$< *3G _Pkc) <J&ʯۯ)*dJmK@IX ijh̳@5yv'w" CĶeܶdBdn 2{R0,ܹ2 B<-Z^Mg/047K 9@ɽ# *.UYHLGE3447+Gc)G&9Y"@+DPpI( I4[~L'  \pN  !5'Go& <"Ux [[_& )8.G v&)*ddedd/b.&FK KUKI\EmGZ:NkMQ-'13'<[3<2 <kn'S#+&R i" !0.!Pk9l;`@;>|nDi&|+4;R1qMg%,eRJ /5=/m<M|*':,T0d%$=!b WXkn4" 2S\6Q~FlNT 5;T7& "-A S _ lv09,[[{ 8+E  "&. U bp%-0+E#q((&)'8!` )4*"YM542-3;O2#$L4e pPfLTR iu~(#,i %?em%.<#k*GZb}vA  V d z  Q p p  k y P   D B73Oe \,!/ Qr9+e-.%82Q" l4  ((0 Y gu!,9"Kn  Ziio  * >JS[)G(Nw)L= K!k62<K_i#!5Te.| %->Uetvn )  B  M X j  s    & ) !J !k!!!!!'!""#&"+J"v"" " "Q"% #3# 8#F#Z#s#3|#8# #A#!9$[$t$ $$$&$$4$%>%>[% %/%J% 6&"B&%e&&&#&w&N']'Gc'X'r(8w(X(d )kn)k)%F*}l**z+,,b,f#-b-b-VP.H.6.A'/ i/s////$q00(000 001z*1111112-2H2b2~22 22233 33@3V3m3d33 3 44J%4p4U5i5|5555 5)557 777+777 8"8F:88'8888889@9%W9}99 99)9\99E;;a9<T<<f>,?1?6?=?B?FH??A?L?/@:O@1@7@@ A AEA/dAA*BBBBrCTIDD DDDDDE&E JKL.KL{K:KUL:YLULULU@MUM8MS%NKyNKNFOFXO3OOOAP9EP7PDP?Pj(SYgSUSToT)WU}UU7V%SVyVVV-V5V)W,EWHrW+W-W,X,BXoXWXFX4 YMUY3Y?YDZ<\Z(Z"Z#Z) [(3[.\[)[7[/[\,\=\3E\&y\\5:]kp] ]]]^ $^0^F^U^ d^sq^^ ^__Y"_:|_____ ``-`>`\` a a"a6a+Eaqaa'a#aabb"b2b;b Wbxb'b1b&b c*(c$Sc$xccLcc dd,d4dFd edTpdgd$-e2Re*eee ee5e6,fbcffgIshhGiii iujD{jkj*,kWkl/lxl-meBmdmd norn;nfooo36p(jp*p8p4pP,qu}q_q=Ss>sBsCt Wt9btIt&t( uV6uXuKud2v0vCvC wBPwFwwx yy-zzz&m{P{.{\|Mq|-|Q|q?}P}{~~~~~ ~~aG_]x ր   +3_!s & Ɂ Ձ4#Lp+߂[[jƃ0؃  ( =I-X &&$eemeӅe9e!'CGHMIN}F̋s]A'Gƍ\1*K6v:C<,Ci8 rc,~j03dz&͔2-'Uu H~DuGjJޛʜN?y,<͠ -'lU¡ա%*FmXTƢ - 82CIv<Hac*4&å$6,2cr) 03,d+m٧nGt8+%d*\_o<Ϫ Ymb[ 6̬48FP&í ޭ  0:1NC2Į__W  ï<ϯ T9 L#0SgM#mxX\O7B@iD^fAS%_JGP5Rgu7U!pb'ydhh}Ulc d!Ck 2- "Gz>5aP N+3%r8(s?&|yom3T};R/@ Ei@I# CeMOXAr^O! )-8jI|_&ba`."L]'Iw<4H*&Q:CJtpvH<vpHN),*\kz4Mr+FQYa5LcgqCP@.f49AFT 61/L q\F]Qh=t03`^o$9([{Z=!}8{:T  U8DYA?dwE G(nNs#32~ +BNEZ y= VRtX.[; `>[2x/1*ij;w-B')W+<>9 71SV0f{*lYQ 1KuWH_cKZz6]q ~$$K?'>,e6JIPl R%nO4|e56mWuv";DM(~$jG%2S0,:"n?& /o .):x7B,=kKJ<Fs-EbVD Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)Function override detected, disabling bug reportingGLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsLorsque Wine demande installer le paquet "Mono", cliquer sur "Annuler"MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run :Please select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want install with ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-21 17:19+0000 Last-Translator: abuyop Language-Team: malay loco team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Language: ms Pilih satu fail Ekstrak pakej Pasang pakej Papar mesej ini (dari {2}) Lesen diterjemah kedalam bahasa anda Lesen asal tidak wujud! telah berjaya dinyahpasang. bukanlah pakej PlayOnLinux yang sah! pada komputer anda. atau akan dipasang dalam: Pemasangan "Horse Armor Pack" akan bermula...Pemasangan "Knights of the Nine" akan bermula...Pemasangan "Mehrunes Razor" akan bermula...Pemasangan "Orrery" akan bermula...Pemasangan "Spell Tomes" akan bermula...Pemasangan "Theives Den" akan bermula...Pemasangan "Vile Lair" akan bermula...Pemasangan "Wizard Tower" akan bermula...Penkonfigur Aplikasi $APPLICATION_TITLEPemasang Gecko $APPLICATION_TITLEPemasang Mono $APPLICATION_TITLEPenyahpasang $APPLICATION_TITLEPengemaskini-automatik $APPLICATION_TITLEPenyahpepijat $APPLICATION_TITLE sedang dimulakan...Penggunaan pertama kali $APPLICATION_TITLE$APPLICATION_TITLE telahpun menjalankan program ini.\nAnda hendak kekalkan tetapan lama ?$APPLICATION_TITLE telah mengalami ralat mati. $APPLICATION_TITLE akan hentikan proses pemasangan.\nLawati www.$POL_DNS untuk maklumat lanjut$APPLICATION_TITLE telah mengalami ralat. Jika program tidak berfungsi dengan baik, ia mungkin punca masalah.\nLawati www.$POL_DNS untuk maklumat lanjut$APPLICATION_TITLE mengalami ralat. Jika program yang anda pasang tidak berfungsi dengan baik, ia mungkin disebabkan oleh masalah tersebut.\nLawati www.$POL_DNS untuk maklumat lanjut$APPLICATION_TITLE sedang menganalisis aplikasi anda$APPLICATION_TITLE sedang menyiapkan penyediaannya$APPLICATION_TITLE sedang memasang $PRGM_NAME$APPLICATION_TITLE sedang memasang aplikasi anda...$APPLICATION_TITLE sedang membuat pemacu keras windows maya$APPLICATION_TITLE sedang menjalankan program andaPengurus pakej $APPLICATION_TITLE: Pencipta pintasan $APPLICATION_TITLEProfil $AUTHOR$PACKAGE mengalami kerosakan.$PACKAGE mengalami kerosakan.\nKlik pada pautan nyahpepijat untuk perincian.$TITLE telah berjaya dipasang\n\nJika Tetingkap pemasangan menghalang program anda dijalankan, anda mesti buang dan pasang semula $TITLE$TITLE telah dipasang.\n\nTerima kasih kepada Erich Hoover atas tampalan winenya (Pembaikan AcceptEx)$TITLE telah berjaya dipasang$TITLE telah berjaya dipasang.$TITLE telah berjaya dipasang.\n\nJika permainan mengalami kerosakan semasa permulaan, buka terminal dan taip:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE telah dipasang$TITLE dipasang!\n\nPerhatian!\n1)But semula wine\n2)Tetapkan peranti output yang betul di dalam tetapan audio wine\n3)Selamat bermain!$TITLE perlu baca bahagian PC daripada CD-Rom hibird.\n\nSecara lalai, MacOS hanya memberikan anda capaian ke bahagian the Mac daripada cd-rom, yang mana tidak serasi dengan versi terkini Mac OS.\n\nAnda mahu PlayOnMac cuba membaca bahagian PC CD anda?$TITLE kini sepatutnya diaktifkan.\nBunga dua kali permulaan $TITLE diperlukan:\nSatu untuk mengawalkan dan satu lagi untuk pendaftaran.\n\nHanya mula, tutup dan mula semula $TITLE!(Jika senarai ini kosong, sila pasang versi wine dengan pengurus versi wine)(bertetingkap)7z tidak dipasang, sila semak sama ada anda telah memasang 7zip dan cuba sekali lagiHenti paksa pemasanganPerihal {0}AksesoriAktifkan Sokongan GLSL?Aktifkan sokongan Persampelan Berbilang?Aktifkan pembatalan leding tetikus?TambahTambah liogo PlayOnLinux kedalam video anda?Tampalan Advent Revising telah dipasang;\nJangan lupa hantar emel terima kasih kepada Setz atas usahanya.SemuaSemua permainan Infinity Engine tersokong sudah ditampal.\nUntuk mengubahsuai resolusi skrin bagi pintasan. guna konfiguratornya.Sudahpun dikemaskini.Ralat berlaku semasa muat turn.Versi terkemaskini {0} sudah tersediaLaksanaAdakah data bagi pelayan lesen adalah betul?\nDapatkah nilai ini ditambah ke registri?\n\nNama pelayan lesen: $licenseServerName\nPort pelayan lesen: $licenseServerPortAnda pasti hendak memasang pakej {0}?Anda pasti hendak menutup semua tetingkap {0}?Anda pasti hendak memadam wine {0}?Anda pasti hendak memadam {0}?Anda pasti hendak memadam pemacu maya {0}?Anda pasti hendak memadam: Anda pasti hendak memasang: Anda pasti hendak matikan semua aplikasi $APPLICATION_TITLE yang aktif?ArgumenKekunci anak panah (lalai)Program terumpukPerhatian: Selepas pemasangan selesai, penampal akan dimuatkan. Sila tutup penampal sebelum mendaftar masuk atau selesaikan mengemaskini untuk selesaikan pemasangan. Selepas itu, anda boleh jalankan "$TITLE" bila persediaan selesaiPerhatian: Selepas pemasangan selesai, penampal akan dimuatkan. Sila tutup penampal sebelum mendaftar masuk untuk selesaikan pemasangan. Selepas ini, anda boleh jalankan "$TITLE" bila persediaan selesaiPemasangan automatikJalan-sendiriVersi Wine tersedia: Sambungan fail terukBerhati-hati! Jika anda ubah Berhati-hati! Memasang salah satu komponen ini boleh merosakkan pemacu maya anda.Berhati-hati! Ia akan matikan proses pemasangan. Jika ia masih belum selesai, anda perlu pasang semula $SOFTNAMEBerhati-hati! Untuk jalankan $TITLE dengan $APPLICATION_TITLE, anda mesti pasang tampalan No-CD walaupun anda mempunyai versi yang sah.\n\nSila ingat bahawa $APPLICATION_TITLE adalah tidak menyokong cetak-rompak, dan tidak akan sesekali menyokongnya.Oleh kerana pepijat wine #30512, proses muat turun akan mengalami kerosakan, hanya lancarkan semula klien dan muat turun akan disambung semula pada kedudukan ia dihentikan. Peratus muat turun akan ditetap semula tetapi jangan risau, ia tidak bermula daripada permulaan.Mula menangkap aplikasiBinari tidak ditemui: $BINARY\nAdakah anda memasang program ke lokasi lalainya?Brasil (teks sahaja)LayarDengan membenarkan ini, anda akan mempunyai capaian ke pemasang untuk program ini mengandungi perlindungan terhadap penyalinan (DRM) yang mana ia tidak serasi dengan emulasi. Cara lain adalah dengan menggunakan tampalan "tanpa-cd", tetapi oleh kerana ia boleh digunakan atas tujuan cetak rompak kami tidak menyokongnya lagi.Dengan membenarkan ini, anda akan mempunyai capaian ke pemasang pengujian. {0} tidak dapat pastikan aplikasi anda akan berfungsi tanpa sebarang masalahBatalTidak dapat cari pintasanTidak dapat pasang menggunakan pemuat turun rasmi, maafPenangkapan dalam proses...Menu tangkap (OpenGL)Menu tangkap (bukan OpenGL)Tangkapan akan bermula...Ubah ikonSemak sama ada resolusi telah berubah\n(biasanya ditetapkan kepada \"HI-RES\") dalam pemuat.Tanda komponen yang anda hendak pasang lagi:Memeriksa integriti muat turun...Memeriksa integriti kandungan...Memeriksa pemalam: Pilih Mod Penerap DirectDraw?Pilih Mod Penerapan Luar Skrin?Pilih Mod Kunci Sasaran TerapPilih satu permainanPilih satu pakej untuk dipasangPilih satu pemalamPilih skrip $APPLICATION_TITLE yang sah untuk dijalankan.Pilih tindakan untuk dilakukanPilih satu aplikasiPilih pilihan untuk ubahsuaiPilih bahasa Internet Explorer yang anda mahuPilih fail yang berkaitan dengan program anda.Pilih bahasa permainan yang anda mahuPilih resolusi permainanPilih fail log yang berkaitan dengan program anda.Pilih nama bagi pemacu mayaPilih format video untuk penukaranMembersihkanMembersihkan...Klik Berikutnya untuk teruskan.Klik Berikutnya untuk mulaKlik pada "Maju" SHAJA bila pemasangan permainan Steam\nakan selesai atau anda perlu buat semula pemasangan.TutupTutup semua perisian {0}Tutup aplikasi iniRoda kodPromp perintahPerintah untuk dilakukan sebelum menjalankan programKomersialKonfigurKonfigur WineSambungSambung ke akaun $APPLICATION_TITLE andaMenyambung...Panel KawalanPenukaran selesaiTukar fail ditangkap kepada videoMenukar video...Menyalin fail pemasangan, tunggu sebentar...Menyalin ${filename}Menyalin pemacu mayaTidak dapat cari bolehlaku $EXE dalam cakera maya $PREFIXTidak dapat cari direktori programCipta satu pintasanMencipta pintasan...NyahpepijatNyahpepijat benderaMenyahmampat arkib...Pelayan KhususPenyunting Pelayan BerdedikasiPelayan khususTetapan video lalai adalah rendah bagi kebanyakan komputer modern,\ningat klik pada "Kesan-sendiri" dalam tetapan video lanjutan.Konfigurasi pemacu maya lalaiTakrifkan pilihan pengekodan anda \n (biarkan lalai jika anda tidak tahu apa perlu dibuat)Takrifkan pilihan pengekodan anda untuk laluan 1 \n (biarkan lalai jika anda tidak tahu apa perlu dibuat)Takrifkan pilihan pengekodan anda untuk laluan 2 \n (biarkan lalai jika anda tidak tahu apa perlu dibuat)PadamVersi demoPembangun dan Laman Sesawang: PembangunanVersi Digital DeluxePenerap Direct DrawDilumpuhkanPutuskanPaparanJangan lupa menutup Steam bila muat turun\nselesai, supaya $APPLICATION_TITLE dapat diteruskan\nuntuk pemasangan permainan anda.Anda mempunyai pek bahasa untuk dipasang?Anda hendak $APPLICATION_TITLE memasangnya secara automatik untuk anda?Anda hendak layar laman sesawang $TITLE?Anda hendak padam pemacu maya:Anda mahu muat turun $TITLE dari GOG.com?Anda inign membantu {0} membina pangkalan data keserasian? Jika anda klik ya, perkara berikut akan dihantar kepada kami secara awanama kali pertama anda menjalankan program Windows: - Mod kad grafik anda - Versi OS anda - Jika pemacu grafik dipasang atau tidak dipasang. Maklumat ini sangat penting untuk kami membantu pengguna.Anda hendak pasang $TITLE untuk disegerak dengan peranti USB?Anda mahu pasang Tampalan 1.0c?Anda hendak pasang Tampalan 2.0a?Anda hendak pasang versi unikod bagi Persediaan Inno?Anda hendak baca bebenang asal dari forum GOG.com?Anda hendak cuba lagi?Anda hendak kemaskini dan mulakan semula $APPLICATION_TITLE?Adakah program anda berjalan?Jangan lupa pergi ke menu alatan PlayOnMac -> Baca CD-Rom PC sebelum menjalankan permainan andaJangan pasang XQuartz buat masa iniJangan sertakan sebarang fail logBeri SumbanganMuat turun selesai.\nPemasangan tampalan akan bermulaMuat turun gagalMuat turun Kedai SteamMuat turun pada Pulih Steam-Pulih Sandar SteamMuat turun kelihatan sudah rosakMut turun programMemuat turun Game Fot Windows Live...Memuat turun Wine: Memuat turun XQuartzMemuat turun fonMemuat turun gecko ...Memuat turun...Memuat turun: Semasa pemasangan, sia BUANG TANDA semua pemacu untuk pengawal NI dan antaramuka audio. Pemasangan akan gagal jika dibiarkan bertanda, dan sebenarnya tidak diperlukan.Semasa pemasangan, sila BUANG TANDA pilihan bagi ASIO4ALL, dan BUANG TANDA jalankan FL Studio dipenghujung pemasangan.Semasa prose pemasangan, sila nyahpilih\n"Pasang Bonjour for Windows" dan "Kemsakini Safari secara automatik".Belanda (teks sahaja)Sunting atau kemaskini aplikasi sedia adaPenyuntingPendidikanLenting CD-ROM PCBenarkanBenarkan ptrace() secara sejagatInggerisVersi bahasa InggerisEdisi DipertingkatkanSelamat menggunakan $APPLICATION_TITLEPadam (kandungan pemacu maya akan hilang)RalatRalat ! Fail tidak sepadan\n\nSetempat : $LOCAL_MD5\nPelayan : $SERVER_MD5Ralat semasa memasang arkibRalat semasa memasang fonRalat semasa menyahmampat arkibRalat!Ralat: Tidak dapat cari CD-ROM!Ralat: Tidak boleh simpan port yang sahKeluarPustaka luaranSaiz fail terekstrak tidak sepadan!Mengekstrak ${filename} dari ${archivename}Mengektrak Slender...Mengekstrak Wine...Mengekstrak: Lalai kilangGagal menyambung !\nSila pastikan daftar masuk dan kata laluan anda adalah betul.Gagal mencari ${dest} dari ${archive}FailAsosiasi failFail tidak ditemui!Saiz fail tidak sepadan!PerancisPenuh (1.5GB), baiki sehingga isu minor (49 adegan)Pembatalan fungsi dikesan, melumpuhkan pelaporan pepijatSokongan GLSLGame For Windows Live tidak dipasang\nmelangkau nyahpasang rutin.Veris Permainan Terbaik Tahun IniPermainan tidak dipasangPermainan tidak dipasang.PermainanAmJermanBeri keupayaan ke bolehlaku wineserverPergi kesana sekarang?Daftar masuk Gog.com mengalami kegagalan, cuba lagi?GrafikDisini merupakan kod sumber skrip. Periksa ia dengan hati-hatiDisini merupakan kod sumber skrip. Periksa ia dengan hati-hatiKualiti tinggi (Tetapan entropi)Berapa banyak ingatan papan grafik anda miliki?Namun, ia tidak akan diaktifkan sehinggalah anda but semula komputer anda.Saya SetujuSaya tidak mahu buat pintasan lainSaya baiki sendiri, cuma ujian semulaSaya mempunyai masalah dengan perisianSaya telah muat turun fail tersebutPENTING: \n\nPada tetingkap pemasangan berikutnya, JANGAN klik butang Pilihan, ia akan merosakkan pemilihan bahasa.Pemilihan ikonIkon:Jika pemasangan .NET 3.0 gagal, jangan risau\npermainan masih berfungsiJika kemaskini muat turun tersangkut, tutup dan jalankannya sehingga muat turun selesai.Jika permainan rosak semasa permulaan, buka terminal dan taip:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJika persediaan meminta pemasangan DirectX, jawab tidak.Jika anda dapat lihat lanskap disebalik menu utama,\nlumpuhkan FOG dalam pilihan grafik.Jika anda tutup tetingkap ini, anda tidak dapat baca balasan lanjutan. Anda pasti hendak menutupnya?Jika anda tidak mempunyai tambahan "Shivering Isle"\nanda mesti kemaskini permainan ini sebelum membukanya.Jika anda tidak mempunyai tambahan "Shivering Isle"\nanda mesti kemaskini permainan ini sebelum membukanya.Jika anda tidak tahu, nyahpilih semuaJika anda mempunyai Ralat 3007 semasa menyambung, buka terminal dan taip:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJika anda menghadapi ralat masa jalan semasa menjalankan permainan, buka terminal dan taip:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJika anda belum lagi memuat turun permainan, anda perlu membuatnya. Anda boleh mendapatkannya melalui Google cari, dan perlukan Slender_v0_9_7.zip supaya skrip ini diselesaikan.Jika anda berjaya memasang program dengan butang 'Pasang perisian bukan-\ntersenarai', ia membolehkan anda tambah program ini ke dalam senarai kamiJika anda temui mesej ralat semasa pemasangan DotNet 3.0, anda boleh abaikannya tanpa sebarang isuJika anda temui mesej ralat semasa pemasangan DotNet 3.5 SP1, anda boleh abaikannya tanpa sebarang isuJika anda temui mesej ralat semasa pemasangan DotNet 3.5, anda boleh abaikannya tanpa sebarang isuJika anda temui mesej ralat semasa pemasangan DotNet 4.0, anda boleh abaikannya tanpa sebarang isuJika anda mahu pasang $TITLE dalam pemacu maya lain\nJalankan pemasang ini sekali lagiUntuk memasang $TITLE, anda perlu pasang Mod Pack Studio Lite 2.0 dahuluDalam direktori manakah anda mahu muat turun fail GOG?Dalam direktori manakah anda mahu alih semula direktori pengguna?Termasuk:Masukkan alamat pelayan lesen!Masukkan port pelayan lesen!PasangPasang Terraria di dalam Steam. Jalankan Terraria bila Steam telah memasang permainan tersebut. Steam memasang kerangka kerja xna permainan. Tutup Steam supaya pemasang dapat diteruskan.Pasang program yang tidak-tersenaraiPasang programPasang program di dalam pemacu maya baruPasang komponenPemasangan selesaiPasang skripPasang beberapa pustakaPemasangan selesai.Pemasangan selesai\n\nPermainan akan mengalami kerosakan kali pertama dibuka, tetapi jangan risau, hanya cuba sekali lagi.Pemasangan di dalam proses...Versi Wine dipasang: Pemalam dipasamgMemasang Adobe AirMemasang DirectMusicMemasang dll DirectX 10...Memasang dll DirectX 11...Memasang dll DirectX 9...Memasang masa jalan DirectXMemasang Games For Windows LiveMemasang DLL Linuxtrack-wine...Memasang masa jalan Visual BasicMemasang XMLlite...Memasang XQuartz...Memasang dll Xact...Memasang dll Xinput...Memasang fonMemasang DLL mfc42...Memasang DLL msasn1...Memasang pemalam: Memasang vcrun2008 dan wininet dan lumpuhkan dll d3d9 dan d3d8 akan memaksa permainan gunakan OpenGLMemasang DLL wintrust...Memasang: Versi antarabangsaInternetKelihatan ini merupakan kali pertama anda menggunakan $APPLICATION_TITLE.Adalah sangat disarankan memasang pek mod Circle of Eight\nuntuk membaiki banyak isu dengan permainan ini, secara pilihan menambah kandungan baru\n(untuk pek mod "NC").\nGuna skrip PlayOnLinux yang khusus dalam seksyen tampalan.Itali (teks sahaja)Versi bahasa ItaliVersi Bahasa JepunSertai saluranMatikan semua proses prefixMatikan prosesMatikanAplMematikan program di dalam pemacu maya...Isu diketahui:nn1) Memuatkan EULA kali pertama dijalankan mengambil masa yang lama (5min).nn2) Fitur Captain's Quarters mengalami kerosakan untuk (semua?) kebanyakan pengguna.nJika anda menghadapi kerosakan selepas memilih satu karakter cuba tekan kekunci escape semasa skrin daftar masuk dan lumpuhkan Captain's Quarters dibawah pemilihan grafik.n(Fitur ini dianggap tidak berguna oleh kebanyakan Pemain Eve.)BahasaIkon besarKemudianBiarkanRingan (702MB), baiki isu major (18 adegan)Cari fail log iniDaftar Masuk: Daftar KeluarMencari CD-ROM yang boleh berjalanLorsque Wine demande installer le paquet "Mono", cliquer sur "Annuler"MB dimuat turunBuat pintasan baru dari pemacu maya iniMembuat pintasan...Urus versi WinePemasangan manualIkon sederhanaPemesejMicrosoft fontsFon Microsoft tidak dipasang; saya akan pasangkannya untuk anda.Fon Microsoft telah berjaya dipasang.PelbagaiBatal ledingan tetikusMultimediaPersampelan-berbilangMasalah saya berkenaan $APPLICATION_TITLEPERHATIAN: Pemsang ini memerlukan penggunaan CD, jika anda muat turun imej ISO percuma yang dikeluarkan oleh EA, sila rakam ia ke dalam CD atau DVD menggunakan perisian seperti Brasero, dan masukkannya ke dalam pemacu CD anda. Melekap imej ISO tidak akan berfungsi dengan sesetengah perisian, oleh itu saya tahu Mounty tidak berfungsi bagi kes ini.PERHATIAN: Untuk audio kependaman-rendah, rujuk WineASIO.PERHATIAN: Untuk audio kependaman-rendah, pergi ke WineASIO. Selepas itu, antaramuka audio kependaman-rendah akan disarankan. Pengawal MIDI anda akan berfungsi seperti yang dijangkakan.PERHATIAN: Bagi audio kependaman-rendah, rujuk WineASIO. Pengawal MIDI anda sepatutnya berfungsi.PERHATIAN: POL tidak mengizinkan cetak rompak. Sila guna $TITLE dengan cara yang sahPERHATIAN: Tetingkap pendaftaran akan tersembunyi disebalik logo Reason semasa kali pertama dijalankan; klik-kanan pada item palang tugas dan klik ALIH. Jika soundbank gagal salin dan program mengalami kerosakan selepas memasukan kod pendaftaran, maka keluarkan cakera dan masukkan semula dan cuba jalankannya sekali lagi. Jika masih tidak berfungsi, anda perlu salin soundbanks secara manual ke pemacu maya Reasons. Muat turun digital tidak mengalami isu seperti ini.PERHATIAN: untuk mendaftar, bila ia meminta pendaftaran, seret-dan-lepas fail reg anda ke dalam $TITLENamaBaruBaru: MajuTidakTiada pemasangan $TITLE ditemui.\n\nSila guna skrip pemasangan $TITLE!Tiada keteranganRuang tidak mencukupi untuk memuat turun:\n$URL ($neededSpace KB)Tiada sambungan nama fail dinyatakan , melangkau asosiasi ke aplikasi tabii.Tiada panduan ditemui untuk {0}Tiada perintah root dinyatakan, menghentipaksa pemasangan.Tiada lokasi persediaan ditemui dalam autorun.infTiada permainan Engine Infiniti yang tersokong ditemui.Tiada-cd diperlukanVersi biasaPerhatianKini anda boleh kembali ke tetingkap pemasangan $TITLE untuk teruskanKini anda mesti pasang pek mod dalam direktori:Kini anda boleh memilih mod permainan:\n1)Mod tetingkap:\nSemua berfungsi disebalik kursor sistem di dalam tetigkap permainan.\n\n2)Mod skrin penuh:\nSemua berfungsi selain dari langit, ia menjadi hitam.\n\n\n\nApakah mod yang anda mahu guna?Sekarang, masukkan cdrom nombor $CDNumber.PejabatMod penerapan luar-skrinPertama kali dijalankan, permainan akan kesan-sendiri penerap yang tersedia.\nBerkemungkinan anda akan dapat prestasi yang lebih baik daripada penerap OpenGL.Kali pertama dijalankan permainan akan kesan-sendiri penerap yang tersedia.\nBerkemungkinan anda akan dapat prestasi penerap OpenGL yang lebih baik;\nAnda boleh pilih ia selepas mengklik pada "Papar semua peranti".Satu atau lebih program telah hilang. Sila pasang ia dan jalankan skrip sekali lagi.Buka $URL sekarang?Buka shellBuka direktori programBuka direktori aplikasiBuka direktoriBuka direktori pemacu mayaOperasi selesaiPengoptimuman selesaiLain-lainTulis-ganti (biasanya berfungsi, tetapi tiada jaminan)Pemaca CD-ROM PCPemasangan pakej akan gagal sehinggalah anda tetapkan /proc/sys/kernel/yama/ptrace_scope kepada 0Pembuat Pakej: Kata Laluan: TampalanMain fail yang ditangkapPasukan PlayOnLinux dan PlayOnMa Dibawah lesen GPL versi 3Pengurus pakej PlayOnLinuxFalsafah PlayOnLinux/PlayOnMac adalah tidak sesekali meminta kata laluan pengguna-super, namun, bagi skrip ini, ia adalah mandatori. Oleh itu, kami memberikan kepada anda perintah yang anda mesti taip sendiri supaya pemasangan dapat diteruskan :PlayOnMac perlu pasangkan XQuartz untuk berfungsi dengan baikSila baca ini dengan teliti.Sila pilih CD-ROMSila pilih CD-ROM untuk dilentingkanSila pilih satu fail tangkapan PID untuk dimainkanSila pilih satu fail tangkapan untuk dimainkanSila pilih satu programSila pilih perisian untuk dipakejkanSila pilih perisian untuk dijalankanSila pilih nama pemacu mayaSila pilih cara untuk memasang program andaSila pilih satu fail tangkapan OGV untuk dimainkanSila pilih satu tindakan untuk dilakukanSila pilih kaedah pemasanganSila jangan jalankan $TITLE selepas pemasangan selesai.Sila muat turun XQuartz untuk sayaSila pastikan anda telah bersambung dengan internet.Sila masukkan daftar masuk gog.com anda untuk muat turun $BASENAMESila jelaskan masalah anda (Bahasa Inggeris sahaja):Sila beri keterangan ringkas (tajuk, bahasa sahaja)Sila berikan perincian, jika tidak, adalah sukar membantu andaSila masukkan cakera 2 "$TITLE"Sila masukkan cakera 2 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila masukkan cakera 3 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila masukkan media permainan 1 kedalam pemacu cakera andaSila sisipkan media permainan 1 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila masukkan media permainan 2 kedalam pemacu cakera andaSila sisipkan media permainan 2 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila sisipkan media permainan 3 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila sisipkan media permainan 4 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila sisipkan media permainan 5 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila sisipkan media permainan ke dalam cakera keras andaSila sisipkan media permainan anda ke dalam pemacu cakera\njika belum lagi selesai.Sila masukkan media 1 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila masukkan media 2 ke dalam pemacu cakera anda\njika belum lagi selesai.Sila masukkan media 3 ke dalam pemacu cakera anda\njika belum selesai.Sila masukkan media 4 ke dalam pemacu cakera anda\njika belum selesai.Sila sisip media sarang ke dalam pemacu cakera andaSila sisip DVV-ROMSila masukkan cakera pertamaSila masukkan media permainan pertama ke dalam pemacu cakera andaSila masukkan media permainan ke dalam pemacu cakera andaSila sisip media permainan ke dalam pemacu cakera anda.Sila masukkan media permainan berikutnya ke dalam pemacu cakera andaSila masukkan media permainan kedua ke dalam pemacu cakera andaSila sisipkan CD-ROM anda, dan tekan maju hanya bila Finder telah menemui bahagian Mac OS bagi CD-ROM andaSila pasang $TITLE_REQUIRED dahuluSila cari fail tampalan terjemahanan Bahasa InggerisSila cari program pemasangan (Launcher.exe)Sila cari program pemasangan (Setup.exe)Sila buat pilihanPerhatian Peta Piawai tidak berfungsi dengan baik, manakan Peta Suai dapat berfungsi tanpa masalah.Sila baca dan terima yang berikut:Sila baca dahuluSila baca iniSila baca ini dengan telitiSila but semula komputer anda sekarang, dan jalankan PlayOnMacSila pilih fail pemasangan $TITLE. JANGAN TANDA JALANKAN IMGBURN DIPENGHUJUNG PEMASANGAN:Sila pilih fail pemasangan $TITLE. JANGAN jalankan Reaper selepas pemasangan selesai.Sila pilih fail pemasangan $TITLE. JANGAN jalankan rFactor selepasa pemasangan selesai. Biarkan DirectX dipasang bila diminta. Pastikan anda tetapkan resolusi kepada 32-bit bila Konfig rFactor Config muncul.Sila pilih fail pemasangan $TITLE. Semasa pemasangan, buang tanda semua pemacu tambahan yang ia mahu pasangkan:Sila pilih MANA-MANA 3 ikon bila dipinta.Sila pilih LAGI PILIHAN, kemudian buang tanda pilihan JALANKAN "$TITLE" SELEPAS PEMASANGAN. Jika tidak pemasangan akan gagal!Sila pilih fail nyahpepijatSila pilih program atau pemacu maya untuk dikonfigurkanSila pilih program untuk dinyahpasangSila pilih satu program.Sila pilih fail ikonSila pilih iTunes versi 32bitSila pilih versi MS-DOS bagi fail persediaan:Sila pilih fail bernama Pro Evolution Soccer 2013.msiSila pilih bahasa permainanSila pilih fail pemasangan untuk dijalankan.Sila pilih fail persediaan yang dimuat turun pada laman sesawang $EDITORSila pilih fail persediaan untuk dijalankanSila pilih fail persediaan untuk dijalankan :Sila pilih fail pemasangan untuk dijalankan.Sila pilih fail persediaan untuk dijalankan:Sila pilih versi.Sila taip nama bagi pemacu maya aplikasi anda.\nNama ini tidak boleh mengandungi jarak.Sila buang tanda "Lancar Need For Speed" dipenghujung kotak pemasanganSila tunggu semasa $APPLICATION_TITLE menyalin fail:Sila tunggu semasa $APPLICATION_TITLE memuat turun Pelancar Permainan UbisoftSila tunggu semasa $APPLICATION_TITLE memuat turun:Sila tunggu semasa $APPLICATION_TITLE mengimbas perkakasan andaSila tunggu semasa $APPLICATION_TITLE mensimulasi but semula WindowsSila tunggu semasa $APPLICATION_TITLE mensimulasi but semulaSila tunggu semasa $SOFTNAME dipasang...Sila tunggu ketika $TITLE dipasangSila tunggu semasa $TITLE dipasang.Sila tunggu semasa Desura dimuat turun...Sila tunggu semasa Steam dimuat turun...SIla tunggu semasa logo PlayOnLinux dicipta...Sila tunggu semasa pemacu maya dicipta...Tunggu sebentar ketika data permainan $TITLE diekstrak.Tunggu sebentar semasa video anda dienkodkan...Sila tunggu...Pengurus pemalamPemalamTekan +F8 untuk mula atau hentikan tangkapanTekan +F8 untuk henti menangkapTekan Berikutnya kemudian klik pada tetingkap\nyang anda mahu tangkap.\nTangkapan akan mula secara automatik selepas 5 saat.\nHanya video akan ditangkap.Tekan maju hanya bila proses pemasangan telah selesaiTekan berikutnya untuk mulakan pengemaskini. Bila pengemaskini selesai, tutup ia. Jangan mulakan osu! lagi.Alamat proksiKonfigurasi proksiDaftar masuk proksiKata laluan proksiPort proksiBaca fail TRANSLATORSBaca CD-Rom PCBaca CD-Rom PCBaca panduanBaca dahulu!\n\nBila pemasang $TITLE meminta anda ubah cdrom anda, sila kembali ke tetingkap $APPLICATION_TITLE iniMembaca peranti andaSegar SemulaMenyegar Semula {0}DaftarDaftar atau daftar masuk dan muat turun fail pemasangan : https://world.needforspeed.com/Mendaftarkan pustaka, tunggu sebentar\n(Ia mengambil masa)Penyunting RegistryBuangBuang Game For Windows Live...Terap kuncian mod sasaranBaiki pemacu mayaLaporkan pepijatLaporkan masalahLaporkan masalah mengenai {0}Memerlukan kira-kira 18Gb ruang bebas.nnDan juga, tambahan 5Gb dalam folder /home/ anda jika anda guna pemasang atas-talian.nDisarankan gunakan pemasang luar-talian.Cuba lagi?JalanJalankan $TITLE dalam mod selamat?Jalan \$TITLE?Jalankan fail .exe di dalam pemacu maya iniJalankan skrip setempatJalankan bestari konfigurasiJalankan salah satu skrip peribadi andaJalankan program Windows anda pada Menjalankan...SimpanMengimbas pemacu maya ...Penulis Skrip: GelintarPilih DLC untuk dipasangkanPilih kategori bagi program andaPilih fail lainPilih fail ZIP yang dimuat turun disiniPilih tampalan pertama (Tatar EE) untuk dilakukanPilih tampalan pertama untuk dilakukanPilih tampalan untuk dilakukanPilih tampalan kedua (1.5) untuk dilakukanPilih tampalan kedua untuk dilakukanPilih kad video utama untuk laporan:HantarHantar kepada kami skrip yang berfungsi yang dijana dengan pemasangan manualTetapkan proksiTetapkan ikonMenetapkan var Program FilesTetapanPapar pemacu mayaSimulasikan but semula WindowsIkon kecilMaaf perkhidmatan pemesej {0} tidak tersedia buat masa ini. Sila cuba lagi kemudianMaaf, $APPLICATION_TITLE $VERSION terlalu tua untuk diteruskan.\n$APPLICATION_TITLE $NEEDED diperlukan.Maaf, ia bukanlah fail .zip yang sahMaaf, orang ini tidak mahu menerima mesej peribadiMaaf, kami perlukan keterangan terperinci.SepanyolSppanyol (teks sahaja)Edisi PiawaiBentangan kekunci piawaiStema mempunyai sistem kemaskini automatiknya sendiriSteam mempunyai sistem kemaskini automatiknya sendiri.Pemasangan Steam telah dikesan\nanda hendak pasang permainan ini ke dalam pemacu maya yang serupa?Steam akan membuat kemaskini.\nSelepas Steam selesai mengemaskini dan tunjukkan antaramuka daftar masuk, daftar masuk dan kemudiannya biarkan $TITLE dipasang.\n\nBila pemasangan selesai, tekan berikutnyaSteam akan membuat kemaskini.\nSelepas Steam selesai mengemaskini dan tunjukkan antaramuka daftar masuk, daftar masuk dan kemudiannya biarkan $TITLE dipasang.\n\nBila pemasangan selesai, tekan berikutnya (Jangan tutup Steam)Steam sedang memasang $TITLEBTS, tekan berikutnya bila pemasangan selesaiSteam sedang memasang $TITLECOL, sila tutup Steam dengan betul bila pemasangan selesai (pastikan Steam tidak berada dalam palang talam) dan kemudian tekan berikutnya supaya skrip pemasangan boleh diteruskan.Steam sedang memasang $TITLEW, tekan berikutnya bila pemasangan selesaiPenertiban Lukis KetatPengurus TugasPengujianTerima kasih !\n\nLaporan anda telah dihantar.\n\nKami akan membalasnya melalui mel dengan jawapan yang terbaik nantiPerlindungan CD bagi permainan ini tidak berfungsi baik dengan Wine.Versi CD-ROM sudah lapuk. Jangan lupa kemaskini $TITLE jika anda mahu jalankannya dengan $APPLICATION_TITLELaman sesawang PlayOnLinux tidak tersedia.Kod yang diperlukan untuk keluar dari dungeon pertama boleh ditemui di dalam\ndokumentasi;\nKlik-kanan pada ikon permainan, "Baca panduan" kemudian periksa halaman 4-5.Kod diperlukan untuk memulakan permainan baru boleh ditemui di dalam\ndokumentasi;\nKlik-kanan pada ikon permainan, "Baca panduan".Muat turun kelihatan telah mengalami kegagalan.Fail telah dikemaskini. Jika masalah masih lagi wujud, laporkan isu tersebut supaya skrip tersebut dapat dilaras semula.Fail dinamakan : {0}Fail berikut berada dalam sistem fail FAT32.\nIa mungkin menghalang wine berfungsi dalam\n\n$FilePathFail berikut berada dalam sistem fail NTFS.\nIa mungkin menghalang wine berfungsi dalam\n\n$FilePathFail berikut berada dalam sistem fail fuse.\nIa mungkin menghalang wine berfungsi dalam\n\n$FilePathFail berikut berada dalam sistem fail terlekap noexec.\nIa mungkin menghalang wine berfungsi dalam\n\n$FilePathIndividu berikut telah memberi sumbangan pada program ini: Permainan akan gagal dilancarkan sehinggalah anda tetapkan /proc/sys/kernel/yama/ptrace_scope kepada 0Penyunting arasTampalan kini boleh diaktifkan dan dikonfigur melalui\nBestari Persediaan PlayOnLinux untukr Outcast.\nDan jangan lupa beri mesej kepada Zenger dalam forum GoG!Program perlu capaian ke ptrace() untuk diteruskan:Pintasan telah diletak pada dekstop andaPemacu maya sasaran $PREFNAME sudah wujud:Pemacu maya berkaitan dengan {0} ({1}) tidak lagi wujud.Tiada apa yang dipasang untuk menjalankan fail .{0}.Fon disediakan oleh Microsoft\n"atas minat terhadap keserasian platform-silang".Mahu lumpuhkan penimbalan-tripel di dalam tetapan,\nkerana ia belum lagi disokong sepenuhnya oleh Wine buat masa ini.Prosedur ini akan memasang Microsoft Office $TITLE, program percuma yang membolehkan anda lihat dokumen .doc dan .docx, tetapi anda tidak dapat menyuntingnya. Program ini dikhususkan untuk pengguna yang tidak dapat memaparkan dokumen doc atau docx yang kompleks. Jika anda mahu sunting dokumen, guna LibreOffice, OpenOffice atau lain-lain penyunting. Tambahan ini akan memasang tambahan 1.3.5511 secara automatikTambahan ini akan memasang tambahan 2.5.26461 secara automatikTambahan ini akan menampal permainan secara automatik ke 1.2.0416.Tambahan ini akan menampal permainan secara automatik ke versi 1.03Fail ini: Fungsi ini dilumpuhkan di dalam persekitaran PlayOnLinux.Permainan ini sudah dalam Edisi Dipertingkat\dan hanya perlu tampalan 1.5Skrip pemasangan ini memerlukan ffmpegProgram pemasangan ini disediakan oleh: Ini adalah pemasang untuk kemaskini atau tambahan;\nSila pasang $TITLE_REQUIRED dahuluIni merupakan pemasang untuk satu kemaskini;nSila pasang $TITLE_REQUIRED terlebih dahuluIa tiada lagi menjadi masalah, kerana sudah tersedia daripada pihak ketiga.Ini merupakan senarai skrip yang anda hantar kepada kami. Anda boleh jalankan salah satu daripadanyaPakej ini tidak berfungsi pada pemasangan 64-bitPakej ini tidak berfungsi dengan wine 1.3.18 atau yang lebih rendahPakej ini tidak berfungsi dengan wine 1.3.22 atau yang lebih rendahPakej ini gagal dipasang dengan wine 1.5.21 atau yang lebih baharuPemalam ini membolehkan anda tangkap aplikasi anda dibawah PlayOnLinuxProgram ini mengandungi perlindungan terhadap penyalinan (DRM) yang mana ia tidak serasi dengan emulasi. Cara lain adalah dengan menggunakan tampalan "tanpa-cd", tetapi oleh kerana ia boleh digunakan atas tujuan cetak rompak kami tidak menyokongnya lagi.Program ini buat masa ini masih di dalam pengujian. Ia mungkin tidak berfungsi sepertimana yang diharapkan. Maklumbalas anda, positif atau negatif, adalah penting untuk mempertingkatkan pemasang ini.Program ini telah dicipta oleh: Alat ini membantu Mac anda baca bahagian PC bagi CD-ROM.\n\nGuna alat ini hanya CD-ROM anda adalah CD-ROM hibrid (Serasi dengan Windows dan MacOS), dan jika anda tidak dapat melihat bahagian WindowsAlatan ini akan membolehkan anda bantu kami :Pemacu maya ini dilindungiIa membolehkan anda pasang Sacrifice, kemudian akan muat turun dan pasang tampalan #3nya. Jangan lancarkan permainan sehinggalah tampalan telah dipasang.Bestari ini akan membantu anda pasang Bestari ini akan membantu anda menyediakan persekitaran untuk $APPLICATION_TITLEBestari ini akan membantu anda memasang Wine: Bestari ini akan membantu anda laporkan pepijat mengenai program yang disokong secara rasmi.Bestari ini akan membantu anda jalankan Skrip $APPLICATION_TITLE tidak rasmi.Bestari ini akan membantu anda menyahpasang: Untuk teruskan, PlayOnLinux perlu lekap semula CD-ROM anda dengan pilihan unhide.Untuk teruskan, PlayOnLinux perlu nyahlekap CD-ROM terdahulu anda yang sebelum ini dilekap dengan pilihan unhide.Untuk memastikan permainan anda menjadi serasi, PlayOnMac mesti memasang XQuartzUntuk memasang pek bahasa kemudian, buka panel konfigurasi permainan untuk melakukan pemasang ke cakera maya (Tab pelbagai)AlatanMemindahkan fail dari Cakera 1Memindahkan fail dari Cakera 2Terjemahan:Panel Kawalan Two Worlds adalah alat daripada komunitit InsideTwoWorlds,\nyang membolehkan anda pulas parameter dan urus mod\nbagi permainan ini. Rujuk\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 untuk perincian.\nPasang ia?Versi UKVersi US atau CanadaPengguna Ubuntu mesti tambah repositori MEDIBUNTU\nsupaya format penukaran berfungsi dengan baik.Tidak boleh cari fail: Tidak boleh cari versi: Tidak boleh pasang XQuartz! Anda mesti pasang ia untuk mempertingkatkan keserasian permainan.Tidak berubahNyahpasangMenyahpasang...Kemaskini GITKemaskini arahanKemaskini wineprofixMengemaskini $APPLICATION_TITLE dari GIT...Mengemaskini $TITLEMengemaskini pemalam. Terdahulu: Penggunaan: Guna pemalam Konfigurasi Wine LanjutanGuna CD-ROMGuna DVD-ROMGuna versi demo Kedai DesuraGuna versi Kedai DesuraGuna versi demo Kedai OriginGuna versi Kedai OriginGuna pengkonfigur PlayOnLinux untukGuna versi demo Kedai SteamGuna versi Kedai SteamGuna WineTricksGuna fail persediaan di dalam komputer sayaGuna versi wine yang lainPengguna henti paksaVCRun2008 mungkin gagal dipasang kerana versi PlayOnLinux anda terlalu tua. Sila kemaskini.VCRun2010 mungkin gagal dipasang kerana versi PlayOnLinux anda terlalu tua. Sila kemaskini.Ikon sangat besarKad video tidak mempunyai ingatan yang mencukupiSaiz ingatan videoPemacu mayaPencipta pemacu mayaPemacu mayaKualiti visualAMARAN. Sila guna POL_SetupWindow_Init dahuluWASD (Qwerty)Tunggu semasa pemasangan disediakan...Tunggu semasa pek bahasa dikonfigur...Tunggu sehinga pemasangan selesai...Tunggu ketika tampalan 1 dimuat turun...\nOperasi ini mengambil masa, bergantung pada sambungan anda.Tunggu ketika tampalan 2 dimuat turun...\nOperasi ini mengambil masa, bergantung pada sambungan anda.Tunggu ketika tampalan 3 dimuat turun...\nOperasi ini mengambil masa, bergantung pada sambungan anda.Tunggu ketika tampalan 4 dimuat turun...\nOperasi ini mengambil masa, bergantung pada sambungan anda.Tunggu semasa tampalan dimuat turun...\nOperasi ini mengambil masa, bergantung kepada sambungan anda.Menunggu pembantu-pertama selesaiAmaran !!\n\nTandatangan skrip yang anda cuba jalankan TIDAK sah\n\n$APPLICATION_TITLE tidak pernah mengesahkan skrip ini dan tidak akan bertanggungjawab darinya.\nSila pastikan anda tahu apa yang anda buat!Amaran !!\n\nTandatangan skrip yang anda cuba jalankan TIDAK sah\n\nPlayOnLinux tidak pernah mengesahkan skrip ini dan tidak akan bertanggungjawab darinya.\nSila pastikan anda tahu apa yang anda buat !Amaran : GFWL kelihatan sudah dipasang.\nMemaksa pemasangan semula.Amaran: vcrun2005 kelihatan telah dipasang.\nMemaksa pemasangan semula.Amaran : vcrun2008 kelihatan sudah dipasang.\nMemaksa pemasangan semula.Amaran : vcrun 2o1o kelihatan sudah dipasang.\nMemaksa pemasangan semula.Amaran! pemampatan S3TC tidak tersedia dalam sistem anda.\n\nJika anda mempunyai pemacu bebas, anda perlu pasang pemacu proprietari \n\nJika tidak, anda boleh benarkannya dengan memasang pakej libtxc-dxtn0 tetapi anda akan dapati prestasinya lebih perlahan.Amaran: Alat ini hanya untuk pengguna mahir. Untuk menyahpasang secara bersih program dengan {0}, anda mesti memadam pemacu maya yang berkaitan dengannyaAmaran: Untuk pengekodan video yang betul,\nresolusi MESTILAH dalam gandaan 16Amaran: GameShadow tidak berfungsi.\nSila nyahpilih semasa pemasangan.Amaran: Anda kini menjalankan $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED disarankan untuk diteruskan.Amaran: Anda tidak boleh tandakan kotak tanda "Jalankan $TITLE" bila persediaan telah selesaiKami telah mengesan bahawa program yang anda mahu pasang adalah :Kami perlukan capaian sudo pada komputer anda. Maka, kata laluan root anda akan diminta. Disini adalah perintah yang mana PlayOnLinux dijalankan sebagai root:Kami akan menanya anda beberapa soalan, sila jawab setepat yang mungkinSelamat datang ke Konfigurasi Wine Lanjutan, ia merupakan sistem pengoptimuman untuk Wine yang dicipta oleh GNU_Raziel. Jika anda tidak tahu apa perlu dipilih, BIARKAN LALAISelamat datang ke Detour. merupakan pemalam yang membolehkan anda cipta pintasan post-pasangSelamat datang ke pemasang $PVERSION untuk $TITLESelamat datang ke Pemasang DLC bagi $TITLESelamat datang ke Pemasangan DLC untuk $TITLE_REQUIREDSelamat datang ke Pemasang tampalan $PVERSION untuk $TITLESelamat datang ke pemasang tampalan $PVERSION untuk $TITLE_REQUIREDSelamat datang ke pemasangan tampalan $PVERSION untuk $TITLESelamat datang ke pemasang tampalan $PVERSION untuk $TITLE_REQUIREDSelamat datang ke Bestari Pemasangan $APPLICATION_TITLE.Selamat datang ke pembantu $APPLICATION_TITLE.\nIa akan membantu anda memasang $file dalam komputer anda.\n\nBerhati-hati! Program tidak disokong secara rasmi oleh $APPLICATION_TITLE.\nMaka, ia berkemungkinan tidak berfungsi sepertimana yang diharapkanSelamat datang ke bestari pemasangan manual $APPLICATION_TITLE.\n\nSkrip ini akan membolehkan anda memasang sebarang program pada $APPLICATION dan guna ia dengan semua alatan\n\nAmaran: Kami tidak dapat memberikan jaminan aplikasi anda akan berfungsi dengan sempurna.Selamat datang ke pencipta pemacu maya $APPLICATION_TITLE.\n\nAlat ini akan membantu anda membuat pemacu maya baruApa yang anda hendak buat?Apakah pintasan tambahan yang patut dicipta?Apakah fitur bagi program anda yang tidka berfungsi\nJika semuanya berfungsi dengan baik, sila jelaskannyaApa penyunting program anda?Apa penyunting laman sesawang bagi program anda?Apakah itu sambungan?Apakah nama program anda?Apakah tajuk program anda?Apakah bahasa kegemaran anda?Apakah jenis masalah yang anda hadapi?Apakah jenis pemacu maya yang anda hendak ciptakanApa yang anda hendak buat sebelum pemasangan?Apakah yang anda ingin lakukan?Bila Pemulihan $TITLE oleh Steam telah selesai,\nJangan klik Main.\n\nTutup SEPENUHNYA antaramuka Steam, \nsupaya skrip pemasangan dapat diteruskan.Bila $TITLE yang dimuat turun oleh Desura telah selesai,\nJANGAN klik pada Main.\n\nTutup SEPENUHNYA antaramuka Desura, \nsupaya skrip pemasangan dapat diteruskanBila $TITLE dimuat turun oleh Steam telah selesai, JANGAN klik pada Main.\n\nTutup SEPENUHNYA antaramuka Steam, \nsupaya skrip pemasangan dapat diteruskanBila $TITLE yang dimuat turun oleh Steam telah selesai, JANGAN klik pada Main.\n\nTutup SEPENUHNYA antaramuka Steam, \nsupaya skrip pemasangan dapat diteruskanBila $TITLE dimuat turun oleh Steam selesai,\nJANGAN klik pada Main.\n\nTutup SEPENUHNYA antaramuka Steam, \nsupaya skrip pemasangan boleh diteruskanBila $TITLE dimuat turun oleh Steam telah selesai,\nJANGAN klik pada Main.\n\nTutup SEPENUHNYA antaramuka Steam, \nsupaya skrip pemasangan dapat diteruskan.Bila $TITLE dimuat turun oleh Steam telah selesai,nJANGAN klik Main.nnTutup SEPENUHNYA antaramuka Steam, nsupaya skrip pemasangan dapat diteruskan.Bila persediaan permainan menanya DVD berikutnya\nklik pada \"Maju\"Semasa memasang, pastikan tidak benarkan Scrolls dilancar secara automatik, supaya persediaan POL dapat diselesaikan.Bila persediaan permainan menanya Cakera berikutnya\nklik pada \"Maju\"Bila persediaan permainan akan meminta cakera berikutnya\nklik pada "Maju"Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada ${END_JP} dan kemudian pada ${YES_JP}. Klik Berikutnya untuk mula memasang.Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada ${END_JP} dan kemudian pada ${YES_JP} (Y). Klik Berikutnya bila anda selesai memasang.Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada ${END_JP} dan kemudian pada ${YES_JP} (Y) . Klik Berikutnya untuk mulakan pemasangan.Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada ${END_JP} dan kemudian pada ${YES_JP}. Klik Berikutnya bila anda selesai memasang.Bila pemasang meminta anda masukkan cdrom nombor $CDNumber, klik berikutnya.\nBila pelancar dibuka, klik pada butang atas untuk buka pemasang. Bila tetingkap baru dibuka, klik OK. Apabila tetingkap baru yang lain dibuka, klik pada butang yang bermula dengan huruf N sehinggilah ia memasang. Tunggu sehingga ia selesai dan klik butang kanan untuk keluar. Klik Berikutnya bila anda selesai memasang.Bila {0} memasang program Windows: - Biarkan lokasi lalai - Jangan tanda kotak tanda 'Jalankan program' jika ditanya.Di manaDimanakan CD-ROM anda dilekap?Aplikasi yang manakah anda hendak laksanakan pengubahsuaian?Edisi yang manakah anda ada?Versi bahasa yang manakah anda hendak pasang?Versi wilayah manakah World of Tank yang anda ingin pasang? Perhatian: Korea tidak menyokong pemasangan ini.Jenis pengaktifan?Versi yang manakah anda miliki?Versi manakah yang anda ingin pasang?Versi wine yang manakah anda mahu gunakan?But semul WindowsWine belum lagi menyokong USB lagi. Anda tidak boleh segerakkan iDevices anda dengan $APPLICATION_TITLE. MaafWine kelihatan mengalami kerosakan\n\nJika program masih berjalan, abaikan mesej iniPenyahpasang WineVersi WineVersi WineAnda hendak benarkan tampalan GUI Bahasa Inggeris?Tulis sebarang perubahan yang anda buat terhadap konfigurasi wine disini:XQuartz $XQUARTZ_VERSION telah dipasang dalam komputer anda.XQuartz telah dipasang.YaAnda kin bersambung ke $APPLICATION_TITLE atas-talian sebagai $POL_LOGINAnda bebas memuat turun fon ini dan guna ia untuk kegunaan anda sendiri,\ntetapi anda tidak boleh edar semula ia dalam bentuk terubahsuai,\ntermasuklah perubahan pada nama fail atau format pempakejan.Anda cuba membuka rekabentuk skrin bagi {0}! Ia mungkin tidak berfungsi sepertimana yang diharapkanAnda boleh muat turun fail pemasangan $TITLE disini:Anda boleh muat turun fail arkib dari:Anda tidak boleh tutup tetingkap iniAnda tidak memilih permainanAnda kelihatan tidak mempunyai sebarang skrip peribadiAnda tidak perlu pasang DirectX atau guna GLSetup.Anda berjaya mendaftar keluar dari $APPLICATION_TITLE Atas-talian\nAnda boleh menutup tetingkap ini dengan selamatAnda mesti boleh menjalankan program ini!Anda mesti pilih satu tangkapan untuk ditukarkanAnda mesti pilih satu tangkapan untuk dibacaAnda mesti pilih satu fail!Anda mesti pilih permainan untuk diubahsuaiAnda mesti lumpuhkan perlindungan anti-cetak rompak bagi permainan ini\njika anda mahu mainkannya dengan wineAnda mesti lumpuhkan perlindungan anti-cetak rompak bagi permainan ini\njika anda mahu mainkannya dengan wine.Anda terperlu tetapkan aras bayang ke nilai maksimumnya\natau anda perlu padam dan buat semula pemasangan permainan.Anda perlu mulakan semula {0} supaya perubahan berkesan.Anda perlu memasangnya untuk teruskanAnda patut pasang ia supaya dapat guna {0}Anda kini mempunyai direktori Leauge of Legends pada dekstop yang mana ia mengandungi pemasangnya. Anda boleh simpan ia untuk mempercepatkan proses pemasangan semula.Anda mahu pasang ?Anda mahu cipta pautan simbolik bagi tetapan $TITLE dalam /home/ folder anda?n(Dicadangkan ya.)Anda mahu buka halaman muat turun $TITLE dalam pelayar anda?Veris $APPLICATION_TITLE anda sudah lapuk.\nAnda mesti kemaskini $APPLICATION_TITLE sebelum menghantar laporan pepijatt.\nTerima kasihPelayar anda akan ditimbulkan, muat turun tampalan darinya dan janga lupa menyahmampatnyaSistem fail anda mungkin menghalang {0} dijalankan dengan baik. Sila buka {0} dalam terminal untuk perincianKad video anda tidak mempunyai ingatan yang mencukupi!\nIa menghalang permainan daripada berfungsiZQSD (Azerty)\nSila pastikan anda telah bersambung dengan internet.glxinfo tidak dipasang. Sila pasang pakej mesa-utilsbukanlah sambungan ikonPenyetempatan ja_JP.utf8 mesti dipasang supaya $TITLE dapat berfungsi.daridalam persekitaran $APPLICATION_TITLE.direktori sementara hilangBestari {0}{0} tidak dapat cari {1}Konfigurasi {0}Konsol {0}Penyahpepijat {0}Ralat {0}Menu pemasangan {0}{0} tidak boleh memulakan POL_SetupWindow_server.{0} tidak boleh memulakan pelayar Tetingkap Persediaan PlayOnLinux.{0} tidak sepatutnya dijalankan sebagai root. Maaf{0} tidak dapat cari pustaka OpenGL 32bits. Anda akan menghadapi masalah dengan permainan anda{0} tidak dapat cari pustaka OpenGL 64bits. Anda akan menghadapi masalah dengan permainan andaPemesej {0}Tetapan {0}Laman sesawang {0} tidak tersedia. Sila semak sambungan andaPengurus versi wine {0}playonlinux/lang/locale/nb/000077500000000000000000000000001226051336100162165ustar00rootroot00000000000000playonlinux/lang/locale/nb/LC_MESSAGES/000077500000000000000000000000001226051336100200035ustar00rootroot00000000000000playonlinux/lang/locale/nb/LC_MESSAGES/pol.mo000066400000000000000000000171601226051336100211370ustar00rootroot00000000000000D<a\' $)*!Tv#  2 Sa}& NYUY z    C  * @ P a p  ( ' ) 2 $B #g & 4 0 ) B c ) * C G ^i\I'; #0=$n 40+,$Kp  ! B P]q"!WbFb J*H^p"$")! K)l*/,,%Kq227jP9"[Ww3 =\k9(51>@6/9&$. B?><:*'(2=" ;%0)#C143  ,- !78A+5DActivate GLSL Support?Add the PlayOnLinux logo to your video?AllApplyAre you sure you want to delete wine {0}?Are you sure you want to delete: Available Wine versions: Begin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose a gameChoose an action to performChoose an applicationChoose an option to modifyChoose the video format for conversionConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DisableDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.English versionGame Of The Year versionGame is not installed.If .NET 3.0 installation fail, dont worry\nthe game will still workInstalled Wine versions: International versionItalian versionJapanese versionNormal versionOperation donePlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert the game media into your disk drive.Please install $TITLE_REQUIRED firstPlease select the setup file to runPlease wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Steam have is own automatic update systemSteam have is own automatic update system.Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)This plugin wil allow you to capture you applications under PlayOnLinuxUK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?Which version do you have?Wine versionsYou did not select a gameYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a game to modifyYou must restart {0} for the changes to take effect.{0} is not able to start POL_SetupWindow_server.Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:09+0000 Last-Translator: Alfred Løvgren Language-Team: Norwegian Bokmal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Aktivere GLSL støtte?Legge til PlayOnLinux-logo til videoen din?AlleBrukEr du sikker på at du vill slette wine {0}?Er du sikker på at du vill slette: Tilgjengelige Wine versjoner: Start opptak av en applikasjonOpptak pågår...Opptaksmeny (OpenGL)Opptaksmeny (not OpenGL)Starter opptak...Velg DirectDraw rendrings modus?Vleg Offscreen renderings modus?Velg et spillVelg handligVelg en applikasjonVelg et alternativ å tilpasseVelg video format for konverteringFerdig med å konvertereKonverter en opptaksfil til videoDefiner dine kode instillinger\n (la stå standar hvis du ikke vet hva du skal gjøre).Definer dine kode instillinger for pass 1\n (la stå standar hvis du ikke vet hva du skal gjøre).Definer dine kode instillinger for pass 2\n (la stå standar hvis du ikke vet hva du skal gjøre).DeaktiverIkke glem å lukke Steam når nedlastingen er fulført\n sånn at $APPLICATION_TITLE kan fortsette \n å installere spillet ditt.Engelsk versjon"Game of the year" versjonSpillet er ikke installert.Ikke uroe deg hvis .NET 3.0 installasjonen feilet\nspillet starter uansettInstallerte Wine versjoner: Internasjonal versjonItaliensk versjonJapansk versjonNormal versjonOperasjon fullførtSpill av et opptakVelg PID opptaksfil for avspillingVelg opptaksfil som skal konverteresVelg OGV opptaksfil for avspillingSett in media for installasjon av spilletInstaller $TITLE_REQUIRED førstVenligst velg innstallasjons fil å åpneVenligst vent mens $TITLE blir innstallertVennligst vent mens PlayOnLinux-logoen lages...Vent litt... Videoen din blir nå konvertertFor å starte/stoppe opptak trykk +F8For å stoppe opptak trykk +F8Trykk Neste, deretter trykk på det vinduet\ndu vill starte opptak av.\nOpptak startes automatisk etter 5 sekunder.\nBare video vill bli tatt opp.Steam har sitt eget automatiske oppdateringssystemSteam har sitt eget automatiske oppdateringssystemSteam skal nå installere en oppdatering.\nNår Staem er ferdig med oppdateringen og viser login siden, log in og la $TITLE installeres.\n\nNår installasjonen er ferdig, trykk "neste" (ikke lukk Steam)Dette programtillegget vil tillate opptak av dine applikaskjoner på PlayOnLinuxStorbritannia versjonAmerikansk eller Canadisk versjon?Ubuntu brukere må legge til MEDIBUNTU\nfor at denne konverteringen skal fungere skikkelig.Advarsel: For å kode videoen korrekt,\nMÅ oppløsningen være en multiplikasjon av 16Velkommen til Advanced Wine Configuration, et optimalisert Wine system laget av GNU_Raziel. Hvis du ikke vet hva du skal gjøre, LA STÅ STANDARDHvilke programmer ønsker du å bruke endringen påHvilken versjon vill du bruke?Wine versjonerDu har ikke valgt et spillDu trenger ikke å installere DirectX eller bruke GLSetupDu må velge opptaksfil for konverteringDu må velge et spill å endreDu må restarte {0} for at endringene skal ha effekt.{0} klarer ikke å starte POL_SetupWindow_server.playonlinux/lang/locale/nl/000077500000000000000000000000001226051336100162305ustar00rootroot00000000000000playonlinux/lang/locale/nl/LC_MESSAGES/000077500000000000000000000000001226051336100200155ustar00rootroot00000000000000playonlinux/lang/locale/nl/LC_MESSAGES/pol.mo000066400000000000000000003374761226051336100211700ustar00rootroot00000000000000SL5HGIGXGmGG G'GGG#G#H5HHHMH-eH0H+H#H(I(=I&fI)I+I"I!J(JGJ*gJJXJKKJL0M58M+nM4M9M* N$4N#YN}NN;NN_iO&O'OPPmP3Q2RPR 'SI2S|S S SSS!SS'T`*TTzT U"U&AUhUnU6V/RV)V%V3V!W"(WMKW WWWWXZYqYyYYYLYgZvZL[# \RD\\\\}]K^R^1k^^^^^^Y _;d____ _ `/` O`]`y`0````.a.6a!eaa3a$a&a"b +b7bObqcbbbb cc*#c Nc Ycccrc*zc c cc cc$d,d@d6Vd dddd ddee)ez:e#eNeY(fYff ff gg+g@g HgSgz[g'gCg%Bh(hh,hBh4j&6j&]j9j6jj5 kAkWXk$kkk3k(l8l,Pl}ll$llllm%m 4mBmimlDnn&nn nn oo-o5oEoVo*uooBoop%%pKp!Rp%tppp#p*ppq (q5qOFq(qqqqqr2r3:r nrC{rrrrs ss,s Gs Usvs6s7ss.t>=t|t%tt t"t uuuCuJum7v5v\vb8wVwUwHxshxx]y z\z`z\X{\{P|Mc|4|;|"}!+}M}l}t}~9~(K~t~~~~~k~A]w!)!Kmр.aB ́B.):Icr(zY -L`ho +ƅم  <)1f  ņ-ӆ022eaNec8K4LC1&ڌ( *7FAK.'ڎdQ'y  ϐ"'(PTa ̑ԑ:$@*/Lc('ԓ#"0+S)"$̔9+0J5{3:Y z??ؖ/EH/EEEJE-֘C@H@@ʙ@ -Lz7126N8c$",G1t.՜d%Rx2SPBfI(zٟT7o$̠)/*:Z&:ܡ#%;$a$]¢I 6jI4> C_;+ߤ% &1)X(47.0Gx) Ȧ9td ! 5A P[q&:BQWZ9#; P]n '+ D%Qw ī  $"<_s*ܬ$$8]<b ҭۭ Pcd)Ȯ<&/V^r)*ǯdWK4IJ _lht@ݳy'wP"ȵleddOn2#RV0S,2B-'ZU^M/]047 +97@q#*ֽUHWLG354i47ӿG S4&"@+PIi(I[&L^d \2NK  ''C&K r" =Ud [[c&t . &,)S*}dd drdb<.FjKKKIIENmG:JNbM-G'u13<3@<t2k'.SV#+ "2 U!v0.Iz;F`@>$c9i&/|V;61Qq%*,P}eRE V c/q5=1<5rM$*r',0)dZ%$! , DWeXk4" \6~0FlTc 5;87Q&   0/9`,[[#  8r  #5Yjo;>9 1D6v647(Q-z,!(1 %R`xz0*3#>W.8&!%)GqJ_"# . w[l E0 9F(f% (hQW10: ku/46d-)>)2)\N       '+ VS  8   !+[ML  80D]tY?'##Ko&$&& 2@H$$1/(Mv1*, $!0Rwr  )88 q }2+F<]!H"?!Z |'Wdd   '= R_tz) A6*x('y@n4<"_2|q7 T n Ev   5 $%!J!*a!!!!!! ""z"bB##,## ## $!$>$E$T$#e$2$$P$$%(7%"`%% %'% %%1%1"&"T&w& &&W&%'6'>'R'1i''A'I'-(X@(((( (((0)6)2L))=)=)%*#**GN**&*4*)*"$+G++ +^+yI,,VC-v-h.oz.n.*Y//00|1m2q2m2mj3j3UC40414 4$5$,5 Q5]5426g63666667-77778+8'C8'k8&88%8+8 (9I9i9!9#99"9" :-:mC:$: :::F;J;C<\<n<}<2<<<;< = ??#?)?61?h? ??? ?7?!?@1@H@ a@k@P@4@AA (A 3A(AAljA7BCeCPDjDiqFFFFFFQFMG<_GbG,G>,H/kH7HHH HFI+GIsI"_JJJJ4KWL^LnL}LL LLLLL,L'Md7M M MMM:MN2N:O ?O`O%uO/O-OO0P(BP*kP3P/P$P Q<@Q}Q2QIQ<R7QRHRRARA.S%pS>S%S>S>:T>yT>T#T<UAXUAUAUAV,`VVV+V#V$W,&W*SWq~W'W.X/GX,wXX|X0YPYpYY*YnY^?ZZt[E\I\#\>\15]g]]+]6];^(>^2g^N^1^3_2O_2__b_H4`O}`[`F)a7paDa<a4*b._b/b-b,b;c;Uc,c.cc dd8d*Rd}d<eoXe eeee ff.fBfVftfg ,g6g IgsUgMgh 'h%3hYhthhh!hhii ii1ij;j*Yj jjj#jjj#j)k>k%Zk5k'k k-k'-l4Ul lPlll m 0m=mUmpmVmom+Kn;wn7nnnoo18o2jo`oopeq(rcs}s ssqs8t}Ot+ttu"Tvwvw4ww7xx9LyhyyzHz0{*3{B^{8{q{~L|p|2<~3o~@~;~ =.Cl$6g XtJ̀U0n55ՁI TU!x)e!1JR|7φ|Y5އ^tsZC ##& J W drd])  ̌#ߌ)-> Z.d!ڍ!'8 `/"mm&9O`z7 ֐595Thgg[gÒc+(NASSS8,WZR]C.Jݚ(Wۛ832l;>ۜG>bG7!n/5V(<:e  ա /4*dLMJLzMK`  ʪ ֫y^1$x ' c . :(GJp:$=\a35!˴ ),<VY*.(Gp'ZZm>135eVis9ݹNE ˻4ٻ@OSi&  $ 5AS\,p5,ӽccd Ⱦ־@(S8K#/RgM"lwX\O7B@iD^eAR%^IGO4Qft7T ob'ydhg}Ulc &!Cj1- "Gy>5aO N~+2$r7'r>&|xol3T|;Q.? Eh@H" CdLNW@q^N! ),8iI{_&aa_-!L]'Hv<3G)%P:BItp uH;voHM~),)[jy4Lq+FPY`5KcfqBP?-f49@ET60/L p\E\Qg=s/2`]n$ 8([{Z< |8z9S  U7CXA?cwD F(mNr#32~ *AMEYx< VRsX.[: `=Z1x.1*hj;v-A(W*<=9 61SU0ez*kYQ 0KuVG_bKZz6]p }$#J>&>,d5JIPk R$nO3{e45mWtu":CM'}#iF%2S0+:!m?% /n .(9w6B+=kJJ;Fs,DbVD Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)Function override detected, disabling bug reportingGLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run :Please select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want install with ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-20 10:17+0000 Last-Translator: rob Language-Team: nl_NL.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:11+0000 X-Generator: Launchpad (build 16877) Selecteer een bestand Pak het pakket uit Installeer het pakket Toon dit bericht (van {2}) Licentie vertaald in uw taal Originele licentie bestaat niet! is met succes gedeïnstalleerd. is geen geldig PlayOnLinux-pakket! op uw computer. of zal geïnstalleerd worden in: De installatie van "Horse Armor Pack" zal gestart worden…De installatie van "Knights of the Nine" zal gestart worden…De installatie van "Mehrunes Razor" zal gestart worden…De installatie van "Orrery" zal gestart worden…De installatie van "Spell Tomes" zal gestart worden…De installatie van "Thieves Den" zal gestart worden…De installatie van "Vile Lair" zal gestart worden…De installatie van "Wizard Tower" zal gestart worden…$APPLICATION_TITLE-programmaconfigurator$APPLICATION_TITLE Gecko-installatieprogramma$APPLICATION_TITLE Mono-installatieprogramma$APPLICATION_TITLE-deïnstallatie$APPLICATION_TITLE automatisch bijwerken$APPLICATION_TITLE-foutopsporing wordt gestart…Eerste gebruik van $APPLICATION_TITLE$APPLICATION_TITLE heeft dit programma al eens gedraaid.\nWilt u de oude instellingen behouden ?Er heeft zich een fatale fout voorgedaan in $APPLICATION_TITLE. $APPLICATION_TITLE zal het installatieproces stoppen.\nGa naar www.$POL_DNS voor meer informatieEr heeft zich een fout voorgedaan in $APPLICATION_TITLE. Indien het programma niet goed werkt, dan kan dit de reden van het probleem zijn.\nGa naar www.$POL_DNS voor meer informatieEr heeft zich een fout voorgedaan in $APPLICATION_TITLE. Indien het programma dat u installeert niet goed werkt, dan kan dit de reden van het probleem zijn.\nGa naar www.$POL_DNS voor meer informatie$APPLICATION_TITLE analyseert uw programmaVoorbereiding van $APPLICATION_TITLE wordt voltooid$APPLICATION_TITLE is bezig met het installeren van $PRGM_NAME$APPLICATION_TITLE installeert uw programma…$APPLICATION_TITLE maakt een virtuele Windows-schijf aan$APPLICATION_TITLE draait uw programma$APPLICATION_TITLE-pakketbeheer: $APPLICATION_TITLE snelkoppeling aanmaken$AUTHOR-profiel$PACKAGE is vastgelopen.$PACKAGE is vastgelopen.\nKlik op de foutopsporingslink voor meer details.$TITLE is succesvol geïnstalleerd\n\nWanneer een Windows-installatie uw programma's belet om te draaien, dient u $TITLE te verwijderen en opnieuw te installeren$TITLE is geïnstalleerd.\n\nSpeciale dank aan Erich Hoover voor zijn Wine-patch (AcceptEx Fix)$TITLE is succesvol geïnstalleerd$TITLE is succesvol geïnstalleerd.$TITLE is succesvol geïnstalleerd.\n\nWanneer het spel vastloopt bij het opstarten, open dan een terminal en typ:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is geïnstalleerd$TITLE is geïnstalleerd!\n\nLet op!\n1)Herstart Wine\n2)Stel het juiste uitvoerapparaat in in Wine-geluidsinstellingen\n3)Veel plezier!$TITLE moet het PC-gedeelte van een hybride cd-rom lezen.\n\nMacOS biedt standaard alleen toegang tot het Mac-gedeelte van de cd-rom, dat mogelijk niet geschikt is voor recente versies van Mac OS.\n\nWilt u dat PlayOnMac probeert om het PC-gedeelte van uw cd te lezen?$TITLE zou nu geactiveerd moeten zijn.\nMisschien zijn er twee starts van $TITLE noodzakelijk:\nEenmaal voor het initialiseren en de andere voor het registreren.\n\nStart $TITLE, sluit deze weer af en start deze vervolgens opnieuw!(Indien deze lijst leeg is, installeer dan a.u.b een Wine-versie via het Wine-versiebeheer)(in venster)7z is niet geïnstalleerd, installeer 7zip en probeer het dan opnieuwInstallatie afbrekenInfo {0}HulpmiddelenGLSL-ondersteuning inschakelen?Multisampling-ondersteuning inschakelen?Verspringen muis negeren inschakelen?ToevoegenPlayOnLinux-logo toevoegen aan uw video?Advent Revising-patch is geïnstalleerd;\nVergeet niet om een e-mail naar Setz te sturen voor zijn werk.AllesAlle ondersteunde spellen voor de Infinity Engine zijn al gepatcht .\nOm de schermresolutie van een snelkoppeling aan te passen gebruikt u de configurator.Is reeds up-to-date.Er is een fout opgetreden tijdens het downloaden.Er is een bijgewerkte versie van {0} beschikbaarToepassenZijn de gegevens voor de licentieserver correct?\nKunnen deze waarden toegevoegd worden aan het register?\n\nNaam licentieserver: $licenseServerName\nPoort licentieserver: $licenseServerPortWeet u zeker dat u pakket {0} wilt installeren?Weet u zeker dat u alle vensters van {0} wilt sluiten?Weet u zeker dat u Wine {0} wilt verwijderen?Weet u zeker dat u {0} wilt verwijderen ?Weet u zeker dat u het virtuele station {0} wilt verwijderen ?Weet u zeker dat u dit wilt verwijderen: Weet u zeker dat u dit wilt installeren: Weet u zeker dat u alle actieve $APPLICATION_TITLE-programma's wilt afsluiten?ArgumentenPijltjestoetsen (standaard)Toegewezen programmaLet op: Nadat de installatie voltooid is, zal de patch geladen worden. Sluit de patch af voordat u zich aanmeldt om de installatie bij te werken of te voltooien. Hierna kunt u "$TITLE" draaien wanneer het instellen is voltooidLet op: Nadat de installatie voltooid is, zal de patch geladen worden. Sluit de patch af voordat u zich aanmeldt om de installatie te voltooien. Hierna kunt u "$TITLE" draaien wanneer het instellen is voltooidAutomatische installatieAutomatisch uitvoerenBeschikbare Wine-versies: Ongeldige bestandsextensieWees voorzichtig! Met het wijzigen van Opgepast! Het installeren van een van deze componenten kan uw virtuele station breken.Opgepast! Dit zal het installatieproces beëindigen. Indien de installatie nog niet voltooid was, zult u $SOFTNAME opnieuw moeten installerenOpgepast! Om $TITLE te kunnen draaien met $APPLICATION_TITLE, heeft u een No-cd-patch nodig zelfs als u een legale versie hebt.\n\nHoud er rekening mee dat $APPLICATION_TITLE sterk tegen piraterij is, en het nooit zal ondersteunen.Wegens Wine-fout #30512, zal het downloaden vaak vastlopen, herstart de client en het downloaden zal opnieuw starten vanaf het punt waar deze gestopt was. Het downloadpercentage zal gereset worden, maar het downloaden zal niet opnieuw gestart worden vanaf het begin.Start de opname van een programmaBinair niet gevonden: $BINARY\nHeeft u het programma geïnstalleerd op de standaardlocatie?Braziliaans (alleen tekst)BladerenDoor dit in te schakelen krijgt u toegang tot installatieprogramma's die een beveiliging tegen kopiëren hebben (DRM), waardoor ze ongeschikt zijn voor emulatie. Om dit te omzeilen heeft u zogenaamde "No-cd-patches" nodig, maar omdat deze ook voor piraterij-doeleinden gebruikt kunnen worden, geven wij hier geen ondersteuning voor.Door dit in te schakelen krijgt u de mogelijkheid om installatieprogramma's te testen. {0} kan niet garanderen dat uw programma zonder problemen zal werkenAnnulerenKan de snelkoppeling niet vindenKan niet installeren via de officiële downloader, sorryBezig met opnemen…Opnamemenu (OpenGL)Opnamemenu (geen OpenGL)Opname gaat starten…Wijzig het pictogramControleer of de resolutie is gewijzigd\n(eventueel instellen op \"HI-RES\") in de lader.Controleer welke extra componenten u nog meer wilt installeren:Integriteit van download controleren...Integriteit van stuk controleren...Controleren plug-in: Modus Direct Draw renderen selecteren?Modus Offscreen renderen selecteren?Modus Target Lock renderen selecteren?Selecteer een spelSelecteer een pakket om te installerenSelecteer een plug-inSelecteer een geldig $APPLICATION_TITLE-script om uit te voeren.Selecteer een actie om uit te voerenSelecteer een programmaSelecteer een optie om aan te passenSelecteer de gewenste taal voor Internet ExplorerSelecteer het bestand betreffende uw programma.Selecteer de gewenste taal voor het spelSelecteer de spelresolutieSelecteer een logbestand betreffende uw software.Voer een naam in voor het virtuele stationSelecteer het videoformaat voor de conversieOpruimenOpruimen…Klik op Volgende om door te gaan.Klik op Volgende om te beginnenKlik ALLEEN op "Doorgaan" wanneer de Steam-spelinstallatie voltooid is\nanders moet u de installatie opnieuw uitvoeren.SluitenAlle {0}-software sluitenSluit dit programmaCodewielOpdrachtpromptOpdracht om uit te voeren voordat u het programma draaitCommercieelConfigurerenWine configurerenVerbinding makenVerbinding maken met uw $APPLICATION_TITLE-accountVerbinding maken…ConfiguratiepaneelConversie voltooidConverteer een opgenomen bestand naar videoVideo's converteren…Installatiebestanden worden gekopieerd, een moment geduld...${filename} wordt gekopieerdVirtuele station wordt gekopieerdKon uitvoerbaar bestand $EXE niet vinden in het virtuele station $PREFIXKon programmamap niet vindenEen snelkoppeling aanmakenSnelkoppeling wordt aangemaakt…FoutopsporingFoutopsporingsvlaggenArchief wordt uitgepakt…Specifieke serverEditor specifieke serverSpecifieke serverDe standaardvideo-instellingen zijn een beetje laag voor een moderne computer,\ndenk er aan om te klikken op "Auto-detecteren" in de geavanceerde video-instellingen.Configuratie standaard virtuele stationBepaal uw codeeropties \n (gebruik de standaardwaarden als u niet weet wat u moet doen)Bepaal uw codeeropties voor ronde 1 \n (gebruik de standaardwaarden als u niet weet wat u moet doen)Bepaal uw codeeropties voor ronde 2 \n (gebruik de standaardwaarden als u niet weet wat u moet doen)VerwijderenDemo-versieOntwikkelaar en website: OntwikkelingDigital Deluxe-versieDirect Draw renderenUitschakelenVerbinding verbrekenBeeldVergeet niet om Steam af te sluiten nadat het downloaden\nis voltooid, zodat $APPLICATION_TITLE door kan gaan\n met het installeren van uw spel.Heeft u een taalpakket om te installeren?Wilt u dat $APPLICATION_TITLE het automatisch voor u installeert?Wilt u de website van $TITLE doorbladeren?Wilt u het virtuele station verwijderen:Wilt u $TITLE downloaden vanaf GOG.com?Wilt u {0} meehelpen met het maken van een compatibiliteitsdatabank? Indien u voor ja kiest, zullen de volgende dingen anoniem naar ons verstuurd worden, wanneer u voor de eerste keer een Windows-programma draait: - Uw model grafische kaart - Uw OS-versie - Of er grafische drivers zijn geïnstalleerd. Deze informatie is zeer waardevol voor ons om mensen te kunnen helpen.Wilt u $TITLE installeren om een USB-apparaat te synchroniseren?Wilt u patch 1.0c installeren?Wilt u patch 2.0a installeren?Wilt u de unicode-versie van Inno Setup installeren?Wilt u het originele draadje lezen op het forum van GOG.com?Wilt u het opnieuw proberen?Wilt u $APPLICATION_TITLE bijwerken en herstarten?Draait het programma?Vergeet niet om naar het PlayOnMac-hulpmiddelenmenu te gaan -> Een PC-cd-rom lezen voordat u uw spel gaat draaienXQuartz nog niet installerenGeen logbestand meesturenDonerenDonwload voltooid.\n De installatie van de patches zal gestart wordenDownloaden is misluktDownloaden vanaf Steam StoreDownloaden vanaf Steam Store-Steam back-up herstellenDe download lijkt beschadigd te zijnDownload het programmaSpel voor Windows Live wordt gedownload…Wine downloaden: Bezig met downloaden XQuartzLettertypes downloadenGecko wordt gedownload…Bezig met downloaden…Downloaden: VINK tijdens de installatie alle extra drivers UIT voor de NI-controlepanelen en audio-interfaces. De installatie zal mislukken wanneer u deze aangevinkt laat en ze niet nodig zijn.VINK tijdens de installatie de optie voor ASIO4ALL UIT, en VINK tevens run FL Studio UIT aan het einde van de installatie.Deselecteer tijdens de installatie\n"Install Bonjour for Windows" en "Automaticaly update Safari".Nederlands (alleen tekst)Een bestaand programma bewerken of bijwerkenEditorEducatiefEen PC-cd-rom uitwerpenInschakelenSchakel ptrace() algemeen inEngelsEngelse versieEnhanced EditionVeel plezier met $APPLICATION_TITLEWissen (inhoud virtuele station zal verloren gaan)FoutFout ! Bestanden komen niet overeen\n\nLokaal : $LOCAL_MD5\nServer : $SERVER_MD5Fout tijdens installeren van archiefFout tijdens installeren van lettertypesFout tijdens uitpakken van archiefFout!Fout: kan de cd-rom niet vinden!Fout: kon geen geldige poort reserverenAfsluitenExterne bibliotheekGrootte van uitgepakte bestand komt niet overeen!${filename} wordt uitgepakt vanuit ${archivename}Bezig met uitpakken van Slender…Bezig met uitpakken van Wine…Uitpakken: FabrieksinstellingenKon geen verbinding maken !\nControleer of uw aanmeldgegevens en wachtwoord juist zijn.Kon ${dest} niet vinden in ${archive}BestandBestandsassociatiesBestand niet gevonden!Grootte van uitgepakte bestand komt niet overeen!FransVolledig (1.5GB), repareert zelfs kleine problemen (49 cutscenes)Er wordt een functie genegeerd, foutrapportage wordt daarom uitgeschakeldGLSL-ondersteuningSpel voor Windows Live is niet geïnstalleerd\ndeïnstallatieroutine wordt overgeslagen.Spel van het Jaar-versieSpel is niet geïnstalleerdSpel is niet geïnstalleerd.SpelletjesAlgemeenDuitsGeef deze mogelijkheid aan wineserver executableDaar nu naar toegaan?Aanmelden op Gog.com is mislukt, opnieuw proberen?GrafischHier is de broncode van het script. Controleer het zorgvuldigHier is de broncode van het script. Controleer het zorgvuldigHoge kwaliteit (Entropy-instellingen)Hoe groot is uw grafische geheugen?Maar het zal pas geactiveerd worden nadat u uw computer heeft herstart.AkkoordIk wil geen andere snelkoppeling makenIk heb het zelf gerepareerd, test het a.u.b. opnieuwIk heb een probleem met bepaalde softwareIk heb het bestand zelf gedownloadBELANGRIJK: \n\nIn het volgende installatievenster, klik NIET op de Options-knop, omdat hierdoor uw taalkeuze in de war raakt.PictogramselectiePictogrammen:Indien de .NET 3.0-installatie mislukt\nmaak u dan geen zorgen want het spel zal gewoon werkenIndien het downloaden van de update vastloopt, sluit deze dan af en start deze opnieuw totdat het downloaden voltooid is.Wanneer het spel vastloopt bij het opstarten, open dan een terminal en typ:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeWanneer de spelinstallatie vraagt om de installatie van DirectX, antwoord dan met nee.Als u amper een landschap achter het hoofdmenu kunt onderscheiden\ndient u FOG uit te schakelen in het grafische menu.Als u dit venster sluit, kunt u geen verdere antwoorden meer lezen. Weet u zeker dat u het wilt sluiten?Wanneer u de add-on "Shivering Isle" niet heeft\n moet u het spel eerst bijwerken voordat u het gaat gebruiken.Wanneer u de add-on "Shivering Isle" niet heeft\nmoet u het spel eerst bijwerken voordat u het gaat gebruiken.Als u het niet weet, deselecteer dan allesIndien u een foutmelding 3007 krijgt tijdens het verbinden, open dan een terminalvenster en typ:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeWanneer u een runtime error krijgt tijdens het draaien van het spel, open dan een terminal en typ het volgende in:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeU dient het spel te downloaden als u dit nog niet gedaan heeft. U zou het moeten kunnen vinden via een zoekopdracht op Google, u heeft Slender_v0_9_7.zip nodig om dit script te voltooien.Als u een programma geïnstalleerd heeft met de knop 'Een niet in de lijst opgenomen\nprogramma installeren', dan kunt u dit programma toevoegen aan onze lijstIndien u foutmeldingen krijgt tijdens de installatie van DotNet 3.0, dan kunt u deze zonder problemen negerenIndien u foutmeldingen krijgt tijdens de installatie van DotNet 3.5 SP1, dan kunt u deze zonder problemen negerenIndien u foutmeldingen krijgt tijdens de installatie van DotNet 3.5, dan kunt u deze zonder problemen negerenIndien u foutmeldingen krijgt tijdens de installatie van DotNet 4.0, dan kunt u deze zonder problemen negerenAls u $TITLE wilt installeren in een ander virtueel station\nVoer dit installatieprogramma dan opnieuw uitOm $TITLE te kunnen installeren dient u eerst Mod Pack Studio Lite 2.0 te installerenIn welke map wilt u de GOG-bestanden downloaden?In welke map wilt u de gebruikersmappen plaatsen?Inclusief:Voer adres van de licentieserver in!Voer poort van de licentieserver in!InstallerenInstalleer Terraria in Steam. Draai Terraria wanneer Steam het spel geïnstalleerd heeft. Steam zal dan het xna framework voor dit spel installeren. Sluit de Steam af zodat het installatieprogramma door kan gaan.Een niet in de lijst opgenomen programma installerenEen programma installerenProgramma installeren in een nieuw virtueel stationComponenten installerenInstallatie is voltooidScripts installerenInstalleer enige bibliothekenInstallatie voltooid.Installatie voltooid\n\nHet spel kan mogelijk vastlopen nadat het voor de eerste keer gedraaid wordt, maar geen zorgen probeer het dan gewoon opnieuw.Bezig met installeren…Geïnstalleerde Wine-versies: Geïnstalleerde plug-insAdobe Air installerenDirectMusic installerenDirectX 10 DLLs wordt geïnstalleerd…DirectX 11 DLLs wordt geïnstalleerd…DirectX 9 DLLs wordt geïnstalleerd…DirectX runtime installerenSpellen voor Windows Live installerenLinuxtrack-Wine DLL wordt geïnstalleerd…Visual Basic runtime installerenXMLlite wordt geïnstalleerd…XQuartz wordt geïnstalleerd…Xact DLLs wordt geïnstalleerd…Xinput DLLs wordt geïnstalleerd…Lettertypes installerenmfc42 DLLs wordt geïnstalleerd…msasn1 DLL wordt geïnstalleerd…Installeren plug-in: vcrun2008 en wininet installeren en d3d9 en d3d8 DLLs uitschakelen om spel te forceren om OpenGL te gebruikenwintrust DLL wordt geïnstalleerd…Installeren: Internationale versieInternetHet lijkt erop dat u $APPLICATION_TITLE voor de eerste keer gebruikt.Het wordt zeer aanbevolen om nu de Circle of Eight-modpack te installeren\nom vele problemen met dit spel te repareren en optioneel nieuwe content toe te voegen\n(voor "NC"-modpacks).\nGebruik het specifieke PlayOnLinux-script in de patches-sectie.Italiaans (alleen tekst)Italiaanse versieJapanse versieEen kanaal binnengaanAlle processen in programmaverzamelmap beëindigenProcessen beëindigenStopAppAlle processen in het virtuele station worden beëindigd…Bekende problemen:nn1) Het laden van de eindgebruikersovereenkomst (EULA) kan bij de eerste start mogelijk een lange tijd duren (5min).nn2) De Captain's Quarters-optie werkt niet bij de meeste (alle?) gebruikers.nIndien het spel vastloopt na het selecteren van een spelpersonage, probeer dan op de Escape-toets te drukken tijdens het aanmelden en vervolgens Captain's Quarters uit te schakelen in de grafische selectie.n(Deze optie wordt als nutteloos beschouwd door de meeste Eve-spelers.)TaalGrote pictogrammenLaterWeggaanLite (702MB), repareert grote problemen (18 cutscenes)Ga naar dit logbestandAanmelden: AfmeldenZoeken naar uitvoerbare cd-romsMB gedownloadMaak een nieuwe snelkoppeling voor dit virtuele stationSnelkoppeling wordt aangemaakt…Wine-versies beherenHandmatige installatieMiddelgrote pictogrammenMessengerMicrosoft-lettertypesEr zijn geen Microsoft-lettertypes geïnstalleerd; Ik zal ze voor u installeren.Microsoft-lettertypes zijn succesvol geïnstalleerd.DiverseVerspringen muis negerenMultimediaMultisamplingMijn probleem is $APPLICATION_TITLE zelfLET OP: Voor deze installatie heeft u een cd nodig. Indien u de gratis ISO-imagebestanden uitgegeven door EA heeft gedownload, brand deze dan eerst op een cd of dvd met Brasero of iets dergelijks, en voer de schijf vervolgens in in uw cd-station. Mogelijk werkt het aankoppelen van het ISO-imagebestand met bepaalde software, maar met Mounty werkt het echter niet.LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO.LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO. Een aftermarket low-latency audio-interface wordt aanbevolen. Uw MIDI-controlepanelen zouden moeten werken.LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO. Uw MIDI-controlepanelen zouden moeten werken.LET OP: POL keurt piraterij af. Gebruik $TITLE daarom op een fatsoenlijke manierLET OP: het registratievenster zal bij de eerste start verborgen zijn achter het Reason-logo; klik met rechts op het taakbalkitem en klik daarna op MOVE. Wanneer het kopiëren van de soundbanks mislukt en het programma vastloopt na het invoeren van de registratiecode, verwijder dan de schijf, voer de schijf daarna weer in en probeer het dan opnieuw. Als dat niet werkt, dient u de soundbanks handmatig te kopiëren naar het Reason-virtuele station. Digitale downloads zouden geen last moeten hebben van dit probleem.LET OP: wanneer u wordt gevraagd om uzelf te registreren, versleep dan het registratiebestand naar $TITLENaamNieuwNieuw: VolgendeNeeGeen $TITLE-installatie gevonden.\n\nGebruik a.u.b. het $TITLE-installatiescript!Geen omschrijvingNiet genoeg ruimte om te downloaden:\n$URL ($neededSpace KB)Geen bestandsnaamextensie aangegeven, associatie met oorspronkelijke programma wordt overgeslagen.Geen gebruikershandleiding gevonden voor {0}Geen root-opdracht ingevoerd, de installatie wordt afgebroken.Geen installatielocatie gevonden in autorun.infGeen ondersteund spel gevonden voor de Infinity Engine.No-cd-patch vereistNormale versieOpmerkingU kunt nu teruggaan naar het $TITLE-installatievenster om door te gaanNu moet u de modpack installeren in de map:Nu kunt u de spelmodus selecteren:\n1)Modus Venster:\nAlles werkt correct behalve de systeemcursor in het spelvenster.\n\n2)Modus Schermvullend:\nAlles werkt correct behalve de hemel, die is zwart.\n\n\n\nWelke modus heeft uw voorkeur?Voer nu cd-romnummer $CDNumber in.KantoorModus Offscreen renderenBij de eerste start zal het spel de beschikbare renderers detecteren.\nHet is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen.Bij de eerste start zal het spel de beschikbare renderers detecteren.\nHet is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen;\nU kunt het selecteren na het klikken op "Alle apparaten tonen".Een of meer programma(s) ontbreken. Installeer deze en voer het script dan opnieuw uit.$URL nu openen?Open een shellOpen programmamapOpen de programmamapMap openenOpen map virtuele stationBewerking voltooidOptimalisatie voltooidAndersOverschrijven (werkt meestal, geen garantie)PC-cd-rom lezerDe pakketinstallatie zal niet mogelijk zijn totdat u /proc/sys/kernel/yama/ptrace_scope op 0 insteltPakketmaker: Wachtwoord: PatchesSpeel een opgenomen bestand afPlayOnLinux- en PlayOnMac-team Onder GPL licentie versie 3PlayOnLinux-pakketbeheerPlayOnLinux/PlayOnMac vraagt normaliter nooit om het root-wachtwoord, voor dit script is het echter noodzakelijk. We zullen u de opdracht geven die u zelf in moet voeren om verder te gaan met deze installatie:PlayOnMac dient XQuartz te installeren om te kunnen werkenLees dit a.u.b. zorgvuldig door.Selecteer een cd-romSelecteer een cd-rom om uit te werpenSelecteer een PID-opnamebestand om af te spelenSelecteer een opnamebestand om te converterenSelecteer een programmaSelecteer de software om een pakket van te makenSelecteer de software die u wilt draaienSelecteer de naam van een virtueel stationSelecteer een manier om uw programma te installerenSelecteer een OGV-opnamebestand om af te spelenSelecteer een actie om uit te voerenSelecteer een installatiemethodeA.u.b. $TITLE NIET draaien nadat de installatie is voltooid.Download XQuartz voor mijZorg ervoor dat u verbonden bent met het internet.Voer a.u.b. uw aanmeldgegevens in voor gog.com om $BASENAME te downloadenProbeer uw probleem duidelijk uit te leggen (alleen Engels):Geef een hele korte omschrijving (titel, alleen Engels)Geef a.u.b. meer details, omdat het anders moeilijk wordt om u te helpenVoer "$TITLE"-schijf 2 inVoer schijf 2 in in schijfstation\nindien dit nog niet gedaan is.Voer schijf 3 in in schijfstation\nindien dit nog niet gedaan is.Voer spelschijf 1 in in schijfstationVoer spelschijf 1 in in schijfstation\nindien nog niet gedaan.Voer spelschijf 2 in in schijfstationVoer spelschijf 2 in in schijfstation\nindien nog niet gedaan.Voer spelschijf 3 in in schijfstation\nindien nog niet gedaan.Voer spelschijf 4 in in schijfstation\nindien nog niet gedaan.Voer spelschijf 5 in in schijfstation\nindien nog niet gedaan.Voer spelschijf in in schijfstationVoer spelschijf in in schijfstation\nindien nog niet gedaan.Voer schijf 1 in in schijfstation\nindien dit nog niet gedaan is.Voer schijf 2 in in schijfstation\nindien dit nog niet gedaan is.Voer schijf 3 in in schijfstation\nindien dit nog niet gedaan is.Voer schijf 4 in in schijfstation\nindien dit nog niet gedaan is.Voer volgende spelschijf in in schijfstationVoer de dvd-rom inVoer schijf 1 inVoer eerste spelschijf in in schijfstation.Voer spelschijf in in schijfstationVoer spelschijf in in schijfstation.Voer volgende spelschijf in in schijfstationVoer tweede spelschijf in in schijfstationVoer uw cd-rom in en klik alleen op "Volgende" wanneer de Finder het Mac OS-gedeelte van uw cd-rom heeft gevondenInstalleer $TITLE_REQUIRED a.u.b. eerstGa naar het patch-bestand voor de Engelse taalGa naar het installatieprogramma (Launcher.exe)Ga naar het installatieprogramma (Setup.exe)Maak een keuzeLET OP: de standaardkaarten werken niet correct, in tegenstelling tot de aangepaste kaarten die wel zonder problemen werken.Lees en accepteer het volgende:Lees dit a.u.b. zorgvuldig doorLees dit a.u.b. doorLees dit a.u.b. zorgvuldig doorHerstart nu uw computer en draai PlayOnMacSelecteer het $TITLE-installatiebestand. SELECTEER NIET DE OPTIE RUN IMGBURN AAN HET EINDE VAN DE INSTALLATIE:Selecteer het $TITLE-installatiebestand. Draai Reaper NIET voordat de installatie voltooid is.Selecteer het $TITLE-installatiebestand. Draai rFactor NIET voordat de installatie voltooid is. Laat DirectX installeren indien dit gevraagd wordt. Zorg ervoor dat u een 32bit-resolutie instelt wanneer rFactor-configuratie zichtbaar wordt.Selecteer het $TITLE-installatiebestand. Vink tijdens de installatie alle extra drivers uit die het wil installeren:Selecteer WELKE 3 pictogrammen DAN OOK wanneer hierom gevraagd wordt.Selecteer MORE OPTIONS, vink daarna de optie RUN "$TITLE" AFTER INSTALLATION uit. Wanneer u dit niet doet, zal de installatie mislukken!Selecteer een foutopsporingsbestandSelecteer een programma of virtueel station om te configurerenSelecteer een programma dat u wilt deïnstallerenSelecteer een programma.Selecteer een pictogrambestandSelecteer a.u.b. de 32bit-versie van iTunesSelecteer de MS-DOS-versie van het installatiebestand:Selecteer het bestand genaamd Pro Evolution Soccer 2013.msiSelecteer de gewenste taal voor het spelSelecteer het installatiebestand om uit te voeren.Selecteer het installatiebestand dat gedownload werd op de website van $EDITORSelecteer het installatiebestand om uit te voerenSelecteer het installatiebestand om uit te voeren :Selecteer het installatiebestand om uit te voeren.Selecteer het installatiebestand om uit te voeren:Selecteer a.u.b. de versie.Voer een naam in voor het virtuele station van uw programma.\nDeze naam mag geen spaties bevatten.Vink "Launch Need For Speed" uit aan het einde van het installatieschermEen moment geduld, $APPLICATION_TITLE is bezig met het kopiëren van bestanden:Een moment geduld, $APPLICATION_TITLE is bezig met het downloaden van Ubisoft Game LauncherEen moment geduld, $APPLICATION_TITLE is bezig met het downloaden van:Een moment geduld, $APPLICATION_TITLE scant uw hardwareEen moment geduld, $APPLICATION_TITLE simuleert een Windows-herstartEen moment geduld, $APPLICATION_TITLE simuleert een herstartEen moment geduld, $SOFTNAME wordt geïnstalleerd…Een moment geduld, $TITLE wordt geïnstalleerdEen moment geduld, $TITLE wordt geïnstalleerd.Een moment geduld, Desura wordt gedownload…Een moment geduld, Steam wordt gedownload…Een moment geduld, het PlayOnLinux-logo wordt aangemaakt…Een moment geduld, het virtuele station wordt aangemaakt…Een moment geduld, $TITLE wordt uitgepakt…Een moment geduld, uw video wordt gecodeerd…Een moment geduld…Plug-inbeheerPlug-insDruk op +F8 om de opname te starten of te stoppenDruk op +F8 om de opname te stoppenKlik op Volgende en klik daarna op het venster\ndat u op wilt nemen.\nDe opname zal automatisch starten na 5 seconden.\nEr zal alleen video opgenomen worden.Klik alleen op "Volgende" wanneer de installatie voltooid isKlik op Volgende om de update te starten. Wanneer de update voltooid is, sluit deze dan af. Start osu nog niet!Proxy-adresProxy-configuratieProxy-aanmeldenProxy-wachtwoordProxy-poortLees het vertalersbestandEen PC-cd-rom lezenEen PC-cd-rom lezenLees de gebruikershandleidingLees dit a.u.b. zorgvuldig door!\n\nWanneer het installatieprogramma van $TITLE vraagt om een andere cd-rom , ga dan a.u.b. terug naar dit $APPLICATION_TITLE-vensterUw apparaat lezenVerversen{0} wordt ververstRegistrerenRegisteer uzelf en/of meld u aan, waarna u het installatiebestand kunt downloaden : https://world.needforspeed.com/Een moment geduld, de bibliotheken worden geregistreerd\n(Dit kan even duren)Register-editorVerwijderenSpel voor Windows Live verwijderen…Modus Target Lock renderenVirtuele station reparerenRapporteer een foutRapporteer een probleemRapporteer een probleem over {0}Vereist ongeveer 18Gb vrije ruimte.nnEn nog eens een extra 5Gb in uw Persoonlijke map wanneer u de online-installatie wilt gebruiken.nHet wordt aanbevolen om de installatie offline uit te voeren.Opnieuw proberen?Draaien$TITLE draaien in veilige modus?\$TITLE draaien?Voer een .exe-bestand uit op dit virtuele stationEen lokaal script uitvoerenConfiguratie-wizard uitvoerenVoer één van uw persoonlijke scripts uitDraai uw Windows-programma's op Bezig…OpslaanVirtuele station wordt doorzocht…Scriptmakers: ZoekenSelecteer een DLC om te installerenSelecteer een categorie voor uw programmaSelecteer een ander bestandSelecteer het gedownloade zip-bestandSelecteer de 1ste patch (EE Upgrade) om uit te voerenSelecteer eerste patch om uit te voerenSelecteer patch om uit te voerenSelecteer de 2de patch (1.5) om uit te voerenSelecteer tweede patch om uit te voerenSelecteer de hoofdvideokaart om over te rapporteren:VersturenStuur een werkend script naar ons, dat aangemaakt is door handmatige installatieStel een proxy inSelecteer het pictogramVar-programmabestanden instellenInstellingenVirtuele stations tonenWindows-herstart simulerenKleine pictogrammenSorry de berichtendienst {0} is momenteel niet beschikbaar. Probeer het later opnieuwSorry, $APPLICATION_TITLE $VERSION is te oud om door te kunnen gaan.\n$APPLICATION_TITLE $NEEDED wordt vereist.Sorry, maar dit is geen geldig .zip-bestandSorry, maar deze persoon wil geen privéberichten ontvangenSorry, we hebben een gedetailleerde omschrijving nodig.SpaansSpaans (alleen tekst)Standard EditionStandaardtoetsenbordindelingenSteam heeft zijn eigen automatische updatesysteemSteam heeft zijn eigen automatische updatesysteem.Er is een Steam-installatie gevonden\nwilt u dit spel in hetzelfde virtuele station installeren?Steam zal een update gaan uitvoeren.\nNadat de Steam-update is voltooid en u het aanmeldscherm te zien krijgt, meldt u dan aan en laat $TITLE installeren.\n\nWanneer de installatie voltooid is, klik dan op VolgendeSteam zal een update gaan uitvoeren.\nNadat de Steam-update is voltooid en u het aanmeldscherm te zien krijgt, meldt u dan aan en laat $TITLE installeren.\n\nWanneer de installatie voltooid is, klik dan op Volgende (sluit Steam niet af)Steam is bezig met het installeren van $TITLEBTS, klik op Volgende wanneer de installatie voltooid isSteam is bezig met het installeren van $TITLECOL, sluit Steam VOLLEDIG af wanneer de installatie voltooid is, (zorg ervoor dat Steam niet nog zichtbaar is in de systeembalk) en klik dan op Volgende zodat het installatiescript door kan gaan.Steam is bezig met het installeren van $TITLEW, klik op Volgende wanneer de installatie voltooid isStrict Draw OrderingTaakbeheerTestenDank u !\n\nUw rapport is verstuurd.\n\nWe doen ons best om u zo spoedig mogelijk een antwoord te sturen per mailDe cd-beveiliging van dit spel werkt niet goed met Wine.Uw cd-romversie is verouderd. Vergeet niet om $TITLE bij te werken zodat deze probleemloos kan draaien met $APPLICATION_TITLEDe PlayOnLinux-website is niet beschikbaar.De benodigde codes om de eerste kerker te verlaten, kunnen gevonden worden\nin de documentatie;\nKlik met rechts op het spelpictogram, selecteer "Read the manual" en ga naar pagina 4-5.De benodigde codes om een nieuw spel te starten, kunnen gevonden worden\nin de documentatie;\nKlik met rechts op het spelpictogram, selecteer "Read the manual".De download lijkt te zijn mislukt.Het bestand is ook bijgewerkt. Indien het probleem zich blijft voortdoen, overweeg dan om dit probleem te rapporteren zodat het script aangepast kan worden.Dit bestand heeft de naam : {0}Het volgende bestand bevindt zich in een FAT32-bestandssysteem.\nDit kan er mogelijk voor zorgen dat wine niet werkt\n\n$FilePathHet volgende bestand bevindt zich in een NTFS-bestandssysteem.\nDit kan er mogelijk voor zorgen dat wine niet werkt\n\n$FilePathHet volgende bestand bevindt zich in een FUSE-bestandssysteem.\nDit kan er mogelijk voor zorgen dat wine niet werkt\n\n$FilePathHet volgende bestand bevindt zich in een met noexec aangekoppeld bestandssysteem.\nDit kan er mogelijk voor zorgen dat Wine niet werkt\n\n$FilePathDe volgende mensen hebben bijgedragen aan dit programma: Het starten van dit spel zal niet mogelijk zijn totdat u /proc/sys/kernel/yama/ptrace_scope op 0 insteltDe niveau-editorDe patch kan nu ingeschakeld en geconfigureerd worden\nin de installatie-wizard van PlayOnLinux voor Outcast.\nEn vergeet niet om een bericht voor Zenger achter te laten op GoG-forums!Dit programma heeft toegang nodig tot ptrace() om verder te kunnen gaan:De snelkoppeling werd op uw bureaublad geplaatstVirtuele doelstation $PREFNAME bestaat al:Het virtuele station geassocieerd met {0} ({1}) bestaat niet meer.Er is niets geïnstalleerd om .{0}-bestanden te draaien.Deze lettertypes werden beschikbaar gesteld door Microsoft\n"in het kader van de cross-platform compatibiliteit".Overweeg om driedubbel bufferen uit te schakelen in de instellingen,\nomdat het nog niet volledig ondersteund wordt door Wine.Deze procedure zal Microsoft Office $TITLE installeren, een gratis programma waarmee u .doc- en .docx-documenten kunt bekijken, maar die u echter niet kunt bewerken. Dit programma is bedoeld voor gebruikers die geen complexe doc- o docx-documenten kunnen weergeven. Als u een document wilt bewerken, gebruik dan LibreOffice, OpenOffice of een andere geschikte editor. Deze add-on installeert automatisch patch 1.3.5511Deze add-on installeert automatisch patch 2.5.26461Deze add-on werkt het spel automatisch bij naar versie 1.2.0416.Deze add-on werkt het spel automatisch bij naar versie 1.03Dit bestand: Deze functie is uitgeschakeld in de PlayOnlinux-werkomgeving.Dit spel is al de Enhanced Edition\nen heeft alleen patch 1.5 nodigDit installatiescript vereist ffmpegDit installatieprogramma is beschikbaar gesteld door: Dit is een installatieprogramma voor een update of een add-on;\nInstalleer $TITLE_REQUIRED a.u.b. eerstDit is een installatieprogramma voor een update;nInstalleer $TITLE_REQUIRED a.u.b. eerstDit is niet langer het geval, maar ze zijn nog wel beschikbaar via derden.Dit is de lijst met scripts die u naar ons verstuurd heeft. U kunt er één uitvoerenDit pakket werkt niet op een 64-bits-installatieDit pakket werkt niet met Wine-versie 1.3.18 of lagerDit pakket werkt niet met Wine-versie 1.3.22 of lagerDit pakket kan niet geïnstalleerd worden met Wine-versie 1.5.21 of hogerDeze plug-in geeft u de mogelijkheid om uw programma's onder PlayOnLinux op te nemenDit programma bevat een beveiliging tegen kopiëren hebben (DRM), waardoor deze ongeschikt is voor emulatie. Om dit te omzeilen heeft u een zogenaamde "No-cd-patch" nodig, maar omdat deze ook voor piraterij-doeleinden gebruikt kan worden, geven wij hier geen ondersteuning voor.Dit programma bevindt zich in de testfase. Mogelijk werkt het niet zoals verwacht. Uw feedback, positieve of negatieve, is heel belangrijk om dit installatieprogramma te verbeteren.Dit programma werd gemaakt door: Hiermee kan uw Mac het PC-gedeelte van een cd-rom lezen.\n\nGebruik dit alleen wanneer uw cd-rom een hybride cd-rom (geschikt voor Windows en MacOS) is, en wanneer u het Windows-gedeelte niet kunt zien.Via deze hulpmiddelen kunt u ons helpen :Dit virtuele station is beveiligdDit zal Sacrifice voor u installeren, hierna zal patch #3 gedownload en geïnstalleerd worden. Start het spel niet op totdat de patch is geïnstalleerd.Deze wizard zal u helpen met het installeren van Deze wizard zal u helpen met het prepareren van de $APPLICATION_TITLE-werkomgevingDeze wizard zal u helpen met het installeren van Wine: Deze wizard zal u helpen met het rapporteren van een fout in een programma dat officieel ondersteund wordt door PlayOnLinux.Deze wizard zal u helpen met het uitvoeren van een onofficieel $APPLICATION_TITLE-script.Deze wizard zal u helpen met het deïnstalleren van: Om door te kunnen gaan dient PlayOnLinux uw cd-rom opnieuw aan te koppelen via de Tonen-optie.Om door te kunnen gaan dient PlayOnLinux uw cd-rom, die eerder aangekoppeld werd via de Tonen-optie, af te koppelen.Om er zeker van te zijn dat uw spellen compatibel zijn, moet PlayOnMac XQuartz installerenOm een taalpakket later te installeren, opent u het configuratiepaneel voor dit spel, waarna u het installatieprogramma uit kunt voeren in het virtuele station (Diverse-tabblad)HulpmiddelenBestanden overzetten vanaf schijf 1Bestanden overzetten vanaf schijf 2vertalingen:Het Two Worlds-configuratiepaneel is een hulpmiddel vanuit de TwoWorlds-gemeenschap,\nwaarmee u parameters kunt aanpassen en mods beheren\nvoor dit spel. Zie\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 voor meer details.\nWilt u het installeren?Britse versieAmerikaanse of Canadese versieUbuntu-gebruikers moeten de MEDIBUNTU-pakketbron toevoegen\nom dit videoformaat te kunnen gebruiken.Kan bestand niet vinden: Kan versie niet vinden: Kan XQuartz niet installeren! U moet dit installeren om de spelcompatibiliteit te verbeteren.OngewijzigdDeïnstallerenBezig met deïnstalleren…GIT bijwerkenUpdate-instructiesWine-programmaverzamelmap bijwerken$APPLICATION_TITLE bijwerken vanaf GIT…$TITLE bijwerkenPlug-in bijwerken. Vorige: Gebruik: Gebruik plug-in geavanceerde Wine-configuratieGebruik cd-rom(s)Gebruik dvd-rom(s)Desura Store-demoversie gebruikenDesura Store-versie gebruikenOrigin Store-demoversie gebruikenOrigin Store-versie gebruikenGebruik PlayOnLinux's configurator voorSteam Store-demoversie gebruikenSteam Store-versie gebruikenGebruik WineTricksGebruik een installatiebestand op mijn computerGebruik een andere versie van WineAfgebroken door gebruikerVCRun2008 kan mogelijk niet geïnstalleerd worden omdat uw PlayOnLinux-versie te oud is. Werk deze eerst bij.VCRun2010 kan mogelijk niet geïnstalleerd worden omdat uw PlayOnLinux-versie te oud is. Werk deze eerst bij.Zeer grote pictogrammenUw videokaart heeft te weinig geheugenGrootte videogeheugenVirtuele stationVirtueel station aanmakenVirtuele stationsVisuele kwaliteitWAARSCHUWING. gebruik a.u.b. eerst POL_SetupWindow_InitWASD (Qwerty)Een moment geduld, de installatie wordt voorbereid…Een moment geduld, het taalpakket wordt geconfigureerd…Een moment geduld, de installatie wordt voorbereid…Een moment geduld, de 1ste patch wordt gedownload…\nDit kan even duren, afhankelijk van uw verbinding.Een moment geduld, de 2de patch wordt gedownload…\nDit kan even duren, afhankelijk van uw verbinding.Een moment geduld, de 3de patch wordt gedownload…\nDit kan even duren, afhankelijk van uw verbinding.Een moment geduld, de 4de patch wordt gedownload…\nDit kan even duren, afhankelijk van uw verbinding.Een moment geduld, de patch wordt gedownload…\nDit kan even duren, afhankelijk van uw verbinding.Wachten totdat de eerste wizard klaar isWaarschuwing !!\n\nDe handtekening van dit script is NIET geldig\n\n$APPLICATION_TITLE heeft dit script niet goedgekeurd en is niet aansprakelijk voor dit script.\nZorg ervoor dat u weet wat u doet !Waarschuwing !!\n\nDe handtekening van dit script is NIET geldig\n\nPlayOnLinux heeft dit script niet goedgekeurd en is niet aansprakelijk voor dit script.\nZorg ervoor dat u weet wat u doet !Waarschuwing : GFWL lijkt al geïnstalleerd te zijn.\nHerinstallatie forceren.Waarschuwing : vcrun2005 lijkt al geïnstalleerd te zijn.\nHerinstallatie forceren.Waarschuwing : vcrun2008 lijkt al geïnstalleerd te zijn.\nHerinstallatie forceren.Waarschuwing : vcrun2010 lijkt al geïnstalleerd te zijn.\nHerinstallatie forceren.Waarschuwing! S3TC-compressie is niet beschikbaar op uw systeem.\n\nIndien u een vrije driver heeft, is het misschien noodzakelijk om een niet-vrije driver te installeren \n\nAnders kunt u dit ook inschakelen door het libtxc-dxtn0-pakket te installeren, maar de resultaten zijn dan mogelijk langzamerWaarschuwing: Dit hulpmiddel is voor ervaren gebruikers. Om een programma met {0} te deïnstalleren, dient u het geassocieerde virtuele station te verwijderenWaarschuwing: Voor de juiste videocodering,\nMOET de resolutie een veelvoud van 16 zijnWaarschuwing: GameShadow zal niet werken.\nDeselecteer het tijdens de installatie.Waarschuwing: U draait momenteel $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE versie $NEEDED wordt aanbevolen om mee door te gaan.Waarschuwing: u moet niet de keuze "Run $TITLE" selecteren wanneer de installatie is voltooidWe hebben ontdekt dat dit het programma is dat u wilt installeren :Wij dienen beheerderstoegang tot uw computer te verkrijgen, daarom zal om uw root-wachtwoord gevraagd worden. Hier zijn de opdrachten die PlayOnLinux uit zal voeren als root:We gaan u een paar vragen stellen, probeer zo nauwkeurig\nmogelijk te zijnWelkom in de geavanceerde Wine-configuratie, een optimaliseringssysteem voor Wine gemaakt door GNU_Raziel. Als u niet weet wat u moet selecteren, gebruik dan de STANDAARDWAARDEN!Welkom in Detour, een plug-in waarmee u post-installatiesnelkoppelingen aan kunt maken.Welkom in het installatieprogramma $PVERSION voor $TITLEWelkom in het DLC-installatieprogramma voor $TITLEWelkom in het DLC-installatieprogramma voor $TITLE_REQUIREDWelkom in het patch-installatieprogramma $PVERSION voor $TITLEWelkom in het patch-installatieprogramma $PVERSION voor $TITLE_REQUIREDWelkom in het patch-installatieprogramma $PVERSION voor $TITLEWelkom in het patch-installatieprogramma $PVERSION voor $TITLE_REQUIREDWelkom bij de installatiewizard van $APPLICATION_TITLE.Welkom bij de wizard van $APPLICATION_TITLE.\nDeze wizard zal u helpen met het installeren van $file op uw computer.\n\nLet op! Dit programma wordt niet officieel ondersteund door $APPLICATION_TITLE.\nDaardoor werkt het mogelijk niet zoals verwachtWelkom bij de wizard van $APPLICATION_TITLE voor handmatige installatie.\n\nDit script geeft u de mogelijkheid om elk programma in $APPLICATION te installeren en te gebruiken met alle hulpmiddelen\n\nWaarschuwing: We kunnen niet garanderen dat uw programma perfect zal werken.Welkom bij $APPLICATION_TITLE virtueel station aanmaken.\n\nHiermee kunt u een nieuw virtueel station aanmakenWat wilt u doen?Welke extra snelkoppelingen moeten worden aangemaakt?Welk onderdeel van uw programma werkt niet?\nAls alles werkt, wilt u dit dan aangeven.Wie is de ontwikkelaar van uw programma?Wat is de website van de ontwikkelaar of van uw programma?Wat is de extensie?Wat is de naam van uw programma?Wat is de naam van uw programma?Welke taal wilt u gebruiken?Wat voor soort probleem heeft u?Wat voor soort virtueel station wilt u aanmakenWat wilt u doen vooraf aan de installatie?Wat wilt u doen?Wanneer het herstellen van $TITLE door Steam is voltooid,\nKlik dan NIET op afspelen.\n\nSluit de Steam-interface VOLLEDIG af, \nzodat het installatiescript door kan gaan.Wanneer het downloaden van $TITLE door Desura is voltooid,\nklik dan NIET op afspelen.\n\nSluit de Desura-interface VOLLEDIG af, \nzodat het installatiescript door kan gaanWanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op afspelen.\n\nSluit de Steam-interface VOLLEDIG af, \nzodat het installatiescript door kan gaanWanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op afspelen.\n\nSluit de Steam-interface VOLLEDIG af, \nzodat het installatiescript door kan gaanWanneer het downloaden van $TITLE door Steam is voltooid,\nKlik dan NIET op afspelen.\n\nSluit de Steam-interface VOLLEDIG af, \nzodat het installatiescript door kan gaanWanneer het downloaden van $TITLE door Steam is voltooid,\nKlik dan NIET op afspelen.\n\nSluit de Steam-interface VOLLEDIG af, \nzodat het installatiescript door kan gaan.Wanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op afspelen.nnSluit de Steam-interface VOLLEDIG af, nzodat het installatiescript door kan gaan.Wanneer de spelinstallatie vraagt om de volgende dvd\nklik op \"Doorgaan\"Let er op bij de installatie dat Scroll niet automatisch gestart wordt, zodat de installatie door POL voltooid kan worden.Wanneer de spelinstallatie vraagt om de volgende schijf\nklik op \"Doorgaan\"Wanneer de spelinstallatie vraagt om de volgende schijf\nklik op "Doorgaan"Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). Klik op Volgende om de installatie te starten.Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). Klik op Volgende wanneer de installatie voltooid is.Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). Klik op Volgende om de installatie te starten.Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP}. Klik op Volgende wanneer de installatie voltooid is.Wanneer het installatieprogramma vraagt om cd-romnummer $CDNumber, klik dan op Volgende.\n\nKlik NIET eerder op Volgende!Wanneer u de starter opent, klikt u op de bovenste knop om het installatieprogramma te starten. Wanneer er een nieuw venster wordt geopend, klikt u op OK. Wanneer er nog een venster wordt geopend, klikt u op de knop met de letter N om de installatie te starten. Wacht totdat de installatie voltooid is en klik op de rechterknop om te stoppen. Klik op Volgende wanneer de installatie voltooid is.Wanneer {0} een Windows-programma installeert: - Wijzig de standaardlocatie dan niet - Vink ook niet 'Programma draaien' aan, indien dit gevraagd wordt.Waar isWaar is uw cd-rom aangekoppeld?Op welke programma wilt u de wijziging toepassen?Welke editie heeft u?Welke taalversie wilt u installeren?Welke regionale versie van World of Tanks wilt u installeren? Let op: Korea wordt niet ondersteund bij deze installatie.Welk type activering?Welke versie heeft u?Welke versie wilt u installeren?Welke versie van Wine wilt u gebruiken?Windows-herstartWine kent nog geen ondersteuning voor USB. Daardoor is het niet mogelijk om uw i-Apparaten met $APPLICATION_TITLE te synchroniseren. Onze excuses hiervoorWine lijkt vastgelopen te zijn\n\nWanneer uw programma gewoon werkt, dan kunt u dit bericht negerenWine-deïnstallatieWine-versieWine-versiesWilt u de Engelse GUI-patch inschakelen?Noteer hier alle wijzigingen die u heeft gemaakt aan de Wine-configuratie:XQuartz $XQUARTZ_VERSION is geïnstalleerd op uw computer.XQuartz is succesvol geïnstalleerd.JaU bent verbonden met $APPLICATION_TITLE-online als $POL_LOGINU bent vrij om deze lettertypes te downloaden en voor eigen gebruik te gebruiken,\nmaar u mag ze niet herdistribueren in een aangepaste vorm,\nen ook geen wijzigingen aan de bestandsnaam of het pakketformaat maken.U probeert een script te openen dat ontworpen is voor {0}! Mogelijk werkt het niet zoals verwachtU kunt het $TITLE-installatiebestand hier downloaden:U kunt het archief downloaden op:U kunt dit venster niet sluitenU heeft geen spel geselecteerdU lijkt geen persoonlijk script te hebbenU hoeft geen DirectX te installeren of GLSetup te gebruiken.U bent afgemeld bij $APPLICATION_TITLE-online\nHet is nu veilig om dit venster te sluitenU zou dit programma moeten kunnen draaien!U moet een opname selecteren om te converterenU moet een opname selecteren om te lezenU moet een bestand selecteren!U moet een spel kiezen om aan te passenU moet de beveiligingen van dit spel uitschakelen\nanders kunt u het niet met Wine spelen.U moet de beveiligingen van dit spel uitschakelen\nanders kunt u het niet met Wine spelen.U moet het schaduwniveau niet op het maximum instellen\nanders moet u het spel verwijderen en moet u de installatie opnieuw uitvoeren.U moet {0 herstarten voor de wijzigingen effect zullen hebben.U dient het te installeren om door te kunnen gaanU dient het te installeren om {0} te kunnen gebruikenU zou nu een League of Legends-map op uw bureaublad moeten zien met daarin het installatieprogramma. U zou deze kunnen bewaren zodat u sneller een eventuele herinstallatie kan uitvoeren.Wilt u het installeren met ?Wilt u symbolische links aanmaken voor de $TITLE-instellingen in uw Persoonlijke map?n(Wordt aanbevolen.)Wilt u de downloadpagina van $TITLE in uw browser openen?Uw $APPLICATION_TITLE-versie is niet up-to-date.\nU dient $APPLICATION_TITLE eerst bij te werken voordat u een foutrapport gaat versturen.\nBedankt hiervoor.Uw browser zal geopend worden, download de patch en pak deze daarna uit a.u.b.Uw bestandssysteem kan er mogelijk voor zorgen dat {0} niet goed werkt. Open {0} in een terminal om meer details te verkrijgen.Uw videokaart heeft te weinig geheugen!\nMogelijk werkt het spel nietZQSD (Azerty)\nZorg ervoor dat u verbonden bent met het internet.glxinfo is niet geïnstalleerd. Installeer het mesa-utils-pakketis geen pictogramextensieDe tekenset ja_JP.utf8 moet geïnstalleerd worden om $TITLE te kunnen laten werken.vanin de $APPLICATION_TITLE-werkomgeving.tijdelijke map ontbreekt{0}-wizard{0} kan {1} niet vinden{0}-configuratie{0}-console{0}-foutopsporing{0}-fout{0}-installatiemenu{0} kan POL_SetupWindow_server niet starten.{0} kon PlayOnLinux Setup Window server niet starten.{0} mag niet als root gedraaid worden. Sorry{0} kan de 32-bits OpenGL-bibliotheken niet vinden. Mogelijk ondervindt u problemen met uw spellen{0} kan de 64-bits OpenGL-bibliotheken niet vinden. Mogelijk ondervindt u problemen met uw spellen{0}-messenger{0}-instellingen{0}-website is niet beschikbaar. Controleer a.u.b. uw verbinding{0} Wine-versiebeheerplayonlinux/lang/locale/oc/000077500000000000000000000000001226051336100162205ustar00rootroot00000000000000playonlinux/lang/locale/oc/LC_MESSAGES/000077500000000000000000000000001226051336100200055ustar00rootroot00000000000000playonlinux/lang/locale/oc/LC_MESSAGES/pol.mo000066400000000000000000000067371226051336100211510ustar00rootroot00000000000000FLa|  ") ?IX` p|    #,;C K U cnsw|    '48=FN Tb q ~   v      # 3 ; F P X _ h u {         " . 2 9 A E X a t       + 4 ; G N V g w     '73510(:! "&C4 *B F-E.8?$,D); @ +/%6A2#=>9 <About {0}AccessoriesAllBrowseCancelChoose an applicationConfigureConfigure WineConnectConversion doneDevelopmentDisableDisconnectDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeInstallInstallation in progress...Installed Wine versions: InternetJoin a channelKillAppLogin: MessengerMiscellaneousMultimediaNameNewNextNoNo descriptionOfficeOpen a shellOperation doneOtherPassword: PatchesPlease wait...Plugin managerPluginsRefreshRefreshing {0}RegisterRegistry EditorRemoveReport a bugRunSendSettingsTestingToolsVirtual driveWindows rebootWine versionWine versionsYesof{0} Wizard{0} configuration{0} console{0} settingsProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-11-27 16:43+0000 Last-Translator: Aymeric PETIT Language-Team: Occitan (post 1500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) A prepaus de {0}AccessòrisTotes / TotasPercórrerAnullarCausissètz una aplicacionConfigurarConfigurar WineSe connectarConversion acabadaDesvolopamentDesactivarSe desconnectarAficharFar un donEducacionActivarQuitarFichièrSupòrt GLSLJòcsGeneralGrafismeAccèptiInstallarInstallacion en cors...Versions de Wine installadas : InternetRejónher un CanalKillAppIdentificant : MessatjariáDivèrsMultimèdiaNomNovèlSeguentNonPas de descripcionBuroticaDobrir un terminalOperadaacion acabAutresSenhal : Mesas a jornEsperatz...Gestionari d'extensionsEmpeutonsActualizarActualizacion de {0}S'enregistrarBasa de registreSuprimirSenhalar un bugExecutarMandarParamètresTèstsAisinasDisc dur virtualReaviar WindowsVersion de wineVersions WineÒcsusAssistent {0}Configuracion de {0}Consòla {0}Reglatges de {0}playonlinux/lang/locale/pl/000077500000000000000000000000001226051336100162325ustar00rootroot00000000000000playonlinux/lang/locale/pl/LC_MESSAGES/000077500000000000000000000000001226051336100200175ustar00rootroot00000000000000playonlinux/lang/locale/pl/LC_MESSAGES/pol.mo000066400000000000000000003317331226051336100211600ustar00rootroot00000000000000L|i4FFFFF F'FGG#%G#IGmGGG-G0G+G#(H(LH(uH&H)H+H"I!>I`II*IIXI@JJK0?L5pL+L4L9M*AM$lM#MMM;MN_N&O(OOmOCPBQPQ 7RIBRR R RRR!RS'S`:SSzST".T&QTxT~T6+U/bU)U%U3U!V"8VM[V VVVVWjXXXXXLXgYY\Z#0[RT[[[[}\[]b]1{]]]]] ^Y^;t^^^^ ^ _?_ __m__0____.`!F`h`3`$`&`a aa0aqDaaaa aa*b /b :bDbSb*[b b bb bb$b c!c67c ncccc cccc dzd#dNdY eYcee ee ee f!f )f4fzi9ei6ii5i"jW9j$jjj3j kk8k$Mkrkkkkk kkivlllMm&_mm mmmmmmmm*nrr%rs 1s"Rsuss tCtJTtmt5 u\CubuVvUZvvsvDwwux\y`_y\y\zPzzMz4{;N{{!{{{{||(||||}&}k=}}}}}~~;~Y~v~!~!~~~ !9Sd}a '4JBSmˁځ(Y e nz-ȃЃ׃ +.AV j w<1΄  " --;0i2͆akN͇c  Kg4vL1&B(i A.$'")B̍Q  7Jix'Tɏ  )4<:Q*lˑ('<#Tx"+)"$49Y053:MY??@/E/E&ElEE->Cl@@@2@s-71Q268c&$,1ܚ.=dU%2#SVPf(zA7מ$4M)h/:Ÿ&:D#$$Ƞ]Ib6I4->bC;+!%M&s)(ģ47".Z0ɤؤ) +9d Uc w Ħզh|W9.>Ee} ˨bim %̩  $/4 S_f"~*ժ$6[$z< 1 IPUc) <4&qŭ)߭* d4WK*vIB h@y`'ڲw" -eƴd,dn2eR0,Ʒ2B&-iZ^MQ/0Ϻ475 m9y@#*UCHLG/3w447GMv1&#C"@+.PZI(I[hL \ZtN   '1Yi& &"?b [[I& ".1 `&n)*ddOddb~.FKK?KIFEmGD:NUM;-'13<E3<2&kX'pS#+< S"t !0. :U#V;`@%>f{X.i&q|;<x1q7Q%l,eR4 /5=Ws<wMf*'$,>0kd%$'!Ln WXkX4" =\6#~ZFl T 5;&b7{&  % 1 >H0Y9,[[M 8 *!7F+d03.-&\++),)2#\&,,(!TJ7-F'1F/x*($!0MIr@(pU!wV7 S ",2_),"n% +"0KgS  )\>" "  a-   >    A  %@ Uuc;/(En%$&!(;9u%%)=!g $"v~ 1  (*1 \j{'5%(JN&/K]1S7fdW]s   s1ZS5*$AzfJ$,$Q3v:80^M# 9-Kh#x  ks50    ; E V )i D  L ",!/O!&!!&!1!"",'"+T"""""K"*$#O#T#h#~# #C##]#"[$~$$$$ $-$$9%H%4P%2%%%&%I& O&$\&6&&&d&K'\'Jc'{'t*(:(a(r<)])] *,k**w++ ,l,p2-l-l.]}.P.-,/>Z/ /// //-0040(1>1U1j11n12%2A2W2n2$2$2#2 2#3):3%d3333 33$4%84^4ps4'4 5525G;55g6666!66 6+6*78 8 88<89*929:9 Y91d9999999M:;S::%: : :5:F ;RS<<rX=L=>w?S@Y@^@e@k@Oo@ @K@YA pAdA9A20BcB|BB>B/BC#CC D"DDbEF.F@FZFtF*FF%FF+FG[)G GG GG7GGH1H I$I%;I2aI)III)I%J#>J/bJ&JJ6J K3K4OK.K+KdKDLS_LSL0M>8M0wM>M>M>&N>eN2NDNSOSpOSOSP+lP P"P;P+Q!DQ#fQ8QpQ.4R>cR9R5RSq"S,SSSS3T`IT\TUwU1]VV8W<QW&WWW)W4 X;?X{X1X<XY1"Y*TYYMY5Y2ZAGZ,Z:ZIZA;[/}[)[([\%\.B\7q\5\2\]%]7]>?]-~]]3g^~^ _&_ 9_ E_ R_]_y___p_$` 8`B` T`Z``D`aaa5aSaiaxaaadbvb'~bb1bbc+ cLclc{c*cccccdd6+d&bdd,d#dCd>eJFe ee!e ee$e fT!fhvff>f=g [ggggg)g)gghnh*iJiEjGk[kzkk}kDlzVl1lmm1fnn2oxHowow9pp@AqMqqiq5Kr$r7r9r7s_PssW2t4u5u>u:4vov6vvBv%v'w\>wNwRwT=x/x1x1x@&yEgyyz!N{p{$|(||%m}B}}S}II~~F~]~LM &F ftp-Kjj Ղ ߂  27j$ ,ރ4O#e"ń  7%]t: 6 7A%y{{{{v+2]ыa/bbMWTTbi Qv5ȐJE0/#`,0?0"9S1s2OK$ۗ(71W$_L[47>ȝOWB1| 009Υ%" $0vU`̦- ? K@W+Cħ'?+kT4(&Ω? 3M`,)-9g3|Rcqg?٬36Mf ?tw@,mc R5`GްB>!@b   Ʊ ӱޱ8I+7uYYaq@11D,%|lizABv%  o U G!2<ruR]69 =bCX+3 h-IKC"a#I)-o'`~gZ\Qx<+,tL-%!1W0nGcj ?z:nd$>;H7L^vJYeK M>~7q=J Bw CNSB];AV%8<K rLrU*@@)'<F}X.mT&K Mj"AaTY 1h^X*q\}OB5f28)QDi4mv=oZ?[D  (36Lp)Z9ISFF{;yHRj w'V,| 5JqU[_*D6&F33WH\!`#P:xAd@ I4s.supyN?-eO'iJ( k#,:k{_M9:8[ah7TV/&cck{!S$;GW zsHbGR04E&$@lPP 5$gb9ClY">nE2E+gf +0/6y(/O7~ t.0"=?*m]e#pEu^x(.}`4 2dfN|>58Qwt/_ Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:08+0000 Last-Translator: Aymeric PETIT Language-Team: pl_PL.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Wybierz plik Rozpakuj paczkę [tan]Zainstaluj paczkę Pokaż wiadomość (z {2}) Licencja przetłumaczona na twój język Oryginalna licencja nie istnieje. został pomyślnie usunięty nie jest prawidłową paczką PlayOnLinux. na twoim komputerze. lub zostanie zainstalowany w: Instalacja "Horse Armor Pack" rozpocznie się...Instalacja "Knights of the Nine" rozpocznie się...Instalacja "Mehrunes Razor" rozpocznie się...Instalacja "Orrery" rozpocznie się...Instalacja "Spell Tomes" rozpocznie się...Instalacja "Thieves Den" rozpocznie się...Instalacja "Vile Lair" rozpocznie się...Instalacja "Wizard Tower" rozpocznie się...Konfigurator aplikacji $APPLICATION_TITLEInstalator Gecko $APPLICATION_TITLEInstalator Mono dla $APPLICATION_TITLEDeinstalator $APPLICATION_TITLEAutomatyczny aktualizator $APPLICATION_TITLEUruchamianie debuggera $APPLICATION_TITLE...Pierwsze uruchomienie $APPLICATION_TITLE$APPLICATION_TITLE uruchomił ten program.\nChcesz zatrzymać poprzednie ustawienia?Wystąpił błąd krytyczny w $APPLICATION_TITLE. $APPLICATION_TITLE zatrzyma proces instalacji.\nOdwiedź www.$POL_DNS aby uzyskać więcej informacjiWystąpił błąd w $APPLICATION_TITLE. Jeżeli program nie działa poprawnie, to może być przyczyną problemu.\nOdwiedź www.$POL_DNS aby uzyskać więcej informacji$APPLICATION_TITLE napotkał na błąd. Jeśli program, który jest instalowany nie działa prawidłowo, to może być przyczyną problemu.\n Odwiedź www.$POL_DNS w celu uzyskania dalszych informacji$APPLICATION_TITLE analizuje twoją aplikacje$APPLICATION_TITLE wymaga przeprowadzania czynności przygotowujących$APPLICATION_TITLE instaluje $PRGM_NAME$APPLICATION_TITLE instaluje twoją aplikację...$APPLICATION_TITLE tworzy wirtualny dysk twardy$APPLICATION_TITLE uruchamia twój programMenadżer pakietów $APPLICATION_TITLE: Kreator skrótów $APPLICATION_TITLEProfil $AUTHOR$PACKAGE zawiesił się.$PACKAGE zawiesił się.\nKliknij na debuguj aby uzyskać więcej informacji.Instalacja $TITLE została zakończona sukcesem\n\nJeżeli okna instalacji uniemożliwiają ci uruchamianie programów, należy usunąć i ponownie zainstalować $TITLE$TITLE został zainstalowany.\n\n Specjalne podziękowania dla Ericha Hoovera za jego poprawki wine (Fix AcceptEx)$TITLE został zainstalowany prawidłowo$TITLE został zainstalowany.\n\nJeśli gra zawiesza się na starcie, otwórz terminal i wpisz:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE jest zainstalowany$TITLE został zainstalowany!\nUwaga!\n1)Urucho ponownie wine\n2) Ustaw właściwe urządzenie wyjściowe audio w ustawieniach wine\n3) Miłej zabawy!$TITLE potrzebuje odczytać część przeznaczoną dla komputerów PC z hybrydowego CD-ROMu.\n\nDomyślnie, Mac OS pozwala na dostęp tylko do części przeznaczonej dla komputerów Mac, która może być niekompatybilna z aktualną wersją Mac OS.\n\nCzy chcesz aby PlayOnMac spróbował odczytać część przeznaczoną dla komputerów PC?$TITLE powinien być aktywowany.\nDwa starty $TITLE mogą być są konieczne:\nJeden dla inicjalizacji i jeden do rejestracji.\n\nWystarczy uruchomić, zamknąć i ponownie uruchomić $TITLE!(Jeśli ta lista jest pusta, zainstaluj wersje wine za pomocą menadżera wersji wine)(w oknie)7z nie jest zainstalowany, sprawdź czy 7zip jest zainstalowany i spróbuj ponownieAnuluj instalacjęO {0}AkcesoriaAktywować obsługę funkcji GLSL?Aktywować obsługę funkcji Multisampling?Aktywować mouse warp override?DodajDodać logo PlayOnLinux do twojego wideo?Patch Advent Revising został zainstalowany.WszystkoWszystkie obsługiwane gry na silniku Infinity są już spatchowane.\nAby zmienić rozdzielczość ekranu, należy użyć konfiguratora.Aplikacja jest już zaktualizowanaWystąpił błąd podczas pobierania.Nowsza wersja {0} jest dostępnaZastosujCzy dane serwera licencji są poprawne?\nCzy te wartości mogą zostać dodane do rejestru?\nNazwa serwera licencji: $licenseServerName\nLicense server port: $licenseServerPortZainstalować paczkę {0}?Zamknąć wszystkie okna {0}?Jesteś pewien ze chcesz usunąć Wine {0}?Czy na pewno chcesz usunąć {0} ?Czy na pewno chcesz usunąć {0} dysk wirtualny?Jesteś pewien usunięcia: Napewno zainstalować: Jesteś pewien że chcesz zamknąć wszystkie aktywne aplikacje $APPLICATION_TITLE?ParametryKlawisze strzałek (domyślnie)Powiązany programUwaga: Po zakończeniu instalacji, uruchomi się patcher. Proszę zamknąć patcher przed zalogowaniem się lub zakończyć aktualizację, aby zakończyć instalację. Po zakończeniu instalacji można uruchomić "$TITLE".Uwaga: Po zakończeniu instalacji, uruchomi się patcher. Proszę zamknąć patcher przed zalogowaniem w celu dokończenia instalacji. Po tym, można uruchomić "$TITLE" kiedy konfiguracja gry się zakończy.Instalacja automatycznaSamostartująca płyta (autorun)Dostępne wersje Wine: Złe rozszerzenie plikuUważaj! Po zmianie Bądź ostrożny! Instalacja tych komponentów może uszkodzić twój wirtualny dysk twardy.Ostrzeżenie! Ta czynność zabije proces instalatora. Jeśli instalacja się nie zakończyła wymagana będzie reinstalacja $SOFTNAMEBądź ostrożny! Aby uruchomić $TITLE za pomocą $APPLICATION_TITLE, należy zainstalować patch No-CD, nawet jeśli masz legalną wersję.\n\nProszę pamiętać, że $APPLICATION_TITLE zdecydowanie nie popiera piractwa i nigdy nie będzie go wspierać.Z powodu błędu wine #30512, pobieranie często będzie się zawieszać, po prostu uruchom ponownie klienta i pobieranie zostanie wznowione. Procent postępu zostanie zresetowany ale pobieranie będzie w rzeczywistości kontynuowane.Rozpocznij nagrywanie aplikacjiPlik binarny nie znaleziony: $BINARY\nCzy program został zainstalowany w domyślnej lokalizacji?brazylijski (wersja kinowa)PrzeglądajZaznaczając tą opcję, otrzymasz dostęp do instalatorów programów które zawierają zabezpieczenia przeciwko kopiowaniu (DRM) niekompatybilne z emulatorem. Jedynym obejściem jest użycie patcha "no-cd", ponieważ może on zostać użyty również do uruchomienia pirackiej wersji nie wspieramy tego rozwiązania.Zaznaczając tą opcję, zostanie włączony dostęp do instalatorów testowych. {0} nie może zagwarantować że aplikacje będą działać bezproblemowoAnulujNie można odnaleźć skrótuNie można zainstalować gry przy użyciu oficjalnego downloaderaNagrywanie w toku...Nagrywaj menu (OpenGL)Nagrywaj menu (bez OpenGL)Nagrywanie w toku...Zmień ikonęUpewnij się, że rozdzielczość została zmieniona (w ostateczności ustaw \"HI-RES\") w programie uruchamiającym.Sprawdź, które komponenty chcesz zainstalować dodatkowo:Sprawdzanie integralności pobranych plików...Sprawdzanie integralności kawałków...Sprawdzanie wtyczki: Wybrać Tryb Renderowania DirectDraw?Wybrać Tryb Renderowania Offscreen?Wybierz tryb Renderowania Target Lock?Wybierz programWybierz paczkę do zainstalowaniaWybierz wtyczkęWybierz poprawny skrypt $APPLICATION_TITLE do uruchomienia.Proszę wybrać akcjęProszę wybrać aplikacjęProszę wskazać opcje do modyfikacjiWybierz plik twojego programu.Wybierz językWybierz rozdzielczość gryWybierz log dotyczący oprogramowaniaWybierz nazwę wirtualnego dysku twardegoWybierz format wideo do konwersjiCzyszczenieCzyszczenie...Kliknij na 'Dalej' aby kontynuować.Kliknij na 'Dalej' aby rozpocząćKlikaj "Dalej" TYLKO gdy instalacja gry przez Steam\nzostanie zakończona, w przeciwnym wypadku będziesz musiał powtórzyć instalacjęZamknijZamknij wszystkie programy {0}Zamknij tą aplikacjęCode wheelWiersz poleceńKomenda do wykonania przed uruchomieniem programuKomercyjneKonfigurujSkonfiguruj WinePołączPołącz z twoim kontem $APPLICATION_TITLEŁączenie...Panel sterowaniaKonwersja dokonana pomyślnieKonwertuj nagrany plik do formatu wideoKonwersja wideo w toku...Kopiowanie plików instalacyjnych, proszę czekać...Kopiowanie ${filename}Kopiowanie wirtualnego dysku twardegoNie można odnaleźć pliku wykonywalnego $EXE na wirtualnym dysku $PREFIXNie można znaleźć katalogu programuUtwórz skrótTworzenie skrótu...DebugujFlagi debugowaniaDekompresja archiwum w toku...Serwer dedykowanyDedykowany edytor serwerówSerwer dedykowanyDomyślne ustawienia wideo są trochę za niskie dla współczesnych komputerów,\nPamiętaj aby wybrać "Automatyczne wykrywanie" w zaawansowanych ustawieniach wideo.Domyślna konfiguracja wirtualnego dysku twardegoUstaw opcje enkodowania \n (jeśli nie wiesz co wybrać, pozostaw opcje domyślne)Wybierz opcje kodowania dla fazy pierwszej \n (zostaw wartości domyślne jeśli nie wiesz co wybrać)Wybierz opcje kodowania dla fazy drugiej \n (zostaw wartości domyślne jeśli nie wiesz co wybrać)Usuńwersja demonstracyjnaDeweloper i strona WWW: ProgramowanieCyfrowa wersja DeluxeRenderer Direct DrawWyłączRozłączWyświetlanieNie zapomnij zamknąć Steam po ukończeniu pobierania\ntak, aby $APPLICATION_TITLE mógł ukończyć\ninstalację.Czy paczka językowa została pobrana wcześniej?Czy chcesz aby $APPLICATION_TITLE zainstalował aplikacje automatycznie dla ciebie?Czy chcesz przejrzeć $TITLE (witrynę internetową)?Czy chcesz usunąć wirtualny dysk twardy:Czy chcesz pobrać $TITLE z GOG.com?Czy chcesz pomóc {0} stworzyć bazę kompatybilności? Jeśli klikniesz na tak, następujące rzeczy będą anonimowo wysyłane przy pierwszej próbie uruchomienia Windowsowego programu: - Model karty graficznej - Wersja systemu operacyjnego - Informacja czy sterowniki do karty graficznej są zainstalowane. Te informacje będą bardzo cenne dla nas, aby pomagać ludziom.Czy chcesz zainstalować $TITLE aby synchronizować urządzenie przez USB?Czy chcesz zainstalować patch 1.0c?Czy chcesz zainstalować patch 2.0a?Czy chcesz zainstalować wersje unicode Inno Setup?Czy chcesz przeczytać oryginalny wątek na forum GOG.com?Ponowić próbę?Zaktualizować i uruchomić ponownie $APPLICATION_TITLE?Czy program się uruchomił?Pamiętaj aby przed uruchomieniem gry wybrać z menu PlayOnMac Narzędzia -> Czytnik PC CD-ROMNie instaluj XQuartz w tym momencieNie dołączaj logówWesprzyj nasPobieranie ukończone.\nInstalacja patchy rozpocznie sięPobieranie nie powiodło sięPobrany plik jest uszkodzonyPobierz programPobieranie Game For Windows Live...Pobieranie Wine: Pobieranie XQuartzPobieranie czcionekPobieranie gecko...Pobieranie...Pobieranie: Podczas instalacji, należy ODZNACZYĆ instalację wszystkich sterowników dla kontrolerów NI i interfejsów audio. Instalacja nie powiedzie się, jeśli będą zaznaczone, nie są one potrzebne.Podczas instalacji, należy ODZNACZYĆ opcje dla ASIO4ALL i ODZNACZYĆ \"Uruchom FL Studio po instalacji\".Podczas procesu instalacji, należy odznaczyć\n"Instaluj Bonjour for Windows" i "Automatycznie aktualizuj Safari".holenderski (wersja kinowa)Edytuj lub zaktualizuj zainstalowaną aplikacjęWydawcaEdukacjaWysuń PC CD-ROMWłączWłącz ptrace() globalnieangielskiWersja angielskaEdycja rozszerzona$APPLICATION_TITLE jest gotowy do użyciaWyczyść (zawartość wirtualnego dysku twardego zostanie utracona)BłądBłąd! Pliki nie zgadzają się\n\nLokalny: $LOCAL_MD5\nZdalny: $SERVER_MD5Błąd podczas instalacji archiwumWystąpił błąd podczas instalowania czcionekBłąd podczas rozpakowywania archiwumBłąd!Błąd: Nie można odnaleźć CD-ROMu!Błąd: Nie można zarezerwować poprawnego portuWyjścieZewnętrzna bibliotekaRozmiar pliku rozpakowanego nie zgadza się!Rozpakowywanie ${filename} z ${archivename}Rozpakowywanie Slendera...Rozpakowywanie Wine...Wyodrębnianie: Ustawienia domyślneNie można połączyć!\nUpewnij się że twój logi i hasło są poprawne.Nie można odnaleźć ${dest} z ${archive}PlikSkojarzenia plikówNie znaleziono pliku!Rozmiar pliku nie zgadza się!francuskiPełny (1,5 GB), rozwiązuje nawet drobne problemy (49 przerywniki)Wsparcie dla GLSLGame For Windows Live nie jest zainstalowany\nprocedura odinstalowywania zostanie pominięta.Wersja Game Of The Year (gra roku)Gra nie jest zainstalowanaGra nie jest zainstalowana.GryOgólneniemieckiDaj dostęp plikowi wykonywalnemu wineserveraPrzejść tam teraz?Logowanie do Gog.com nie powidło się, ponowić próbę?GrafikaOto kod źródłowy skryptu. Sprawdź go dokładnie.Oto kod źródłowy skryptu. Sprawdź go uważnie.Wysoka jakość (Ustawienia Entropii)Ile pamięci ma twoja karta graficzna?Jednakże, nie będzie aktywny dopóki nie uruchomisz ponownie komputera.Zgadzam sięNie chcę tworzyć kolejnego skrótuUdzieliłem uprawnień ręcznie, uruchom test ponownieMam problem z programemPobrałem plik samemuWAŻNE: \n\nW oknie instalatora, NIE klikaj na przycisk Opcje, uszkodzi to menu wyboru języka.Wybieranie ikonyIkony:Jeśli instalacja .NET 3.0 się nie powiedzie\ngra i tak będzie działaćJeżeli pobieranie aktualizacji się zawiesi, spróbuj wyłączać i włączać aktualizator aż pobieranie się zakończy.Jeśli gra zawiesza się przy starcie, otwórz terminal i wpisz:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJeśli nastąpi żądanie instalacji DirectX, wybierz nie.Jeśli ledwo możesz odróżnić krajobraz za głównym menu,\nwyłącz mgłę w opcjach grafiki.Jeśli zamkniesz to okno nie będziesz mógł zobaczyć kolejnych odpowiedzi. Jesteś pewien ze chcesz to zrobić?Jeśli nie masz dodatki "Shivering Isle"\nmusisz zaktualizować grę przed jej uruchomieniem.Jeśli nie masz dodatki "Shivering Isle"\nmusisz zaktualizować grę przed jej uruchomieniem.Jeśli nie wiesz co robić, odznacz wszystkoJeśli występuje błąd 3007 podczas łączenia, otwórz terminal i wpisz:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeJeśli przy uruchamianiu wystąpi błąd, otwórz terminal i wpisz:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeMusisz pobrać tę grę, jeśli jeszcze tego nie zrobiłeś. Powinieneś znaleźć ją szukając w Google, wymagany plik to Slender_v0_9_7.zip.Jeśli pomyślnie zainstalowałeś program używając przycisku 'Zainstaluj program\n, którego nie ma na liście', umożliwi nam to dodanie tego programu na listęJeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.0, można je ignorować bez konsekwencjiJeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.5 SP1, można je ignorować bez konsekwencjiJeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.5, można je ignorować bez konsekwencjiJeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 4.0, można je ignorować bez konsekwencjiJeśli chcesz zainstalować $TITLE na innym wirtualnym dysku\nUruchom ten instalator ponownieAby zainstalować $TITLE najpierw należy zainstalować Mod Pack Studio Lite 2.0Do jakiego katalogu chcesz pobrać pliki GOG?W jakim katalogu chcesz przekierować katalogi użytkowników?Wyświetl:Wpisz adres serwera licencji!Wpisz port serwera licencji!ZainstalujZainstaluj Terraria w Steam. Uruchom Terraria gdy Steam zainstaluje grę. Steam zainstaluje XNA Framework dla gry. Po instalacji XNA zamknij całkowicie Steam tak aby instalator mógł kontynuować.Zainstaluj program którego nie ma na liścieZainstaluj programZainstaluj program na nowym wirtualnym dysku twardymZainstaluj komponentyInstalacja zakończonaSkrypty instalacyjneZainstaluj dodatkowe bibliotekiInstalacja zakończonaInstalacja zakończona\n\nGra może zawiesić się za pierwszym razem, w takim przypadku uruchom ją ponownie.Instalacja w toku...Zainstalowane wersje Wine: Zainstalowane dodatkiInstalowanie Adobe AirInstalowanie DirectMusicInstalowanie bibliotek DirectX 10...Instalowanie bibliotek DirectX 11...Instalowanie bibliotek DirectX 9...Instalowanie środowiska DirectXInstalowanie Games For Windows LiveInstalowanie bibliotek Linuxtrack-wine...Instalowanie środowiska Visual BasicInstalowanie XMLlite...Trwa instalacja XQuartz...Instalowanie bibliotek Xact...Instalowanie bibliotek Xinput...Instalowanie czcionekInstalowanie biblioteki dll mfc42...Instalowanie biblioteki dll msasn1...Instalacja wtyczki: Instalacja vcrun2008 i wininet oraz wyłączanie bibliotek d3d9 i d3d8, aby zmusić grę do korzystania z OpenGLInstalowanie biblioteki dll wintrust...Instalowanie: Wersja międzynarodowaInternetWygląda na to że $APPLICATION_TITLE został uruchomiony pierwszy raz.Zalecane jest, aby teraz zainstalować ModPack Circle of Eight\naby rozwiązać wiele problemów z tą grą i ewentualnie dodać nowe treści\n(modpacki "NC").\nUżyj odpowiedniego skryptu PlayOnLinux w dziale \"Aktualizacje\".włoski (wersja kinowa)Wersja włoskaWersja japońskaDołącz do kanałuZamknij wszystkie procesy prefixuZakończ wszystkie procesyZabij programZamykanie programów na wirtualnym dysku...Znane problemy:nn1) Wczytywanie EULA za pierwszym razem może trochę potrwać (5 min).nn2) Kwatery Kapitana nie działają dla większości (wszystkich?) graczy.nJeżeli po wyborze postaci gra się wyłączy spróbuj nacisnąć Esc na ekranie logowanie i wyłącz Kwatery Kapitana pod ustawieniami graficznymi.n(Ta funkcja jest uznawana za bezużyteczną przez większość graczy EVE Online.)JęzykDuże ikonyPóźniejWyjdźLite (702MB), rozwiązuje główne problemy (18 przerywniki)Zlokalizuj plik logLogin: WylogujSzukanie odpowiedniego CD-ROMuMB pobranoUtwórz skrót do tego wirtualnego dysku twardegoTworzenie skrótu...Zarządzanie wersjami WineInstalacja ręcznaŚrednie ikonyCzat IRCCzcionki MicrosoftuCzcionki firmy Microsoft nie są zainstalowane, zostaną teraz zainstalowane.Czcionki firmy Microsoft zostały zainstalowane pomyślnie.RóżneWymuszenie przenoszenia kursora myszyMultimediaMultisamplingMój problem dotyczy bezpośrednio $APPLICATION_TITLEUWAGA: Instalator wymaga użycia płyty CD, jeżeli pobrałeś darmowe obrae ISO wydane przez EA, należy nagrać je na płytę CD lub DVD używając odpowiedniego oprogramowania, np. Brasero i włożyć do napędu CD. Montowanie obrazów ISO może działać z pewnym oprogramowaniem, jednak wiadomo, że z Mounty nie działa.UWAGA: Aby uzyskać niskie opóźnienia dźwięku, poszukaj informacji o WineASIO.UWAGA: Aby uzyskać niskie opóźnienia dźwięku, poszukaj informacji o WineASIO. Zalecany jest interfejs dźwięku z niskimi opóźnieniami. Kontrolery MIDI powinny działać.UWAGA: Aby osiągnąć niskie opóźnienie audio, szukaj informacji o WineASIO. Kontrolery MIDI powinny działać.UWAGA: POL nie toleruje piractwa. Proszę używać $TITLE w honorowy sposóbUWAGA: Okno rejestracji pokaże się pod logo Reason przy pierwszym uruchomieniu. Kliknij prawym przyciskiem myszy na pasek zadań i wybierz PRZENIEŚ. Jeśli pliki dźwiękowe (soundbanks) się nie skopiują a program zawiesi się po wpisaniu kodu rejestracyjnego, wyjmij płytę, włóż ją ponownie i spróbuj ponownie. Jeśli to nie zadziała, ręcznie skopiuj soundbanks na dysk wirtualny Reason. Wersje cyfrowe nie powinny mieć tego problemu.UWAGA: Aby się zarejestrować, kiedy wyświetli się prośba o rejestrację, przeciągnij i upuść plik reg do $TITLENazwaNowyNowa: DalejNieNie znaleziono instalacji $TITLE. Proszę użyć skryptu instalacyjnego $TITLE!Brak opisuNie ma wystarczającej ilości miejsca aby pobrać:\n$URL ($neededSpace KB)Nie określono nazwy rozszerzenia, przypisanie do natywnej aplikacji zostanie pominięte.Brak instrukcji obsługi dla {0}Nie określono komendy która ma być wykonana z uprawnieniami roota, instalacja zostanie przerwana.Brak informacji o pliku instalacyjnym w pliku autorun.infNie znaleziono wspieranej gry na silniku Infinity.Wymagające patcha no-cdWersja normalnaUwagaTeraz możesz wrócić do instalatora $TITLE, aby kontynuowaćTeraz należy zainstalować Modpack w katalogu:Teraz możesz wybrać tryb gry:\n1) Tryb okienkowy:\nWszystko działa oprócz kursora systemowego w oknie gry.\n\n2) Tryb pełnoekranowy:\nWszystko działa oprócz nieba, jest czarne.\n\n\n\nJaki tryb preferujesz?włóż płytę CD numer $CDNumber.BiuroTryb renderowania pozaekranowegoPodczas pierwszego uruchamiania gry automatycznie wykryje dostępne silniki renderujące.\nPrawdopodobnie najlepszą wydajność osiągniesz na ustawieniu OpenGL.Przy pierwszym uruchomieniu gry nastąpi automatyczne wykrycie dostępnych silników renderujących.\nPrawdopodobnie najlepszą wydajność uzyskasz na ustawieniu OpenGL.\nMożna go wybrać po kliknięciu na "Pokaż wszystkie urządzenia".Brakuje jednego lub więcej programów. Proszę zainstalować je i uruchomić ten skrypt ponownie.Otworzyć $URL teraz?Uruchom powłokęOtwórz katalog aplikacjiOtwórz katalog aplikacjiOtwórz folderOtwórz katalog wirtualnego dysku twardegoOperacja wykonanaOptymalizacja zakończona prawidłowoInneNadpisz (zazwyczaj działa, brak gwarancji)czytnik PC CD-ROMInstalacja pakietu nie powiedzie się, aż ustawisz /proc/sys/kernel/yama/ptrace_scope to 0Pakiety: Hasło: AktualizacjeOdtwórz nagrany plikZespół PlayOnLinux i PlayOnMac Licencja GPL, wersja 3Menadżer pakietów PlayOnLinuxFilozofia PlayOnLinux/PlayOnMac to nigdy nie pytać o hasło super-użytkownika, jednak do tego skryptu, to jest konieczne. Oto komenda którą należy wpisać aby kontynuować instalację:PlayOnMac wymaga instalacji XQuartz aby działaćProszę przeczytać to uważnie.Proszę wybrać CD-ROMProszę wybrać CD-ROM do wysunięciaProszę wybrać PID nagranego pliku do odtworzeniaProszę wybrać nagrany plik do konwersjiWybierz programWybierz program do zpaczkowaniaWybierz program, który chcesz uruchomićWpisz nazwę nowego wirtualnego dyskuWybierz sposób instalacji programuProszę wybrać nagrany plik OGV do odtworzeniaWybierz akcję którą chcesz wykonaćWybierz metodę instalacjiNie uruchamiaj $TITLE kiedy instalacja się zakończy.Pobierz XQuartzUpewnij się że połączenie z internetem działa.Wpisz swój login gog.com aby ściągnąć $BASENAMENapisz dokładny opis problemu (po angielsku):Napisz krótki opis problemu (po angielsku)Proszę podać jak najwięcej szczegółów, w przeciwnym wypadku, pomoc tobie będzie bardzo trudnaWłóż dysk "$TITLE" nr 2Proszę włożyć nośnik 2 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Proszę włożyć nośnik 3 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Proszę włożyć nośnik nr 1 do stacji dyskówWłóż płytę z grą nr 1 do napędu\njeśli jej tam nie ma.Proszę włożyć nośnik nr 2 do stacji dyskówWłóż płytę z grą nr 2 do napędu\njeśli jej tam nie ma.Włóż płytę z grą nr 3 do napędu\njeśli jej tam nie ma.Włóż płytę z grą nr 4 do napędu\njeśli jej tam nie ma.Włóż płytę z grą nr 5 do napędu\njeśli jej tam nie ma.Proszę włożyć nośnik z grą do stacji dyskówWłóż płytę z grą do napędu jeśli\njeszcze tego nie zrobiono.Proszę włożyć nośnik 1 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Proszę włożyć nośnik 2 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Proszę włożyć nośnik 3 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Proszę włożyć nośnik 4 do stacji dysków,\njeśli jeszcze tego nie zrobiłeś.Włóż następny nośnik z grą do napęduProszę włożyć DVD do napęduProszę włożyć pierwszy nośnikProszę włożyć pierwszy nośnik z grą do stacji dyskówProszę włożyć nośnik z grą do napęduWłóż płytę z grą do napęduWłóż kolejną płytę do napęduProszę włożyć drugi nośnik z grą do stacji dyskówProszę włożyć CD-ROM, naciśnij dalej tylko jeśli Finder znajdzie część CD-ROMu przeznaczoną dla Mac OSProszę najpierw zainstalować $TITLE_REQUIREDWskaż lokalizację patchu dodającego język angielski do gryPodaj lokalizację programu instalacyjnego (Launcher.exe)Podaj lokalizacje programu instalacyjnego (Setup.exe)Proszę wybraćZauważ że standardowe mapy nie działają prawidłowo, natomiast mapy użytkowników działają bez problemów.Proszę przeczytać i zaakceptować warunki:Proszę uważnie przeczytaćProszę to przeczytaćProszę przeczytać to uważnieUruchom ponownie komputer teraz i uruchom PlayOnMacProszę wybrać plik instalacyjny $TITLE. NIE ZAZNACZAJ "Uruchom ImgBurn" pod koniec instalacji.Proszę wybrać plik instalacyjny $TITLE. NIE uruchamiaj Reapera po zakończeniu instalacji.Proszę wybrać plik instalacyjny $TITLE. NIE uruchamiaj rFactor po zakończeniu instalacji. Zezwól na instalację DirectX. Upewnij się, że ustawiona jest 32-bitowa głębie kolorów kiedy rFactor Config się uruchomi.Proszę wybrać plik instalacyjny $TITLE. Podczas instalacji odznacz wszystkie dodatkowe sterowniki chce zainstalować:Wybierz DOWOLNE 3 ikony po wyświetleniu prośby.Proszę kliknąć na "Więcej opcji", a potem ODZNACZYĆ "uruchom $TITLE po zakończeniu instalacji". Jeśli tego nie zrobisz, instalacja zakończy się niepowodzeniem.Wybierz plik debugowaniaWybierz program lub wirtualny dysk twardy do skonfigurowaniaWybierz program który chcesz usunąćProszę wybrać programWybierz plik ikonyProszę wybrać 32-bitową wersję iTunesProszę wybrać wersję MS-DOS pliku instalacyjnego:Proszę wybrać plik o nazwie Pro Evolution Soccer 2013.msiProszę wybrać język gryWybierz plik instalatora który chcesz uruchomićProszę wybrać plik instalacyjny pobrany na stronie $EDITORWybierz plik do uruchomieniaWybierz plik setup, który ma zostać uruchomionyWybierz plik instalacyjny do uruchomienia:Wybierz wersję.Wpisz nazwę wirtualnego dysku twardego.\nNazwa nie powinna zawierać spacji.Odznacz "Launch Need For Speed" na końcu instalacji.Proszę czekać, $APPLICATION_TITLE kopiuje pliki:Proszę czekać, $APPLICATION_TITLE pobiera Ubisoft Game LauncherProszę czekać, $APPLICATION_TITLE pobiera:Proszę czekać, $APPLICATION_TITLE sprawdza twój sprzętProszę czekać, $APPLICATION_TITLE symuluje ponowne uruchomienie WindowsProszę czekać, $APPLICATION_TITLE symuluje ponowne uruchomienieProszę czekać, instalacja $SOFTNAME w toku...Proszę czekać, instalacje $TITLE w tokuTrwa instalacja $TITLE, proszę czekać.Pobieranie Desury w toku...Pobieranie Steama, proszę czekać...Proszę czekać, tworzenie logo PlayOnLinux...Proszę czekać, wirtualny dysk twardy jest tworzony...Proszę czekać, rozpakowywanie danych $TITLE w toku.Proszę czekać, trwa konwertowanie pliku wideo...Proszę czekać...Menedżer wtyczekWtyczkiNaciśnij +F8 aby rozpocząć lub zatrzymać nagrywanieNaciśnij +F8 by zatrzymać nagrywanieProszę wcisnąć Dalej, następnie kliknąć\nw okno programu, które chcesz przechwycić.\nNagrywanie rozpocznie się automatycznie po 5 sekundach.\nNagrany zostanie wyłącznie obraz.Kliknij 'Dalej' tylko gdy instalacja się zakończyNaciśnij dalej aby uruchomić program aktualizujący. Kiedy aktualizacja się zakończy, zamknij program. Nie uruchamiaj osu!Adres proxyKonfiguracja proxyLogin ProxyHasło ProxyPort ProxyPrzeczytaj plik TRANSLATORSCzytaj PC CD-ROMCzytnik PC CD-ROMPrzeczytaj instrukcjęPrzeczytaj uważnie!\n\nKiedy instalator $TITLE o poprosi zmianę cdromu, wróć do tego okna $APPLICATION_TITLEOdczytywanie danychOdświeżOdświeżanie {0}ZarejestrujZarejestruj się lub zaloguj i pobierz plik instalacyjny : https://world.needforspeed.com/Rejestrowanie bibliotek, proszę czekać\n(to może troche potrwać)Edytor rejestruUsuńUsuń Game For Windows Live...Tryb renderowania Target LockNapraw wirtualny dyskZgłoś błądZgłoś problemZgłoś problem dotyczący {0}Wymagane jest 18GB wolnego miejsca.nnW przypadku użycia instalatora online wymagane jest dodatkowe 5GB wolnego miejsca w twoim katalogu domowym.nZalecane jest użycie instalatora offline.Ponowić próbę?UruchomUruchomić $TITLE w trybie bezpiecznym?Uruchomić \$TITLE?Uruchom plik .exe na tym wirtualnym dysku twardymUruchom skrypt lokalnyUruchom kreator konfiguracjiUruchom jeden z twoich osobistych skryptówUruchamiaj programy Windows na Wykonywanie...ZapiszWyszukiwanie wirtualnego dysku twardego...Twórcy skryptów: WyszukajWybierz DLC do instalacjiWybierz kategorię programuWybierz inny plikWybierz pobrany plik ZIPWybierz pierwszy patch (EE Upgrade), aby go uruchomićWybierz pierwszy patch do uruchomieniaWybierz ścieżkę do wykonaniaWybierz drugi patch (1.5), aby go uruchomićWybierz drugi patch do uruchomieniaWybierz główną kartę graficzną którą wine ma zgłaszać gromWyślijWyślij działający skrypt wygenerowany przez instalację ręczną do nasUstaw proxyZmień ikonkęUstawianie zmiennej Program FilesUstawieniaPokaż wirtualne dyskiSymuluj ponowne uruchomienie WindowsMałe ikonyKomunikator {0} jest obecnie niedostępny. Spróbuj ponownie w późniejszym czasie$APPLICATION_TITLE $VERSION jest zbyt stary aby kontynuować.\n$APPLICATION_TITLE $NEEDED jest wymagany.To nie jest poprawny plik .zipNiestety, ta osoba nie chce otrzymywać prywatnych wiadomościDokładny opis jest wymagany.Hiszpańskihiszpański (wersja kinowa)Edycja standardowaStandardowy układ klawiszySteam posiada własny system aktualizacjiSteam posiada własny system aktualizacjiWykryto, że Steam jest zainstalowany\nCzy chcesz zainstalować tę grę na tym samym dysku wirtualnym?Steam przeprowadzi aktualizację.\nPo aktualizacji wyświetli się okno logowania. Zaloguj się i pozwól aby $TITLE się zainstalował.\n\nKiedy instalacja się zakończy naciśnij dalejSteam przeprowadzi aktualizację.\nPo aktualizacji wyświetli się okno logowania. Zaloguj się i pozwól aby $TITLE się zainstalował.\n\nKiedy instalacja się zakończy naciśnij dalej (nie zamykaj Steam)Steam instaluje $TITLEBTS, naciśnij dalej kiedy instalacja się zakończySteam instaluje $TITLECOL, zamknij Steam po zakończeniu instalacji (upewnij się że nie ma ikonki Steama w zasobniku systemowych) a następnie naciśnij dalej aby skrypt instalacyjny mógł kontynuować.Stam instaluje $TITLEW, naciśnij dalej kiedy instalacja się zakończyŚcisła kolejność rysowaniaMenadżer zadańTestoweDziękujemy!\n\nTwój raport został wysłany.\n\nZrobimy co w naszej mocy aby odpowiedzieć na twojego maila jak najszybciejZabezpieczenia antypirackie tej gry nie działają poprawnie z Wine.Wersja CD-ROM jest nieaktualna. Pamiętaj aby zaktualizować $TITLE aby uruchomić grę poprawnie przez $APPLICATION_TITLEStrona internetowa PlayOnLinux jest niedostępna.Kody potrzebne do wyjścia z pierwszego dungeonu można znaleźć w\ndokumentacji.\nKliknij prawym przyciskiem myszy ikonę gry, wybierz "Przeczytaj instrukcję", a następnie sprawdź strony 4-5.Kody potrzebne, aby rozpocząć nową grę można znaleźć w\ndokumentacji.\nKliknij prawym przyciskiem myszy ikonę gry i wybierz "Przeczytaj instrukcję".Wygląda na to że pobieranie się nie powiodło.Chmura plików również została zaktualizowana. Jeśli problem będzie się powtarzał, rozważ zgłoszenie problemu aby skrypt mógł być naprawiony.Plik nazywa się: {0}Poniższy plik znajduje się na partycji FAT32.\nTo może być przyczyną nieprawidłowego działania wine.\n\n$FilePathPoniższy plik znajduje się na partycji NTFS.\nTo może być przyczyną nieprawidłowego działania wine.\n\n$FilePathPoniższy plik znajduje się na partycji fuse.\nTo może być przyczyną nieprawidłowego działania wine.\n\n$FilePathPoniższy plik znajduje się na partycji zamontowanej z flagą noexec.\nTo może być przyczyną nieprawidłowego działania wine.\n\n$FilePathNastępujące osoby przyczyniły się do rozwoju tego programu: Gra nie uruchomi jeżeli nie ustawisz /proc/sys/kernel/yama/ptrace_scope na 0Edytor poziomówPatch można teraz aktywować i skonfigurować za pomocą\nkreatora konfiguracji PlayOnLinux dla Outcast.Program wymaga dostępu do ptrace() aby kontynuować:Skrót został utworzony na pulpicieDocelowy wirtualny dysk twardy $PREFNAME już istnieje:Wirtualny dysk twardy związany z {0} ({1}) nie istnieje.Nie zainstalowano niczego do uruchomienia plików .{0}.Czcionki te zostały dostarczone przez Microsoft\n"w interesie zgodności między platformami".Pomyśl o wyłączeniu potrójnego buforowaniea w ustawieniach,\nponieważ nie jest ono jeszcze w pełni obsługiwane przez Wine.Ten skrypt zainstaluje Microsoft Office $TITLE darmowy program, który pozwoli Ci otwierać pliki doc i docx w trybie tylko do odczytu. Program ten jest przeznaczony dla użytkowników, którzy nie są w stanie wyświetlić złożonych plików doc lub docx. Jeśli chcesz edytować dokumenty, użyj LibreOffice, OpenOffice lub innego edytora. Ten dodatek automatycznie zainstaluje patch 1.3.5511Ten dodatek automatycznie zainstaluje patch 2.5.26461Ten dodatek automatycznie aktualizuje grę do wersji 1.2.0416.Ten dodatek automatycznie zaktualizuje grę do wersji 1.03Plik: Ta funkcja jest wyłączona w środowisku PlayOnLinux.Ta gra jest już w Edycji Rozszerzonej i potrzeba tylko patcha 1.5Ten skrypt instalacyjny wymaga ffmpegTen instalator jest dostarczony przez: To jest instalator aktualizacji lub dodatku.\nProszę zainstalować najpierw $TITLE_REQUIREDTo jest instalator aktualizacji;nProszę najpier zainstalować $TITLE_REQUIREDMS już nie dostarcza tych czcionek ale można dalej je pobrać od osób trzecich.To jest lista skryptów które przesłałeś do nas. Możesz uruchomić jeden z nichTen pakiet nie działa na systemach 64-bitowychTen pakiet nie działa z wine 1.3.18 lub starszymTen pakiet nie działa z wine 1.3.22 lub starszymInstalacja pakietu nie powiedzie się na wine 1.5.21 lub nowszymWtyczka umożliwia przechwytywanie obrazu z aplikacji pod PlayOnLinuxTen program zawiera zabezpieczenia przeciwko kopiowaniu (DRM) niekompatybilne z emulatorem. Jedynym obejściem jest użycie patcha "no-cd", ponieważ może on zostać użyty również do uruchomienia pirackiej wersji nie wspieramy tego rozwiązania.Ten program jest obecnie w fazie testów/ Może nie działać prawidłowo. Twoja opinia, pozytywna lub negatywna, jest bardzo ważna aby udoskonalać ten instalator.Program został utworzony przez: Dzięki temu narzędzi twój Mac będzie w stanie przeczytać część CD-ROMu\nprzeznaczonego dla komputerów PC.\n\nUżyj tego narzędzia TYLKO jeżeli posiadasz hybrydowy CD-ROM (kompatybilny z Windows i MacOS)\ni tylko wtedy gdy nie jesteś w stanie zobaczyć części dla Windowsa.To narzędzie pozwoli ci nam pomóc:Ten wirtualny dysk twardy jest chronionyTen skrypt zainstaluje Sacrifice, a następnie pobierze i zainstaluje patch nr 3. Nie uruchamiaj gry, dopóki patch nie zostanie zainstalowany.Ten kreator pomoże ci zainstalować Ten kreator pomoże ci przygotować środowisko $APPLICATION_TITLETen kreator zainstaluje Wine: Ten kreator pomoże ci zgłosić błąd dotyczący oficjalnie wspieranego programu.Ten kreator pomoże Ci uruchomić nieoficjalny skrypt $APPLICATION_TITLE.Ten kreator usunie: Aby kontynuować, PlayOnLinux musi zamontować CD-ROM z opcją unhide.Aby kontynuować, PlayOnLinux musi odmontować CD-ROM wcześniej zamontowany z opcją unhide.Aby zapewnić kompatybilność z grami, PlayOnMac musi zainstalować XQuartzAby zainstalować pakiet językowy później, otwórz panel sterowania gry w celu uruchomienia instalatora (zakładka Inne/Misc)NarzędziaKopiowanie plików z dysku nr 1Kopiowanie plików z dysku nr 2Tłumaczenia:Panel Sterowania Two Worlds to narzędzie społeczności InsideTwoWorlds,\nktóre pozwala dostosować parametry i zarządzać modyfikacjami\ndo tej gry. Odwiedź\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 aby zapoznać się ze szczegółami.\nZainstalować go?Wersja brytyjskaWersja USA lub kanadyjskaUżytkownicy Ubuntu muszą dodać repozytoria MEDIBUNTU\nby móc skonwertować do wybranego formatu prawidłowo.Nie można odnaleźć pliku: Nie można odnaleźć wersji: Instalacja XQuartz nie powiodła się. Musisz zainstalować XQuartz aby zwiększyć kompatybilność gier.Bez zmianOdinstalujUsuwanie...Zaktualizuj z GITInstrukcje aktualizacjiZaktualizuj wineprefixAktualizowanie $APPLICATION_TITLE z systemu GIT...Aktualizowanie $TITLEAktualizowanie wtyczki. Poprzednia: Używanie: Użyj wtyczki Zaawansowana konfiguracja WineUżyj CD-ROM(ów)Użyj DVD-ROM(ów)Użyj wersji demo z DesuraUżyj wersji z DesuraUżyj wersji demo z OriginUżyj wersji z OriginUżyj konfiguratora PlayOnLinux dlaUżyj wersji demo SteamUżyj wersji SteamUżyj WineTricksUżyj instalatora z dysku twardegoUżyj innej wersji WineAnulowanoInstalacja VCRun2008 może się nie zakończyć się powodzeniem, ponieważ twoja wersja PlayOnLinux jest za stara, zaktualizuj go.Instalacja VCRun2010 może się nie zakończyć się powodzeniem, ponieważ twoja wersja PlayOnLinux jest za stara, zaktualizuj go.Bardzo duże ikonyKarta graficzna nie ma wystarczającej ilości pamięciRozmiar pamięci videoDysk wirtualnyKreator napędów wirtualnychWirtualne dyskiJakość obrazuOSTRZEŻENIE. Proszę najpierw użyć POL_SetupWindow_InitWSAD (Qwerty)Proszę czekać, trwa przygotowywanie do instalacji...Proszę czekać, trwa konfiguracja paczki językowej...Trwa przygotowywanie do instalacji...Trwa pobieranie patcha nr 1...\nTa operacja może zająć trochę czasu, w zależności od szybkości twojego połączenia.Trwa pobieranie patcha nr 2...\nTa operacja może zająć trochę czasu, w zależności od szybkości twojego połączenia.Trwa pobieranie patcha nr 3...\nTa operacja może zająć trochę czasu, w zależności od szybkości twojego połączenia.Trwa pobieranie patcha nr 4...\nTa operacja może zająć trochę czasu, w zależności od szybkości twojego połączenia.Trwa pobieranie patcha...\nTa operacja może zająć trochę czasu, w zależności od szybkości twojego połączenia.Oczekiwanie na zakończenie pracy asystentaOstrzeżenie!\n\nSygnatura tego skryptu NIE jest prawidłowa\n\n$APPLICATION_TITLE nie zaakceptował tego skryptu nie będzie odpowiedzialny za jego błędne działanie.\nKontynuuj tylko jeśli wiesz co robisz.Ostrzeżenie!\n\nSygnatura tego skryptu NIE jest prawidłowa\n\nPlayOnLinux nie zaakceptował tego skryptu nie będzie odpowiedzialny za jego błędne działanie.\nKontynuuj tylko jeśli wiesz co robisz.Ostrzeżenie : GFWL prawdopodobnie jest już zainstalowane\nNastąpi wymuszenie reinstalacji.Ostrzeżenie: vcrun2005 prawdopodobnie jest już zainstalowany.\nNastąpi wymuszenie reinstalacjiOstrzeżenie : vcrun2008 prawdopodobnie jest już zainstalowany\nNastąpi wymuszenie reinstalacji.Ostrzeżenie : vcrun2010 prawdopodobnie jest już zainstalowane\nNastąpi wymuszenie reinstalacji.Ostrzeżenie! Obsługa kompresji S3TC nie jest dostępna w twoim systemie.\n\nJeśli włączony jest otwarty sterownik, być może konieczne zainstalowanie sterowników własnościowych do karty graficznej.\n\nW przeciwnym razie można ją włączyć, instalując pakiet libtxc-dxtn0, ale to rozwiązanie oferuje niższą wydajnośćOstrzeżenie: To narzędzie jest przeznaczone dla zaawansowanych użytkowników. Aby odinstalować całkowicie program za pomocą {0}, należy usunąć wirtualny dysk twardyUwaga: Do poprawnego kodowania wideo,\nrodzielczość MUSI być wielokrotnością 16Ostrzeżenie: GameShadow nie będzie działać.\nProszę odznaczyć tą opcję podczas instalacji.Uwaga: Używasz $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED jest zalecana, aby kontynuować.Ostrzeżenie: Nie należy zaznaczać "Uruchom $TITLE", po zakończeniu instalacjiWykryto że program który chcesz zainstalować jest:PlayOnLinux potrzebuje dostępu do konta super użytkownika. Zostaniesz poproszony o hasło roota. Oto komendy które zostaną wykonane z podwyższonymi uprawnieniami:Zadamy ci kilka pytań, odpowiadaj możliwie najdokładniej (po angielsku)Witaj w Zaawansowanym Konfiguratorze Wine, wtyczka ta ma za zadanie zoptymalizować Wine pod konkretną aplikację.\nAutorem wtyczki jest GNU_Raziel. Jeżeli nie wiesz do czego służy konkretna opcja proszę zostawić ją w ustawieniu domyślnym!Witamy w Detour, plugin umożliwia tworzenie skrótów po instalacji.Witaj w instalatorze patcha $PVERSION dla $TITLEWitaj w instalatorze DLC dla $TITLEWitaj w instalatorze DLC dla $TITLE_REQUIREDWitaj w instalatorze patcha $PVERSION dla $TITLEWitaj w instalatorze aktualizacji $PVERSION dla $TITLE_REQUIREDWitaj w instalatorze łatki $PVERSION dla $TITLEWitaj w instalatorze patcha $PVERSION dla $TITLE_REQUIREDWitamy w kreatorze instalacji $APPLICATION_TITLE.Witaj w asystencie $APPLICATION_TITLE.\nPomoże ci on zainstalować $file na twoim komputerze.\n\nZachowaj ostrożność! ten program nie jest oficjalnie wspierany przez $APPLICATION_TITLE.\nDlatego może on nie działać tak jak powinienWitaj w kreatorze ręcznej instalacji $APPLICATION_TITLE.\n\nTen skrypt pomoże ci zainstalować dowolną aplikacją na $APPLICATION.\n\nUwaga: Nie jesteśmy w stanie zagwarantować że aplikacja będzie działać prawidłowo.Witaj w kreatorze wirtualnych dysków twardych $APPLICATION_TITLE.\n\nTo narzędzie pomoże ci utworzyć nowy dysk.Co chcesz zrobić?Jakie dodatkowe skróty powinny zostać utworzone?Czy jakaś funkcja w programie nie działa?\nJeśli wszystko działa, napisz toKto jest autorem programu?Jaki jest adres strony www programu?Jakie jest rozszerzenie?Jaka jest nazwa programu?Jaka jest nazwa programu?Wybierz językJaki jest typ twojego problemu?Jaki rodzaj wirtualnego napędu chcesz stworzyć?Co chcesz zrobić przez instalacją?Co chcesz zrobić?Kiedy przywracanie $TITLE przez Steam zostanie zakończone,\nNIE klikaj na Graj.\n\nZamknij CAŁKOWICIE intefejs Steam,\ntak żeby skrypt mógł komentować.Kiedy pobieranie $TITLE przez Desurę zostanie zakończone,\nNIE włączaj gry.\n\nCAŁKOWICIE zamknij Desurę,\ntak aby skrypt instalacyjny mógł kontynuowaćKiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na Uruchom.\n\nZamknij CAŁKOWICIE Steam,\ntak, aby skrypt instalacyjny mógł kontynuowaćKiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na Uruchom.\n\nZamknij CAŁKOWICIE Steam,\ntak, aby skrypt instalacyjny mógł kontynuowaćKiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na Uruchom.\n\nZamknij CAŁKOWICIE Steam,\ntak, aby skrypt instalacyjny mógł kontynuowaćKiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na Uruchom.\n\nZamknij CAŁKOWICIE Steam,\ntak, aby skrypt instalacyjny mógł kontynuowaćKiedy pobieranie $TITLE przez Steam dobiegnie końca,nNIE URUCHAMIAJ GRY.nnZamknij CAŁKOWICIE interfejs Steam, naby skrypt instalacji mógł kontynuować.Kiedy instalator gry poprosi o włożenie następnego DVD\ndo napędu, kliknij na \"Dalej\"Nie uruchamiaj Scrolls kiedy instalacja się zakończy.Gdy instalator zapyta o następną płytę\nnaciśnij\"Dalej\"Kiedy instalator gry poprosi o włożenie\nnastępnego dysku kliknij na "Dalej"Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na ${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację.Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na ${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej kiedy instalacja się zakończy.Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na ${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację.Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na ${END_JP} a potem na ${YES_JP}. Naciśnij dalej kiedy instalacja się zakończy.Gdy instalator poprosi o włożenie płyty cd numer $CDNumber, kliknij na przycisk Dalej.\n\nNie klikaj na Dalej wcześniej!Kiedy launcher się otworzy, naciśnij na przycisk na samej górze aby otworzyć instalator. Kiedy otworzy się nowe okno, kliknij OK. Kiedy pojawi się kolejne okno, kliknij na przycisk z literą N dopóki instalacja się nie rozpocznie. Poczekaj na zakończenie procesu instalacji a potem naciśnij prawy przycisk aby zamknąć okno. Naciśnij dalej kiedy skończysz instalować grę.Kiedy {0} instaluje program: - Nie zmieniaj lokalizacji instalacji - Nie zaznaczaj pola 'Uruchom program' jeśli zostaniesz o to poproszonyGdzie jestGdzie zamontowano CD-ROM?Do jakiej aplikacji chcesz wykonać modyfikacje?Którą wersję posiadasz?Którą wersję językową chcesz zainstalować?Którą wersję regionową World of Tanks chcesz zainstalować? Uwaga: Wersja koreańska nie jest obsługiwana w tej instalacji.Jaki typ aktywacji?Jaką posiadasz wersję?Którą wersję chcesz zainstalować?Której wersji Wine chcesz użyć?Symuluj ponowne uruchomienie WindowsWine nie wspiera jeszcze USB. Nie będziesz w stanie synchronizować swoich iUrządzeń za pomocą $APPLICATION_TITLE.Wygląda na to że Wine się zawiesiło\n\nJeśli program dalej działa zignoruj tą wiadomośćDeinstalator wineWersja wineWersje WineCzy chcesz włączyć patch który włączy angielski interfejs?Napisz każdą zmianę w konfiguracji wine:XQuartz $XQUARTZ_VERSION został zainstalowany na twoim komputerze.XQuartz został zainstalowany.TakJesteś połączony z $APPLICATION_TITLE online jako $POL_LOGINMożesz pobrać te czcionki i wykorzystywać je na własny użytek,\nale nie możesz ich rozpowszechniać w zmienionej formie,\nw tym również nie możesz mieniać nazw plików lub formatu pakowania.Próbujesz uruchomić skrypt zaprojektowany dla {0}, może nie działać prawidłowoMożesz pobrać instalator $TITLE stąd:Możesz pobrać archiwum z:Zamknięcie tego okna jest niemożliweNie wybrałeś programuWygląda na to że nie posiadasz ani jednego osobistego skryptuNie musisz instalować DirectX ani używać GLSetupWylogowanie z $APPLICATION_TITLE Online nastąpiło pomyślnie.\nMożesz teraz zamknąć to oknoMusisz być w stanie uruchomić ten program!Musisz wskazać nagrany plik do konwersjiMusisz wybrać plik z nagraniem do odczytaniaMusisz wybrać plik.Proszę wybrać program który chcesz zmodyfikowaćMusisz wyłączyć antypirackie zabezpieczenia tej gry\njeśli chcesz grać z wineMusisz wyłączyć antypirackie zabezpieczenia tej gry\njeśli chcesz grać w nią za pomocą wine.Nie możesz ustawić poziomu cieni na maksimum,\nponieważ konieczne będzie usunięcie i ponowna instalacja gry.Musisz uruchomić ponownie {0} aby zmiany zostały zastosowane.Musisz zainstalować ten komponent aby kontynuowaćPowinieneś zainstalować ten komponent aby użyć {0}Powinieneś teraz mieć katalog League of Legends na pulpicie zawierający instalator. Możesz zachować aby przyspieszyć reinstalacje.Czy chcesz stworzyć dowiązanie symboliczne dla ustawień $TITLE w twoim katalogu domowym?n(Zalecane)Czy chcesz otworzyć stronę pobierania $TITLE w przeglądarce?Twoja wersja $APPLICATION_TITLE jest nieaktualna.\nMusisz zaktualizować $APPLICATION_TITLE przed zgłoszeniem błędu.Otworzy się twoja przeglądarka, pobierz łatkę i rozpakuj jąSystem plików może powstrzymywać {0} przed poprawnym działaniem Uruchom {0} w terminalu aby otrzymać więcej szczegółówTwoja karta graficzna nie ma wystarczającej ilości pamięci!\nGra nie będzie działać poprawnieZSQD (Azerty)\nUpewnij się że połączenie z internetem działa.glxinfo nie jest zainstalowany. Proszę zainstalować pakiet mesa-utilsnie jest rozszerzeniem ikonyLocale ja_JP.utf8 musi zostać zainstalowany aby $TITLE działał.zw środowisku $APPLICATION_TITLE.brakuje katalogu tymczasowego{0} Kreator{0} nie może odnaleźć {1}{0} konfiguracjakonsola {0}{0} debuggerBłąd {0}Menu instalacji {0}{0} nie jest w stanie uruchomić POL_SetupWindow_server.{0} nie jest w stanie uruchomić serwera okna instalacyjnego PlayOnLinux.{0} nie powinien być uruchamiany przez administratora.{0} nie może odnaleźć 32-bitowych bibliotek OpenGL. Mogą wystąpić problemy z grami{0} nie może odnaleźć 64-bitowych bibliotek OpenGL. Mogą wystąpić problemy z gramikomunikator {0}Ustawiania {0}Strona {0} jest niedostępna. Sprawdź połączenie z internetemMenadżer wersji wine {0}playonlinux/lang/locale/pt/000077500000000000000000000000001226051336100162425ustar00rootroot00000000000000playonlinux/lang/locale/pt/LC_MESSAGES/000077500000000000000000000000001226051336100200275ustar00rootroot00000000000000playonlinux/lang/locale/pt/LC_MESSAGES/pol.mo000066400000000000000000003365051226051336100211720ustar00rootroot00000000000000P5GG(G=GRG eG'qGGG#G#GHHH-5H0cH+H#H(H( I&6I)]I+I"I!IIJ*7JbJXJJpKL0L5M+>M4jM9M*M$N#)NMN]N;oNN_9O&OOYPmmPPQP~R RIR$S 7S ASMSdS!SS'S`S3Tz7TT"T&TUU6U/U)*V%TV3zV!V"VMV AWKW`WqWCXYY!Y;YNYLiYgYZZ#[R[?\U\\\}u]]]1^E^\^r^^^Y^; _H_g__ _ __ _`!`01`b`~``.`.`! a/a3Ja$~a&aa aaaq b}bbb bb*b b c cc*"c Mc [cic ycc$ccc6c 5dVdhd}d dddddzd#]eNeYeY*ff ff ffff ffzg'~gCg%g(h,9hBfh4i&i&j9,j6fjj5jjWk$Xk}kk3kkk,k%lDl$Yl~lllll llimlmYn&knn nnnnnnnn*oHoBNooo%oo!o%pBpGp#Xp*|ppp ppOp(>qgqlq~qqq2q qCq3rLrbryrrr,r r rr6r7*sbs.s>ss%st =t"^ttuuCuJ`umu5v\OvbvVwUfwwswPxxy\z`kz\z\){P{M{4%|;Z||!||||}}(}}} ~~2~kI~~~~~)Ge!!-E_pa 3@VB_yׂ(Yq z-Ԅ܄ +:Mb v <1څ  . 9-G0u2هawNو(c$K's4L1&N(u A.0'.5N؎Q  "CVu'ĐTՐ * 5@H:]*xג(' H#`"+Ǔ)"$@9e053%:YY? ?L/E/E2ExEE-JCx@@@>@-7%1]26š8c2$,1.Ida%Ɯ2/SbPf($zMȟ7$@Y)t/:Π &):P#$$ԡ]In6I49>nC;+-%Y&)(Ф47..f0ƥե) 79¦d ao  ЧtW9:JQq שnuy %Ūت  0;@ _kr"* *$Bg$<  )= UPac)<@&}Ѯ)*d@cK6IN h²@+yl'w"9eҵd8dn2qR0,Ҹ2B2-uZ^M]/0ۻ4 7A y9@#*$UOHLG;3447!GY=&/O"@+:PfI(I*[tL \ fN  +'=eu& 2"Kn [[U&  ..= l&z)*dd[dd%b.FKKKKIREmGP:NaMG-'13<Q3<22 kd'|S#+H _" !0.Fa/b;`@1>rd:i&}|!*;H1qC]%x,eR@ /5=%c<Mr*'0,J0wd% $3!Xz WX kd4" (I\6G~~FlDT 5;J7& #7 I U bl0}9,[[q 8!; '&3Z n|'58(3a+00.#3R0)"#+(7T#aM62>.q4D2&M*tLj!3gwX&M  # B c.ow)1!17/-g&8%%RA     4 [M  4  # [=   ! ~]%f3*^;4.%$-:,h3!2 !@b"z44 ?A&.  "#z60 B LWi+r+;'cxV5.@H^{)Wh||g/F ^ iu}* >5t "=f53F1Vo'1YCk:) @ &V }       s!x"","" ""# #)#1#A# R#9s##R#$&$F$e$+k$4$$$.$'%;%R% f%r%A%(%%%&$3&X&Ba& &V&''8'U'['a'+i''5' 'A'A&()h()(F( ) )'+)#S) w))0*D*RL*g*m+Ou+v+j<,Q,Q,K-ph--[./f/f0bo0b0P51M181G 2 U20_2,22233.334404M4hf4445555,N5,{5+5 5%516"M6p66&6(667767iM77 777B7B879P9a9r9$999<9 :;; ;;9; ;<#<#4<X<)i<<<<< <<O<3K=== = =4=9=4&?[?p@R@@^BCCC"C+C`0CCFCkC!TD=vD7D@D-EGEVEF[E-EE)F F FGG]HHII!3IUI%iIIII=II_JvJJJ J>JK/KB LPLmL)LAL5L,M/JM,zM+M3MFN)NN-xNPN(N8 ONYO:O>O^"P'PMPMP9EQEQ9QEQEERERER7SSOSNSNSMATMT5TU"/U7RU5U&U6U6VkUV,V8V/'WBWWWxW$&XKXjXX?XsXuVY YZ7u[[,3\4`\1\\*\3]AF]D]%]:]Q.^8^;^=^ 3_hT_R_K`S\`:`I``5aWa5a/$b.Tb=b5b?bC7c?{c4ccdd4"d'WddS$eqxeee f!f 5fAf`ftf ff$g Nm))!bK ˋ܋ 2"U"i0̌ی*$/T%m*֍48kLk$-9g3ҏ 87M.mm"mmql;ޒAƔIKRK_TnEL13QFY,T++5ٛ@5P><Ŝ$P! ,.[pʠ).>Wɢ=P\N2MϧȨI-w 13eq)=*Xxj{6B9,f}4Xc:3 I4j[))%$Ot&__wz:$- RsR'BzER`2 ;Dݹ"?B κ   &.?Rn2kk`̼ۼ6&P5H#,OfLiuVZN 6A>hB]c?O%[FFL1Ndq5Qm`'xcge|Skb #Bh .+ "Ev<4_L M|+/!q4$o;&{unj2Rz:N+<Cf?E AaIKT=o\K!))7gG x]$^`\*J\%Es;0D&"M8?Fso$ sG8}ulFJ{'},&Xw2In)DMX]3Hacp?N<*e38=BS4-/Km[BYOd;p,/_Zl$ 5(ZzY9y6w6PT4@U@=`vA C&jLp!11}~'>J DVv9 UPqW,Y7 ^:W.w+0(ei9t-|>%V'::7 3/RRbx*~hWP -ItS~D^_JXy5[n {" G;#=*b 2HHOiQ!mM0yd12lUrr  7@Kz fC#0Q.(9k>" -k.%6t3@(< jGI8Er)AaTCg Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the Internet Explorer language you wantChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload on Steam StoreDownload on Steam Store-Steam Backup RestoreDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have not already downloaded the game, you will need to. You should be able to find it via a Google search, you will need Slender_v0_9_7.zip for this script to complete.If you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0In what directory do you want to download GOG files?In what directory do you want to redirect user directories?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Known issues:nn1) Loading EULA on the first run can take a long (5min) time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you crash after selecting a character try hitting escape at the login screen and disabling Captain's Quarters under the graphics selection.n(This feature is considered useless by most Eve Players.)LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease locate English translation patch filePlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please uncheck "Launch Need For Speed" at the end of the installation boxPlease wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedPress next to start the updater. When the updater is finished, close it down. Do not start osu! yet.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower resultsWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose COMPLETELY the Steam interface, nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When installing, be sure not to let Scrolls launch automatically, so the POL setup can complete.When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click next to begin installation.When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP}. Click Next when you are done installing.When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When the launcher opens, click on the top button to open the installer. When a new window opens, click OK. When another window opens, click on the button with the letter N until it is installing. Wait until it is done and click the right button to quit. Click Next when you are done installing.When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which region version of World of Tanks would you like to install? Note: Korea not supported on this installation.Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want install with ?You want to create symbolic link for $TITLE settings in your /home/ folder?n(Recommend yes.)You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-18 16:22+0000 Last-Translator: Tiago S. Language-Team: Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Selecione um ficheiro Extrair o pacote Instalar o pacote Exibir esta mensagem (para {2}) Licença traduzida para o seu idioma Licença original não existe! foi desinstalado com sucesso. não é um pacote PlayOnLinux válido! no seu computador. ou será instalado em: A instalação de "Horse Armor Pack" irá começar...A instalação de "Knights of the Nine" irá começar...A instalação de "Mehrunes Razor" irá começar...A instalação de "Orrery" irá começar...A instalação de "Spell Tomes" irá começar...A instalação de "Thieves Den" irá começar...A instalação de "Vile Lair" irá começar...A instalação de ""Wizard Tower"" irá começar...Configuração da aplicação $APPLICATION_TITLEInstalador de $APPLICATION_TITLE do GeckoInstalador Mono $APPLICATION_TITLEDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE actualizador automáticoDepurador de $APPLICATION_TITLE está a ser iniciado...Primeiro uso de $APPLICATION_TITLE.$APPLICATION_TITLE já está a executar esse programa.\nDeseja manter as configurações antigas?$APPLICATION_TITLE encontrou um erro fatal. $APPLICATION_TITLE irá parar o processo de instalação.\nVisite www.$POL_DNS para mais informações.$APPLICATION_TITLE encontrou um problema. Se o programa não funcionar corretamente, esta pode ser a causa do problema.\n Visite www.$POL_DNS para mais informações.$APPLICATION_TITLE encontrou um erro. Se o programa que estiver a instalar não trabalhar correctamente, pode ser por causa deste problema.\nVisite www.$POL_DNS para mais informações.$APPLICATION_TITLE está a analisar a sua aplicação.A preparação de $APPLICATION_TITLE vai terminar-$APPLICATION_TITLE está a instalar $PRGM_NAME$APPLICATION_TITLE está a instalar a aplicação...$APPLICATION_TITLE está a criar uma unidade virtual para o Windows.$APPLICATION_TITLE está a executar o seu programaGestor de pacotes $APPLICATION_TITLE: Criador de atalhos para $APPLICATION_TITLEPerfil de $AUTHOR$PACKAGE bloqueou.$PACKAGE bloqueou.\nCarregue na ligação de depuramento para mais detalhes.$TITLE foi instalado com sucesso\n\nSe uma instalação do Windows previnir que os seus programas sejam executados, deve remover e reinstalar $TITLE$TITLE foi instalado\n\nUm agradecimento em especial para Erich Hoover por este patch wine (AcceptEx Fix).$TITLE foi instalado com sucesso.$TITLE foi instalado com sucesso.\n\nSe o jogo bloquear a arrancar, abra o terminal e escreva:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE está instalado$TITLE foi instalado!\nNota!\n1)Reinicie o Wine\n2)Defina o dispositivo de saída correcto nas definições de som do Wine\n3)Divirta-se!$TITLE precisa ler a parte Windows de um CD-ROM híbrido.\n\nPor padrão, o MacOS apenas dá acesso à parte do CD-ROM desenvolvida para MacOS - o que pode ser incompatível com versões mais recentes do MacOS.\n\nGostaria que o PlayOnMac tente ler a parte Windows do CD?$TITLE deve estar agora activado.\nTalvez dois arranques de $TITLE sejam necessários:\nUm para inicializar e outro para o registo.\n\nApenas inicia, feche e reinicie $TITLE!(Se a lista estiver vazia, instale uma versão do Wine com o gestor de versões do wine)(janela)7z não está instalado, verifique se tem instalado o 7zip e tente novamente.Abortar a instalaçãoSobre {0}AcessóriosActivar suporte para GLSL?Activar suporte para Multisampling?Activar o warp override do rato?AcrescentarAdicionar o logo do PlayOnLinux ao seu vídeo?O patch de Advent Revising foi instalado.\nNão se esqueça de deixar uma e-mail ao Setz a agradecer pelo seu trabalho.TodosTodos os jogos suportados pelo Infinity Engine já foram actualizados.\nPara modificar a resolução de ecrã de um atalho, use o configurador.Já actualizado.Ocorreu um erro durante a transferência.Uma versão actualizada de {0} está disponível.AplicarOs dados do servidor de licensiamento estão correctos?\nPodem estes valores ser adicionados ao "regestry"?\n\nNome do Servidor de Licensiamento:$licenseServerName\nPorta do Servidor de Licensiamento: $licenseServerPortTem a certeza que pretende instalar o pacote {0}?Tem a certeza que pretende fechar todas as janelas {0}?Tem a certeza que pretende apagar o Wine {0}?Tem a certeza que pretende apagar {0}?Tem a certeza que pretende apagar a unidade virtual {0}?Tem a certeza que pretende eliminar: Tem a certeza que pretende instalar: Tem certeza que deseja fechar todas as aplicações activas de $APPLICATION_TITLE?ArgumentosTeclas direccionais (padrão)Programa atribuidoATENÇÃO: Depois de ter terminado a instalação, o patcher iniciará. Por favor, feche o patcher antes de autenticar ou termine a actualização para acabar a instalação. Depois disso poderá correr $TITLE assim que o configurador tenha terminado.Atenção: Depois da instalação estar completa, o instalador de patches irá carregar. Por favor, feche o instalador de patches antes de autenticar para completar a instalação. Depois disso, pode correr "$TITLE" quando a configuração estiver completa.Instalação automáticaAutoexecutarVersões disponíveis do Wine: Extensão do ficheiro inválidaTenha cuidado! Se mudar Tenha cuidado! A instalação de um destes componentes pode estragar a sua unidade virtual.Tenha cuidado! Isso vai forçar o encerramento do processo de instalação. Se não estiver terminado, precisará de reinstalar $SOFTNAME.Tenha cuidado! Para correr $TITLE com $APPLICATION_TITLE, tem de instalar o patch anti-pirataria sem-CD mesmo que tenha a versão legal do jogo.\n\nPor favor, lembre-se que $APPLICATION_TITLE não apoia a pirataria e nuna a sopurtará.Por causa do erro #30512 do wine, as tranferências irão bloquear frequentemente. Reinicie o cliente e a transferência irá continuar de onde parou. A percentagem da transferência volta a 0% mas não se preocupe, que não irá recomeçar denovo.Começar captura de uma aplicaçãoBinário não encontrado: $BINARY\nTem instalado o programa na localização pré-definida?Brasileiro (somente texto)NavegarAo habilitar isto, terá acesso aos instaladores de progrmas que contém proteções anti-cópia (DRM) que são incompatíveis com a emulação. A única forma de contornar é utilizar um patch "No-CD", mas dado que estes podem ser usados para pirataria não daremos suporte neste assunto.Ao habilitar isto, terá acesso a instaladores em teste. {0} não pode garantir que a sua aplicação funcione sem problemas.CancelarNão foi possível encontrar o atalhoNão foi possível instalar o transferidor oficial.Captura em progresso...Menu de captura (OpenGL)Menu de captura (não OpenGL)A captura irá começar...Alterar o íconeVerifique se a resolução foi alterada\n(eventualmente definida para\"HI-RES\") no lançador.Verifique que complonentes adicionais quer instalar:A verificar a integridade da transferência...A verificar a integridade da peça...A verificar plug-in: Escolher o modo de renderização DirectDraw?Escolher o modo de renderização Offscreen?Escolher modo de captura do alvo de renderização?Escolha um jogoSelecione um pacote para instalarEscolha um pluginSelecione um script de $APPLICATION_TITLE válido.Escolha uma acção para realizarEscolha uma aplicaçãoEscolha uma opção para modificarEscolha a língua que quer usar no Internet ExplorerSelecione o ficheiro correspondente ao seu programa.Escolha o idioma do jogoSeleccione a resolução do jogoSelecione o ficheiro de registo correspondente ao seu software.Escolha um nome para a unidade virtualEscolha um formato de vídeo para a conversãoA limpar...A limpar...Clique em Avançar para continuar.Carregue em "Próximo" para iniciarCarregue em "Seguinte" SÓ quando a instalação do jogo no Steam\ntiver terminado ou terá que recomeçar a instalação.FecharFechar todos os programas {0}Fechar esta aplicaçãoRoda de CódigosLinha de comandosComondo de execução antes de correr o programaComercialConfigurarConfigurar o WineConectarConectar à sua conta de $APPLICATION_TITLEA estabelecer a ligação...Painel de ControloConversão concluídaConverter um ficheiro capturado para vídeoA converter vídeos...A copiar os ficheiros de instalação, por favor aguarde...A copiar ${filename}A copiar unidade virtualNão foi possível encontrar o executável $EXE in virtual dino disco virtual $PREFIX.Não foi possível encontrar o diretório do programaCriar um atalhoA criar atalho...DepurarMarcas de depuraçãoA descompactar o ficheiro...Servidor DedicadoEditor de Servidor DedicadoServidor dedicadoAs configurações de vídeo padrão são muito abaixo dos computadores modernos.\nLembre-se de carregar em "Auto-detect" na opções avançadas de vídeo.Configuração padrão da unidade virtualDefina as suas preferências de codificação \n (deixe os valores de omissão se não sabe o que fazer)Defina as suas preferências de codificação para a 1ª passagem \n (deixe os valores de omissão se não sabe o que fazer)Defina as suas preferências de codificação para a 2ª passagem \n (deixe os valores de omissão se não sabe o que fazer)EliminarVersão de DemonstraçãoProgramador e website: DesenvolvimentoVersão Digital DeluxeRenderizador DirectDrawDesactivarDesconectarMostrarNão se esqueça de fechar o Steam quando o download\ntiver terminado, de modo a que $APPLICATION_TITLE possa continuar \na instalar o jogo.Tem algum pacote de idiomas para instalar?Deseja que $APPLICATION_TITLE instale automaticamente por si?Quer ver o website de $TITLE?Quer excluír a unidade virtual:Quer transferir $TITLE de GOG.com?Pretende auxiliar {0} a criar uma base de dados de compatibilidade? Se carregou em sim, os itens seguintes serão enviados para nós de forma anónima na primeira vez que iniciar um programa do Windows: - O modelo da sua placa gráfica - O seu sistema operativo - Se os controladores da sua placa gráfica estão instalados ou não. These information will be very precious for us to help people.Quer instalar $TITLE para sincronizar com um dispositivo USB?Quer instalar o patch 1.0c?Quer instalar o patch 2.0a?Quer instalar a versão Unicode do configurador Inno?Quer ler a discussão original nos fóruns GOG.com?Deseja repetir?Deseja actualizar e reiniciar $APPLICATION_TITLE?O seu programa é executado?Não esqueça de verificar o menu de ferramentas do PlayOnMac -> Ler um CD-ROM de PC antes de rodar o seu jogo.Não instale XQuartz agora.Não anexar nenhum ficheiro de registo.Fazer um donativoTransferência terminada.\nA instalação dos patches vai começar.Transferência falhadaDescarregar no SteamDescarregar na Loja do Steam -Restauro do Backup do SteamA transferência parece estar corrompida.transferir o programaA transferir Games For Windows Live...A transferir o Wine: A transferir o XQuartz.A transferir as fontes...A transferir gecko ...A transferir...A transferir: Durante a instalação, por favor, DESMARQUE todos os controladors NI e de interfaces de áudio. A instalação irá falhar se deixar algum marcado e for desnecessário.Durante a instalação, por favor DESMARQUE a opção ASIO4ALL, e DESMARQUE run FL Studio no final da instalação.Durante o processo de instalação, por favor, desmarque\n"Install Bonjour for Windows" e "Automatically update Safari".Holandês (somente texto)Editar ou actualizar um aplicativo existenteEditorEducaçãoEjetar um CD-ROM de PCActivarPermitir ptrace() globalmente.InglêsVersão inglesaEnhanced EditionDisfrute de $APPLICATION_TITLE !Apagar (os conteúdos da unidade virtual serão perdidos)Erro!Erro! Incompatibilidade de ficheiros\n\nLocal : $LOCAL_MD5\nServidor : $SERVER_MD5Erro ao instalar arquivoErro durante a instalação das fontesErro ao descompactar o arquivoErro!Erro: Nõ foi possível encontrar o CD-ROM!Erro: Não foi possível reservar uma porta válida.SairBiblioteca externaTamanho do arquivo extraído não corresponde!A extrair ${filename} de ${archivename}A extrair o Slender...A extrair o Wine...A extrair: Configurações padrãoFalha ao conectar!\nVerifique se seu login e senha são válidos.Falha ao localizar ${dest} de ${archive}FicheiroAssociações de ficheirosFicheiro não encontrado!Tamanho do arquivo não corresponde!FrancêsCompleta (1.5Gb), resolve até os problemas menores (49 cutscenes)Suporte GLSLO Game for Windows Live não está instalado.\nA avançar a rotina de desinstalação.Versão Jogo do AnoO jogo não está instaladoO jogo não está instalado.JogosGeralAlemãoDar a capacidade ao executável wineserver.Onde ir agora?A autenticação de gog.com falhou. Tentar novamente?GráficosAqui está o código fonte do script. Verifique-o cuidadosamente.Aqui está o código fonte do script. Verifique-o cuidadosamente.Alta qualidade (Definições de Entropia)Quanta memória a sua placa gráfica tem?De qualquer forma, não será activado até reinicie o seu computador.Eu aceitoNão quero criar outro atalhoJá o reparei. Apenas testar novamente.Tive um problema com este software.Descarreguei o ficheiro por mim.IMPORTANTE: \n\nNa janela de instalação que aparecerá em seguida, NÃO carregue no botão Opções, pois irá alterar a selecção de linguagem.Seleção de íconeIcones:Se a instalação de .NET 3.0 falhar, não se\npreocupe que o jogo irá funcionar.Se bloquear ao correr atualizações, feche e reabra a aplicação até que o download esteja completo.Se o jogo bloquear ao iniciar, abra o terminal e escreva:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSe o assistente de instalação pedir a instalação do DirectX, responda Não.Se só conseguir distinguir tenuamente a paisagem por trás do menú principal,\ndesactive FOG nas opções gráficas.Se fechar esta janela, não poderá continuar a ler novas respostas. Tem a certeza que pretende fechá-la?Se não tem o DLC "Shivering Isles"\ntem de actualizar este jogo antes de o usar.Se não tem o DLC "Shivering Isles"\ntem de actualizar este jogo antes de o usar.Se não sabe, desmarque tudoSe tiver o Erro 3007 ao conectar, abra o terminal e escreva:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSe tiver um erro de rotinas quando iniciar o jogo, abra o terminal e escreva:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSe ainda não tiver descarregado o jogo, terá de fazê-lo agora. Deve puder encontrá-lo através de uma pesquisa do Google. Precisará do ficheiro Slender_v0_9_7.zip para usar este script.Se instalou um programa com sucesso com o botão 'Instalar um\nprograma não listado', poderá adicionar este programa na nossa listaSe tiver mensagens de erro durante a instalação do DotNet 3.0, pode ignorá-las sem criar problemas.Se tiver mensagens de erro com a instalação do DotNet 3.5 SP1, pode ignorá-las sem criar problemas.Se tiver mensagens de erro com a instalação do DotNet 3.5, pode ignorá-las sem criar problemas.Se tiver mensagens de erro com a instalação do DotNet 4.0, pode ignorá-las sem criar problemas.Se quiser instalar $TITLE noutra drive virtual\ncorra este instalador novamente.Para instalar $TITLE necessita de instalar primeiro Mod Pack Studio Lite 2.0Para que directório que transferir os ficheiros de GOG?Para que diretório pretende redirecionar os diretórios do utilizador?Incluír:Insira o endereço do servidor de licensiamento!Insira a porta do servidor de licensiamento!InstalarInstalar o Terraria no Steam. Inicie o Terraria quando o Steam tiver instalado o jogo. O Steam instala em conjunto as rotinas XNA para o jogo. Depois disso feche o Steam para o instalador continuar.Ínstalar pocotes não listadosInstalar um programaInstalar um programa numa unidade virtual novaInstalar componentesInstalação terminadaInstalar "scripts"Instalar algumas bibliotecasInstalação concluída.Instalação terminada\n\nO jogo pode bloquear no primeiro arranque. Não se preocupe e tente novamente.Instalação a decorrer...Versões do Wine instaladas: Plugins instaladosA instalar o Adobe Air...A instalar o DirectMusicA instalar os ficheiros dll do DirectX 10...A instalar os ficheiros dll do DirectX 11...A instalar os ficheiros dll do DirectX 9...A instalar as rotinas DirectX...A instalar Games For Windows Live...A instalar os ficheiros dll de Linuxtrack-wine...A instalar as rotinas Visual BasicA instalar XMLlite...A instalar o XQuartz...A instalar os ficheiros dll de Xact...A instalar os ficheiros dll de Xinput...A instalar as fontesA instalar mfc42 DLLs...A instalar msasn1 DLLs...A instalar o plug-in: A instalar vcrun2008 e wininet e a desactivar as librarias d3d9 e d3d8 para forçar o jogo a usar OpenGL.A instalar wintrust DLLs...A instalar: Versão InternacionalInternetParece que é a primeira vez que está a usar $APPLICATION_TITLE.É altamente recomendado que que instale agore o pacote de Mods Circle of Eight\nse quiser corrigir problemas como jogo, e opcionalmente, obter mais conteúdos\n(para "NC modpacks").\nUse o script dedicado do PlayOnLinux na secção de patches.Italiano (somente texto)Versão italianaVersão japonesaEntrar num canalEncerrar todos os processos prefixosEncerrar processoMatar aplicaçãoA forçar o encerramento dos programas na unidade virtual...Problemas conhecidos: 1) Carregar os EULA na primeira execução pode demorar. (5 min). 2) Os aposentos do capitão estão com problemas para muitos (senão todos) utilizadores. Se bloquear após seleção de personagem prima ESC no ecrã de login e desative os aposentos do capitão nas opções gráficas. (Esta funcionalidade é considerada inútil pela maioria dos jogadores de Eve.)IdiomaIcones grandesMais TardeSairLeve (702Mb), resolve os problemas maiores (18 cutscenes)Procure este ficheiro de registoNome de Utilizador: Terminar SessãoA procurar por CD-ROMs executáveisMB descarregadosCriar um atalho para esta unidade virtualA criar o atalho...Gerir versões Wine.Instalação manualIcones médiosMensageiroFontes MicrosoftA fontes da Microsoft não estão instaladas. Iremos instalá-las agora por si.A fontes da Microsoft foram instaladas com sucesso.DiversosIgnorar Fuga do RatoMultimédiaMultisamplingO meu problema é com o próprio $APPLICATION_TITLE.NOTA: O instalador requer que use o CD, se tiver transferido as imagens ISO freeware lançadas pela EA, por favor, grave-as para um CD ou DVD com uma aplicação como o Brasero, e insira-as na sua drive de CDs. Montar imagens ISO pode funcionar para algum software, mas sabe-se que não funciona nesta situação.NOTA: Para baixa latência de áudio, veja WineASIO.NOTA: Para áudio de baixa latência, veja WineASIO. Um interface comercial de áudio de baixa latência é recomendado. Os controladores MIDI deverão funcionar como o esperado.NOTA: Para áudio de baixa latência, veja WineASIO. Os seus controladores MIDI devem trabalhar como o esperado.NOTA: POL não abona a pirataria. Por favor, use $TITLE de uma forma respeitável.NOTA: A janela de registo será escondida atrás do logo do Reason no primeiro arranque; carregue com o botão direito do rato na barra de tarefas e carregue MOVER. Se os "soundbanks" não forem copiados e o programa bloquer depois de introduzir o código de registo, remova o disco, reintroduza-o e tente corrê-lo novamente. Se isto não resultar, terá que copiar os "soundbanks" manualmente para a drive virtual do Reaso. Versões de download não deverão ter este problema.NOTA: Para registar, quando abrir o formulário de registo, arraste o ficheiro reg para $TITLENomeNovoNovo: SeguinteNãoNenhuma instalação de $TITLE encontrada.\n\nPor favor, use o script de instalação de $TITLE!Sem descriçãoSem espaço suficiente para a transferência :\n$URL ($neededSpace KB)Nenhum extensão de ficheiros especificada. A avançar a associação de ficheiros da aplicação nativa...Nenhum manual encontrado para {0}Nenhum comando root especificado. A abortar a instalação...Nenhum local de instalação encontrado em autorun.inf.Não foi encontrado nenhum jogo suportado pelo Infinity Engine.Patch "No-CD" necessárioVersão normalNotaAgora, pode voltar à janela de instalação de $TITLE para continuar.Agora deve instalar o modpack no directório:Agora deve puder escolher o modo de jogo:\n1)Em modo janela:\nTudo funciona menos o cursos de sistema nas janelas do jogo.\n\n2)Modo de Ecrã Completo:\nTudo funciona menos o céu, que fica negro.\n\n\nQue modo prefere?Agora, insira o CD-ROM número $CDNumber.ProdutividadeMode de Renderização OffscreenNo primeiro arranque do jogo serão detectados automaticamente os renderizadores disponíveis.\n É provável que possa obter melhor desempenho com o renderizador OpenGL.A primeira inicialização do jogo irá detectar automaticamente os renderizadores disponíveis.\nÉ provavel que obtenha melhor performance através do OpenGL.\nSe puder seleccione-o depois de carregar em "Show all devices".Um ou mais programa(s) estão em falta. Por favor, instale-o(s) e execute o script novamente.Abrir $URL agora?Abrir na "shell"Abrir o diretório do programaAbrir a directoria da aplicaçãoAbrir um diretórioAbrir o diretório da unidade virtualOperação efectuadaOptimização feitaOutro(s)Escrever por cima (por norma funciona, mas não é garantido)Leitor de CD-ROM de PCA instalação do pacote irá falhar enquanto definir /proc/sys/kernel/yama/ptrace_scope como 0Gestor de pacotes: Palavra-passe: Correcções (patches)Reproduzir um ficheiro capturadoEquipa do PlayOnLinux e PlayOnMac Sob a licença GPL versão 3Gestor de pacotes PlayOnLinuxA filosofia do PlayOnLinux/PlayOnMac é nunca pedir a permissões de administrador, no entanto, para este script, isso é necessário. Para isso, vamos dar-lhe o comando que deve escrever para esta instalação continuar:Para funcionar o PlayOnMac precisa que o XQuartz esteja instalado.Por favor, leia atentamente.Por favor, escolha um CD-ROMPor favor, escolha um CD-ROM para ejectarPor fazer escolha um PID de um ficheiro capturado para reproduzirPor favor escolha o ficheiro capturado para converterPor favor escolha um programaPor favor, selecione um pacote de software paraPor favor, escolha um programa para executarPor favor, escolha o nome da drive virtual.Por favor, escolha uma forma de instalar o programaPor favor escolha um ficheiro capturado em formato OGV para reproduzirPor favor, escolha uma acção a realizarPor favor, escolha um método de instalaçãoPor favor, não execute $TITLE imediatamente após a instalação ter terminado.Por favor, descarregue o XQuartz por mimPor favor,certifique-se que está conectado à Internet.Por favor, introduza a sua autenticação de gog.com para transferir $BASENAMEPor favor, explique o problema claramente (só em inglês)Por favor, de uma breve descrição (título, só em inglês).Por favor forneça o máximo de detalhes que possível, caso contrário será difícil ajudar.Por favor, insira o disco 2 de "$TITLE"Por favor, insira o disco 2 na drive respectiva\nse não o tiver feito ainda.Por favor, insira o disco 3 na drive respectiva\nse ainda não o tiver feito.Por favor, insira a disco 1 do jogo na unidade respectivaPor favor insira a disco 1 do jogo na unidade\nse ainda não inseriu.Por favor, insira a disco 2 do jogo na unidade respectivaPor favor insira a disco 2 do jogo na unidade\nse ainda não inseriu.Por favor insira a disco 3 do jogo na unidade\nse ainda não inseriu.Por favor insira a disco 4 do jogo na unidade\nse ainda não inseriu.Por favor insira a disco 5 do jogo na unidade\nse ainda não inseriu.Por favor, coloque o disco do jogo na drive respectiva.Por favor coloque o disco do jogo no drive respectivo\nse ainda não o tiver feito.Por favor, insira o média 1 na drive respectiva\nse ainda não o tiver feito.Por favor, insira o média 2 na drive respectiva\nse ainda não o tiver feito.Por favor, insira o disco 3 na drive respectiva\nse ainda não o tiver feito.Por favor, insira o disco 4 na drive respectiva\nse ainda não o tiver feito.Por favor insira o próximo disco na drive respectivaPor favor, insira o DVD-ROMPor favor, insira o primeiro discoPor favor, insira o primeiro disco da drive respectiva.Por favor, insira o disco do jogo na drive respectivaPor favor insira o CD do jogo na drivePor favor, insira o próximo disco na drive respectivaPor favor, insira o segundo disco da drive respectiva.Por favor, insira o CD-ROM, e pressione "Seguinte" somente quando o Finder do Mac OS encontrar o seu CD-ROMPor favor, instale $TITLE_REQUIRED primeiro.Por favor, localize o patch com a tradução em inglês.Por favor, localize o instalador (Launcher.exe)Por favor, indique o local do programa de instalação (Setup.exe)Por favor, escolhaPor favor, note que Mapas padrão não funciona correctamente, enquanto que Mapas Personalizados funciona sem problemas.Por favor, leia e aceite o seguinte:Por favor, leia com atenção.Por favor, leia o seguintePor favor, leia atentamente.Por favor, reinicie o seu computador agora e execute PlayOnMac.Por favor, seleccione o ficheiro de instalação de $TITLE.\nNÃO DESMARQUE "RUN IMGBURN" NO FINAL DA INSTALAÇÃO:Por favor, seleccione o ficheiro de instalação de $TITLE. NÃO execute Reaper depois da instalação ter terminado.Por favor, seleccione o ficheiro de instalação de $TITLE. /nNÃO corra o rFactor antes da instalação terminar. /nDeixe o Directx instalar se lhe for pedido. /nTenha a certeza que define uma resolução de côr de 32-bit/n quanto o configurador do rFactor aparecer.Por favor, seleccione o ficheiro de instalação de $TITLE.\nDurante a instalação, desmarque todos os controladores extra que o programa quiser instalar:Por favor, seleccione QUAISQUER 3 icones quando pedido.Por favor, seleccione MORE OPTIONS e desmarque a opção RUN "$TITLE" AFTER INSTALLATION. Se não o fizer a instalação irá falhar.Por favor, escolha o ficheiro de depuraçãoEscolha o programa ou a unidade virtual a configurarPor favor, selecione um programa para desinstalarPor favor, escolha um programa.Por favor, selecione um ficheiro de íconePor favor, selecione a versão de 32 bits do iTunesPor favor, selecione a versão MS-DOS do arquivo de instalação:Por favor, escolha o ficheiro chamado Pro Evolution Soccer 2013.msiPor favor, selecione o idioma do jogoPor favor, selecione o arquivo de instalação a executar.Por favor, selecione o icheiro de configuração descarregado no website $EDITOR.Por favor insira o ficheiro de configuração a executarPor favor, escolha o ficheiro de configuração a executar.Por favor seleccione o ficheiro de configuração a executar:Por favor, seleccione a versão.Por favor, introduza um nome para a unidade virtual do aplicativo.\nEste nome não deve conter espaços.Por favor de-selecione "Executar Need For Speed" no final da caixa de instalaçãoPor favor, aguarde enquanto $APPLICATION_TITLE está a copiar os ficheiros.Por favor, aguarde enquanto $APPLICATION_TITLE transfere o Ubisoft Game Launcher...Por favor, aguarde enquanto $APPLICATION_TITLE descarrega:Por favor, aguarde enquanto $APPLICATION_TITLE analisa o seu equipamento.Por favor, aguarde enquanto $APPLICATION_TITLE está a simular uma reinicialização do Windows.Por favor, aguarde enquanto o $APPLICATION_TITLE está a simular uma reinicialização.Por favor, aguarde enquanto $SOFTNAME é instalado...Por favor, guarde enquanto $TITLE é instalado.Por favor aguarde enquanto $TITLE é instaladoPor favor, aguarde enquanto Desura está sendo transferido...Por favor, aguarde enquanto o Steam é transferido...Por favor aguarde enquanto o logótipo do PlayOnLinux é criadoPor favor, aguarde enquanto a unidade virtual está a ser criada...Por favor, aguarde enquanto os dados de $TITLE são extraídos.Por favor aguarde enquanto o vídeo é codificado...Por favor aguarde...Gestor de extensõesPluginsCarregue em +F8 para iniciar ou parar capturaPressione +F8 para parar capturaCarregue em "Seguinte", e depois carregue na janela\nque pretende capturar.\nA captura irá começar automaticamente em 5 segundos.\nApenas vídeo será capturado.Carregue em "Seguinte" somente quando o processo de instalação estiver terminada.Carregue em 'Seguinte' para começar a actualização. Quando o actualizar, feche-o. Não inicie já o osu ainda!Endereço de proxyConfiguração de ProxyLogin proxyPalavra-passe proxyPorta proxyLeia o ficheiro dos TRADUTORESLer um CD-ROM de PCLer um CD-ROM de PCLer o manualLeia com cuidado!\n\nQuando o instalador de $TITLE lhe d«pedir para mudar o CD-ROM, por favor, regresse a esta janela de $APPLICATION_TITLE.A ler o seu dispositivoActualizarA actualizar {0}RegistarRegiste-se ou inicie sessão. Depois faça download to ficheiro de instalação: https://world.needforspeed.com/A registar librarias, por favor aguarde.\n(Pode levar algum tempo)Editor do registoRemoverA remover Game For Windows Live...Bloquear o Modo do Renderizador DestinoReparar a unidade virtualReportar erroRelatar um problemaRelate um erro do {0}Necessita cerca de 18Gb de espaço livre, assim como 5Gb adicionais na pasta /home se usar um instalador web. É recomendado usar instaladores locais.Tentar novamente?ExecutarCorrer $TITLE em modo seguro?Correr \$TITLE?Correr o executável na unidade virtualExecutar um script localCorrer o assistente de configuraçãoExecute um dos seus scripts pessoaisCorra os seus programas do Windows em Em execução...GuardarA analizar a unidade virtual ...Scriptors: ProcurarSelecione um DLC para instalarSelecione uma categoria para o seu programaSelecione outro ficheiroEscolha o ficheiro ZIP transferido, aqui:Seleccione o primeiro patch a ser executado (EE Upgrade).Escolha o primeiro patch a ser executado.Seleccione o patch a executarEscolha o segundo patch (1.5) a executar.Escolha o segundo patch a ser executado.Seleccione a placa de video pricipal a reportar:EnviarEnvie-nos um script funcional gerado pela instalação manualDefinir uma proxyDefinir um íconeA configurar as variáveis para os ficheiros dos programasDefiniçõesMostrar unidades virtuaisSimular a reincialização do WindowsIcones pequenosDesculpe, o serviço de mensagens {0} não está disponível de momento.Desculpe, $APPLICATION_TITLE $VERSION é demasiado antigo para continuar.\nÉ necessário $APPLICATION_TITLE $NEEDED.Desculpe, mas este não é um fichei zip válido.Desculpe, esta pessoa não quer receber mensagens privadas.Desculpe mas precisamos de uma descrição detalhada.CastelhanoEspanhol (somente texto)Standard EditionConfiguração padrão do tecladoO Steam tem o seu sistema de actualizações automáticas.O Steam tem o seu sistema de actualizações automáticas.Uma instalação do Steam foi detectada.\nQuer instalar este jogo na mesma unidade virtual?O Steam vai fazer uma actualização.\nDepois de o Steam actualizar vai mostrar o interface de acesso. Autentique-se e deixe $TITLE instalar.\n\nQuando a instalção tiver terminado prima "Sequinte".O Steam vai fazer uma actualização.\nDepois de o Steam terminar a actualização e mostrar-lhe a insterface de acesso, faça o login e deixe $TITLE instalar.\n\nQuando a instalação tiver terminado, prima "Seguinte" (Não feche o Steam).O Steam está a instalar $TITLEBTS, prima "Seguinte" quando a instalação tiver terminado.O Steam está a instalar $TITLECOL, saia do Steam quando a instalação tiver terminado (certifique-se que o Steam não está na barra de tarefas) e prima "Seguinte" de modo a que o script de instalação continue.O Steam está a instalar $TITLEW, prima "Seguinte" quando a instalação tiver terminado.Ordenação de Desenho EstritaGestor de TarefasEm TesteObrigado!\n\nA sua mensagem será enviada.\n\nFaremos o melhor para respondermos ao e-mail brevemente.A protecção de CD deste jogo não funciona correctamente com o Wine.A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se quer correr corretamente $APPLICATION_TITLE.O website do PlayOnLinux não está disponivel.Os códigos necessários para sair da primeira masmorra podem ser\nencontrados na documentação;\nCarregue com o botão direito no icone do jogo, "Read the manual" e veja as páginas 4-5.Os códigos necessários para iniciar o jogo podem ser encontrados na\ndocumentação. Carregue com o botão direito do rato no\nicone do jogo e "Read the manual".A transferência parece ter falhado.O ficheiro pode ter sido actualizado. Se o problema persistir, considere relatar o problema de modo a que o script possa ser actualizado.O nome do ficheiro é: {0}O seguinte ficheiro está localizado numa partição FAT32.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte ficheiro está localizado numa partição NTFS.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte arquivo está localizado numa partição FUSE.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte arquivo está localizado numa partição montada noexec.\nIsso pode impedir que o Wine funcione\n\n$FilePathAs seguintes pessoas contribuíram para esta aplicação: O jogo irá falhar o arranque até que defina /proc/sys/kernel/yama/ptrace_scope para 0O editor de níveisEste patch pode agora ser activado e configurado para o \nassistente de configuração PlayOnLinux para o Outcast.\nnNão se esqueça de deixar uma mensagem ao Zenger nos foruns GOG a agradecer pelo seu trabalho.Este programa precisa de aceder ao ptrace() para continuar:O atalho foi colocado na sua área de trabalhoA unidade virtual destino $PREFNAME já existe:A unidade virtual associada a {0} ({1}) já não existe.Não existe nada instalado que permita correr ficheiros .{0}.Estas fontes foram fornecidas pela Microsoft\n"no interesse da compatibilidade entre plataformas".Pense em desactivar o Triple-buffering nas configurações,\ndado que ainda não é totalmente suportado pelo Wine.Este procedimento instala Microsoft Office $TITLE, um programa gratuito que lhe permite ver documentos .doc e .docx, mas não lhe permite editá-los. Este programa é direccionado para os utilizadores que não conseguem visualizar correctamente documentos complexos doc e docx. Se quiser editar um documento, utilize o LibreOffice, OpenOffice ou outro editor. Este complemento instala automaticamente o patch 1.3.5511Este complemento irá instalar automaticamente o patch 2.5.26461Este complemento instala automaticamente o patch 1.2.0416.Este complemento instála automaticamente o patch do jogo versão 1.03.Este ficheiro: A função está desabilitada no ambiente PlayOnLinux.Este jogo já tem a "Enhanced Edition"\ne só precisa do patch 1.5.Este script de instalação requer ffmpegA instalação do programa é fornecida por: Este é o instalador para uma actualização ou um complento;\nPor favor instale primeiro $TITLE_REQUIRED.Este é um instalador para uma actualização;\nPor favor, instale primeiro $TITLE_REQUIREDIsto já não é o caso, mas continuam disponíveis através de terceiros.Esta é a lista dos scripts que enviou para nós. Pode executar um delesEste pacote não funciona numa instalação de 64 bitsEste pacote não funciona com o wine 1.3.18 ou inferior.Este pacote não funciona com o wine 1.3.22 ou inferior.Este pacote irá falhar a instalação com o wine 1.5.21 ou superior.Esta extensão irá possibilitar a captura de aplicações com o PlayOnLinux.Este programa contém uma protecção anti-cópia (DRM) incompativél com o emulador. A única forma de contornar o proble é usar um patch "NO-CD", mas dado que podem ser usados para fins de pirataria não lhe poderemos auxiliar desta vez.Este programa ainda está em testes. Pode não funcionar como o esperado. Os seus comentários, positivos ou negativos, são importantes para melhorar este instalador.Este programa foi criado por: Essa ferramenta vai ajudar o seu Mac a ler a a partir do CD-ROM que foi desenvolvido especialmente para PC's.\n\nUse essa ferramenta APENAS se o seu CD-ROM for híbrido (Compatível com Windows e MacOS), e se você não puder ver a parte feita para o Windows no seu Mac.Estas ferramentas permitirão que nos possa ajudar:Esta unidade virtual está protegidaIsto irá permitir-lhe instalar o Sacrifice e depois irá transferir e instalar o patch 3. Não inicie o jogo antes do patch ser instalado.Este assistente irá ajudá-lo a instalar Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLEEste assistente irá ajudá-lo a instalar o Wine: Este assistente ajuda a relatar erros de um programa suportado oficialmente.Este assistente irá ajudá-lo a executar um script não oficial de $APPLICATION_TITLE.Este assistente irá ajudá-lo a desinstalar: Para continuar, PlayOnLinux precisa de remontar a drive de CD-ROM com a opção "desocultar".Para continuar, o PlayOnLinux precisa de desmontar a sua drive de CD-ROM previamente montada com a opção "desocultar".Para garantir que os seus jogos são compatíveis, PlayOnMac precisa instalar o XQuartz.Para instalar o pacote de idiomas mais tarde, abra o painel de configurações para o jogo de forma a executar o instalador num disco virtual (separador Misc).FerramentasA transferir os ficheiros do Disco 1A transferir os ficheiros do Disco 2Traduções:O painel de controlo do Two Worlds é uma ferramenta da comunidade InsideTwoWorlds,\nque lhe permite afinar os parametros e gerir mods\npare este jogo. Veja\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \npara detalhes. Quer instalá-lo?Versão inglesaVersão americana ou canadianaUtilizadores de Ubuntu deverão adicionar o repositório do MEDIBUNTU\n para que a conversão para este formato seja feita correctamente.Não foi possível encontrar o ficheiro: Não foi possível determinar a versão: Não foi possível instalar o XQuartz! Instalá-le-o para melhorar a compatibilidade com os jogos.Não modificadosDesinstalarA desinstalar...Actualizar o GITInstruções de actualizaçãoActualizar wineprefixA actualizar $APPLICATION_TITLE a partir de GIT...A actualizar $TITLEA actualizar o plug-in. Anterior: Utilização: Usar plug-in de configuração avançada do WineUsar CD-ROM(s)Usar DVD-ROM(s)Usar a versão de demonstração do DesuraUsar a versão do DesuraUsar uma de demonstração do OriginUsar a versão do OriginUsar configurador do PlayOnLinux paraUsar a versão de demonstração do SteamUsar a versão do SteamUsar o WineTricksUsar um ficheiro de configuração do seu computadorUsar outra versão do WineAbortar manualmenteVCRun2008 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito antiga. Por favor, actualize.VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito antiga. Por favor, actualize.Icones muito grandesA placa gráfica não tem memória suficienteTamanho da Memória GráficaUnidade VirtualCriador de unidade virtualUnidades VirtuaisQualidade visualAVISO: Por favor, uso primeiro POL_SetupWindow_InitWASD (Qwerty)Aguarde enquanto a instalação está a ser preparada...Aguarde enquanto o pacote de línguas é configurado...Espere enquanto a instalação é preparada...Aguarde enquanto o patch 1 é transferido...\nEsta operação pode levar algum tempo, dependendo da conexão.Aguarde enquanto o patch 2 é transferido...\nEsta operação pode levar algum tempo, dependendo da conexão.Aguarde enquanto o patch 3 é transferido...\nEsta operação pode levar algum tempo, dependendo da conexão.Aguarde enquanto o patch 4 é transferido...\nEsta operação pode levar algum tempo, dependendo da conexão.Aguarde enquanto o patch é descarregado...\nEsta operação pode levar algum tempo, dependendo da sua ligação.A aguardar pela primeira execução do assistente terminar.AVISO!!\n\nA assinatura do script que está a tentar executar NÃO é válida\n\n$APPLICATION_TITLE não aprovou este script e não será responsável por ele.\nPor favor, certifique-se que sabe o que está a fazer!AVISO!!\n\nA assinatura do script que está a tentar executar NÃO é válida\n\nPlayOnLinux não aprovou esse script e não será responsável pelo seu uso.\nPor favor, certifique-se que sabe o que está fazer!Aviso: GFWL parece já estar instalado.\nForce a re-instalação.Aviso: vcrun2005 parece já estar instalado.\nA forçar a reinstalação.Aviso: vcrun2008 parece já estar instalado.\nA forçar a reinstalação...Aviso: vcrun2010 parece já estar instalado.\nA forçar a reinstalação...AVISO! A compressão S3TC nõ está disponível no seu sistema.\n\nSe tiver um controlador livre, é possível que necessite de um controlador proprietário.\n\nDe outra modo, pode activá-lo instalando o pacote libtxc-dxtn0, apesar de poder ter resultados mais lentos.Aviso: Esta ferramenta é para utilizadores avançados. Para desinstalar um programa de forma limpa com {0}, deve apagar a unidade virtual associada.Advertência: Para codificação correcta do vídeo,\na resolução DEVE ser um múltiplo de 16Aviso: GameShadow não funciona.\nPor favor, des-selecione-o durante a instalação.AVISO: A execução de $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED é recomendada para continuar.Aviso: Não deve marcar a caixa "Run $TITLE" quando a instalação terminar.Detectamos que o programa que deseja instalar é:Precisamos de acesso de administrador ao seu computador. Para isso a sua palavra-chave de administrador será pedida. O comando que fará correr o PlayOnLinux como administrador é o seguinte:Vamos-lhe fazer algumas perguntas, por favor, seja tão preciso quanto possível!Bem vindo ao painel de Configuração Avançada do Wine, um sistema de optimização para o Wine criado por GNU_Raziel. Se não souber o que escolher, deixe os valores de omissãoBem vindo ao Detour, a extensão que possibilita a criação de atalhos pós-instalaçãoBenvindo ao instalador $PVERSION para $TITLEBenvindo ao instalador de DLCs para $TITLE.Bemvindo ao instalador para $TITLE_REQUIREDBenvindo ao instalador do patch $PVERSION para $TITLEBem vindo à instalador do patch $PVERSION para $TITLE_REQUIREDBemvindo ao instalador do patch $PVERSION para $TITLEBenvindo ao instalador do patch $PVERSION para $TITLE_REQUIREDBemvindo ao assistente de instalação de $APPLICATION_TITLEBemvindo ao assistente do $APPLICATION_TITLE.\nEle irá ajudá-lo a instalar o $file no seu computador.\n\nTenha cuidado! Este programa não é suportado oficialmente pelo $APPLICATION_TITLE.\nPortanto, ele poderá não funcionar como o esperadoBemvindo ao assistente para instalação manual de $APPLICATION_TITLE. \n\nEste script irá ajudá-lo a instalar qualquer programa em $APPLICATION e usá-lo com todas as ferramentas\n\nAVISO: Não podemos garantir que a aplicação irá funcionar perfeitamente.Bemvindo ao criador de unidade virtual de $APPLICATION_TITLE.\n\nEsta ferramenta irá ajudá-lo a fazer uma nova unidade virtual.O que pretende fazer?Que atalhos extra devem ser criados?Que recurso do programa não funciona?\nSe tudo funcionar, mencione-o por favor.Qual é o editor do seu programa?Qual é o website do editor do seu programa?Qual é a extensão?Qual o nome do seu programa?Qual o título do seu programa?Qual o seu idioma preferido?Que tipo de problema teve?Que tipo de unidade virtual deseja criar?O que gostaria de fazer antes da instalação?O que gostaria de fazer?Quando o restauro de $TITLE pelo Steam tiver terminado,\n NÃO carregue em Play.\n\nFeche COMPLETAMENTE a interface do Steam,\n de modo a que o script de instalação continue.Quando a transferência de $TITLE pelo Desura tiver terminado,\nNÃO CARREGUE em Jogar.\n\nFeche COMPLETAMENTE a insterface do Desura, \nde modo a que o script de instalação possa continuar.Quando a transferência de $TITLE pelo Steam tiver terminado, NÃO CARREGUE em Jogar.\n\nFeche COMPLETAMENTE a insterface do Steam,\nde modo a que o script de instalação possa continuar.Quando a tranferência de $TITLE do Steam estiver terminada, NÃO carregue em Jogar.\n\nFeche COMPLETAMENTE a insterface do Steam,\npara que o script de instalação possa continuar.Quando a descarrega de $TITLE do Steam estiver terminada,/n NÃO carregue em Jogar.\n\nFeche COMPLETAMENTE a interface do Steam,\nde modo a que o script de instalação continue.Quando a transferência de $TITLE do Steam tiver terminada,\nNÃO carregue em Jogar.\n\nFeche Completamente a interface do Steam,\nde modo a que o script de instalação continue.Quando a descarga de $TITLE pelo Steam tiver terminado,\nNÃO carregue em Play.\n\nFeche completamente o interface do Steam, \nde modo a que o script the instalação possa continuar.Quando o instalador do jogo lhe pedir pelo próximo DVD\ncarregue em\"Seguinte\"Quando estiver a instalar, certifique-se que Scrolls não é executado automaticamente de forma a que configuração possa terminar.Quando o instaldor do jogo pedir-lhe o próximo disco\nCarregue em\"Avanças\"Quando o instalador do jogo lhe pedir o próximo disco\ncarregue em "Foward".Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em ${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' quando tiver terminado a instalação.Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em ${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' quando tiver terminado a instalação.Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em ${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' para começar a instalação.Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em ${END_JP} seguido de ${YES_JP}. Carregue em 'Seguite' quando tiver terminado a instalação.Quando o instalador lhe pedir para insirir o CD-ROM número $CDNumber, carregue em Seguinte.\n\nNão carregue em Seguinte antes disso.Quando o lançador abrir, carregue no botão no topo do instalador. Quando a janela seguinte abrir carregue em OK. Quando outra janela abrir, carregue no botão com a letra N até que tenha instalado. Aguarde até que esteja terminado e carregue no botão direito para sair. Carregue em 'Seguinte' quando terminar a instalação.Quando {0} instala um programa do Windows: - Mantenha a localização padrão; - Se lhe for pedido, não desmarque a caixa "Correr o Programa".Onde estáOnde está o CD-ROM montado?A que aplicação deseja aplicar as alterações?Qual edição que possuí?Que idioma pretende instalar?Que versão regional de World of Tanks deseja instalar? Nota: versão Coreana não suportada com este instalador.Que tipo de activação?Que versão possui?Que versão quer instalar?Qual versão do Wine gostaria de utilizar?Reiniciar o WindowsO Wine ainda não suporta USB. Não será capaz de sincronizar os seus iDispositivos com $APPLICATION_TITLE. Lamentamos.O Wine parece ter deixado de funcionar\n\nSe o programa ainda está a ser executado, ignore esta mensagem.Desinstalador do WineVersão do WineVersões do WineQuer activar o Patch de interface gráfica em inglês?Escreva qualquer alteração feita à configuração do Wine aqui:XQuartz $XQUARTZ_VERSION foi instalado no seu computador.XQuartz foi instalado.SimEstá conectado a $APPLICATION_TITLE como $POL_LOGINPode transferir estas fontes e fazer delas uso pessoal,\nmas não as pode redistribuir com modificações,\nincluindo alterar os nomes dos ficheiros ou o formato do pacote.Está a tentar abrir um "script" feito para {0}! Poderá não funcionar como o esperado.Pode transferir o ficheiro de instalação de $TITLE aqui:Pode transferir o ficheiro de:Não pode fechar esta janelaNão escolheu um jogoNão parece ter scripts pessoaisNão precisa de instalar Directx ou de usar GLSetup.Foi desconectado com sucesso de $APPLICATION_TITLE\nPode fechar essa janela com segurança.Deve ser capaz de executar esse programa!Tem de escolher um captura para converterTem de escolher uma captura para lerTem de selecionar um ficheiro!Tem de escolher um jogo para modificarTem que remover as protecções anti-pirataria para este jogo\nse o quiser utilizar com o wine.Tem que remover as protecções anti-pirataria para este jogo\nse o quiser utilizar com o wine.Não deve definir o nível se sombras para o máximo\nou não será possível apagar ou refazer a instalação do jogo.Deve reiniciar {0} para que as alterações tenham efeito.Precisa de o instalar para continuarDeve instalá-lo ustilizando {0}Deve ter agora um directório com o League of Legends na sua área de trabalho que contém o instalador. Pode mantê-lo para acelerar futuras re-instalações.Quer instalar isto?Criar symlink para definições $TITLE na pasta /home ? (Acção recomendada: Sim)Que abrir a página de transferências de $TITLE no seu navegador?A sua versão do $APPLICATION_TITLE não está actualizada.\nDeve actualizar o $APPLICATION_TITLE antes de enviar um relatório de erros.\nObrigado.Seu navegador irá abrir, por favor descarregue e descompacte o patchO sistema de ficheiros da sua partição pode fazer com que {0} não execute corretamente. Por favor abra {0} no terminal para obter mais informações.A sua placa placa gráfica não tem memória suficiente!\nIsso pode impedir que o jogo funcione.ZQSD (Azerty)\nPor favor, certifique-se que está conectado à Internet.glxinfo não está instalado. Por favor, instale o pacote mesa-utilsnão é uma extensão de íconeja_JP.utf8 local tem que estar instalado para $TITLE funcionar.deno ambiente $APPLICATION_TITLE.directório temp em faltaAssistente {0}{0} não conseguiu encontrar {1}Configuração {0}Consola {0}Depurador {0}Erro {0}.Menu de instalação {0}{0} não pôde iniciar POL_SetupWindow_server.{0} não é capaz de iniciar o servidor de janela de configuração do PlayOnLinux{0} não deve correr como administrador. Desculpe.{0} não conseguiu encontrar as bibliotecas OpenGL de 32 bits. Pode vir a ter problemas com os seus jogos.{0} não conseguiu encontrar as bibliotecas OpenGL de 64 bits. Pode vir a ter problemas com os seus jogos.Mensageiro {0}Configurações {0}{0} não está disponível. Verifique a sua ligação.Gestor de versões do Wine {0}playonlinux/lang/locale/pt_BR/000077500000000000000000000000001226051336100166255ustar00rootroot00000000000000playonlinux/lang/locale/pt_BR/LC_MESSAGES/000077500000000000000000000000001226051336100204125ustar00rootroot00000000000000playonlinux/lang/locale/pt_BR/LC_MESSAGES/pol.mo000066400000000000000000002174011226051336100215460ustar00rootroot00000000000000w)x7y7777'778#8#58Y8l8q8-808+8#9(89(a9&9)9+9":*:I:*i::X: ;0;5;+ <45<9j<*<$<#<=(=:=N=PM> >I>> ? ??3?!S?u?'y???"?&?@6 @/@@)p@%@3@!@"AM9A AAAAvBBBBBLBg*CC#hDDDDDDDDE&E6E HE iEE EEE0EF1FGF.bF!FF3F$G&'GNG WGcG{GqGHHH5H*DH oH zHHH*H H HH HI$(IMIaI wIIIIIII#JN$JYsJYJ'K.K FKRKgK oKzKzK'KC%L%iL(L,LBL&(N&ON6vNN5NNWO$hOOOOO$OO PP/P EPiSPP&PP PQQ Q(Q8QIQ*hQQBQQQ%R>R!ERgRlR#}R*RRR RSOS(cSSSSSS SSST'T-T5T UQU%YU U"UUUCU5VbSVVsVJW\W`4X\X\XOYXY`Y}Y(YYYYYZkZZZZZZZ[5[R[!m[![[[[[\*\ >\K\a\Bj\\\\\\ ]]("]K] T]`]f]l]]]] ]+]]]^ "^ /^9^<I^ ^^ ^ ^-^0^2 `cS````````&` a)a'8a`agaaQCb bb bbbcc/c'5c]c nc yccc:cc*c#d@dWd(wd'dd#de+$e)Pe"ze$ee0e3f:FfYff/fE)g/ogEgEgE+hEqh-hCh@)i@ji@i@i-jGj7dj1j2j6k88kcqk$kkl)l:l2UlSll7l$/mTmmm)m/mm&n:)n#dn$n$n]n60oIgo4oCo;*p+fp&p)p(p4 q7Aq0yqqqq)q qr9r rr ss s(s>sOs`spsssssssss tt&tAtHtLt et%rttt tt uuu 2u>uEu"]uuuuu$uv.v<3v pv |vvvvv vPvc5w<w&wwxx)*x*Txx=yKz\zI({r{ {{h{y|'|"||e|dH}d}n~2~,~B~-$/R07 9#1*UUHրG3g44Ё7G="@& 2"R@u+PI3(}L Ɔ Ԇ߆\SmN Շ ߇ '>Nj&r Ԉ "$Gd|j[#& Ɋ׊ &)@*jb.'ÍIDm:N7M3k3<Ӑ2Ck u'S# +-Y p" !Ք0.(Wr ;?|{;[1v˜%ݘ,0R? 5=2N<RM*ݚ'0M,g0dś%*$P!u WМX(4" ٝ6~1FlTd 5ǟ;9R&U|  ɠӠ0,[B[ 8Nh/AT&j 'Ҥ5)8_3+̥00).Z30&#*97d"h(20.%3TD2ͩ+),Vhy0\R'z &ܬ . <A#Q/u33+#A5e$%S :E^r; Ta Rx%p$²5N_0u,,ӳ!2@D  3ݴ*9J&+׵ "j/ֶ/  "-?*H s)Է7#85Q˸ݸ)XgrgڹBIeu -*HX#%Ż  ##ܽ9:6J+j3Sfv"ο޿ |y+   &3EyR~$&<$Bgl.'  B#(f$ 3PV\d*w ;;'$NL &V$M{f#0uTfYjf+f! -0Bszi 'G!b! 5BXHa#,%=cj z# 1)DX hsI .C><j*05<EJ!Z6|( +Z,  !107h  ;"=[z(<64/R,3;*-J!x?:?cU'<L<kLLLBL5JS]SSSY"C:0;kCBh.+<0um-E1W )3A%JBp??=3?qeIUa=_UU409.K=zB?;Qg8o-Nu  1E ^k   &8Lk})'$#$H m{ +$(=!f-'@&7&Ho#pq>:4 )B=S>RoQ )@bI$7\{xww7.;0+9\:B6#)Z-iWTt85589nT9$*:Fe2MW-.S ##  x)  ]B Ua r101@Pp%!+3;ojj`,v  85R/n='eK*bu$ 6 U ' T 1 6M : =   *Q!,>k!.4+`)B}Z_>|-!2,Tj /B@9E[Fz"-"4Pf/1+N!z,]]'@%$BT?z)R ADG  +41M2aavF x(,JD%,] TT]QX"0? FJ6=D~"/P 4!agt?7aL eG9B(R7lnS9mI)i^d:*ix!Y8UI^Ew5.v#`gnHb8NRG K6Sy^; Y21W)ouN.X2_p:ekW:+h$@yS -*zw!tAg7K&D={, 4#0;3cJ`oHmr|u-"-\jLkO5Qb[F}V#I0<<*+zq|B=zR3/hEfP XyZ2fd;VCjPFrUt%o'Oq\4/WmME(M`qT\3jZln|Yp i ~Csc+ ?Gs%A e_ZsK&}>' Cr>aH Akf95_b]@LN{6).[xuhBl8M vd~p<[w&v1c'O>QV@}{$ $U1  Choose a file Extract the package Install the package Show this message Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$TITLE is installed$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBrasilian (text only)BrowseCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find program directoryCreate a shortcutCreating shortcut...DebugDecompressing archive...Dedicated ServerDedicated serverDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDownload failedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchGLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the setup request DirectX installation, answer no.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling plugin: Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLocate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededNormal versionNow, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease make your choicePlease read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionSteam have is own automatic update systemSteam have is own automatic update system.Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The shortcut has been placed on your desktopThe virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:06+0000 Last-Translator: Aymeric PETIT Language-Team: Brazilian Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Selecione um arquivo Extrair o pacote Instalar o pacote Exibir esta mensagem Licença traduzida para o seu idioma Licença original não existe! foi desinstalado com sucesso. não é um pacote PlayOnLinux válido! no seu computador. ou será instalado em: A instalação de "Horse Armor Pack" irá começar...A instalação de "Knights of the Nine" irá começar...A instalação de "Mehrunes Razor" irá começar...A instalação de "Orrery" irá começar...A instalação de "Spell Tomes" irá começar...A instalação de "Thieves Den" irá começar...A instalação de "Vile Lair" irá começar...A instalação de ""Wizard Tower"" irá começar...Configuração da aplicação $APPLICATION_TITLEInstalador Gecko de $APPLICATION_TITLEDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE atualizador automáticoDepurador de $APPLICATION_TITLE está sendo iniciado...Primeiro uso de $APPLICATION_TITLE$APPLICATION_TITLE já está executando esse programa.\n Você deseja manter as configurações antigas?$APPLICATION_TITLE encontrou um erro fatal. $APPLICATION_TITLE irá parar o processo de instalação.\nVisite www.$POL_DNS para obter mais informações$APPLICATION_TITLE está analisando seu aplicativo$APPLICATION_TITLE vai acabar a sua preparação$APPLICATION_TITLE está instalando $PRGM_NAME$APPLICATION_TITLE está instalando o aplicativo...$APPLICATION_TITLE está criando um disco rígido virtual do windows$APPLICATION_TITLE está executando o seu programaGerenciador de pacotes $APPLICATION_TITLE: Criador de atalho para $APPLICATION_TITLEPerfil de $AUTHOR$PACKAGE travou.$TITLE está instalado$TITLE precisa ler a parte do CD-ROM que foi desenvolvida para Windows em um CD-ROM híbrido.\n\nPor padrão, MacOS apenas dá acesso à parte do CD-ROM desenvolvida para MacOS - que pode ser incompatível com versões recentes do MacOS.\n\nVocê gostaria que o PlayOnMac tente ler a parte Windows do CD?(Se a lista estiver vazia, instale uma versão do wine com o gerenciador de versão do wine)(janela)7z não está instalado, verifique se você tem instalado o 7zip e tente novamenteInterromper instalaçãoSobre {0}AcessóriosAtivar suporte GLSL?Ativar suporte Multisampling?Ativar a substituição do mouse warp?AdicionarAdicionar o logo do PlayOnLinux no seu vídeo?TudoJá atualizado.Ocorreu um erro durante o download.Uma versão atualizada de {0} está disponívelAplicarTem certeza de que quer deseja instalar {0} pacote?Tem certeza que deseja fechar todas as {0} janelas?Tem certeza de que deseja excluir wine {0}?Tem certeza que deseja excluir {0}?Tem certeza que deseja excluir a unidade virtual {0}?Você tem certeza que quer excluir: Você tem certeza que quer instalar: Tem certeza que deseja encerrar todas as aplicações ativas de $APPLICATION_TITLE?ArgumentosTeclas de seta (padrão)Programa assimiladoAtenção: Quando a instalação terminar, o patcher vai carregar. Por favor feche o patcher antes de logar para completar a instalação. Após isso, você pode rodar "$TITLE" quando o setup terminarInstalação automáticaAutoexecutarVersões do Wine disponíveis: Extensão de arquivo inválidaTenha cuidado! Se você alterar Tenha cuidado! Instalar um destes componentes poderá quebrar o seu drive virtual.Tenha cuidado! Isso vai matar processo de instalação. Se não estiver terminado, você precisará reinstalar $SOFTNAMECuidado! Para rodar $TITLE com $APPLICATION_TITLE, você deve instalar um patch sem CD mesmo que você tenha uma versão legal.\n\nPor favor lembre que $APPLICATION_TITLE é fortemente contra pirataria, e nunca irá apoiá-la.Começar a captura de uma aplicaçãoBrasileiro (somente texto)NavegarCancelarNão é possível encontrar o atalhoCaptura em progresso...Menu de captura (OpenGL)Menu de captura (sem OpenGL)A captura irá começar.Alterar o íconeVerificando plug-in: Escolher o modo de renderização do DirectDraw?Escolher o modo de renderização Offscreen?Escolher modo de renderização Target Lock?Escolha um jogoSelecione um pacote para instalarEscolha um pluginSelecione um script de $APPLICATION_TITLE válido para executar.Escolha uma ação para realizarEscolha um aplicativoEscolha uma opção para alterarSelecione o arquivo correspondente ao seu programa.Escolha o idioma do jogoSelecione a resolução do jogoSelecione o arquivo de log correspondete ao seu software.Escolha um nome para a unidade virtualEscolha o formato de vídeo para conversãoLimpandoLimpando...Clique em Avançar para continuar.Clique em Próximo para iniciarClique em "Forward" APENAS quando a instalação do jogo da Steam\nterminar ou você terá que reinstalar.FecharFechar todos os {0} programasFechar este aplicativoPrompt de comandoComando para executar antes de abrir o programaComercialConfigurarConfigurar o WineConectarConectar a sua conta de $APPLICATION_TITLEConectando...Painel de controleConversão concluídaConverte um arquivo capturado para vídeoConvertendo vídeos...Copiando arquivos de instalação, por favor aguarde...Copiando ${filename}Copiando unidade virtualNão foi possível encontrar o diretório do programaCriar um atalhoCriando atalho...DepurarDescompactando arquivo...Servidor DedicadoServidor dedicadoConfiguração padrão de unidade virtualDefinir suas opções de codificação \n (deixe padrão se você não sabe o que fazer)Definir suas opções de codificação para o passo 1 \n (deixe padrão se você não sabe o que fazer)Definir suas opções de codificação para o passo 2 \n (deixe padrão se você não sabe o que fazer)ApagarDesenvolvimento e Website: DesenvolvimentoDirect Draw RendererDesativarDesconectarExibirNão esqueça de fechar a Steam quando o download\nfor completado, para que $APPLICATION_TITLE possa continuar\na instalar o jogo.Você tem um pacote de idiomas para instalar?Você deseja que $APPLICATION_TITLE instale automaticamente para você?Você quer ver o website de $TITLE?Você quer excluir a unidade virtual:Deseja baixar $TITLE do GOG.com?Você quer ajudar {0} a fazer um banco de dados de compatibilidade? Se você clicar em sim, as seguintes informações serão enviadas para nós anonimamente na primeira vez que você rodar um programa Windows: - O modelo da sua placa de vídeo - A versão do seu Sistema Operacional - Se os drivers da placa de vídeo estão instalados ou não. Essas informações serão muito preciosas para que nós ajudemos as pessoas.Você deseja instalar o Patch 1.0c?Você deseja instalar o Patch 2.0a?Você deseja ler o tópico original nos forum do GOG.com?Deseja repetir?Você deseja atualizar e reiniciar $APPLICATION_TITLE?Será que seu programa está em execução?Não esqueça de verificar o menu de ferramentas do PlayOnMac -> Leia PC CD-ROM antes de rodar o seu jogo.Não instale XQuartz agoraNão unir nenhum arquivo de logFaça uma doaçãoFalha ao baixarBaixar o programaBaixando Games For Windows Live...Baixando o Wine: Baixando XQuartzBaixando fontesBaixando gecko ...Baixando: Durante a instalação, por favor DESMARQUE a opção para ASIO4ALL e DESMARQUE executar FL Studio no final da instalação.Holandês (somente texto)Editar ou atualizar um aplicativo existenteEditorEducaçãoEjetar um CD-ROM de PCHabilitarInglêsVersão em inglêsEnhanced EditionSeja feliz usando $APPLICATION_TITLE !Apagar (o conteúdo do drive virtual será perdido)ErroErro ! Incompatibilidade de arquivos\n\nLocal : $LOCAL_MD5\nServidor : $SERVER_MD5Ocorreu um erro instalando o arquivoErro durante a instalação das fontesErro ao descompactar o arquivoErro!Erro: Incapaz de encontrar o CD-ROM!SairBiblioteca externaTamanho do arquivo extraído não corresponde!Extraindo ${filename} de ${archivename}Extraindo Slender...Extraindo o Wine...Extraindo: Configurações padrãoFalha ao conectar !\nVerifique se seu login e senha são válidos.Falha ao localizar ${dest} de ${archive}ArquivoAssociações de arquivosCampo não encontrado!Tamanho do arquivo não corresponde!FrancêsSuporte GLSLVersão Jogo do AnoO jogo não está instaladoO jogo não está instalado.JogosGeralAlemãoIr para lá agora?Login do Gog.com falhou, tentar novamente?GráficosAqui está o código fonte do script. Verifique com cuidadoAqui está o código fonte do script. Verifique com cuidadoQuanta memória sua placa gráfica tem?De qualquer forma, isto não sera ativado até você reiniciar seu computador.Eu aceitoEu não quero criar outro atalhoEu tive um problema com este software.Eu mesmo baixei o arquivoSeleção de íconeÍcones:Se a instalação do .NET 3.0 falhar, não se preocupe\no jogo continuará funcionandoSe o assistente de instalação pedir a instalação do DirectX, responda no.Se você fechar essa janela, você não poderá ler novas respostas. Tem certeza que deseja fechá-la?Se você não sabe, desmarque todosSe você receber Erro 3007 ao conectar, abra o terminal e digite:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeSe você instalou um programa com sucesso com o botão 'Instalar um\nprograma não listado', você pode adicionar este programa em nossa listaSe você ver mensagens de erro durante a instalação do DotNet 3.0, poderá ignorá-las sem problemasSe você ver mensagens de erro durante a instalação do DotNet 3.5 SP1, poderá ignorá-las sem problemasSe você ver mensagens de erro durante a instalação do DotNet 3.5, poderá ignorá-las sem problemasSe você ver mensagens de erro durante a instalação do DotNet 4.0, poderá ignorá-las sem problemasIncluir:InstalarInstalar um programa não listadoInstalar um programaInstalar um programa em uma unidade virtual novaInstalar componentesInstalação está feitaScripts de instalaçãoInstalar algumas bibliotecasInstalação finalizadaInstalação concluída\n\nO jogo poderá dar erro na primeira tentativa, mas não se preocupe, apenas tente mais uma vez.Instalação em andamento...Versões instaladas do Wine: Plugins instaladosInstalando Adobe AirInstalando o DirectMusicInstalando dlls do DirectX 10...Instalando dlls do DirectX 11...Instalando dlls do DirectX 9...Instalando DirectX runtimeInstalando Games For Windows LiveInstalando DLL Linuxtrack-wine...Instalando Visual Basic runtimeInstalando XQuartz...Instalando dlls Xact...Instalando dlls Xinput...Instalando fontesInstalando plug-in: Instalando: Versão internacionalInternetParece que é a primeira vez que você está usando $APPLICATION_TITLE.Italiano (somente texto)Versão italianaversão japonesaEntrar em um canalMatar todos os processos de prefixoMatar processosMatar aplicativoMatando programas no drive virtual...IdiomaÍcones grandesMais tardeSairLocalizar este arquivo de logLogin: SairProcurando por CD-ROMs executáveisMB baixadosFaça um novo atalho a partir deste drive virtualCriando atalho...Gerenciar versões do WineInstalação manualÍcones médiosMensageiroFontes da MicrosoftFontes da Microsoft não estão instaladas; irei instalá-las para você.DiversosSubstituir fuga do mouseMultimídiaMultiamostragemMeu problema é com $APPLICATION_TITLE mesmo.ATENÇÃO: Esse instalador necessita que você use um CD. Se você baixou a imagem ISO grátis liberada pela EA, por favor grave-a em um CD ou DVD usando algum programa como Brasero, e coloque-o no seu drive de disco. Montar a imagem ISO pode funcionar com algum programa, porém eu sei que Mounty não funciona nesse caso.AVISO: Para áudio de baixa latência, verifique o WineASIO.AVISO: Para registar, quando o jogo abrir pedindo para registar, arraste e solte seu arquivo reg em $TITLENome:NovoNovo: AvançarNãoSem descriçãoNenhum manual encontrado para {0}Nenhum local de instalação encontrado em autorun.infNão precisa de cdVersão normalAgora, insira o cdrom número $CDNumber.EscritórioModo de renderização OffscreenNa primeira vez que for aberto o jogo irá detectar automaticamente renderizadores disponíveis.\nÉ provável que você consiga uma performance melhor usando o renderizador OpenGL;\nVocê pode selecioná-lo após clicar em "Mostrar todos os dispositivos".Um ou mais programa(s) estão ausentes. Por favor, instale-o e execute o script novamente.Abrir o shellAbrir diretório do programaAbrir o diretório do aplicativoAbrir a pastaAbrir diretório do drive virtualOperação finalizadaOtimização concluídaOutroSobrescrever (geralmente funciona, sem garantia)Leitor de CD-ROM do PCEmpacotador: Senha: CorreçõesReproduzir arquivo capturadoGrupos PlayOnLinux e PlayOnMac Sob a licença GPL versão 3Gerenciador de pacotes PlayOnLinuxPlayOnMac precisa que XQuartz esteja instalado para funcionarPor favor, leia com atenção.Por favor, escolha um CD-ROMPor favor, escolha um CD-ROM para ejetarPor favor escolha um arquivo de captura PID para reproduzirPor favor escolha um arquivo de captura para converterPor favor escolha um programaPor favor, selecione um pacote de software paraPor favor, escolha um programa para executarPor favor, escolha uma forma de instalar o programaPor favor escolha um arquivo de captura OGV para reproduzirPor favor escolha uma ação para realizarPor favor, escolha um método de instalaçãoPor favor, baixe XQuartz para mimPor favor, tenha certeza que você está conectado à internet.Por favor explique o problema claramente ( ingles somente)Por favor, de uma breve descrição (titulo, em ingles somente)Por favor forneça o máximo de detalhes que você puder, caso contrário será difícil lhe ajudarPor favor, insira o disco 2 de "$TITLE"Por favor, insira a mídia 1 do jogo em sua unidade de discoPor favor insira a mídia 1 do jogo na unidade\nse você ainda não inseriu.Por favor, insira a mídia 2 do jogo em sua unidade de discoPor favor insira a mídia 2 do jogo na unidade\nse você ainda não inseriu.Por favor insira a mídia 3 do jogo na unidade\nse você ainda não inseriu.Por favor insira a mídia 4 do jogo na unidade\nse você ainda não inseriu.Por favor insira a mídia 5 do jogo na unidade\nse você ainda não inseriu.Favor inserir o disco do jogo na sua unidade de discoPor favor, insira a mídia do jogo na unidade se você ainda não inseriu.Por favor, insira a mídia 1 no seu drive de disco\nse não tiver feito isso ainda.Por favor, insira a mídia 2 no seu drive de disco\nse não tiver feito isso ainda.Por favor, insira a mídia 3 no seu drive de disco\nse não tiver feito isso ainda.Por favor, insira a mídia 4 no seu drive de disco\nse não tiver feito isso ainda.Por favor, insira o DVD-ROMPor favor, insira o primeiro discoPor favor, insira a primeira mídia do jogo em sua unidade de discoPor favor, insira a mídia do jogo em sua unidade de discoPor favor, insira a mídia do jogo na sua unidade de disco.Por favor, insira a próxima mídia de jogo em sua unidade de discoPor favor, insira a segunda mídia do jogo em sua unidade de discoPor favor insira seu CD-ROM, e pressione próximo somente quando o Finder do Mac OS encontrar seu CD-ROMPor favor, instale $TITLE_REQUIRED primeiroPor favor, faça a sua escolhaPor favor, leia com atençãoPor favor leia istoPor favor leia atentamente.Por favor reinicie seu computador agora, e execute PlayOnMacPor favor, selecione o arquivo de instalação do $TITLE. NÃO MARQUE A OPÇÃO RUN IMGBURN NO FINAL DA INSTALAÇÃO:Por favor selecione um arquivo de depuraçãoPor favor, selecione um programa ou um drive virtual para configurar.Por favor, selecione um programa para desinstalarPor favor selecione um programa.Por favor, selecione um arquivo de íconePor favor, selecione a versão de 32 bits do iTunesPor favor, selecione a versão MS-DOS do arquivo de instalação:Por favor, selecione o idioma do jogoPor favor, selecione o arquivo de instalação para ser executado.Por favor, selecione o arquivo de setup baixado no site $EDITORPor favor, selecione o arquivo de instalação a ser executado.Por favor, selecione o arquivo de instalação para executar.Por favor, selecione o arquivo de instalação a ser executado:Por favor, digite um nome para a unidade virtual do aplicativo.\nEste nome não deve conter espaços.Por favor, aguarde enquanto $APPLICATION_TITLE está copiando os arquivosPor favor, aguarde enquanto $APPLICATION_TITLE está baixando o Ubisoft Game LauncherPor favor aguarde enquanto $APPLICATION_TITLE está baixando:Por favor aguarde enquanto $APPLICATION_TITLE está simulando uma reinicialização do Windows.Por favor aguarde enquanto o $APPLICATION_TITLE está simulando uma reinicializaçãoPor favor aguarde enquanto $SOFTNAME é instalado...Por favor, aguarde enquanto $TITLE é instalado.Por favor, aguarde enquanto Desura está sendo baixado...Por favor aguarde enquanto a Steam é baixada.Por favor aguarde enquanto o logo do PlayOnLinux é criado...Por favor aguarde enquanto a unidade virtual está sendo criada...Por favor aguarde enquanto seu vídeo está sendo codificado...Por favor, aguarde...Gerenciador de PluginPluginsPressione +F8 para iniciar ou finalizar a capturaPressione +F8 para finalizar a capturaPressione Prosseguir então clique na janela\nvocê quer capturar.\nCaptura irá inciar automaticamente depois de 5 segundos.\nSomente vídeo será capturado.Clique em próximo somente quando o processo de instalação estiver terminadoEndereço do proxyConfiguração de proxyLogin proxySenha do proxyPorta do proxyLer arquivo TRANSLATORSLer um CD-ROM de PCLer um CD-ROM para PC's.Ler o manualLendo seu dispositivoAtualizarAtualizando {0}RegistrarEditor de registroRemoverRemover Game For Windows Live...Renderizar modo de bloqueio do destinoReparar drive virtualRelatar um problema (bug)Relatar um problemaInformar um problema sobre {0}Tentar novamente?ExecutarExecutar $TITLE no modo seguro?Executar \$TITLE?Rodar um arquivo .exe em um drive virtualExecutar um script localExecutar o assistente de configuraçãoExecute um dos seus scripts pessoaisExecutar os programas do Windows em Executando...SalvarVarrendo a unidade virtual ...Scriptors ProcurarSelecione um DLC para instalarSelecione uma categoria para o seu programaSelecione outro arquivoSelecione o arquivo ZIP baixado aquiSelecione o primeiro patch para executarSelecione o patch a ser executadoSelecione o segundo patch (1.5) para executarSelecione o segundo patch para executarEnviarEnvie-nos um roteiro de trabalho gerado pela instalação manualDefinir um proxyDefinir o íconeConfigurando arquivos de programas varConfiguraçõesExibir unidades virtuaisSimular reincialização do WindowsÍcones pequenosDesculpe o serviço de mensagens {0} não está disponível nesse momento. Por favor tente novamente mais tardeDesculpe, $APPLICATION_TITLE $VERSION é muito antigo para continuar.\n$APPLICATION_TITLE $NEEDED é necessário.Desculpe, esta pessoa não quer receber mensagens privadasPor favor , nos precisamos da descrição detalhada.EspanholEspanhol (somente texto)Standard EditionSteam tem o seu próprio sistema de atualização automáticoSteam tem o seu próprio sistema de atualização automático.Steam está prestes a fazer uma atualização.\nQuando a Steam terminar de atualizar e mostrar a tela de login, logue e deixe $TITLE instalar.\n\nQuando a instalação terminar, clique em PróximoSteam está prestes a fazer uma atualização.\nQuando a Steam terminar de atualizar e mostrar a tela de login, logue e deixe $TITLE instalar.\n\nQuando a instalação terminar, clique em Próximo (Não feche a Steam)Steam está instalando $TITLEBTS, clique em Próximo quando a instalaçao terminarSteam está instalando $TITLECOL, por favor feche a Steam corretamente quando a instalação terminar (confirme que a Steam não está aberta na bandeja do sistema) e então clique em Próximo para que o script da instalação possa continuar.Steam está instalando $TITLEW, clique em Próximo quando a instalação terminarControlar ordenação de desenhoGerenciador de tarefasTestandoObrigado! \n\n Sua mensagem sera enviada.\n\n Nos faremos o melhor e reponderemos por e-mail logo.A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se você o deseja rodando corretamente com $APPLICATION_TITLEO PlayOnLinux não está disponivel.O download parece ter falhado.O arquivo possui o nome: {0}O seguinte arquivo está localizado em um arquivo de sistemas FAT32.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte arquivo está localizado em um sistema de arquivos NTFS.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte arquivo está localizado em um sistema de arquivos FUSE.\nIsso pode impedir que o Wine funcione\n\n$FilePathO seguinte arquivo está localizado em um sistema de arquivos montado como noexec.\nIsso pode impedir que o Wine funcione\n\n$FilePathAs seguintes pessoas contribuíram para esse programa: O atalho foi colocado em sua área de trabalhoO drive virtual relacionado com {0} ({1}) não existe mais.Não há nada instalado para abrir arquivos .{0}Este complemento instala automaticamente o patch 1.3.5511Este complemento instala automaticamente o patch 2.5.26461Esse complemento automaticamente atualiza o jogo para versão 1.03Este arquivo: A função está desabilitada no ambiente PlayOnLinux.Este script de instalação requer ffmpegA instalação do programa é fornecida por: Esse é o instalador de uma atualização ou um complemento;\nPor favor, instale $TITLE_REQUIRED primeiroEsse é o instalador de uma atualização;\nPor favor, instale $TITLE_REQUIRED primeiroEsta é a lista dos scripts que você enviou para nós. Você pode executar um delesEste pacote não funciona em uma instalação de 64 bitsEste pacote não funciona com wine 1.3.18 ou inferiorEste pacote não funciona com wine 1.3.22 ou inferiorEste pacote falha ao instalar com wine 1.5.21 ou superiorEste plugin irá permitir que você capture seus aplicativos através do PlayOnLinuxEste programa está atualmente em teste. Ele pode não funcionar como esperado. Seu feedback, positivo ou negativo, é especialmente importante para melhorar este instalador.Este programa foi criado por: Essa ferramenta vai ajudar o seu Mac a ler a a parte do CD-ROM que foi especialmente desenvolvidas para PC's.\n\nUse essa ferramenta APENAS se o seu CD-ROM for híbrido (Compatível com Windows e MacOS), e se você não puder ver a parte feita para o Windows no seu Mac.Estas ferramentas permitirão que você possa nos ajudar:Esta unidade virtual está protegidaEste assistente irá ajudá-lo a instalar Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLEEste assistente irá ajudá-lo a instalar o Wine: Este assistente te ajuda a reportar bugs sobre um programa oficial suportado.Este assistente irá ajudá-lo a executar um script não oficial de $APPLICATION_TITLE.Este assistente irá ajudá-lo a desinstalar: Para garantir que seus jogos sejam compatíveis, PlayOnMac precisa instalar XQuartzPara instalar o pacote de idiomas mais tarde, abra o painel de configurações do jogo para executar o instalador no disco virtual (aba Misc)FerramentasTransferindo os arquivos do Disco 1Transferindo os arquivos do Disco 2Traduções:Versão britânicaVersão americana ou canadenseUsuários de Ubuntu precisam adicionar o repositório MEDIBUNTU\npara esse formato de conversão funcionar corretamente.Incapaz de encontrar o arquivo: Incapaz de encontrar a versão: Incapaz de instalar XQuartz! Você deve instalá-lo para melhorar a compatibilidade de jogos.Sem modificaçõesDesinstalarDesinstalando...Atualizar GITAtualizar wineprefixAtualizando $APPLICATION_TITLE a partir de GIT...Atualizando $TITLEAtualizando plug-in. Anterior: Uso: Usar plug-in de configuração avançada do WineUsar CD-ROM(s)Usar DVD-ROM(s)Use a versão Desura Store demoUse a versão Desura StoreUse a versão Origin Store demoUse a versão Origin StoreUsar configurador do PlayOnLinux paraUsar a versão demo da loja SteamUsar a versão da loja SteamUsar WineTricksUsar um arquivo de configuração no meu computadorUsar outra versão do WineVCRun2008 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito antiga. Por favor, atualize.VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito antiga. Por favor, atualize.Ícones muito grandesPlaca de vídeo não tem memória suficienteTamanho da memória de vídeoDisco virtualCriador de unidade virtualDrives virtuaisQualidade visualWASD (Qwerty)Aguarde enquanto a instalação está sendo preparada...Aguarde enquanto o pacote de idioma é configurado...Aguarde enquanto a instalação é preparada...Aguarde enquanto o patch está sendo baixado...\nEssa operação pode levar tempo, dependendo de sua conexão.Aguardando o assistente de primeira execução para finalizarAviso !!\n\nA assinatura do script que você está tentando executar NÃO é válida\n\n$APPLICATION_TITLE não aprovou esse script e não será responsável por ele.\nPor favor, certifique-se de saber o que você está fazendo !Aviso !!\n\nA assinatura do script que você está tentando executar NÃO é válida\n\nPlayOnLinux não aprovou esse script e não será responsável por ele.\nPor favor, certifique-se de saber o que você está fazendo !Aviso: Esta ferramenta é para usuários avançados. Para desinstalar um programa de forma limpa com {0}, você deve apagar o drive virtual associadoAviso: Para a forma correta de codificação de vídeo,\na resolução PRECISA ser múltiplo de 16Aviso: Você está executando $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED é recomendado para continuar.Nós detectamos que o programa que deseja instalar é:Nós vamos lhe fazer algumas perguntas, por favor, seja tão preciso quanto possívelBem-vindo à Configuração Avançada do Wine, um sistema de otimização para Wine criado por GNU_Raziel. Se você não sabe o que escolher, DEIXE COMO ESTÁBem vindo ao Detour, um plugin que permite que você crie atalhos pós instalação.Bem-vindo ao patch $PVERSION Instalador do $TITLEBem vindo à instalação do patch $PVERSION de $TITLEBem-vindo ao patch $PVERSION Instalador do $TITLE_REQUIREDBem vindo ao assistente de instalação de $APPLICATION_TITLEBem vindo ao assistente do $APPLICATION_TITLE.\nEle vai ajudar você a instalar o $file no seu computador.\n\nTenha cuidado! Este programa não é suportado oficialmente por $APPLICATION_TITLE.\nPortanto, ele pode não funcionar como esperadoBem vindo ao assistente para instalação manual de $APPLICATION_TITLE. \n\nEste script irá ajudá-lo a instalar qualquer programa em $APPLICATION e usá-lo com todas as ferramentas\n\nAviso: Nós somos incapazes de garantir que sua aplicação vai funcionar perfeitamente.Bem-vindo ao criador de unidade virtual de $APPLICATION_TITLE.\n\nEsta ferramenta irá ajudá-lo a fazer uma nova unidade virtualO que você deseja fazer?Quais atalhos extras deverão ser criados?Qual recurso do programa não funciona?\nSe tudo funcionar, por favor, mencione-oQual é o editor do seu programa?Qual é o website do editor do seu programa?Qual é a extensão?Qual o nome do seu programa?Qual o título do seu programa?Qual o seu idioma preferido?Que tipo de problema você teve ?Que tipo de unidade virtual você deseja criarO que você gostaria de fazer antes da instalação?O que você gostaria de fazer?Quando o download de $TITLE pela Steam terminar,\nNÃO clique em Jogar.\n\nFeche COMPLETAMENTE a interface da Steam, \npara que o script da instalação possa continuar.Quando o download de $TITLE pela Steam terminar,\nNÃO clique em Jogar.\n\nFeche COMPLETAMENTE a interface da Steam, \npara que o script da instalação possa continuar.Quando o download de $TITLE pela Steam terminar,\nNÃO clique em Jogar.\n\nFeche COMPLETAMENTE a interface da Steam, \npara que o script da instalação possa continuar.Quando o setup do jogo pedir o próximo DVD\nclique em \"Forward\"Quando {0} instala um programa Windows: - Permanecer com a localização padrão - Não marcar a caixa de seleção 'Rodar o programa' se solicitado.OndeOnde o CD-ROM está montado?Em qual aplicação você gostaria de efetuar a modificação?Qual edição você tem?Qual versão do idioma você deseja instalar?Que tipo de ativação?Qual versão você tem?Qual versão você quer instalar?Qual versão do Wine você gostaria de usar?Reinicialização do WindowsWine parece ter deixado de funcionar\n\nSe seu programa está sendo executado, apenas ignore esta mensagemDesinstalador do WineVersão do WineVersões do WineEscreva qualquer alteração feita à configuração do wine aqui:XQuartz $XQUARTZ_VERSION foi instalado em seu computador.XQuartz foi instalado.SimVocê está conectado ao $APPLICATION_TITLE conectado como $POL_LOGINVocê está tentando abrir um projeto de script para {0}! Pode não funcionar como esperadoVocê pode fazer o download do arquivo de instalação do $TITLE aqui:Você pode baixar o arquivo em:Você não pode fechar esta janelaVocê não selecionou um jogoVocê não parece ter qualquer script pessoalVocê não precisa instalar Directx ou usar GLSetup.Você foi desconectado com sucesso de $APPLICATION_TITLE\nVocê pode fechar essa janela com segurançaVocê deve ser capaz de executar esse programa!Você precisa escolher uma captura para converterVocê precisa escolher uma captura para lerVocê deve selecionar um arquivo!Você precisar escolher um jogo para alterarVocê deve desativar proteções anti-pirataria desse jogo\nse você quiser jogá-lo com wineVocê deve desativar proteções anti-pirataria desse jogo\nse você quiser jogá-lo com wineVocê deve reiniciar {0} para que as alterações tenham efeito.Você precisa instalar para continuarVocê precisa instalar para usar {0}Você quer abrir a página de download do $TITLE em seu navegador?Sua versão do $APPLICATION_TITLE não está atualizada.\nVocê deve atualizar o $APPLICATION_TITLE antes de enviar um relatório de bugs.\nObrigadoSeu navegador irá abrir, por favor baixe e descompacte o patchSeu sistema de arquivos previne {0} de rodarem corretamente. Por favor abra o {0} em um terminal para obter mais detalhesSua placa de vídeo não tem memória suficiente!\nPode evitar que o jogo funcioneZQSD (Azerty)\n Por favor tenha certeza que você está conectado na internet.glxinfo não está instalado. Por favor, instale o pacote mesa-utilsnão é uma extensão de íconedeno ambiente $APPLICATION_TITLE.diretório temp não encontrado{0} Assistenteconfiguração {0}{0} consoledepurador {0}{0} erro{0} menu de instalação{0} não consegue iniciar POL_SetupWindow_server.{0} não é para ser executado como root. Desculpe{0} é incapaz de encontrar as bibliotecas OpenGL 32bits. Você pode ter problemas com seus jogos{0} é incapaz de encontrar as bibliotecas OpenGL 64bits. Você pode ter problemas com seus jogos{0} mensageiro{0} configurações{0} o website está indisponível. Por favor, verifique a sua conexão{0} gerenciador de versões wineplayonlinux/lang/locale/ro/000077500000000000000000000000001226051336100162375ustar00rootroot00000000000000playonlinux/lang/locale/ro/LC_MESSAGES/000077500000000000000000000000001226051336100200245ustar00rootroot00000000000000playonlinux/lang/locale/ro/LC_MESSAGES/pol.mo000066400000000000000000001363211226051336100211610ustar00rootroot00000000000000,<H(I(X(m(((#(#(())+)J)i)*))X)***0l+5+++4+94,*n,$,,,;,I-f- y- ---!--'-..",.&O.v.6|./.).% /33/!g/"/M/ /00,040N0a0L|0g0#11RU11}1-242M2d2z2222 2 23 .3<3X30h3333.334$I4&n4 4444445 5 5%545*<5 g5u5 555555#5N!6Yp6Y6$7+7 C7O7d7 l7w7C7%7(785(8^8Wu8$88 99&999&M9 t9~999*99B9*:I:f:!m:%:::#:*:; -;O:;(;;;;; ;<<.<4<<<6E<7|<.<><"=%*= P="q===b= >->>>>(>?-?=?M?d?{??????B?9@H@b@q@(y@ @@@@@@ @+A.AAAVA jA wAA AA A A-AAAB BBB4 BUB&mB BBBQB C C 9CZCmCCCC'CC C CD D:DZD*vDDDD(D'EFE#^EE+E)E"E$F@F0_F3F:FYFEYGEGEGE+HEqH-HCH2)I\ItII2II7I$&JKJdJ&J#J$J]J6MK4K>KCK;QKQeQnQQ QcQ< R&GRnR RRhRyS'{S"SSeSdDT2T,T2 UB-DŽل' )@X_g:p:&= K&Y  Іچ!Z|  39JȈ2C]vA%ԉ ( = KVt3!& 9 GQck <ߋ E!T1vÌO܌,>^~&Ѝ2 1 =GN=k 2ʎ$*(O-xڏ,-!Oo /-@cOYX XfXX;qV<A R_={!7۔(<S/s.2ҕg=m<@P)?z3.08N-Ęܘ6,GEݙ #0 B O ]"hȚ   *5Qh!|0؛#)!>` u )Ӝ BUgy% ޝlIY4؞ pts)"5nUmĠ62$i-3.;/-kU=-*%"P,sF/XNp0W H Ty_٦m +ק$ (/2b}% ' ,)&V}3" !&6]u17ܪ/DݬW}hխA>FǮWq>ɯ>G .9Uв#&)Jt!!̳*0D\ 6&-]O  =#9a<Y'Nv-c' 0H-y *ȸB,6.cK?2ݺ  $ 4 AL3c*i»j, q#HM)J u;k`.`7z UvK$+(6HgM_3D)974:xj!Y$-A Z[B,=FQ( eBwa]5ft>4|_dl}z5bk1r{8X~tUhor'!.LO2~ 6:# R]pl>K0?@L%PjOg{[NEyxmE9C/J^/i-wnDWRG;0%sVa Yfys*3?S'\"qvSo1 b@Pi"Wd|< c<Cn*& Xp= VT,+mFe^Q\2A NTIhu8&GcZ}I Choose a file Extract the package Install the package Show this message does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsAssigned programAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBegin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?BrowseBy enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Wine...Extracting: Failed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!GLSL SupportGame is not installedGame is not installed.GamesGeneralGraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listInstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetIt appears it is the first time you are using $APPLICATION_TITLE.Join a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Large iconsLeaveLocate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the game media into your disk drive.Please make your choicePlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the install file to run.Please select the setup file to runPlease select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockRepair virtual driveReport a bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect a category for your programSelect another fileSelect patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, this person does not want to receive private messagesSorry, we need a detailed description.Strict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis plugin wil allow you to capture you applications under PlayOnLinuxThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWait while the installation is prepared...Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour video card does not have enough memory!\nIt might prevent the game from working\nPlease make sure you are connected to the Internet.is not an icon extensionofon the $APPLICATION_TITLE environment.{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:05+0000 Last-Translator: Aymeric PETIT Language-Team: Romanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Alege un fișier Extrage pachetul Instalează pachetul Arată acest mesaj nu există! a fost dezinstalat cu succes. nu este un pachet valabil PlayOnLinux! pe computerul dumneavoastră. sau se va instala în: $APPLICATION_TITLE configuratorul aplicațieiDezinstalatorul $APPLICATION_TITLEAutto actualizare $APPLICATION_TITLEdebugger-ul $APPLICATION_TITLE este pornit...Prima folosire a $APPLICATION_TITLE$APPLICATION_TITLE deja rulează acest program.\nDoriți păstrarea vechilor setări?$APPLICATION_TITLE a întâmpinat o eroare fatală. $APPLICATION_TITLE va opri procesul de instalare.\nVizitați www.$POL_DNS pentru a obține informații viitoare$APPLICATION_TITLE a întâmpinat o eroare. Dacă programul nu lucrează corect, ar putea fi cauza problemei.\nVizitați www.$POL_DNS pentru a obține informații viitoare$APPLICATION_TITLE vă analizează aplicația$APPLICATION_TITLE își va termina pregătirea$APPLICATION_TITLE instalează $PRGM_NAME$APPLICATION_TITLE vă instalează aplicația...$APPLICATION_TITLE crează un hard drive virtual windows$APPLICATION_TITLE vă rulează programulManagerul de pachet $APPLICATION_TITLE: Profil $AUTHOR$PACKAGE a crăpat.$PACKAGE a crăpat.\nApăsați pe legătura de depanare pentru a obține mai multe detalii.7z nu este instalat,verificați dacă aveți 7zip instalat și încercați din nouAbandonează instalareaDespre {0}AccesoriiActivați suportul GLSL?Activați suportul Multisampling?Activați depășirea devierii mausului?AdaugăSe adaugă logoul PlayOnLinux la fișierul video?ToateEste deja actualizat.A intervenit o eroare în timpul descărcării.O versiune actualizată {0} este disponibilăAplicăSunteți sigur că doriți să instalați (0) pachetul?Sunteți sigur că doriți să închideți toate (0) ferestrele?Sigur doriți ștergerea wine (0)?Sigur doriți să ștergeți (0)?Sigur doriți să ștergeți driverul virtual (0) ?Sunteți sigur că doriți ștergerea: Sunteți sigur că doriți instalarea: Sunteți sigur că doriți să închideți toate aplicațiile active $APPLICATION_TITLE?ArgumenteProgram atribuitInstalare automatăAutorunVersiuni disponibile de Wine: Extensie fișier greșităFiți atent! Dacă schimbați Fiși atent! Instalând una dintre aceste componente poate distruge discul virtual.Fiți atent! Acesta va omorâ procesul instalării.Dacă nu este finalizat, va trebui să reinstalați $SOFTNAMESe începe captura unei aplicațiiNu s-au găsit fișierele binare: $BINARY\nAți instalat programul la locația implicită?NavigheazăActivând asta, veți avea acces la testarea instalerelor. {0} nu poate asigura că aplicația va lucra fără problemeAnuleazăScurtătura nu poate fi găsităCaptură în curs...Meniu captură (OpenGL)Meniu captură (fără OpenGL)Captura va începe...Schimbați iconițaSe verifică modulul: Alegeți modul de randare DirectDraw?Alegeți modul de randare Offscreen?Alegeți modul de randare Target Lock?Alegeți un jocAlegeți un pachet pentru instalatAlegeți un modulAlegeți un script valabil $APPLICATION_TITLE de rulat.Alegeți o acțiune de executatAlegeți o aplicațieSelectați o opțiune pentru modificareAlegeți fișierul corespunzător programului.Alegeți fișierul de jurnal corespunzător softului.Alegeți numele driverului virtualAlegeţi formatul video pentru conversieSe șterge...Apăsați Următorul ca să continuați.Apăsați Următorul pentru pornireÎnchideÎnchide-ti tot {0} software-ulÎnchide această aplicațieCommand promptComercialConfigureazăConfigurare WineConectareConectați-vă la $APPLICATION_TITLE contSe conectează...Conversie realizatăSe convertește un fișier capturat la videoSe copiază ${filename}Se copiază unitatea virtualăCrează o scurtăturăSe crează scurtătura...DepaneazăConfigurarea inițială a unității virtualeDefiniți opţiunile de codare \n (lăsați-le implicite dacă nu știți ce să faceți)Definiți opţiunile de codare pentru pasul 1 \n (lăsați-le implicite dacă nu știți ce să faceți)Definiți opţiunile de codare pentru pasul 2 \n (lăsați-le implicite dacă nu știți ce să faceți)ȘtergeDezvoltator și sait web: DezvoltareRandare Direct DrawDezactivatDeconectareAfișeazăDoriți ca $APPLICATION_TITLE să vă fie instalat automat?Doriți să navigați website-ul $TITLE?Doriți ștergerea driver-ului virtual:Doriți să reâncercați?Doriți să actualizați și să reporniți $APPLICATION_TITLE?Vă rulează programul?Nu uitați să mergeți la meniul de unelte PlayOnMac -> Citește un PC CD-Rom înainte să rulați joculPentru moment nu instalați XQuartzNu alătura nici un fișier de jurnalDonațieDescărcați programulSe descarcă Wine: Se descarcă XQuartzEditați sau actualizați o aplicație existentăEducaţieScoate un PC CD-ROMActiveazăBucurați-vă folosind $APPLICATION_TITLEȘterge (se va pierde conținutul discului virtual)EroareEroare ! Fișierele nu se potrivesc\n\nLocal: $LOCAL_MD5\nServer : $SERVER_MD5Eroare în timpul instalării arhiveiEroare la instalarea fonturilorEroare!Eroare: Incapabil să găsesc CD-ROM-ul!Eroare: Nu se poate rezerva un port validIeşireLibrărie externăDimensiunea fișierului extras nu se potrivește!Se extrage ${filename} din ${archivename}Se extrage Wine...Se extrage: Eșuare la conectare!\nAsigurați-vă că numele de logare și parola sunt valide.Eșuare la localizarea ${dest} din ${archive}FișierFișiere asociateFișierul nu a fost găsit!Mărimea fișierului nu se potrivește!Suport GLSLJocul nu este instalatJocul nu este instalat.JocuriGeneralGraficăIată codul sursă al scriptului.Verificați-l cu atențieIată codul sursă al scriptului.Verificați-l cu atențieCâtă memorie vă are placa grafică?Oricum, nu va fi activată până la repornirea computerului.Sunt de acordNu doresc să fac o altă scurtăturăAm o problemă cu un softAm descărcat fișierele însumiSelectarea iconițeiIconițe:Dacă închideți această fereastră, nu mai puteți citi răspunsurile viitoare.Sunteți sigur că doriți să o închideți?Dacă nu știți,deselectați totDacă ați instalat cu succes un program cu 'Instalare un ne listat\nsoftware' buton,asta vă permite să-l adăugați în lista noastrăInstaleazăInstalează un program ne-listatInstalează un programSe instalează un program într-o nouă unitate virtualăInstalare componenteInstalarea este terminatăInstalare scripturiSe instalează câteva librăriInstalarea s-a terminat.Se instalează...Versiunile instalate de Wine: Module instalateSe instalează XQuartz...Se instalează modulul: InternetSe pare că este prima dată când folosiți $APPLICATION_TITLE.Alătură un canalSe omoară toate prefixele proceselorOmoară proceseleKillAppSe omoară programele din discul virtualIconițe mariPărăsireGăsiți acest fișier jurnalAutentificare: DelogareCaut CD-ROM-uri rulabileMB descărcațiFaceți o nouă scurtătură acestui driver virtualSe crează scurtătura...Administrează versiunile de WineInstalare manualăIconițe mediMessengerFonturi MicrosoftDiverseSuprascrie devierea mouse-luiMultimediaMultisamplingPoate că problema se referă la $APPLICATION_TITLE însușiNumeNouNou: UrmătoareaNuFără descriereNu este spațiu suficient pentru a descărca:\n$URL ($neededSpace KB)Nu s-a găsit manualul pentru {0}Nu s-a găsit locul configurării în autorun.infNu este nevoie de cdBirouMod de randare offscreenLipsesc unul sau mai multe programe.Instalați-le și rulați scriptul din nou.Deschide un shellDeschide directorul programuluiDeschide directorul aplicațieiDeschide directorulDeschide directorul driverului virtualOperaţiune efectuatăOptimizare efectuatăAlteleSuprascrie (lucrează de obicei, fără garanție)Lector PC CD-ROMPackageri: Parolă: PeticeSe redă un fișier capturatEchipa PlayOnLinux și PlayOnMac Sub licență GPL versiune 3Managerul de pachete PlayOnLinuxPlayOnMac necesită instalarea XQuartz să lucrezeCitiți asta cu atenție.Alegeți un CD-ROMAlegeți un CD-ROM pentru a-l scoateAlegeți de redat o captură fișier PIDAlegeți un fișier capturat pentru conversieAlegeți un programAlegeți un soft de împachetatAlegeți un soft de rulatAlegeți o cale să vă instalați programulAlegeți redarea unui fişier de captură OGVAlegeți o acțiune de efectuatAlegeți o metodă de instalareDescărcați XQuartz pentru mineAsigurațivă ca sunteți conectat la internet.Explicați problema clar (numai în englază)Expuneți o descriere foarte scurtă (tilul, numai în engleză)Vă rugăm să ne oferiți cât de multe detalii puteți, altfel, va fi foarte greu să vă ajutămIntroduce-ți suportul media 1 al jocului în unitatea disk\ndacă nu ați făcut-o deja.Introduceți suportul media 2 al jocului în unitatea disk\ndacă nu ați făcut-o deja.introduceți suportul media 3 al jocului în unitatea disk\ndacă nu ați făcut-o deja.Introduceți suportul media 4 al jocului în unitatea disk\ndacă nu ați făcut-o deja.Introduceți suportul media 5 al jocului în unitatea disk\ndacă nu ați făcut-o deja.Introduceți suportul media al jocului în unitatea opticăIntroduceți suportul media al jocului în unitatea disk\ndacă nu ați făcut-o deja.Introduceți suportul media al jocului în unitatea de disc.Faceți alegereaCitiți astaCitiți aceasta cu atențieVă rog să reporniți computerul acum, și rulați PlayOnMacSelectați un fișier de depanareSelectați un program sau un disc virtual de configuratSelectați un program pentru dezinstalatSelectați un program.Selectați un fișier iconițăSelectați fișierul de instalare pentru rulat.Alegeți fișierul de configurare pentru rulatSelectați fișierul de configurare pentru rulare:Tastați un nume pentru unitatea virtuală a aplicației.\nAcest nume nu trebuie să conțină spații.Așteptați până ce $APPLICATION_TITLE copiază fișierele:Așteptați până când $APPLICATION_TITLE este descărcat:Așteptați în timp ce $APPLICATION_TITLE scanează hardware-ulAșteptați în timp ce $APPLICATION_TITLE simulează o repornire a Windows-uluiAșteptați până ce $APPLICATION_TITLE simulează o repornireAșteptați până când $SOFTNAME este instalat...Așteptați până când $TITLE este instalat.Așteptați până este creat logoul PlayOnLinuxAșteptați până când driverul virtual va fi creat...Așteptați până când video va fi codat...Așteptați...Administrator de moduleModuleApăsaţi + F8 pentru a porni sau opri capturaApăsaţi + F8 pentru a opri capturaApăsaţi Înainte apoi apăsați pe fereastra\ncare doriţi să o capturați.\nCaptura va porni automat după 5 secunde.\nDoar video va fi capturat.Apăsați următorul numai după ce s-a terminat procesul instalăriiAdresa proxyConfigurare proxyLogare proxyParolă proxyPort proxyCitește fișierul TRADUCĂTORILORCitește un PC CD-ROMCitește un PC CD-RomCitiți manualulSe citește dispozitivulReîncărcareSe reâmprospătează {0}ÎnregistrareEroare de RegistryEliminaţiBlocare randare mod țintăRepară discul virtualRaportaţi o eroareRaportați o problemă despre {0}RuleazăRulați un fișier .exe în acest driver virtualRuleaza un script localRulează vrăjitorul de configurareRulați unul dintre scripturile personaleRulați-vă programul Windows pe În desfășurare...Se scanează driverul virtual...Scripterti: CautaSelectați-vă o categorie pentru programSelectați alt fișierSelectați pachetul de executatTrimiteTrimiteți-ne un script funcțional generat de instalarea manualăSetează un proxySetează iconițaSe setează Program Files varSetăriArată driverii virtualiSe simulează repornirea Windows-uluiIconițe miciRegret,$APPLICATION_TITLE $VERSION este foarte vechi să continui.\n$APPLICATION_TITLE $NEEDED este necesar.Regretăm, această persoană nu dorește să primească mesaje personaleNe pare rău, avem nevoie de o descriere detaliată.Strict Draw OrderingTask managerTestareMulțumesc!\n\nRaportul v-a fost trimis.\n\nVom face tot ce putem să vă răspundem foarte curând prin poștăVersiune CD-ROM este veche. Nu uitați să actualizați $TITLE dacă doriți să ruleze corect cu $APPLICATION_TITLEWebsite-ul PlayOnLinux este indisponibil.Descărcarea se pare că a eșuat.Acest fișier este denumit: {0}Fișierul următor este situat pe un sistem de fișiere FAT32.\nPoate împiedica Wine să lucreze\n\n$FilePathFișierul următor este situat pe un sistem de fișiere NTFS.\nPoate împiedica Wine să lucreze\n\n$FilePathUrmătoarele persoane au contribuit la acest program: Scurtătura a fost plasată pe birouȚinta discul virtual $PREFNAME există deja:Discul virtual asociat cu {0} ({1}) nu mai există.Nu este nimic instalat de rulat. {0} fișiere.Acest fișier: Această funcție este dezactivată în mediul PlayOnLinux.Acest program de instalare este furnizat de: Aceasta este lista scripturilor pe care ni-leați trimis.Puteți rula unul dintre eleAcest modul vă permite captura aplicaţiilor din PlayOnLinuxAcest program este actualmente în testări. Este posibil să nu lucreze după așteptări. Sugestiile dumneavoastră, pozitive sau negative, sunt de o importanță specială pentru a îmbunătăți acest instaler.Acest program a fost creat de: Aceste unelte vă permite să ne ajutați:Acest driver virtual este protejatAcest vrăjitor vă va ajuta să instalați Acest vrăjitor vă va ajuta să pregătiți mediul $APPLICATION_TITLEAcest vrăjitor vă ajută la instalarea Wine: Acest vrăjitor vă va ajuta să raportați o eroare despre un program suportat oficial.Acest vrăjitor vă ajută să rulați un neoficial $APPLICATION_TITLE script.Acest vrăjitor vă va ajuta să dezinstalați: Ca să vă asigurați că jocul este compatibil,PlayOnMac trebuie să instaleze XQuartzInstrumenteTraduceri:Utilizatorii Ubuntu trebuie să adauge depozitele MEDIBUNTU\npentru ca acest format de conversie să funcţioneze corect.Incapabil de găsit fișierul: Incapabil să aflu versiunea: Incapabil de instalat XQuartz!Trebuie să-l instalați pentru îmbunătățirea compatibilității jocurilor.DezinstalareSe dezinstalează...Actualizare GITSe actualizează prefixul wineActualizare $APPLICATION_TITLE de la GIT...Se actualizează modulul.Precedent: Folosit: Folosiți modulul de configurare avansată WineFolosiți CD-ROM-ul(urile)Folosiți DVD-ROM-ul(urile)Folosiți versiunea demo Desura StoreFolosiți versiunea Desura StoreFolosiți versiunea demo a Origin StoreFolosiți versiunea Origin StoreUtilizați configuratorul PlayOnLinux pentruFolosiți versiunea demo a Steam StoreFolosiți versiunea Steam StoreFolosiți WineTricksFolosiți un fișier de configurare în my computerFolosiți o altă versiune de WineAbandonat de utilizatorIconițe foarte mariPlaca video nu are memorie suficientăMărimea memoriei videoDriver virtualCreator disc virtualDiscuri virtualeATENȚIE. Utilizați întâi POL_SetupWindow_InitAșteptați până când instalarea este pregătită...Se așteaptă ca primul asistent să se termineAtenție!!\n\nSemnătura scriptului care încercați să-l rulați nu este valabilă\n\n$APPLICATION_TITLE nu a aprobat acest script și nu va fi responsabil pentru el.\nAsigurațivă că știți ce faceți!Atenție!!\n\nSemnnătura scriptului care încercați sî-l rulațiNU este valabilă\n\nPlayOnLinux nu a aprobat acest script și nu va fi responsabil pentru el.\nAsigurațivă că știți ce faceți!Atenție: Această unealtă este pentru utilizatorii avansați. Pentru a dezinstala complet un program cu {0}, va trebui să ștergeți discul virtual asociatAtenţie: Pentru o codare video corectă,\nrezoluția TREBUIE să fie un multiplu de 16Atenție: Rulați $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED este recomandat să continui.S-a detectat că programul pe care doriți să-l instalați este:Vă vom întreba câteva întrebări,fiți cât de clar este\nposibilBun venit în meniul configurărilor avansate Wine, un sistem optimizat pentru Wine creat de GNU_Raziel. Dacă nu ştiți ce să alegeți, lăsați setările implicite.Bun venit în Detour, un modul care vă permite crearea scurtăturilor după instalare.Bine ați venit la pachetul $PVERSION instalerul pentru $TITLEBine ați venit la vrăjitorul instalării $APPLICATION_TITLE.Bine ați venit la asistentul $APPLICATION_TITLE.\nvă va ajuta să instalați $file pe computer.\n\nFiți atent!Acest program nu este suportat oficial de $APPLICATION_TITLE.\nașadar, s-ar putea să nu lucreze cum vă așteptațiBine ați venit la $APPLICATION_TITLE vrăjitorul de instalare manuală.\n\nAcest script vă permite să instalați orice program în $APPLICATION și să-l folosiți cu toate uneltele\n\nAtenție:Nu sunte capabili să garantăm că aplicația va funcționa perfect.Bine ați venit la $APPLICATION_TITLE creatorul de disc virtual.\n\nAceastă unealtă vă va ajuta să faceți un nou disc virtualCe doriți să fac?Ce propietate aprogramului nu vă lucrează?\ndacă totul lucrează,menționați astaCare vă este editorul programului?Care vă este editorul web al programuluiCare este extensia?Care vă este numele programului?Care vă este titlul programului?Ce fel de problemă aveți?Ce tip de disc virtual doriți să creațiCe v-ar place să faceți înaintea instalării?Ce doriţi să faceţi?După ce $TITLE se descarcă prin Steam,\nNU apăsaţi pe Play.\n\nÎnchideţi COMPLET interfaţa Steam, \npentru ca instalarea scriptului să poată continua.Unde esteUnde vă este montat CD-ROM-ul?Cărei aplicaţii doriţi să-i aplicaţi modificarea?Ce versiune de Wine v-ar place să folosiți?Repornește Windows-ulWine pare a fi prăbușit\n\nDacă programul vă rulează,ignorați acest mesajDezinstalatorul WineVersiune WineVersiuni WineScrieți aici orice schimbare ați făcut configurării wine:XQuartz $XQUARTZ_VERSION v-a fost instalată pe computer.XQuartz a fost instalat.DaSunteți conectat la $APPLICATION_TITLE online ca $POL_LOGINÎncercați să deschideți un script construit pentru (0)! Nu va lucra după așteptăriNu puteți închide această fereastrăNu ați selectat un jocSe pare că nu aveți nici un script personalVați delogat cu succes de la $APPLICATION_TITLE Online\nputeți închide în siguranță fereastraTrebuie să puteți rula acest program!Trebuie să alegeţi o captură pentru conversieTrebuie să alegeţi o captură pentru citireTrebuie să alegeți un fișier!Trebuie să selectați un joc de modificatTrebuie să reporniți {0} pentru ca modificările să aibe efect.Trebuie să îl instalați pentru a continuaTrebuie să îl instalați pentru a folosi {0}Versiune dumneavoastră de $APPLICATION_TITLE nu este actualizată.\nTrebuie să actualizați $APPLICATION_TITLE înainte să trimiteți un raport de eroare.\nVă mulțumimPlaca video nu are memorie suficientă!\npoate împiedica jocul să lucreze\nAsigurațivă că sunteți conectat la internet.nu este extensia unei iconițedinîn mediul $APPLICATION_TITLE{0} Vrăjitor{0} nu poate găsi {1}{0} configurare{0} terminal{0} eroare{0} meniu de instalare{0} nu poate să pornească POL_SetupWindow_server.{0} nu se pare că rulați ca root. Regret(0) este incapabil să găsească librăriile OpenGL la 32biți Puteți întâmpina o problemă cu jocul(0) este incapabil să găsească librăriile OpenGL la 64biți. Puteți întâmpina o problemă cu jocul{0} messenger{0} setări{0} administrator versiuni wineplayonlinux/lang/locale/ru/000077500000000000000000000000001226051336100162455ustar00rootroot00000000000000playonlinux/lang/locale/ru/LC_MESSAGES/000077500000000000000000000000001226051336100200325ustar00rootroot00000000000000playonlinux/lang/locale/ru/LC_MESSAGES/pol.mo000066400000000000000000003746771226051336100212110ustar00rootroot00000000000000%l1BBB%B:B MB'YBBB#B#BBCC-C0KC+|C#C(C(C&D)ED+oD"D!DDD*EJEXgEEXFG0G5G+&H4RH9H*H$H#I5IEI;WII_!J&JJAKmUKKPgL LIL M M *M6MMM!mMM'M`MNz NN"N&NNN6O/O)P%=P3cP!P"PMP *Q4QIQZQ,RRS S$S7SLRSgSTT#URU(V>VEV}^WWW1W.XEX[XuXXYX;X1YPYlY ~Y YY YY Z0ZKZgZ}Z.Z!ZZ3[$8[&][[ [[[q[7\=\T\k\*z\ \ \\\*\ \ ]] (]I]$^]]]6] ]^^,^ 2^>^W^h^^z^# _N0_Y_Y_3` :`G` _`k``` ``z`'-aCUa%a(a,aBb4Xc9c6cc5dJdWad$ddd3d1eAe`e$ueeeee eeiflffg&xgg ggggggg*hChBIhhh%hh!h%i=iBi#Si*wiii iiOi(9jbjgjyjjj2j jjkk0k6k>k Ek Sktk6}k7k.k>lZl%bll l"llpmmCmmm58n\nnbnV.oosopp\'q`q\q\BrPr4r%s!.sPsoswss(ssssttk0ttttttu.uLuiu!u!uuuuv,vFvWvpvvavv w'w=wBFww`xtxxxxx(xx xxx-y3yGyOyVy sy+yyyy y yz<z1Mz z z z-z0z2|a8|N|c|M}R}V}\}a}Kd}}4}L}A~&Y~(~ ~~~A~. ;'9@YQ  -Na'Tς $ /:B:W*rф('B#Z~"+)"$:_0~53:YT?̇? /LE|/ˆEE8E~Eĉ- C8@|@@@?712!6T8$Č%'>O2jSPBf(_z7$V{)/ِ: D&d:#Ƒ$$4]K6I4*>_C;+%J&p)(470W) ؕ9 ̖  ,×˗ڗ9-4T iv Ƙ%Ә %F dot "*@^$v< /8L dPpc)%<O&Ϝ)*$dOrKEI] ɠhѠ@:y{'w"%HɣedGdn2R0,2BA-ZM /[047 )95@o#*ԪUGU34ѫ47;Gs9&W~"%@H+PI(PIy[ðLl ?M 6A\XϳN 7 AK [fz'Ĵ& ,Jc"ڵ! =[H[&8 JXn.} &)* d6dddebʹ-FɻKK\KIuEmGs:NӿMj-'13@3t<2kJ'bS#+. E"f !0.,G}H;@>`i| ;16P%k,eR3 /5=Vr<vMe*'#,=0jd%$&!Km WXkW4" <6~F{lT/ 5;7U&X  09,,f[[ K Y8fO"k / <+(TpG 'F*Iq<A AN?B:4N3-S=9(w)>;qzG>48sNXAT6? 2$W*c`|Ckb~ )01?KqABxS AA"8d!A#E8<~\9?Rz ( )Is\7/&8@9z&h8%4 Qm|)(T*}/ S;JX!:@<A~5\8G%6S31%eQ;F`o:3 , #  U,     U 5 !P )r P $ Y "l : n ;9 u    $ # 6"!Y({T*6 C\o f9t1AG2wGOA2T 3av4 "AdZ}$937-k#K's>4?`t= F [ %k - i  )!u6!O!5!>2" q">"`" ##*#GN#4###$%$E$@$,%%5%[%.w%%t%0&$H&$m&%&&&&&<&7'vF'v'?4(|t((;)eA)E)K)9*+ 0+>++c,,-O.e/m/@0022334W45F(5Do55S5'6WC6)6%6%6F7&X77,V8.8)8(8*9A09Ar9@9@956:Fl:G:):%;;C;=;!;<;=<#Z<~<7= K=/l==Q=g=0g?#???#?@Y!@{@@ @@m@09A jA wA=AAXA 1B*RB}BBBBcBB;C ~CCC\CD}FGGHbI iI tI III Jk8JJN2KCKKKKL]LyLoLuLtMKNJO)SO}OZlPQuRR0R7RSA+S#mS)S SVSTTT T:THU1eUUOWHkWFWOWCKXNX9XQYOjYQYU ZCbZNZDZ0:[ak[m[;\\D]:^}L^}^LH__L'`t` aa9bQbc|c|#d|d|e3e<eK fYWfYfm gKyggg:-hLhh=h-hH!iqjiij'klxkmm>n{)oQo:o:2pJmpp]9q8qRqt#r^r_r_Ws4ssatlt\iuwu|>vrvU.wYwkwRJxQxHxh8y[y+y!)zKzQZzBz zo{j|%|| ||b|)O~y~.V_+8"$?;{ ?܁P6I2U3 =M?`+ ̃.׃=&D?kiB3XHBՅt+%!Ɔ5217dhfoyP:,Mz>K׊K#oi iswݎUu0uđݑus10"3$"hEOcj6rUiTibd[Ǡ\#jeQLepM#/qBVѤ`(`P;Цè#IJm7AԫhGǬ_O=nѯ@G+V+0>.o)3-]%?Nb.wJµ ;%ap~78'K`BKB;K~JʸA!WPy7ʹ<?8߻#<J\!bɼ ,A:R|-Ͻ׾e:{@Rd6ut?*\wJRgrUp0Kp<(&SO6G;~ 8/4D:yVH -T>R+CAJa);T+o?M )JE'9iKnM$rY[55F!|HB*>`VQ-C}q:QYXd>gh b+d8_,(4"#:Mbs>bn5P y&b`u:u]M,0&\}uxdJ2Lz .EqT9,/I.v*~"X-cTA|P Uqrfi(AV3<yF"nplfS@ORg$ ?#8-Yl':EaMJH[>e#= moAVW*>U7Q^ |?7wWX!i}\ij D {~[d@m+3 4`I1*Sc@%Q 4bEfLgG}jFqk~0B\y8Y;KT 67)R _h.)<yCD6h35eHbx/1_W 9F[_j{P; N+CL9]&+gY JZme>kBZ|!K MIH^U("vO% stCK Glzror$0stz Oc=<PD1 ,: -;xp{S2N!pna(G&? R#'N 5od2vXwa)/5s`k6$8%]hnwQ^'Vt4 B=Z Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn what directory do you want to download GOG files?Include:Insert address of license server!Insert port of license server!InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)Package installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease make your choicePlease read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegistering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Repair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:58+0000 Last-Translator: peregrine Language-Team: gnome-cyr@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Language: ru Выберите файл: Распаковать пакет Установить пакет Показывать это сообщение (из {2}) Лицензия переведена на ваш язык Оригинальная лицензия не существует! успешно удалена. не является корректным пакетом PlayOnLinux! на Ваш компьютер. или будет установлена в: Сейчас начнётся установка "Horse Armor Pack"...Сейчас начнётся установка "Knights of the Nine"..."Mehrunes Razor"...Сейчас начнётся установка "Orrery"...Сейчас начнётся установка "Spell Tomes"...Сейчас начнётся установка "Thieves Den"...Сейчас начнётся установка "Vile Lair"...Сейчас начнётся установка "Wizard Tower"...Настройка приложения $APPLICATION_TITLEУстановщик Gecko для $APPLICATION_TITLEУстановщик Mono для $APPLICATION_TITLEДеинсталлятор $APPLICATION_TITLEМастер автоматического обновления $APPLICATION_TITLE$APPLICATION_TITLE отладчик запускается...$APPLICATION_TITLE Первые шаги$APPLICATION_TITLE уже запускала эту программу.\nСохранить существующие настройки?$APPLICATION_TITLE обнаружила критическую ошибку. $APPLICATION_TITLE прервёт процесс установки.\nБолее подробную информацию можно найти в интернете по адресу: www.$POL_DNS$APPLICATION_TITLE обнаружила ошибку. Если программа не работает так, как надо, это может быть причиной проблемы.\nБолее подробную информацию можно найти в интернете по адресу: www.$POL_DNS$APPLICATION_TITLE обнаружила ошибку. Если программа, которую Вы устанавливаете, не работает так, как надо, это может быть причиной проблемы.\nБолее подробную информацию можно найти в интернете по адресу: www.$POL_DNS$APPLICATION_TITLE анализирует Ваше приложение$APPLICATION_TITLE заканчивает подготовку$APPLICATION_TITLE устанавливает $PRGM_NAME$APPLICATION_TITLE устанавливает Ваше приложение...$APPLICATION_TITLE создаёт виртуальный жёсткий диск Windows$APPLICATION_TITLE запускает Вашу программу$APPLICATION_TITLE пакетный менеджер: Мастер создания ярлыков $APPLICATION_TITLE$AUTHOR профиль$PACKAGE прекратил свою работу.$PACKAGE прекратил свою работу.\nНажмите "Отладка" ("Debug"), чтобы узнать подробности.$TITLE успешно установлен.\n\nЕсли установленный Windows мешает вашей программе запускаться, вы должны удалить и переустановить $TITLE.$TITLE установлен.\n\nВыражаем особую благодарность Эрику Гуверу за патч к wine (AcceptEx Fix)$TITLE успешно установлен$TITLE успешно установлен.\n\nЕсли игра падает при запуске, откройте терминал и выполните:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE установлен$TITLE установлен!\n\nПримечание:\n1)Перезагрузите Wine\n2)Установите правильное устройство вывода в настройках звука Wine\n3)Наслаждайтесь!$TITLE должен быть активирован.\nВозможно потребуется запустить его 2 раза:\nПервый раз для подготовки, второй раз для регистрации.\n\nПросто запустите, закройте и перезапустите $TITLE!(Если этот список пуст, пожалуйста, установите одну из версий Wine с помощью управления версиями Wine)(оконный режим)7z не установлен, пожалуйста, убедитесь что 7zip установлен и попробуйте сноваОтмена установкиО {0}УтилитыАктивировать поддержку GLSL?Активировать поддержку мультисемплинга?Активировать удержание мыши в окне?ДобавитьДобавить логотип PlayOnLinux в видеоклип?Патч Advent Revising установлен;\nНе забудьте поблагодарить Setz за работу!ВсеВсе поддерживаемые игры на движке "Infinity Engine" уже пропатчены.\nЧтобы изменить разрешение игры для конкретного ярлыка, используйте его конфигуратор.Уже установлена самая новая версия.Во время загрузки произошла ошибка.Доступна обновленная версия {0}ПрименитьКорректны ли данные лицензионного сервера?\nМожно добавить эти данный в реестр?\n\nИмя лицензионного сервера: $licenseServerName\nПорт лицензионного сервера: $licenseServerPortВы точно хотите установить пакет {0}?Закрыть все окна {0}?Вы действительно хотите удалить wine {0}?Вы уверены, что хотите удалить {0}?Вы уверены, что хотите удалить виртуальный диск {0}?Вы уверены, что хотите удалить: Вы уверены, что хотите установить: Вы уверены, что хотите прервать все активные приложения $APPLICATION_TITLE?ПараметрыСтрелки (по-умолчанию)Назначенная программаВнимание: когда установка успешно завершится, загрузится патчер. Пожалуйста, закройте патчер перед входом в игру или завершите обновление, чтобы успешно закончить установку. После этого, когда устанока будет завершена, Вы сможете запустить "$TITLE".Внимание: когда установка успешно завершится, загрузится патчер. Пожалуйста, закройте патчер перед входом в игру для завершения установки. По завершении настройки вы можете запустить "$TITLE" .Автоматическая установкаАвтозапускДоступные версии Wine: Недопустимое расширение файлаБудьте осторожны! Если вы измените Будьте осторожны! Установка одного из этих компонентов может повредить Ваш виртуальный диск.Внимание! Это прервёт процесс установки. Если он не был завершён, Вам придётся переустановить $SOFTNAMEБудьте осторожны! Для запуска $TITLE с $APPLICATION_TITLE, вы должны установить No-CD патч даже если имеете легальную версию.\n\nПожалуйста помните, что $APPLICATION_TITLE категорически против пиратства, и никогда не будет поддерживать его.Из-за бага wine #30512 загрузка зачастую прерывается - просто перезапустите клиент и загрузка продолжится с того места где она остановилась. При этом проценты загрузки сбросятся, но не беспокойтесь, так и должно быть.Начать видеозахват приложенияИсполняемый файл не найден: $BINARY\nУбедитесь, что выбрана папка установки программы по умолчанию.Португальский (только текст)ПросмотрВключив эту опцию, Вы получите доступ к установщикам программ, содержащих защиту от копирования (DRM), несовместимую с режимом эмуляции. Единственный способ обойти это - использовать патчи бездискового запуска "no-cd", но, так как это может быть использовано в пиратских целях, мы не оказываем никакой поддержки подобным приёмам.Активируя эту опцию, вы получаете доступ к тестируемым установщикам. {0} не может гарантировать вам, что ваши приложения будут работать без проблем.ОтменитьНе удалось найти ярлыкНе получается установить игру используя оффициальный загрузчик, приносим извенения.Производится захват…Меню видеозахвата (OpenGL)Меню видеозахвата (не-OpenGL)Захват начнётся…Изменить значокПроверьте, что разрешение экрана изменилось\n(в конечном итоге на \"высокое\" (\"HI-RES\") в загрузчике.Выберете дополнительные файлы для установки:Проверка целостности загрузки...Проверка целостности отдельных частей...Проверка плагина: Выбрать режим рендеринга DirectDraw?Выбрать режим внеэкранного вывода?Выбрать режим блокировки вывода?Выберите игруВыберите пакет для установкиВыбрать плагинВыберите корректный скрипт $APPLICATION_TITLE для запуска.Выберите выполняемое действиеВыберите приложениеВыберите изменяемый параметрВыберите файл, относящийся к Вашей программе.Выберите желаемый язык игрыВыберите разрешениеВыберите лог, относящийся к Вашей программе.Выберите имя виртуального дискаВыберите формат видео для конвертацииОчисткаОчистка...Для продолжения щелкните Далее.Чтобы начать щелкните ДалееКликните по кнопке "Далее" ТОЛЬКО когда Steam завершит\nустановку, иначе вам придется отменить установку.ЗакрытьЗакрыть все программы {0}Закрыть приложениеКомандная строкаКоманда, выполняемая перед запуском программыКоммерческийНастроитьНастроить WineПодключитьсяПодключиться к Вашей учётной записи $APPLICATION_TITLEПодключение....Панель УправленияКонвертация выполненаПреобразовать захваченный файл в видеоклипКонвертация видео...Копирую файлы установки, пожалуйста, подождите...Копирование ${filename}Копирование виртуального дискаНе могу найти испольяемый $EXE на вашем виртуальном диске $PREFIXНе найдена дериктория программыСоздать ярлыкСоздание ярлыка...ОтладкаОпции отладкиРаспаковка архива...Выделенный СервераРедактор Выделенного СервераВыделенный серверНастройки графики по-умолчанию немного низковаты для современных компьютеров,\nтак что не забудьте нажать на "Автоопределение" в расширенных настройках графики.Конфигурация виртуального диска по умолчаниюЗадайте необходимые параметры кодирования \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)Задайте необходимые параметры кодирования для 1 прохода \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)Задайте необходимые параметры кодирования для 2 прохода \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)УдалитьДемоверсияРазработчик и вебсайт: РазработкаЭксклюзивная Цифровая версияРендер Direct DrawОтключитьРазъединитьЭкранНе забудьте закрыть Steam по завершении загрузки,\nчтобы $APPLICATION_TITLE смог продолжить установку.У вас есть языковой пакет, который вы хотите установить?Вы хотите, чтобы $APPLICATION_TITLE установил его для Вас автоматически?Вы хотите открыть сайт $TITLE?Вы хотите удалить виртуальный диск:Хотите загрузить $TITLE с GOG.com?Хотите ли вы помочь {0} составить базу совместимости? Если вы согласитесь, при первом запуске Windows программы, анонимно будут отправлены следующие данные: - Модель Вашей видео карты - Версия OS - Информация о видео драйвере Эта информация сильно пригодится нам для помощи остальным пользователям.Хотите установить $TITLE чтобы синхронизировать ваше USB-устройство?Хотите установить юникод версию Inno Setup?Хотите прочесть тему на форуме GOG.com?Хотите попробовать еще раз?Вы хотите обновить и перезапустить $APPLICATION_TITLE?Ваша программа запускается?Не забудьте перед запуском игры выполнить PlayOnMac tools menu -> Read a PC CD-RomНе устанавливать XQuartz сейчасНе прикреплять логПожертвоватьЗагрузка завершена.\nНачинается установка патчейЗагрузка не удаласьПохоже что загрузка поврежденаЗагрузить программу из сетиЗагружается Games For Windows LiveЗагрузка Wine: Загрузка XQuartzЗагружаются шрифтыЗагружается gecko...Загружается: Во время установки, пожалуйста, откажитесь ото всех драйверов для контроллеров NI и звуковых интерфейсов. Они не нужны, и установка завершится с ошибкой, если оставить их выбранными.Во время установки, пожалуйста, СНИМИТЕ галочки "ASIO4ALL" и "Запустить FL Studio в конце установки" ("Run FL Studio at end of install").Во время установки, пожалуйста, снимите галочки\n"Установить Bonjour для Windows" ("Install Bonjour for Windows") и "Автоматически обновлять Safari" ("Automaticaly update Safari").Нидерландский (только текст)Редактировать или обновить существующее приложениеРедакторОбучениеВключитьСделать ptrace() доступной глобальноАнглийскийEnglish versionДополненное ИзданиеНаслаждайтесь $APPLICATION_TITLEСтереть (содержимое виртуального диска будет уничтожено)ОшибкаОшибка! Файлы не совпадают\n\nЛокальный: $LOCAL_MD5\nНа сервере : $SERVER_MD5Произошла ошибка во время установки архиваОшибка при установке шрифтовОшибка во время распаковки архиваОшибка!Ошибка: не удалось обнаружить CD-ROM!Ошибка: Не удалось зарезервировать действующий портВыходВнешняя библиотекаРазмер извлечённого файла не сходится!Извлечение ${filename} из ${archivename}Распаковка Slender...Извлечение Wine...Извлечение: Заводские установкиНе удалось подключиться!\n\nПожалуйста, убедитесь, что имя пользователя и пароль правильны.Не удалось разместить ${dest} из ${archive}ФайлФайловые ассоциацииФайл не найден!Размер файла не сходится!ФранцузкийПолная версия (1.5Гб), исправляет даже мелкие проблемы (49 катсцен)Поддержка GLSLИздание \"Игра Года\"Игра не установленаИгра не установлена.ИгрыОсновныеНемецкийКуда теперь?Вход на gog.com не удался, повторить?ГрафикаЗдесь находится исходный код скрипта. Проверьте его внимательноЗдесь находится исходный код скрипта. Проверьте его внимательноСколько памяти в вашей видеокарте?Однако, он не будет активирован, пока Вы не перезагрузите компьютер.Я согласенЯ не хочу создавать другой ярлыкЯ починил это своими силами, просто проверьте ещё разокУ меня возникла проблема с программойФайл загружен программой самостоятельноВАЖНО: \n\nВ следующем окне установщика НЕ НАЖИМАЙТЕ на кнопку Опции (Options), это повлечет за собой ошибки при выборе языка.Выбор значкаЗначки:Если установка .NET 3.0 завершится неудачно - не беспокойтесь,\nигра все еще будет работать.Если игра падает при запуске, откройте терминал и наберите:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeTckb вас спросят, устанавливать ли DirectX, отвечайте \"нет\".Если вы с трудом различаете задник в главном меню,\nотключите Туман (FOG) в графических настройках.Если вы закроете это окно, вы не сможете прочесть новые сообщения. Вы уверены что хотите закрыть окно?Если у Вас нет дополнения "Дрожащий остров"("Shivering Isle"),\nнужно обновить игру перед его использованием.Если Вы не знаете, что нужно выбрать, снимите все флажкиЕсли во время соединения вы столкнулись с ошибкой Error 3007, откройте терминал и наберите:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЕсли игра выдаёт ошибку времени выполнения, откройте терминал и наберите:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЕсли Вы успешно установили программу с помощью опции "Установить программу не из списка" ("Install a non-listed\nsoftware"), это позволит добавить программу в списокЕсли вы увидите ошибки во время установки DotNet 3.0 - просто игнорируйте ихЕсли вы увидите ошибки во время установки DotNet 3.5 SP1 - просто игнорируйте ихЕсли вы увидите ошибки во время установки DotNet 3.5 - просто игнорируйте ихЕсли вы увидите ошибки во время установки DotNet 4.0 - просто игнорируйте ихЕсли Вы хотите установить $TITLE на другой виртуальный диск,\nзапустить установщик ещё разВ какую директорию вы хотите загрузить файлы GOG?Включая:Вставьте адрес лицензионного сервера!Вставьте порт лицензионного сервера!УстановкаУстановить программу, отсутствующую в спискеУстановить программуУстановить программу на новый виртуальный дискУстановка компонентовУстановка завершенаУстановка сценариевУстановить дополнительные библиотекиУстановка завершена.Установка завершена.\n\nПри первой попытке запуска игра может вылететь, но не беспокойтесь, просто попробуйте еще раз.Выполняется установка...Установленные версии Wine: Установленные плагиныУстанавливается Adobe AirУстанавливается DirectMusicУстанавливаются библиотеки DirectX 10...Устанавливаются библиотеки DirectX 11...Устанавливаются библиотеки DirectX 9...Устанавливается рабочая среда DirectXУстанавливается Games For Windows LiveУстанавливаются библиотеки Linuxtrack-wine...Устанавливается рабочая середа Visual BasicУстанавливается XMLlite...Установка XQuartz...Устанавливаются библиотеки Xact...Устанавливаются библиотеки Xinput...Установка шрифтовУстанавливаются библиотеки mfc42...Устанавливаются библиотеки msasn1...Установка плагина: Установка vcrun2008 и wininet и отключение d3d9 и d3d8, чтобы принудить игру использовать OpenGLУстановка DLL-библиотеки wintrust...Устанавливается: Интернациональная версияИнтернетПохоже, это первое использование $APPLICATION_TITLE.Настоятельно рекомендуем установить пакет модов Circle of Eight.\nОн не только исправит ошибки но и добавит новый контент\n(для пакета модов "NC")Используйте соответствующий скрипт PlayOnLinux в разделе "Патчи".Итальянский (только текст)Итальянская версияЯпонская версияЗайти на каналЗавершить процессыKillAppОстанавливаются процессы на виртуальном диске...ЯзыкКрупные значкиПозжеЗавершить работуЛайт версия (702Мб), исправляет серьезные проблемы (18 катсцен)Укажите расположение логаЛогин: ВыйтиПоиск запускаемых компакт-дисковМб загруженоСделать новый ярлык из этого виртуального дискаСоздание иконки...Управление версиями WineРучная установкаОбычные значкиЧатШрифты MicrosoftШрифты от Miсrosoft не установлены; Я установлю их для вас.Шрифты от Microsoft успешно установлены.РазноеМультимедияМультисэмплингМоя проблема относится к $APPLICATION_TITLE как к таковомуПРИМЕЧАНИЕ: Этот установщик требует использования компакт-диска. Если Вы загрузили бесплатно распространяемый ISO-образ, выпущенный EA, пожалуйста, запишите его на CD или DVD чем-нибудь вроде Brasero и вставьте в Ваш компакт-дисковод. Монтирование ISO-образов может работать с некоторым программным обеспечением, однако известно, что Mounty для этого не подходит.ПРИМЕЧАНИЕ: для получения звука с малой задержкой обратитесь к WineASIO.ПРИМЕЧАНИЕ: для получения звука с низкой задержкой загляните в WineASIO. Ваши MIDI-контроллеры должны работать как полагается.ВНИМАНИЕ: POL не потворствует пиратству. Пожалуйста используйте $TITLE только если имеете лицензию на него.ПРИМЕЧАНИЕ: Чтобы зарегистрироваться, когда $TITLE потребует, перетащите ваш reg-файл в окно $TITLEИмяНовыйНовые: ДалееНетУстановленный $TITLE не найден.\n\nПожалуйста, используйте скрипт установки $TITLE!Нет описанияНедостаточно свободного места для загрузки :\n$URL ($neededSpace KБ)Не указано имя расширения файла, ассоциация с системным приложеним прервана.Не найдено руководство пользователя для {0}В autorun.inf не найден путь для установкиНе найдена игра, поддерживающая Infinity Engine.Необходим патч бездискового запуска (no-cd)Обычная версияПримечаниеТеперь Вы можете вернуться в окно установки $TITLE и продолжитьТеперь вы должны установить пакет модов в следующую директорию:Теперь вам нужно выбрать режим игры:\n1) Оконный режим:\nБудет работать все, кроме системного курсора в окне игры.\n\n2) Полноэкранный режим:\nБудет работать все, кроме неба - оно будет черным.\n\n\n\nКакой режим вы выбираете?Теперь вставьте компакт-диск номер $CDNumber.ОфисРежим рендеринга OffscreenПри первом запуске игра автоматически определит доступные рендеры.\nСкорее всего лучшая производительность будет на рендере OpenGL.При первом запуске игра автоматически определит доступные рендеры.\nСкорее всего лучшая производительность будет на рендере OpenGL;\nВыберите его нажав на "Показать все устройства" (Show all devices).Одна или несколько программ отсутствуют. Пожалуйста, установите их и запустите скрипт ещё раз.Открыть $URL?Открыть консольОткрыть каталог программыОткрыть в каталоге приложенияОткрыть папкуОткрыть каталог виртуального дискаОперация завершенаОптимизация выполненаДругиеПерезаписать (обычно работает, но без гарантии)Этот пакет будет продолжать падать пока вы не установите /proc/sys/kernel/yama/ptrace_scope на 0Упаковщик: Пароль: ПатчиВоспроизвести захваченный файлКоманда PlayOnLinux и PlayOnMac Под лицензией GPL v3Управление пакетами PlayOnLinuxСогласно политике PlayOnLinux/PlayOnMac мы никогда не запрашиваем у вас пароль суперпользователя, однако для данного скрипта это обязательно. Поэтому мы даем вам команды, которые нужно ввести, чтобы продолжить установку:Для работы PlayOnMac необходимо установить XQuartzПожалуйста, прочитайте это внимательноПожалуйста, выберите компакт-дисководВыберите компакт-дисковод для извлечения...Выберите файл PID для воспроизведенияВыберите захваченный файл для конвертацииПожалуйста, выберите программуПожалуйста, выберите программу для упаковкиПожалуйста, выберите программу для запускаПожалуйста, выберите имя виртуального дискаПожалуйста, выберите путь установки программыВыберите файл OGV для воспроизведенияПожалуйста, выберите выполняемое действиеПожалуйста, выберите метод установкиПожалуйста, загрузите XQuartzПожалуйста, убедитесь, что вы подключены к Интернету.Пожалуйста, введите свой логин на gog.com чтобы загрузить $BASENAMEПожалуйста, опишите Вашу проблему ясно и чётко (строго на английском):Пожалуйста, дайте очень краткое описание (заголовок, строго на английском)Пожалуйста, предоставьте как можно больше сведений и деталей, в противном случае помочь Вам будет очень сложно.Пожалуйста, вставьте "$TITLE" диск 2Пожалуйста, вставьте диск №2 в Ваш дисковод,\nесли это ещё не сделано.Пожалуйста, вставьте диск №3 в Ваш дисковод,\nесли это ещё не сделано.Пожалуйста, вставьте Диск 1 в ваш дисководПожалуйста вставьте игровой носитель 1 в дисковод, если Вы ещё этого не сделали.Пожалуйста, вставьте Диск 2 в ваш дисководПожалуйста, вставьте второй диск с игрой в дисковод\nесли вы еще не сделали этого.Пожалуйста, вставьте третий диск с игрой в дисковод\nесли вы еще не сделали этого.Пожалуйста, вставьте четвертый диск с игрой в дисковод\nесли вы еще не сделали этого.Пожалуйста, вставьте пятый диск с игрой в дисковод\nесли вы еще не сделали этого.Вставте пожалуйста диск с игрой в ваш приводПожалуйста, вставьте диск с игрой в дисковод\nесли вы еще не сделали этого.Пожалуйста вставьте диск№ 1 в ваш дисковод,\nесли это еще не сделано.Пожалуйста вставьте диск №2 в ваш дисковод,\nесли это еще не сделано.Пожалуйста вставьте диск №3 в ваш дисковод\n,если это еще не сделано.Пожалуйста вставьте диск №4 в ваш дисковод\n,если это еще не сделано.Пожалуйста, вставьте DVD дискПожалуйста, вставьте первый дискПожалуйста вставьте Диск 1 в ваш дисководПожалуйста, вставьте диск с игрой в ваш дисковод.Пожалуйста вставьте носитель с игрой в дисковод.Пожалуйста, вставьте следующий игровой диск в ваш дисковод.Пожалуйста вставьте Диск 2 в ваш дисководПожалуйста, перед началом установки установите $TITLE_REQUIREDПожалуйста, сделайте свой выборПожалуйста, прочтите и примите следующее:Пожалуйста, прочтите внимательноПожалуйста, прочтите этоПожалуйста, прочитайте это внимательноПожалуйста, перезапустите компьютер сейчас, и запустите PlayOnMacПожалуйста, выберите установщик $TITLE. НЕ ВЫБИРАЙТЕ "ЗАПУСТИТЬ IMGBURN" ПО ОКОНЧАНИИ УСТАНОВКИ:Пожалуйста, выберите установочный файл $TITLE. НЕ запускайте Reaper после завершения установки.Пожалуйста, выберите установочный файл $TITLE. НЕ ЗАПУСКАЙТЕ rFactor по завершении установки. Установите DirectX когда вас попросят. Убедитесь в том, что установлено 32 битное разрешение когда появится окно конфигурации.Пожалуйста, выберите установщик $TITLE. Во время установки снимите флажки со всех дополнительных драйверов:Пожалуйста, выберите ЛЮБЫЕ три значка, когда Вас об этом попросят.Пожалуйста, выберете БОЛЬШЕ ОПЦИЙ (MORE OPTIONS) а затем снимите флажок с ЗАПУСТИТЬ "$TITLE" ПОСЛЕ УСТАНОВКИ (UN "$TITLE" AFTER INSTALLATION). Если вы этого не сделаетеПожалуйста, выберите файл отладкиПожалуйста, выберите настраиваемую программу или виртуальный дискПожалуйста, выберите программу для удаленияПожалуйста, выберите программу.Пожалуста, выберите файл значкаПожалуйста, выберите 32 битную версию iTunesПожалуйста, выберите версию файла установки, предназначенную для MS-DOS:Пожалуйста, выберите файл с именем Pro Evolution Soccer 2013.msiПожалуйста, выберите язык игрыПожалуйста, выберите установщик для запуска.Пожалуйста выберите установойчный файлЮ скаченный с сайта $EDITORПожалуйста, выберите установочный файл для запускаПожалуйста, выберите установочный файл для запуска.Пожалуйста, выберите установочный файл для запуска:Пожалуйста, выберите версию.Пожалуйста, введите имя виртуального диска Вашей программы.\nОно не должно содержать пробелов.Пожалуйста, подождите пока $APPLICATION_TITLE копирует файлы:Пожалуйста подождите пока $APPLICATION_TITLE загружает Ubisoft Game LauncherПожалуйста, подождите пока скачивается $APPLICATION_TITLE:Пожалуйста, подождите, пока $APPLICATION_TITLE изучает Ваше оборудование.Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку Windows...Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку.Пожалуйста, подождите пока $SOFTNAME установится...Пожалуйста, подождите, пока $TITLE будет установленПожалуйста, подождите пока программа $TITLE устанавливается.Пожалуйста, подождите пока Desura загружается...Пожалуйста, подождите пока Steam загружается...Подождите, добавляется логотип PlayOnLinux…Пожалуйста, подождите, пока создаётся виртуальный диск...Подождите, производится конвертация видеофайла...Пожалуйста, подождите...Менеджер плагиновПлагиныНажмите +F8 для запуска/остановки захватаНажмите +F8 для остановки захватаНажмите «Далее», затем нажмите на окно,\nкоторое вы хотите захватить.\nЗахват начнётся автоматически через 5 секунд.\nБудет захвачено только видео.Нажмите далее только когда процесс установки будет завершенАдрес проксиКонфигурация проксиИмя пользователяПарольПорт прокси:Aleksey Kabanov, Alex8Belov, Andrei B. Borisov, Andrey Olykainen, Anton Shestakov, Aymeric PETIT, Colix, Constantine E. Kozlov, Dennis Kowalski, Igor Zinovyev, Ilja Lobanov, Oleg Koptev, Quentin PÂRIS, Yuri Tkachenko, bazilio, fenixk19, Николай Авдеев (NickKolok, Nikolay Avdeev), Элиза. Подробнее - в файле TRANSLATORS.Прочитать РуководствоПрочтите внимательно!\n\nКогда установщик $TITLE попросит поменять компакт-диск, пожалуйста, вернитесь в это окно $APPLICATION_TITLEЧтение Вашего устройстваОбновитьОбновление {0}РегистрацияРегистрируются библиотеки, пожалуста подождите\n(Это может занять некоторое время)Редактор реестраУдалитьУдаляется Game For Windows Live...Восстановить виртуальный дискСообщить об ошибкеСообщить о проблемеСообщить о проблеме, связанной с {0}Повторить?ЗапускЗапустить $TITLE в безопасном режиме?Запустить \$TITLE?Выполнить файл .exe на этом виртуальном дискеВыполнить локальный сценарийЗапустить мастер настройкиЗапустите один из Ваших персональных скриптовЗапустить Windows программы на Запуск...СохранитьСканирование виртуального диска...Разработчики сценария: ПоискВыберите DLC для установкиВыберите категорию для программыВыберите другой файлВыберите загруженный ZIP-файл здесьВыберите первый патч (Обновление EE (EE Upgrade)) для примененияВыберите первый патч для выполненияВыберите патч для установкиВыберите второй патч (1.5) для примененияВыберите второй патч для выполненияОтправитьПришлите нам работающий скрипт, созданный при ручной установкеИспользовать проксиУстановить значокУстановка переменной Program FilesНастройкиПоказать виртуальные дискиИмитировать перезагрузку WindowsМелкие значкиИзвините, сервис сообщений {0} в настоящий момент не доступен. Попробуте повторить попытку позже.К сожалению, $APPLICATION_TITLE $VERSION слишком устарело, и продолжить нельзя.\nТребуется $APPLICATION_TITLE $NEEDED.Извините, но этот файл не является правильным ZIP-архивомК сожалению, этот человек не хочет получать личные сообщенияИзвините, но необходимо подробное описание.ИспанскийИспанский (только текст)Обычное ИзданиеСтандартная раскладка клавиатурыSteam имеет собственную систему обновленийSteam имеет собственную систему обновленийОбнаружен установленный Steam.\nХотите установить эту игру на тот же виртуальный диск?Steam готов к обновлению.\nПосле того как обновление завершится и откроется окно входа, войдите в аккаунт и запустите установку $TITLE. Когда установка завершится нажмите \"Далее\" (закрывать Steam не нужно).Steam готов к обновлению.\nПосле того как обновление завершится и откроется окно входа, войдите в аккаунт и запустите установку $TITLE. Когда установка завершится нажмите \"Далее\" (закрывать Steam не нужно).Steam устанавливает $TITLEBTS. Нажмите \"Далее\" по завершении установки.Steam устанавливает $TITLECOL. Пожалуйста убедитесь в том, что по завершении установки вы полностью вышли из Steam (иконки на панели инструментов быть не должно) и нажмите кнопку \"Далее\" чтобы установочный скрипт смог продолжить свою работу.Steam устанавливает $TITLEW. Нажмите \"Далее\" по завершении установки.Строгий порядок отрисовкиДиспетчер задачТестированиеСпасибо!\n\nВаш отчёт отправлен.\n\nМы постараемся ответить на него как можно скорееЗащита компакт-диска этой игры не может корректно работать с Wine.Версия, содержащаяся на компакт-диске, устарела. Не забудьте обновить $TITLE, чтобы корректно запускать его с $APPLICATION_TITLEВеб-сайт PlayOnLinux недоступен.Коды, необходимые, чтобы выйти из первой темницы, можно найти в\nдокументации. Щёлкните правой кнопкой мыши по значку игры, "Прочесть руководство" ("Read the manual"), пункты 4-5.Коды, необходимые для начала новой игры, можно найти\nв докуметации;\nКликните по значку игры правой кнопкой мышиПохоже, загрузка не удалась.Файл также может быть обновлён. Если проблема остаётся, сообщите о проблеме, чтобы скрипт мог быть доработан.Поле называется: {0}Этот файл расположен на диске с файловой системой FAT32.\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на диске с файловой системой NTFS.\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на файловой системой в пользовательском пространстве (FUSE).\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на диске, примонтированным без прав на исполнение.\nИз-за этого Wine может не работать.\n\n$FilePathВ работе над программой принимали участие: Игра не сможет запуститься, пока Вы не установите /proc/sys/kernel/yama/ptrace_scope в 0Редоктор уровнейТеперь патч можно активировать и настроить через\nмастер настройки PlayOnLinux для Outcast.\nИ не забудьте оставить сообщение мэтру Zenger на форумах GoG!Для продолжения работы программе необходим доступ к ptrace():Ярлык помещен на рабочий столЦелевой виртуальный диск $PREFNAME уже существует:Виртуальный диск, связанный с {0} ({1}), больше не существует.Отсутствует приложение для запуска .{0} файлов.Эти шрифты предоставлены компанией Microsoft\n"в интересах кроссплатформенной совместимости".Эта Процедура установит Microsoft Office $TITLE, бесплатную программу, позволяющую вам просматривать файлы .doc и .docx, но не позволяет редактировать их. Эта программа предназначена для тех пользователей, которые не могут корректно открыть doc или docx. Если вы хотите отредактировать такой документ, используйте LibreOffice, OpenOffice или похожие программы. Это дополнение автоматически установит патч 1.3.5511Это дополнение автоматически установит патч 2.5.26461Это дополнение автоматически обновит игру до версии 1.2.0416.Это дополнение автоматически обновит игру до версии 1.03Этот файл: Эта функция недоступна в окружении PlayOnLinuxЭта игра - уже улучшенной версии\nи нуждается только в патче 1.5Этот скрипт установки требует наличия ffmpegУстановщик предоставлен: Это установщик для обновления или дополнения;\nПожалуйста, сначала установите $TITLE_REQUIRED.Это - список скриптов, которые вы нам прислали. Вы можете запустить один из нихЭтот пакет не будет работать на 64 битной версииЭтот пакет не будет рботать на Wine версии 1.3.18 или нижеЭтот пакет не будет рботать на Wine версии 1.3.22 или нижеЭтот пакет не установится на Wine 1.5.21 или вышеЭтот плагин позволяет выполнять видеозахват приложений, запущенных через PlayOnLinuxЭта программа содержит защиту от копирования (DRM), несовместимую с режимом эмуляции. Единственный способ обойти это - использовать патч бездискового запуска "no-cd", но, так как это может быть использовано в пиратских целях, мы не оказываем никакой поддержки подобным приёмам.Программа находится в стадии тестирования. Она может работать не так, как предполагается. Ваши отзывы, как положительные, так и отрицательные, особенно важны для дальнейшего совершенствования этого установщика.Программа создана: Эти инструменты позволят Вам помочь нам:Этот виртуальный диск защищенЭто позволит Вам установить Sacrifice, а затем скачать и установить для него патч №3. Не запускайте игру, пока патч не установлен.Этот мастер поможет Вам установить Этот мастер поможет Вам подготовить окружение $APPLICATION_TITLEЭтот мастер поможет вам установить Wine: Этот мастер поможет Вам сообщить об ошибке в официально поддерживаемой программе.Этот мастер поможет Вам запустить неофициальный скрипт установки $APPLICATION_TITLE.Этот мастер поможет Вам удалить программу: Для продолжения PlayOnLinux должен перемонтировать компакт-дисковод с опцией "Показать скрытое" ("unhide")Для продолжения PlayOnLinux должен отмонтировать компакт-дисковод, до этого примонтированный с опцией "Показать скрытое" ("unhide")Что убедиться, что Ваши игры совместимы, PlayOnMac установит XQuartzЧтобы установить языковой пакет позже, откройте панель управления игры, чтобы запустить установщик на виртуальном диске (Вкладка "Разное"("Misc"))УтилитыПеренос файлов с Диска 1Перенос файлов с Диска 2Перевод:"Контрольная панель Two Worlds" - инструмент от сообщества InsideTwoWorlds,,\nпозволяющий тонко настраивать параметры и управляю модификациями\nдля этой игры. См. \nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nУстановить его?Версия для ВеликобританииВерсия для США или КанадыПользователи Ubuntu должны добавить репозиторий Medibuntu\nдля поддержки этого формата.Не удалось найти файл: Не удалось найти версию: Не удалось установить XQuartz! Его следует установить для улучшения совместимости игр.Без измененийУдалитьУдаление...Обновить GITИнструкции по обновлениюОбновить wineprefixОбновление $APPLICATION_TITLE из GIT-репозитория...Обновляю $TITLEОбновление плагина. Предыдущий: Использование: Используйте плагин продвинутой настройки Wine (Advanced Wine Configuration)Использовать компакт-диск(и) CDИспользовать компакт-диск(и) DVDИспользовать демо-версию из магазина DesuraИспользовать версию из магазина DesuraИспользовать демо-версию из магазина OriginИспользовать версию из магазина OriginИспользовать мастер настройки PlayOnLinux дляИспользовать демо-версию из магазина SteamИспользовать версию из магазина SteamИспльзовать WineTricksИспользовать установщик с моего компьютераИспользовать другую версию WineОперация отменена пользователемУстановка VCRun2008 может не удастся из-за того, что ваша версия PlayOnLinux слишком старая. Пожалуйста обновитесь.Установка VCRun2010 может не удастся из-за того, что ваша версия PlayOnLinux слишком старая. Пожалуйста обновитесь.Огромные значкиУ вас слишком мало видеопамятиРазмер видеопамятиВиртуальный дискУтилита для создания виртуальных дисковВиртуальные дискиВнимание: пожалуйста, сначала используйте POL_SetupWindow_InitWASD (Qwerty)Подождите, подготовка к установке...Подождите, идет настройка языкового пакета...Подготовка к установке...Подождите пока загружается патч №1...\nЭта операция может занять некоторое время, которое зависит от вашего соединения.Подождите пока загружается патч №2...\nЭта операция может занять некоторое время, которое зависит от вашего соединения.Подождите пока загружается патч №3...\nЭта операция может занять некоторое время, которое зависит от вашего соединения.Подождите пока загружается патч №4...\nЭта операция может занять некоторое время, которое зависит от вашего соединения.Подождите пока загружается патч...\nЭта операция может занять некоторое время, которое зависит от вашего соединения.Внимание!\n\nПодпись скрипта, который Вы пытаетесь запустить, недействительна!\n\nЭтот скрипт не проходил процедуру одобрения $APPLICATION_TITLE, и $APPLICATION_TITLE не отвечает за него.\nПожалуйста, убедитесь, что знаете, что делаете!Внимание!\n\nПодпись скрипта, который Вы пытаетесь запустить, недействительна!\n\nЭтот скрипт не проходил процедуру одобрения PlayOnLinux, и PlayOnLinux не отвечает за него.\nПожалуйста, убедитесь, что знаете, что делаете!Внимание:Внимание: vcrun2005 может быть уже установлена.\nПренудительная переустановка.Внимание: vcrun2008 может быть уже установлена.\nПренудительная переустановка.Внимание: vcrun2010 может быть уже установлена.\nПренудительная переустановка.Внимание: Эта утилита предназначена для опытных пользователей. Чтобы полностью удалить программу с {0}, нужно удалить связанный с ней виртуальный дискВнимание, для корректного кодирования видео,\nразрешение ДОЛЖНО БЫТЬ кратно 16!Предупреждение: GameShadow не будет работать.\nПожалуйста, отключите его во время инсталляции.Внимание: Вы запускаете $APPLICATION_TITLE $VERSION.\nДля того, чтобы продолжить, рекомендуется $APPLICATION_TITLE $NEEDED.Внимание: Не устанавливайте флажок "Запустить $TITLE" по завершении установки.Мы определили, что программа, которую Вы хотите установить - это:Необходим доступ к системе от имени суперпользователя (root). Для этого сейчас будет запрошен пароль суперпользователя. Эти команды PlayOnLinux выполнит от имени суперпользователя:Сейчас мы зададим Вам несколько вопросов, пожалуйста, отвечайте как можно точнее и подробнееДобро пожаловать в «Расширенные настройки Wine», систему оптимизации Wine, созданную GNU_Raziel. Если вы не знаете, что выбрать, ОСТАВЬТЕ значения по умолчаниюДобро пожаловать в Detour, модуль позволяющий создавать ярлыки после установки.Добро пожаловать в установщик версии $PVERSION для $TITLEДобро пожаловать в установщик DLC для $TITLEДобро пожаловать в установщик DLC для $TITLE_REQUIREDДобро пожаловать в установщик патча версии $PVERSION для $TITLEПриветствуем в установщике патча $PVERSION для $TITLEДобро пожаловать в установщик патча версии $PVERSION для $TITLE_REQUIREDДобро пожаловать в установщик $APPLICATION_TITLE.Добро пожаловать в помощник $APPLICATION_TITLE!\nОн поможет Вам установить $file на Ваш компьютер.\n\nВнимание! Эта программа официально не поддерживается $APPLICATION_TITLE.\nСоответственно, она может работать не так, как ожидается.Добро пожаловать в мастер ручной установки $APPLICATION_TITLE!\n\nЭтот скрипт теоретически позволит Вам установить любую программу на $APPLICATION и использовать все её возможности.\n\nВнимание: мы не можем гарантировать, что Ваше приложение будет работать идеально.Добро пожаловать в мастер создание виртуальных дисков $APPLICATION_TITLE.\n\nЭтот инструмент поможет Вам создать новый виртуальный дискЧто вы хотите сделать?Какие дополнительные ярлыки следует создать?Какие особенности программы не работают?\nЕсли всё работает, пожалуйста, напишите об этомКто издатель вашей программы?Кто автор сайта вашей программы?Какое расширение?Как называется Ваша программа?Как называется программа?Какой язык вы предпочитаете?Какого типа возникшая проблема?Какого типа виртуальный диск Вы хотите создатьЧто Вы хотите сделать перед установкой?Что бы вы хотели сделать?Когда Steam закончит восстановление $TITLE,\nНЕ нажимайте "Играть" ("Play").\n\nПОЛНОСТЬЮ закройте интерфейс Steam , \nчтобы скрипт установки смог продолжить свою работу.Когда Desura закончит загрузку $TITLE,\nНЕ нажимайте "Играть" ("Play").\n\nПОЛНОСТЬЮ закройте интерфейс Desura,\nчтобы установочный скрипт смог продолжить свою работуКогда Steam закончит загрузку $TITLE, НЕ НАЖИМАЙТЕ на кнопку \"Играть\".\n\nGJKYJCNM> закройте Steam чтобы скрипт смог продолжить свою работу.Когда Steam закончит загрузку $TITLE, НЕ НАЖИМАЙТЕ на кнопку "Играть"!\n\nПОЛНОСТЬЮ закройте Steam, \n чтобы скрипт смог продолжить свою работу.Когда загрузка $TITLE через Steam завершится,\nНЕ нажимайте "Играть" ("Play").\n\nПОЛНОСТЬЮ закройте интерфейс Steam, \n чтобы скрипт установки мог продолжить работу.Когда загрузка $TITLE через Steam завершится,\nНЕ нажимайте "Играть" ("Play").\n\nПОЛНОСТЬЮ закройте интерфейс Steam, \n чтобы скрипт установки мог продолжить работу.Когда установщик попросит вам вставить следующий DVD\nнажмите на \"Далее\"Когда установщик попросит вас вставить следующий диск,\nнажмите на \"Далее\"Когда установщик попросит вас вставить следующий диск,\nнажмите на \"Далее\"Когда установщик попросит вставить компакт-диск номер $CDNumber, нажмите "Далее" ("Next").\n\nНе нажимайте "Далее" ("Next") до этого!Когда {0} устанавливает программы для Windows: - Оставляйте без изменения путь установки - Не устанавливайте флажок "Запустить программу", если это сказано.ГдеГде примонтирован Ваш компакт-диск?К какому приложению вы хотите применить модификацию?Кака у вас версия игры?Какой язык вы хотите установить?Тип активации?Какая у вас версия игры?Какую версию вы хотите установить?Какую версию Wine Вы бы хотели использовать?Перезагрузка WindowsНа данный момент Wine не поддерживает USB. Вы не сможете синхронизировать ваши яблочные устройства с помощью $APPLICATION_TITLE. Приносим извинения.Похоже, Wine прервала работу.\n\nЕсли Ваша программа работает, просто не обращайте внимания на это сообщение.Деинсталлятор WineВерсия WineВерсии WineИспользовать англоязычный патч графического интерфейса?Запишите все изменения, которые Вы внесли в конфигурацию Wine:XQuartz $XQUARTZ_VERSION установлен на ваш компьютер.XQuartz установлен.ДаВы подключены к онлайн-среде $APPLICATION_TITLE как $POL_LOGINВы можете свободно загрузить и использовать эти шрифты,\nоднако вы не можете изменять их форму,\nвключая изменения имени файла или формата упаковки.Вы пытаетесь открыть скриптовую конструкцию для {0}! Она может работать не так, как предполагается...Вы можете загрузить установочный файл $TITLE отсюда:Вы можете загрузить архив из:Вы не можете закрыть это окноВы не выбрали игруПохоже, у Вас нет персональных скриптовУстановка DirectX или GLSetup не требуется.Вы успешно вышли из онлайн-среды $APPLICATION_TITLE\nТеперь это окно можно закрытьЭта программа должна запускаться!Вы должны выбрать файл видеозахвата для конвертацииВы должны выбрать захваченное видео для чтенияНеобходимо выбрать файл!Вы должны выбрать игру для измененияВы должны отключит антипиратскую защиту для этой игры\nесли вы хотите играть в неё при помощи wineВы должны отключить антипиратскую защиту для этой игры\nесли вы хотите играть в неё при помощи wine.Не нужно устанавливать настройки теней на максимум\nили же вам придется удалить и переустановить игру.Вам необходимо перезапустить {0}, чтобы изменения вошли в силу.Необходимо установить его, чтобы продолжитьНеобходимо установить его, чтобы использовать {0}Теперь на вашем рабочем столе есть директория League of Legends, содержащая ее установщик. Сохраните ее для ускорения переустановки.Хотите открыть страницу загрузки $TITLE в вашем браузере?Ваша версия $APPLICATION_TITLE устарела.\nПеред отправкой сообщения об ошибке следует обновить $APPLICATION_TITLE.\nСпасибоСейчас в браузере откроется страница, загрузите патч и распакуйте его.Ваша файловая система препятствует корректной работе {0}. Запустите {0} в терминале, чтобы получить подробности.У вас слишком мало видеопамяти!\nИгра может не заработатьZQSD (Azerty)\nПожалуйста, убедитесь что Вы подключены к интернету.glxinfo не установлен. Пожалуйста, установите пакет mesa-utils.это не расширение файла значкаДля работы $TITLE должна быть установлена локаль ja_JP.utf8изв окружении $APPLICATION_TITLEотсутствует временная папка{0} Мастер{0} не может найти {1}Параметры {0}Консоль {0}Отладчик {0}Ошибка {0}{0} меню установки{0} не может запустить POL_SetupWindow_server.{0} не может запустить сервер установочных окон PlayOnLinux.{0} не предполагается запускать с правами суперпользователя.{0} не может обнаружить 32bits OpenGL библиотеки. Вы можете испытывать проблемы с запуском Ваших игр{0} не может обнаружить 64bits OpenGL библиотеки. Вы можете испытывать проблемы с запуском Ваших игрЧат {0}{0} настройкиВеб-сайт {0} недоступен. Пожалуйста, проверьте интернет-соединение.{0} менеджер версий Wineplayonlinux/lang/locale/si/000077500000000000000000000000001226051336100162325ustar00rootroot00000000000000playonlinux/lang/locale/si/LC_MESSAGES/000077500000000000000000000000001226051336100200175ustar00rootroot00000000000000playonlinux/lang/locale/si/LC_MESSAGES/pol.mo000066400000000000000000000014061226051336100211470ustar00rootroot000000000000004L`'a'YTW Licence translated into your language Add the PlayOnLinux logo to your video?Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-10-25 17:34+0000 Last-Translator: Aymeric PETIT Language-Team: Sinhalese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) බලපත්‍රය ඔබේ භාෂාවට පරිවර්තිතයි PlayOnLinux ලෝගෝව ඔබේ සළරුවට එක් කරන්න ද?playonlinux/lang/locale/sk/000077500000000000000000000000001226051336100162345ustar00rootroot00000000000000playonlinux/lang/locale/sk/LC_MESSAGES/000077500000000000000000000000001226051336100200215ustar00rootroot00000000000000playonlinux/lang/locale/sk/LC_MESSAGES/pol.mo000066400000000000000000001206651226051336100211620ustar00rootroot00000000000000 A $$ $5$J$ ]$i$#z$#$$$$+$%*=%h%X%0%+&4;&9p&*&$&I& D' N'Z'q'!'''''&' (6(/G()w(%(3(!(")M@) )))))L)g>*#**}*O+V+o++++++ + ,0, P,^,z,,,,.,3-$:-&_- -------*. ,. 7.A.P.*X. .. .....#/N(/Yw/Y/+020 J0V0k0 s0~0C0(0B062$M2r22222&2 2233B3^3!e3%33#3*34 4O!4(q44444 4445 5.5>E55%5 5"556b 6o667%7-7J7(\777777788.8D8X8n8w888888 88889 9 *9+89d9w99 9 99 9 9 9-9:!:%:+:0:3:B:&Z: ::::Q: ;; 5;V;i;;;; ; ;;;:;<9<(V<'<<#<<+=)/="Y=$|==0=3=:%>E`>E>E>E2?Ex?C?2@$5@Z@r@@@7@$@A/A&JA#qA$A]A6B4OB>BCB;C+CC&oC4C7C0D4DCD)KD uDD9!E [EiE }EE EEEEEEEFFF%F=F RF_FzF%~FFF FF GG 9GEG"LGoGGG<G G GGHH-H EHPQH<H&H IIhI'I"II2IBJ-]J0J J9J*KG-KGuKKZL&xLL"L+LPM(_MLMM MM\N]NwNNN NN NOO2O&:O aOoO"~OOOOOP!P&2PYP kPyP.P*P.PQIQ:QNRfRMR3KS2SSTSxU#UU V"(V!KV.mVV|V4W=W;[WW,WWRWAX RX _X5mXXX<XMYNYkYdY%Y$Z!5ZWZ oZ4Z"Z Zl [Tv[5[\\&\ D\O\c\ u\ \ \\0\9\,][A][] ] ^^.^____` `'`,G`t```+`!`*`"(aUKa-a0a1b;2b*nb(bcb&c 5c?c1Xccc)cccd+ d)7d add/dddGe NeXekeee`eyf!f ff MgXgogggg gg,h1@h,rh h$hh%hi!i/?i2oi!i"i i%i jppp*pp,p*q:qPqc`q/qqqr#r CrPrlr pr|r)rDr r rs9s Tsas`hs&ss tt#tt3t u!u=u Rusuuu uuuv4v=vNv_v!wvvv vv"vv w"w=w2Mwwwww ww w x x4,xaxfxlxtx{x xx;xxx y(yVByyyyy&yz3zNzWznzvz}z7zz%z3{/J{z{${%{;{3|#N|%r|#|4|;|A-}So}S}S~Sk~S~V4j$%C<+ŀ323Jm~@5-FcE>7/1g8<҃9If?w/>y Ņم 0Cbk{)ц1"T!l+'"*$3XlBԈ( (F cgo>׉(? NY'݊!'3@:t?6&55'kQL2!,'I.q4TՎ/*PZ gُA[^uԐ ,$ Q7]&  24g&Ւ<-:7hS;;E˔[3CDxU  2S&h4;4[#ɚNߚ. B NBZ:UPn`-30Ct/+ܝ2;U˞6!Xn!p ̟ ؟ 4D<7``{!.x|9 fZY'naA[! 1X7Q0b4OmF94nC5k~iH|wMdNb`#X=aT  g,ks6^tD 6:)W18-uGuH,Qc8\j>#VC7Gw-[+]Eh=OL t3_o.@)p{E2eP^}V+]5M UBZ0RSl_{W/ :cU(& \;y%xzpsrIzm@l"oLiRA}(SKF?/' dv;2~&$?rTvqKJjyqIf3*N$g PeYB` D%h<>"*J< Choose a file Extract the package Install the package Show this message (from {2}) does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: 7z not installed, please check that you have 7zip installed and try againAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAn updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsAssigned programAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBegin the capture of an applicationBrowseBy enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutDebugDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisconnectDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Does your program run?Don't install XQuartz for the momentDon't join any log fileDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEnableEnglish versionErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Wine...Extracting: Failed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!GLSL SupportGame is not installed.GamesGeneralGraphicsHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you close this window, you cannot read further replies. Are you sure that you want to close it?If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: International versionInternetItalian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppLarge iconsLeaveLocate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededNormal versionOfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPackager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPleaase read this carefully.Please choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drive\nif not already done.Please insert the game media into your disk drive.Please install $TITLE_REQUIRED firstPlease make your choicePlease read thisPlease read this carefullyPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the install file to run.Please select the setup file to runPlease select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockRepair virtual driveReport a bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect a category for your programSelect another fileSelect patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, this person does not want to receive private messagesSorry, we need a detailed description.Task managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following people contributed to this program: The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This addon automatically install patch 2.5.26461This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis plugin wil allow you to capture you applications under PlayOnLinuxThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTranslations:US or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UninstallUninstalling...Update GITUpdate wineprefixUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWait while the installation is prepared...Waiting for the first-assistant to be finishedWarning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the extension?What is the name of you program?What is the title of your program?What kind of problem do you have?What would you like to do before installation?What would you like to do?When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version do you have?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are trying to open a script design for {0}! It might not work as expectedYou cannot close this windowYou did not select a gameYou have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}Your filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from working\nPlease make sure you are connected to the Internet.is not an icon extensionofon the $APPLICATION_TITLE environment.{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:41+0000 Last-Translator: Michal Lelek Language-Team: sk_SK.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Vybrať súbor Rozbaliť balíček Nainštalovať balíček Zobraziť túto správu (z {2}) neexistuje! bol úspešne odinštalovaný. nie je platným balíčkom pre PlayOnLinux! na Vašom počítači. alebo bude nainštalovaný do: $APPLICATION_TITLE konfigurátor aplikácie$APPLICATION_TITLE odinštalátor$APPLICATION_TITLE ladenie sa spúšťa...Prvé spustenie $APPLICATION_TITLE$APPLICATION_TITLE už spúšťal tento program.\nChcete zachovať staré nastavenia?$APPLICATION_TITLE analyzuje Vašu aplikáciu$APPLICATION_TITLE inštaluje program $PRGM_NAME$APPLICATION_TITLE inštaluje Vašu aplikáciu...$APPLICATION_TITLE vytvára virtuálnu jednotku s windowsom$APPLICATION_TITLE spúšťa Váš program$APPLICATION_TITLE správca balíčkov: 7z nie je nainštalovaný. Prosím, skontrolujte, či máte 7zip nainštalovaný a skúste to znovuO programe {0}NástrojeAktivovať GLSL podporu?Aktivovať viac-vzorkovú(Multisampling) podporu?Aktivovať mouse warp override?PridaťPridať logo PlayOnLinux k Vášmu videu?VšetkoJe dostupná nová verzia {0}PoužiťNaozaj chcete nainštalovať balíček {0}?Naozaj chcete zavrieť všetky {0} okná?Naozaj chcete vymazať wine {0}?Naozaj chcete vymazať {0} ?Naozaj chcete zmazať virtuálnu jednotku {0} ?Naozaj chcete zmazať: Naozaj chcete nainštalovať: Naozaj chcete ukončiť všetky aktívne $APPLICATION_TITLE aplikácie?ArgumentyPriradený programDostupné Wine verzie: Zlá prípona súboruBuďte opatrný! Ak zmeníte Buďte opatrný! Inštaláciou týchto súčastí môžete poškodiť vašu virtuálnu jednotku.Buďte opatrný! Toto ukončí inštalačný proces. Ak nie je dokončený, budete musieť inštalovať $SOFTNAME odznovaSpustiť zachytávanie aplikáciePrehliadaťTýmto získate prístup k testovacím inštalátorom. {0} nezaručí to, že Vaša aplikácia bude fungovať bez akýchkoľvek problémov.PrerušiťNedá sa nájsť odkazPrebieha zachytávanie...Menu zachytávania (OpenGL)Menu zachytávania (nie OpenGL)Zachytávanie bude spustené...Zmeniť ikonuKontroluje sa zásuvný modul: Zvoliť režim pre vykresľovač DirectDraw?Zvoliť vykresľovací režim vypnutej obrazovky?Zvoliť vykresľovač pre režim Target LockVyberte hruZvoľte balíček na nainštalovanieZvoľte zásuvný modulZvoľte akciu, ktorá sa má vykonaťZvoľte aplikáciuZvoľte možnosť na zmenenieZvoľte príslušný súbor k Vášmu programu.Zvoľte súbor záznamu k príslušnému programu.Zvoľte meno virtuálnej jednotkyZvoľte formát videa na konverziuČistí sa...Kliknite na Ďalej pre pokračovanie.Pre spustenie kliknite na ĎalejZavrieťZavrieť všetok {0} softvérZavrieť túto aplikáciuPríkazový riadokPríkaz na vykonanie pred spustením programuKomerčnéNastaviťKonfigurovať WinePripojiťPripojte sa na Váš $APPLICATION_TITLE účetPripája sa...Konverzia dokončenáSkonvertovať zachytený súbor na videoKopíruje sa ${filename}Kopíruje sa virtuálna jednotkaVytvoriť odkazLadenieKonfigurácia štandardnej virtuálnej jednotkyUrčite Vaše možnosti zakódovania\n(ak neviete čo robiť, nechajte štandardné)Určite Vaše možnosti zakódovania pre priechod 1\n(ak neviete čo robiť, nechajte štandardné)Určite Vaše možnosti zakódovania pre priechod 2\n(ak neviete čo robiť, nechajte štandardné)VymazaťVývojár a webstránka: VývojVykresľovač Direct DrawVypnúťOdpojiťZobrazenieChcete aby ho pre Vás $APPLICATION_TITLE automaticky nainštaloval?Chcete vymazať virtuálnu jednotku:Chcete pomôcť programu {0} vytvoriť databázu kompatibility? Ak zvolíte Áno, nasledovné údaje budú anonymne odoslané k nám po prvom spustení programu pre Windows: - Model Vašej grafickej karty - Verzia Vášho OS - Či sú alebo nie sú nainštalované grafické ovládače Tieto informácie budú veľmi cenné pre nás pri pomoci ľuďom.Je Váš program spustený?Teraz neinštalovať XQuartzNeprikladať žiadny súbor záznamuPrispieťStiahnuť programSťahuje sa Wine: Sťahuje sa XQuartzUpraviť alebo aktualizovať existujúcu aplikáciuVzdelávanieZapnúťAnglická verziaChybaChyba ! Nezhoda súborov\n\nMiestne : $LOCAL_MD5\nNa serveri : $SERVER_MD5Chyba!Chyba: Nedá sa nájsť CD-ROM!Chyba: Nedá sa zarezervovať platný portKoniecVeľkosť rozbalených súborov nesúhlasí!Rozbaľuje sa ${filename} z ${archivename}Rozbaľuje sa Wine...Rozbaľuje sa: Zlyhanie počas pripájania!\nProsím, uistite sa, že Vaše prihlasovacie meno a heslo je platné.Zlyhanie pri lokalizovaní ${dest} z ${archive}SúborAsociácie súborovSúbor nenájdený!Veľkosť súborov nesúhlasí!Podpora GLSLHra nie je nainštalovaná.HryVšeobecnéGrafikaKoľko pamäte má Vaša grafická karta?Avšak, nebude aktivovaný pokiaľ nereštartujete Váš počítač.SúhlasímNechcem vytvoriť ďalší odkazMám problém s programomStiahol som si súbor sámVýber ikonyIkony:Ak zatvoríte toto okno, nebudete môcť čítať ďalšie odpovede. Naozaj ho chcete zatvoriť?Ak neviete čo, tak odznačte všetko.Ak ste úspešne nainštalovali program cez tlačidlo 'Nainštalovať program mimo zoznamu', umožní Vám to pridať tento program do nášho zoznamu.Zahrnúť:PridaťNainštalovať program mimo zoznamuNainštalovať programNainštalovať program v novej virtuálnej jednotkeInštalovať súčastiInštalácia je dokončenáInštalovať skriptyNainštalovať nejaké knižniceInštalácia dokončená.Prebieha inštalácia...Nainštalované Wine verzie: Nainštalované zásuvné modulyInštaluje sa XQuartz...Inštaluje sa zásuvný modul: Medzinárodná verziaInternetTalianska verziaJaponská verziaPripojiť sa ku kanáluUkončiť všetky procesy prefixuUkončiť procesyUkončiť aplikáciuVeľké ikonyOpustiťLokalizovať tento súbor denníkaPrihlasovacie meno: OdhlásiťHľadajú sa spustiteľné CD-ROMyMB stiahnutýchVytvoriť nový odkaz z tejto virtuálnej jednotkyVytvára sa odkaz...Spravovať Wine verzieRučná inštaláciaStredne veľké ikonyKomunikátorMicrosoft písmaRozličnéMultimédiaViac-vzorkovanie(Multisampling)Môj problém sa týka samotného $APPLICATION_TITLEMenoNováNový: ĎalejNieŽiadny popisNenašiel sa návod pre {0}Nenašlo sa umiestnenie inštalátora v súbore autorun.infPotrebné obídenie CDNormálna verziaKanceláriaRežim vykresľovania čiernej obrazovkyJeden alebo viac programov chýba. Prosím, nainštalujte ich a spustite skript znovu.Otvoriť terminálOtvoriť adresár programuOtvoriť adresár aplikácieOtvoriť adresárOtvoriť adresár virtuálnej jednotkyOperácia dokončenáOptimalizácia dokončenáOstatnéTvorcovia balíčkov: Heslo: OpravyPrehrať zachytený súborTím PlayOnLinux a PlayOnMac Pod licenciou GPL verzie 3PlayOnLinux správca balíčkovProsím, prečítajte si toto pozorneProsím, zvoľte zachytený PID súbor na prehratieProsím, zvoľte zachytený súbor na prehratieProsím, zvoľte programProsím, zvoľte program na zbalenieProsím, zvoľte program na spustenieProsím, zvoľte spôsob akým nainštalovať Váš programProsím, zvoľte zachytený OGV súbor na prehratieProsím, vyberte akciu na vykonanieProsím, zvoľte spôsob inštalácieProsím, stiahnuť XQuartz pre mňaProsím, uistite sa, že ste pripojený na Internet.Prosím, jasne opíšte Váš problém (iba v angličtine):Prosím, zadajte veľmi krátky popis (nadpis, iba v angličtine)Prosím, vložte herné médium 1 do Vašej mechaniky\nak ste tak ešte nespravili.Prosím, vložte herné médium 2 do Vašej mechaniky\nak ste tak ešte nespravili.Prosím, vložte herné médium 3 do Vašej mechaniky\nak ste tak ešte nespravili.Prosím, vložte herné médium 4 do Vašej mechaniky\nak ste tak ešte nespravili.Prosím, vložte herné médium 5 do Vašej mechaniky\nak ste tak ešte nespravili.Prosím, vložte herné médium do Vašej mechaniky\npokiaľ ste ešte tak nespravili.Prosím, vložte herné médium do Vašej mechaniky.Najprv nainštalujte $TITLE_REQUIREDProsím, vyberte siProsím, prečítajte si totoProsím, prečítajte si toto pozorneProsím, vyberte ladiaci súborProsím, vyberte program alebo virtuálnu jednotku na konfiguráciuProsím, zvoľte program na odinštalovaniaProsím, vyberte programProsím, vyberte súbor ikonyProsím, zvoľte inštalačný súbor na spustenie.Prosím, zvoľte inštalačný súbor na spustenieProsím, zvoľte inštalačný súbor na spustenie:Prosím, zadajte názov virtuálnej jednotky pre Vašu aplikáciu.\nTento názov nemôže obsahovať medzery.Prosím, čakajte, kým $APPLICATION_TITLE neskopíruje súbory:Prosím, čakajte, kým $APPLICATION_TITLE nestiahne:Prosím, počkajte kým $APPLICATION_TITLE nepreskúma Váš hardvér.Prosím, čakajte, kým $APPLICATION_TITLE simuluje reštart WindowsuProsím, čakajte, kým $APPLICATION_TITLE nasimuluje reštartProsím, čakajte, kým sa nenainštaluje $SOFTNAME ...Prosím, čakajte, kým sa nenainštaluje $TITLE.Prosím čakajte, kým sa nevytvorí logo PlayOnLinux...Prosím, čakajte, kým sa nevytvorí virtuálna jednotka...Prosím čakajte, kým nebude Vaše video zakódované...Správca zásuvných modulovZásuvné modulyStlačte +F8 na spustenie alebo zastavenie zachytávaniaStlačte +F8 na zastavenie zachytávaniaStlačte Ďalej, potom kliknite na okno,\nktoré chcete zachytiť.\nZachytávanie začne automaticky po 5 sekundách.\nBude zachytené iba video.Stlačte Ďalej iba keď bude dokončený inštalačný procesAdresa proxyKonfigurácia proxyProxy prihlásenieProxy hesloProxy portViď súbor TRANSLATORSNačítať PC CD-RomPrečítať návodNačítava sa Vaše zariadenieObnoviťObnovuje sa {0}Zaregistrovať saEditor registrovOdobraťZámok režimu cieľového vykresľovačaOpraviť virtuálnu jednotkuNahlásiť chybuNahlásiť problém s {0}SpustiťSpustiť .exe súbor v tejto virtuálnej jednotkeSpustiť miestny skriptSpustiť sprievodcu konfigurácieSpustiť jeden z Vašich osobných skriptovSpustiť Vaše programy pre Windows na Spúšťa sa...Skenuje sa virtuálna jednotka ...Tvorcovia skriptov: HľadaťZvoľte kategóriu pre Váš programVybrať iný súborVyberte opravu na vykonanieOdoslaťPošlite nám funkčný skript vygenerovaný ručnou inštaláciouNastaviť proxyNastaviť ikonuNastavuje sa premenná pre Program FilesNastaveniaZobraziť virtuálne jednotkySimulovať reštart WindowsuMalé ikonyPrepáčte, služba {0} komunikátora nie je momentálne dostupná. Prosím, skúste to neskôr znovu.Prepáčte, táto osoba nechces prijímať súkromné správy.Prepáčte, potrebujeme podrobný popis.Správca úlohTestovanieĎakujeme!\n\nVaše hlásenie bolo odoslané.\n\nUrobíme čo bude v našich silách, aby sme Vám čo najskôr odpovedali na mail.Webstránka PlayOnLinux je nedostupná.Zdá sa, že sťahovanie zlyhalo.Súbor je nazvaný : {0}Nasledujúci ľudia sa podujali na tomto programe: Virtuálna jednotka priradená k {0} ({1}) už neexistuje.Nie je nainštalované nič na spúšťanie súborov typu .{0}.Tento doplnok automaticky nainštaluje patch 2.5.26461Tento súbor: Táto funkcie je zakázaná v prostredí PlayOnLinux.Tento inštalátor je poskytovaný od: Toto je zoznam skriptov, ktoré ste nám zaslali. Môžete jeden z nich spustiť.Tento zásuvný modul Vám umožní zachytiť Vaše aplikácie v PlayOnLinuxTento program je práve v skúšobnej prevádzke. Nemusí fungovať podľa očakávaní. Vaša spätná väzba, pozitívna, či negatívna, je veľmi dôležitá na vylepšenie tohoto inštalátora.Tento program bol vytvorený od: Tieto nástroje Vám umožnia pomôcť nám:Táto virtuálna jednotka je chránenáTento sprievodca Vám pomôže nainštalovať Tento sprievodca Vám pomôže nainštalovať Wine: Tento sprievodca Vám pomôže nahlásiť chybu pre oficiálne podporovaný program.Tento sprievodca Vám pomôže odinštalovať: Na zaistenie kompatibility Vašich hier, PlayOnMac musí nainštalovať XQuartz.NástrojePreklady:US alebo Kanadská verziaUžívatelia Ubuntu musia pridať repozitár MEDIBUNTU,\naby tento formát konverzie pracoval správne.Nedá sa nájsť súbor: Nedá sa nájsť verzia: Nedá sa nainštalovať XQuartz! Musíte ho nainštalovať na zlepšenie hernej kompatibility.OdinštalovaťOdinštalováva sa...Aktualizovať GITAktualizovať wineprefixAktualizuje sa zásuvný modul. Predošlý: Využitie: Použiť zásuvný modul Pokročilá konfigurácia WinePoužiť CD-ROM(y)Použiť DVD-ROM(y)Použiť Konfigurátor PlayOnLinux prePoužiť demo verziu Steam StorePoužiť verziu Steam StorePoužiť WineTricksPoužiť inštalačný súbor z ,ôjho počítačaPoužiť inú verziu WineVeľmi veľké ikonyGrafická karta má nedostatok pamäteVeľkosť video pamätiVirtuálna jednotkaVirtuálne jednotkyUPOZORNENIE. Prosím, použite najskôr POL_SetupWindow_InitČakajte, kým sa nepripraví inštalácia...Čaká sa na dokončenie pomocníka pri prvom spusteníUpozornenie: Tento nástroj je pre skúsených užívateľov. Pre čisté odinštalovanie programu s {0}, musíte vymazať priradenú virtuálnu jednotkuUpozornenie: Pre správne zakódovanie videa,\nMUSÍ byť rozlíšenie násobkom 16Zistili sme, že program, ktorý chcete nainštalovať je :Spýtame sa Vás na pár otázok. Prosím, buďte čo najpresnejší.Vitajte v pokročilej konfigurácii Wine - systéme optimalizácií pre Wine vytvorenom od GNU_Raziel. Ak neviete, čo si vybrať, NECHAJTE PREDVOLENÉ NASTAVENIAVitajte v Detour, zásuvnom module, ktorý Vám umožní vytvoriť po-inštalačné odkazy.Vitajte v inštalátore opravy $PVERSION pre $TITLEVitajte pri inštalačnom sprievodcovi programu $APPLICATION_TITLE.Vitajte v $APPLICATION_TITLE pomocníkovi.\nPomôže Vám nainštalovať $file na Vašom počítači.\n\nBuďte opatrný! Tento program nie je oficiálne podporovaný programom $APPLICATION_TITLE.\nPreto nemusí fungovať ako sa očakáva.Vitajte pri $APPLICATION_TITLE sprievodcovi ručnou inštaláciou.\n\nTento skript Vám umožní nainštalovať akýkoľvek program do $APPLICATION a použiť ho so všetkými nástrojmi\n\nUpozornenie: Nemôžeme Vám zaručiť, že Vaša aplikácia bude fungovať bezchybne.Ktorá z funkcií Vášho programu nefunguje?\nAk všetko funguje, zmieňte sa o tom.Aký je editor Vášho programu?Aká je prípona?Ako sa volá Váš program?Aký je názov Vášho programu?Aký máte problém?Čo chcete urobiť pred inštaláciou?Čo chcete urobiť?Keď {0} nainštaluje program pre Windows: - Ponechajte štandardné umiestnenie - Nezaškrtávajte kolónku 'Spustiť program' po opýtaníKde jeKde je pripojený Váš CD-ROM?Na ktorú aplikáciu chcete aplikovať modifikáciu?Ktorú verziu máte?Ktorú verziu Wine chcete použiť?Reštartovať WindowsZdá sa, že Wine spadol.\n\nAk Váš program beží, ignorujte túto správu.Wine odinštalátorVerzia WineVerzia wineZapíšte všetky zmeny, ktoré ste vykonali v konfigurácii Wine:XQuartz bol nainštalovaný.ÁnoSte pripojený na $APPLICATION_TITLE online ako $POL_LOGINPokúšate sa spustiť skript navrhnutý pre {0}! Nemusí fungovať ako sa očakáva.Nemôžete zavrieť toto oknoNevybrali ste hruÚspešne ste sa odhlásili z $APPLICATION_TITLE Online\nMôžete bez obáv zatvoriť toto okno.Musíte byť schopný spustiť tento program!Musíte zvoliť zachytený súbor na skonvertovanieMusíte zvoliť zachytený súbor na načítanieMusíte vybrať súbor!Musíte zvoliť hru na zmenenieMusíte reštartovať {0} pre uplatnenie zmien.Pre pokračovanie ho musíte nainštalovaťMali by ste ho nainštalovať pre používanie {0}Váš súborový systém môže zabrániť správnemu spusteniu {0}. Prosím, otvorte {0} v termináli, pre získanie viacerých podrobností.Vaša grafická karta má nedostatok pamäte!\nMôže to spôsobiť nefunkčnosť hry\nProsím, uistite sa, že ste pripojený na Internet.nie je prípona ikônzdo prostredia $APPLICATION_TITLE.{0} Sprievodca{0} nemôže nájsť {1}{0} konfigurácia{0} konzola{0} ladenie{0} chyba{0} inštalačná ponuka{0} nie je schopný spustiť POL_SetupWindow_server.{0} nie je schopný spustiť server okien inštalátora PlayOnLinux.{0} sa nezdá že by bol spustený ako root. Prepáčte{0} nemôže nájsť 32bitové knižnice OpenGL. Môžete naraziť na problémy s Vašimi hrami{0} nemôže nájsť 64bitové knižnice OpenGL. Môžete naraziť na problémy s Vašimi hrami{0} komunikátor{0} nastavenia{0} správca wine verziíplayonlinux/lang/locale/sl/000077500000000000000000000000001226051336100162355ustar00rootroot00000000000000playonlinux/lang/locale/sl/LC_MESSAGES/000077500000000000000000000000001226051336100200225ustar00rootroot00000000000000playonlinux/lang/locale/sl/LC_MESSAGES/pol.mo000066400000000000000000000047701226051336100211610ustar00rootroot00000000000000|'#AXn (')A4k) GI3;}$!/*EY s2,26A5x(C\ ,x ! 0      Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose an action to performConvert a captured file to videoPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease wait while the PlayOnLinux logo is created...Press +F8 to start or stop capturePress +F8 to stop captureThis plugin wil allow you to capture you applications under PlayOnLinuxWarning: For correct video encoding,\nresolution MUST be a multiple of 16Which application do you want to apply the modification to?You must choose a capture to convertYou must choose a capture to readProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2012-05-18 12:42+0000 Last-Translator: Matej Urbančič Language-Team: Slovenian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Ali želite dodati PlayOnLinux logotip v video?VsePrični z zajemnajen aplikacijeZajem v teku...Meni zajemanja (OpenGL)Meni zajemanja (ne-OpenGL)Zajem se bo pričelIzberi dejanje za izvedboPretvori datoteko zajema v videoPredvajaj zajeto datotekoProsim izberite PID datoteko zajema za predvajanjeProsim izberite datoteko zajema za pretvorboProsim izberite OGV datoteko zajema za predvajanjePočakajte, dokler se logotip PlayOnLinux ustvarja ...Pritisni +F8 za začetek ali prekinitev zajemaPritisni +F8 za prekinitev zajemaTa vstavek vam bo omogočil zajemanje aplikacij znotraj PlayOnLinuxPozor: za pravilno kodiranje video posnetkov\nMORA biti ločljivost večkratnik števila 16.Za kateri program naj se uveljavi sprememba?Morate izbrati zajem za pretvorboZa branje je treba najprej izbrati zajeto sliko.playonlinux/lang/locale/sr/000077500000000000000000000000001226051336100162435ustar00rootroot00000000000000playonlinux/lang/locale/sr/LC_MESSAGES/000077500000000000000000000000001226051336100200305ustar00rootroot00000000000000playonlinux/lang/locale/sr/LC_MESSAGES/pol.mo000066400000000000000000001240321226051336100211610ustar00rootroot00000000000000~   * 6 #G #k      * X)!!0,"*]""";"P"7# J# T#`#w#!##'###"#& $G$%M$3s$!$"$ $$%%&%@%S%gn%#%%}&&&&&&&& ' ' ?'`' '''''.'3($N(&s( (((((()*) @) K)U)d)*l) )) )))**#*N<*Y*Y*?+F+ ^+j+ r+}+C+(+B+5-5K-----&- -- .*.<.B.a.~.!.... ....//4/K/Q/Y/7b/.//%//0 0-00000(0#161F1V1m111111122(2 C2O2U2i2q2 x2+2222 2 23 3 #3 .3<3A3E3K3P3S34b33 33Q3 4"4 ;4\4o4444'44 4 45 5!5(=5'f55)5"5$536:L6Y6-6C72S77777$78(8#C8$g8]868>!9C`9;9+9& :43:0h::::): : ;9; ;; ;; <<-<><O<_<s<{<<<<<<<<< =+= I=T= s=="===<= > >>6>?>S> k>&w> >>'>">>e?d|?n?2P@2@B@-@ 'A93A*mAGAGA(BB&B C"*C@MC+CPCI D(UD~D D\DD E "E,E 'W3fW WVWW,XD0X5uXXJXVYH\YIYYZ# Z'DZ(lZ(Z&ZZ.[[[ \:\"\]!!]#C]g])]9]:]9^X^%t^7^!^7^Z,_g_A_91`k`6{`/``(`&aAa^]a$aaa bGbfb*b2bb2b1cOcQocsc5dd Ee-Re eee eYeJfaf5hd!i6ii!ii@jPjej{j`j jQjZHk kFkk!l)lClVl)gl'l:l"l#m;m DmOmZ^mNmnBn^n vn$nn o o?ooKp.gp$pp0p%q#.q'Rq#zq'qq1q rrI7rrr9rr rsTs is.ssss.s +t6t+Mt ytt tttt[t5u'Puxuu&v.>v.mvvAvv0w Lw=Ywwww w,w<xLNxNx-xLy?ey8ybyVAzz[{w{Z|'a|J|b|C7}.{}:}X}Y>~~UM_kioDـD;cF!%.bAHf׃!>)`7$„07S!o" څ! 2,Er.;>A+m7 ͇8؇9 K`X2IP0a4lj@߉" CKPC* aK+JwZ\z^=1z.-*QX>Ip3SJ [hx>:> y2:A bLu3–A $N/s!"ŗB,+X0x!B˘8G]ҙs0`OMJV(7c>"ڟ553HiC- $+0O\Q#"(CS:X$>]MUEGg1?٥$d¦ۦ!#!Eɧާ&Zp&btwK_Q iWe/rI\>5mFO&{ 8jk$C|[d}0vl~Ntn*=K~Z@B{?)<YS2J#3Rbg5V3#q* "(67-'akJW6zw9 L}MMhT[^ Y]E!! ++2g,4GIeu1@% 'P)=mQED(TXP f-z/qyhHVnR$]?C|Bxrdv^:oAoi" NS8lfAc%OGs.c;HxsayUj04 L>:`XFp< u`_9\,;U D71. Choose a file Extract the package Install the package (from {2}) does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: $APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is running your program$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.(If this list is empty, please install a wine version with wine version manager)Abort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.An error happened during download.An updated version of {0} is availableApplyAre you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: ArgumentsAssigned programAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBegin the capture of an applicationBrowseBy enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to continue.Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutDebugDefault virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDisableDisconnectDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?DonateDownload the programDownloading Wine: Edit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError while installing archiveError while installing fontsError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracting Wine...Extracting: FileFile associationsFile not found!File size does not match!Game is not installedGame is not installed.GamesGeneralGraphicsHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?I AgreeI don't want to make another shortcutIcon selectionIcons:If you don't know, unselect allIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation in progress...Installed Wine versions: Installed pluginsInstalling plugin: InternetKill all prefix processesKill processesKillAppKilling programs in the virtual drive...Large iconsLeaveLocate this logfileLogin: LogoutMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMiscellaneousMultimediaMultisamplingNameNewNew: NextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No-cd neededOfficeOne or more program(s) are missing. Please install them and run the script again.Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackager: Password: PatchesPlay a captured filePlayOnLinux package managerPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the game media into your disk drive.Please read thisPlease select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the setup file to runPlease select the setup file to run:Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRepair virtual driveReport a problem about {0}RunRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect a category for your programSelect patch to executeSendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, we need a detailed description.Task managerTestingThe PlayOnLinux website is unavailable.The download seems to have failed.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This is the list of the scripts you sent to us. You can run one of themThis plugin wil allow you to capture you applications under PlayOnLinuxThis program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: ToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: UninstallUninstalling...Update GITUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use PlayOnLinux's configurator forUse WineTricksUse another version of WineUser abortVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWait while the installation is prepared...Waiting for the first-assistant to be finishedWarning: For correct video encoding,\nresolution MUST be a multiple of 16We have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION installer for $TITLEWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which version of Wine would you like to use?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWrite any change you made to wine configuration here:YesYou cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou must restart {0} for the changes to take effect.You need to install it to continueYour video card does not have enough memory!\nIt might prevent the game from workingis not an icon extensionof{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start PlayOnLinux Setup Window server.{0} messenger{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:43+0000 Last-Translator: Саша Петровић Language-Team: српски <> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:12+0000 X-Generator: Launchpad (build 16877) Изабери датотеку Распакујте пакет Уградите пакет (из {2}) не постоји! је уклоњен успешно. Није исправан пакет Игара на Линуксу! на Вашем рачунару. или биће уграђен у: Уклањач $APPLICATION_TITLE$APPLICATION_TITLE самостални надограђивач$APPLICATION_TITLE отклањач буба се покреће...$APPLICATION_TITLE је већ извршавао овај програм.\nДа ли желите задржати старе поставке ?$APPLICATION_TITLE је наишао на грешку. Ако програм не ради исправно, ово може бити узрок проблема. \nПостите www.$POL_DNS за више података$APPLICATION_TITLE расчлањује Ваш програм$APPLICATION_TITLE извршава Ваш програм$AUTHOR профил$PACKAGE се срушио.$PACKAGE се срушио.\nКликните на везу отклона буба за више података.(Уколико је овај списак празан, молим, уградите издање вина са управником издања вина)Прекини уградњуО програму {0}ПрибориАктивирати подршку за GLSL?Активирати подршку за омекшавање?Активирати изобличење миша?ДодајДодати Плејонлинуксов логотип на видео снимак?СвеВећ је најновије издање.Десила се грешка приликом преузимањаОсвежено издањ {0} је доступноПримениДа ли сте сигурни да желите избрисати {0} ?Сигурно желите да обришете нестварни уређај {0}?Да ли сте сигурни да желите да обришете Да ли сте сигурни да желите да уградите: АргументиДодељен програмСамостална уградњаСамостално покретањеДоступна издања Вина: Лош наставак датотекеПазите! Ако измените Пажљиво! Ово ће убити поступак уградње. Ако није завршен, мораћете поново уградити $SOFTNAMEЗапочни снимање програмаРазгледајОмогућите ли ово, имаћете приступ пробним уградитељима. {0} не може јемчити да ће ваш програм радити без потешкоћа.ОткажиНисам успео да пронађем пречицуСнимање је у току…Сними мени (OpenGL)Сними мени (не-OpenGL)Снимање ће почети…Замени иконуПроверавам прикључак: Изабрати Директдро исцртавање?Изабрати исцртавање ван екрана?Изабрати одредишно исцртавање?Изаберите игруИзаберите прикључакИзаберите радњу за извршавањеИзаберите програмИзаберите могућност за изменуОдаберите датотеку која одговара Вашем програму.Одаберите дневник грешака који одговара вашем софтверу.Изаберите назив нестварног уређајаИзаберите формат за претварањеЧистим...Кликните Следеће за наставак.Кликните Следеће за крениЗатвориЗатвори сав {0} софтверЗатвори овај програмНаредбени упитНаредба коју треба извршити пре покретања програмаЗа тржишну употребуПодеситеПодесите ВиноПовежи сеПовежите се са Вашим $APPLICATION_TITLE налогомПовезујем се...Претварање је завршеноПретвори снимљену датотекуУмножавам ${filename}Умножавам нестварни уређајНаправи пречицуНалажење грешакаПоставке подразумеваног нестварног уређајаОдредите поставке кодирања \n (оставите ако не знате шта радите)Одредите поставке кодирања за пролаз 1 \n (оставите ако не знате шта радите)Одредите поставке кодирања за пролаз 2 \n (оставите ако не знате шта радите)ОбришиВеб страница програмера РазвојОнемогућиОдспојиПриказДа ли желите да Вам самостално уградим $APPLICATION_TITLEДа ли желите избрисати нестварни уређај:Да ли желите помоћи {0} да направи базу података сагласности? Уколико кликнете на да, следеће ствари ће нам бити послате безимено први пут кад будете покренули програм Прозора: - Ваш модел графичке карте - Издање Вашег оперативног система - Да ли су додатни управљачки програми уграђени, или нису. Ови подаци ће нам бити веома драгоцени да помогнемо људима.Желите ли да покушате поново?Да ли желите надоградити и поново покренути $APPLICATION_TITLE?Да ли се Ваш програм извршава?ПриложитеПреузмите програмПреузимам Вино Уреди или освежи постојећи програмОбразовањеИзбаците ЛРОмогућиОбриши (садржај нестварног уређаја ће бити изгубљен)ГрeшкaДесила се грешка приликом уграђивања архивеДесила се грешка приликом уградње словних ликоваГрешка!Грешка: Нисам успео да пронађем ЦД-ром!НапустиСпољна библиотекаИздвајам ВиноИздвајам: ДатотекаПридруживање датотекаНисам нашао датотеку!Величина датотека се не поклапаИгра није уграђенаИгра није уграђена.ИгреОпштеГрафикаОво је изворни код скрипата. Проверите их пажљивоКолико меморије ваша графичка картица има?ПристајемНе желим да правим још једну пречицуОдабир иконеИконеНе знам, одзначи свеАко сте успешно уградили програм дугметом „Угради програм који није на \nсписку“, то ће Вам омогућити да додате овај програм на Ваш списакУкључи:УградиУгради програм који није на спискуУгради програмУградите програм у нови нестварни уређајУградите саставне деловеУградња је завршенаУгради скриптуУградите нешто библиотекаУградња је завршена.Уградња је у току....Уграђена издања Вина Уграђени прикључциУграђујем прикључак: ИнтернетУбиј све процесе предметкаУбиј ПроцесУбиј програмУбијање програма у нестварном уређају...Велике иконеНапустиПронађите овај дневник грешакаПријава: ОдјаваMB преузетоПрави нову пречицу из овог нестварног уређајаСтварам пречицу...Управљајте издањима ВинаРучна уградњаСредње иконеПоручникМикронежни словни ликовиРазноЗвук и видеоМногоструко узорковањеНазивНовиНови: СледећеНеБез описаНема довољно простора за преузимање:\n$URL ($neededSpace KB)Није пронађено упутство за {0}Без потребе за дискомУредништвоЈедан или више програма недостаје(у). Молим, уградите их и покрените скрипте поново.Отвори љускуОтвори фасциклу програмаОтвори фасциклу програмаОтвори фасциклуОтвори фасциклу нестварног уређајаРадња је урађенаПрилагођавање је завршеноосталоПрепиши (обично успева, не јемчим)ЛР ЦД-ром читачПаковаоц: Лозинка: ЗакрпеПусти снимљену датотекуУправник пакета Игара на ЛинуксуИзаберите снимљену датотеку PID за пуштањеИзаберите снимљену датотеку за претварањеМолим, изаберите програмИзаберите снимљену датотеку OGV за пуштањеМолим, изаберите радњу за извођењеМолим, изаберите начин уградњеМолим, објасните Ваш проблем јасно, (али на енглеском):Молим, дајте кратак опис (неслов, само енглески)Молим, дајте што више података, иначе, биће веома тешко да вам помогнемоМолим, убаците носача игре у Ваш уређај за дисковеМолим да убаците носача игре у ваш уређај за дискове\nако то већ нисте учинили.Молим, унесите носач игре у вашу фиоку за дискове.Молим, прочитајте овоМолим унесите датотеку исправке грешакаОдаберите програм или нестварни уређај за подешавањеМолим, изаберите програм за уклањањеИзаберите програм, молим.Молим, изаберите датотеку иконеМолим, одаберите датотеку поставки за покретањеМолим, изаберите датотеку поставки за покретање:Молим, унесите назив нестварног уређаја Вашег програма.\nОвај назив не би требао да садржи размаке.Молим, сачекајте док $APPLICATION_TITLE умножи датотке:Молим, сачекајте док $APPLICATION_TITLE прегледа ваш хардверМолим, сачекајте док $APPLICATION_TITLE опонаша преобување ПрозораМолим, сачекајте док $APPLICATION_TITLE опонаша поновно покретањеМолим, сачекајте док се $SOFTNAME угради...Молим, сачекајте док се не угради $TITLE.Сачекајте док се логотип прави…Сачекајте док се видео снимак кодира…Молим, сачекајте...Управник прикључакаПрикључциПритисните +F8 да започнете или зауставите снимањеПритисните +F8 да зауставите снимањеКликните на дугме „Даље“ па на\nпрозор који желите да снимите.\nСнимање ће почети након пет секунди.\nСамо ће слика бити снимана.Приитисни следеће так након завршетка поступка уградњеАдреса посредникаПодешавање посредникаПријава за мрежног посредникаЛозинка посредника:Порт посредника:Читај датотеку ПРЕВОДИОЦАЧитај ЛР ЦД-ромЧитај ЛР ЦД-ромЧитајте приручникЧитам Ваше уређајеОсвежиОсвежавање {0}УписУређивач завођењаУклониПоправите нестваран уређајПријавите потешкоћу о {0}ПокрениПокрените местне скриптеПокрени чаробњака за подешавањеПокрените неке Ваше личне скриптеПокрећите ваше програме Прозора на Покрећем...Прегледам нестварне уређаје...Скриптори ТражиОдаберите врсту за ваш програмИзаберите закрпу за извршавањеПошаљиПошаљите нам радне скрипте створене ручном уградњомПостави мрежног посредникаПостави иконуПоставке променљивих датотека програмаПоставкеПрикажи нестварне уређајеОпонашај преобување ПрозораМале иконицеЖао ми је, треба нам опширнији опис.Управљач задатакаОпитнеВеб призор Игре на Линуксу није доступан.Изгледа ми да преузимање није успелоДатотека је названа : {0}Следећа датотека се налази на Фат32 систему датотека.\nТо може спречити вино од рада на \n\n$FilePathСледећа датотека се налази на НТСФ систему датотека.\nТо може спречити вино од рада на \n\n$FilePathСледећа датотека се налази на неизвршно прикаченом систему датотека.\nТо може спречити Вино од рада на \n\n$FilePathСледећи људи су допринели овом програму: циљни нестварни уређај $PREFNAME већ постојиНестварни уређај придружен {0} ({1}) више не постоји.Не постоји уграђен програм за отварање {0} датотекаОва датотека: Ова радња је онемогућена у окружењу Игре на ЛинуксуОвај уградни програм обезбеђује: Ово је списак скрипти које сте нам послали. Можете извршити неку од њихОвај додатак вам омогућава да снимате програме под ПлејонлинуксомОвај програм је тренутно на проби. Можда неће радити очекивано. Ваш утисак, добар или лош, је нарочито важан за побољшање овог уградитеља.Овај програм је створио: Овај алат ће Вам омогућити да нам помогнете :Овај нестварни уређај је заштићенОвај чаробњак ће Вам помоћи да уградите Овај чаробњак ће Вам помоћи да припремите $APPLICATION_TITLE окружењеОвај чаробњак ће вам помоћи да уградите Вино: Овај чаробњак ће вам помоћи да пријавите грешку са званично подржаним програмом.Овај чаробњак ће вам помоћи да покренете незваничне $APPLICATION_TITLE скрипте.Овај чаробњак ће вам помоћи да уклоните: АлаткеПреводи:Корисници Убунтуа морају додати складиште MEDIBUNTU\nда би претварање радило.Нисам успео да пронађем датотеку: Нисам успео да пронађем издање: УклониУклањам...Надогради ГИТНадоградите предметак ВинаНадограђујем $APPLICATION_TITLE из ГИТ-аНадограђујем прикључак. Претходни: Употреба: Користи напредни прикључак поставки ВинаУпотребљава ЦД-РОМ уређај(е)ДВД-РОМ(ови)Користи поставке Игре на Линуксу заКористи Вино магијеКористи друго издање ВинаПрекинуо корисникВеома велике иконеВидео картица нема довољно меморијеВеличина видео меморијеНестваран уређајТворац нестварног уређајаНестварни уређајиСачекајте док се уградња не подеси...Чекање да први чаробњак завршиУпозорење: да би кодирање прошло исправно,\nрезолуција мора бити дељива са 16Препознали смо да је програм који желите уградити :Поставићемо Вам неколико питања, молим, будите што \nпрецизнијиДобро дошли у Напредно подешавање Вина. Ако не знате шта да изаберете,ОСТАВИТЕ ПОДРАЗУМЕВАНЕ ПОСТАВКЕДобродошли у Скретање, прикључак који омогућава да направите послеуградне пречице.Добродошли у уграђивача закрпе $PVERSION за $TITLEДобродошли у $APPLICATION_TITLE чаробњака уградње.Добродошли у $APPLICATION_TITLE чаробњака.\nПомоћи ће Вам да уградите $file у Ваш рачунар.\n\nБудите пажљиви! Овај програм није званично подржан од стране $APPLICATION_TITLE.\nДакле, можда неће радити очекиваноДобродошли у $APPLICATION_TITLE творца нестварнох уређаја.\n\nОвај алат ће вам помоћи да створите нови нестварни уређајШта желите да урадите?Која могућност Вашег програма не ради?\nАко све ради, молим, напоменитеШта је уредник Вашег програма?Који је веб призор Вашег програма?Шта је то наставак?Који је назив Вашег програма?Који је назив Вашег програма?Какав нестваран уређај желите створитиШта би желели да урадите пре уградње?Шта би желели да урадите?Где јеГде Вам је прикачен CD-ROM?На који програм желите да примените измену?Које издање Вина би желели да употребљавате?Преобување ПрозораИзгледа да се вино срушило\n\nАко с Ваш програм извршава, само занемарите ову порукуВино уклањач програмаИздање ВинаИздање винаУпишите било које измене у Вину овде:ДаНе можете затворити овај прозорНисте изабрали игруИзгледа да немате личних скрипатаМорате бити у могућности да покрећете овај програмМорате одабрати ток снимања за претварањеМорате одабрати ток снимања за читањеИзаберите игру коју желите да изменитеМорате да покренете поново {0} да би се примениле промене.Морате га уградити да би наставилиВаша видео картица нема довољно меморије!\nТо може спречити извршавање игреније наставак иконеод{0} Чаробњак{0} не може наћи {1}{0} подешавања{0} конзолаИсправљач грешака{0} грешка{0} изборник уградње{0} није успео да се покрене на прозору поставки служитеља ИграНаЛинуксу{0} поручникПоставке {0}Управник издања Винаplayonlinux/lang/locale/sr@latin/000077500000000000000000000000001226051336100173735ustar00rootroot00000000000000playonlinux/lang/locale/sr@latin/LC_MESSAGES/000077500000000000000000000000001226051336100211605ustar00rootroot00000000000000playonlinux/lang/locale/sr@latin/LC_MESSAGES/pol.mo000066400000000000000000000114071226051336100223120ustar00rootroot00000000000000(\5pq'#%? U v &# 3NTYYW(l')40)M wG#\kI ;  $ !$ F g  $5 *Z         > _ n     BNJN-+/-[#(;,?DOQ`0;l1,' % (# "&' $ !Activate GLSL Support?Activate Multisampling support?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose an action to performChoose an option to modifyChoose the video format for conversionConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Play a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.This plugin wil allow you to capture you applications under PlayOnLinuxUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWhich application do you want to apply the modification to?You did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-21 08:12+0000 Last-Translator: Moki Ding Language-Team: Serbian Latin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Aktivirati podršku za GLSL?Aktivirati podršku za omekšavanje?Dodaj Plejonlinuksov logo na video snimak?SveZapočni snimanje aplikacijeSnimanje u toku...Snimi meni (OpenGL)Snimi meni (bez OpenGL)Snimanje će početi...Izabrati Direktdro iscrtavanje?Izabrati iscrtavanje van ekrana?Izabrati odredišno iscrtavanje?Izaberite igruIzaberite radnju za izvršavanjeIzaberite mogućnost za izmenuIzaberite format za pretvaranjePretvaranje je završenoKonvertuj snimljen fajl u videoOdredite postavke kodiranja \n (ostavite ako ne znate šta radite)Odredite postavke kodiranja za prolaz 1 \n (ostavite ako ne znate šta radite)Odredite postavke kodiranja za prolaz 2 \n (ostavite ako ne znate šta radite)Pusti snimljenu datotekuIzaberite snimljenu datoteku PID za puštanjeIzaberite snimljenu datoteku za pretvaranjeIzaberite snimljenu datoteku OGV za puštanjeSačekajte dok se logotip pravi ...Sačekajte dok se video snimak kodira…Pritisnite +F8 da započnete ili zaustavite snimanjePritisnite +F8 da zaustavite snimanjeKliknite na dugme „Dalje“ pa na\nprozor koji želite da snimite.\nSnimanje će početi nakon pet sekundi.\nSamo će slika biti snimana.Ovaj dodatak vam omogućuje da snimate aplikacije pod PlejonlinuksomKorisnici Ubuntua moraju dodati skladište MEDIBUNTU\nda bi pretvaranje radilo.Upozorenje: da bi kodiranje prošlo ispravno,\nrezolucija mora biti deljiva sa 16Dobro došli u Napredno podešavanje Vina kreiranog od strane GNU_Raziel. Ako ne znate šta da izaberete,OSTAVITE PODRAZUMEVANE POSTAVKENa kojoj aplikaciji želite da primenite izmenu?Niste izabrali igruMorate da odaberete tok snimanja za konvertovanjeMorate da odaberete tok snimanja za čitanjeIzaberite igru koju želite da izmeniteplayonlinux/lang/locale/sv/000077500000000000000000000000001226051336100162475ustar00rootroot00000000000000playonlinux/lang/locale/sv/LC_MESSAGES/000077500000000000000000000000001226051336100200345ustar00rootroot00000000000000playonlinux/lang/locale/sv/LC_MESSAGES/pol.mo000066400000000000000000000061571226051336100211740ustar00rootroot00000000000000/C  #%IPWm     "*< EPTY\ci~) ;I]eu| G;#=@ %   4 !R t  #         " %. T [ _ f l  : j x      B  8 U X l /-#& (*,. '% +$!)"AccessoriesBegin the capture of an applicationBrowseCancelCapture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginConfigureConvert a captured file to videoDevelopmentDisableEnableExitFileGamesGeneralGraphicsInstallInstalled pluginsInternetMultimediaNewNextNoOfficeOtherPlay a captured filePluginsPress +F8 to start or stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationRefreshRegistry EditorRemoveRunSet a proxySettingsThis plugin wil allow you to capture you applications under PlayOnLinuxToolsWhich application do you want to apply the modification to?YesYou did not select a gameofProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-11-01 19:39+0000 Last-Translator: AlexEriksson Language-Team: sv_SE.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) TillbehörBörja inspelningen av en applikationBläddraAvbrytInspelningsmeny (OpenGL)Inspelningsmeny (inte OpenGL)Inspelningen kommer att börja...Välj ett spelChoose a pluginConfigureKonvertera en inspelning till videoUtvecklingDisableEnableStängFilSpelGenerelltGrafikInstalleraInstalled pluginsInternetMultimedierInstallera ett program i en ny prefixNästaNejKontorAndraSpela upp en inspelningPluginsTryck +F8 för att starta eller stoppa inspelningenTryck på Nästa sedan klickar du på det fönster du vill spela in. Inspelningen kommer att börja automatiskt efter 5 sekunder. Bara video kommer att spelas in.Proxy addressProxy konfigurationUppdateraRegister EditorTa bortKörSätt en proxyInställningarDu kan spela in dina applikationer i PlayOnLinux med detta plugin.VerktygVilken applikation vill du applicera förändringen på?JaDu valde inget spelavplayonlinux/lang/locale/te/000077500000000000000000000000001226051336100162275ustar00rootroot00000000000000playonlinux/lang/locale/te/LC_MESSAGES/000077500000000000000000000000001226051336100200145ustar00rootroot00000000000000playonlinux/lang/locale/te/LC_MESSAGES/pol.mo000066400000000000000000000007261226051336100211500ustar00rootroot00000000000000$,89Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2011-02-04 17:00+0000 Last-Translator: FULL NAME Language-Team: Telugu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) playonlinux/lang/locale/th/000077500000000000000000000000001226051336100162325ustar00rootroot00000000000000playonlinux/lang/locale/th/LC_MESSAGES/000077500000000000000000000000001226051336100200175ustar00rootroot00000000000000playonlinux/lang/locale/th/LC_MESSAGES/pol.mo000066400000000000000000000315461226051336100211570ustar00rootroot00000000000000C4YL!' 2#6Zq   'CY&tq  N>YYA X 2t c   , (A 'j ) - C 1. 2` $ # $ $ && 4M 0 )  ) * G \>bIHM3-a;0$!B d6 ?WKX<6RB160T0/Q<QWZA0UH0B~G?]*{YT YU f !x!`""M"]"T/#^#F#g*${$Z%?i%Z%H'iM'`'(()m*]+--qx.r/x]131Y 2Qd2Q2]3.6>&%(: 4 C* @"'3+$, 2)0-7<1= ;#!/ A8B?95Activate GLSL Support?Activate Multisampling support?Activate the mouse warp override?Add the PlayOnLinux logo to your video?AllBegin the capture of an applicationCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose an action to performChoose an applicationChoose an option to modifyChoose the video format for conversionClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.Conversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)Game is not installed.Installation in progress...NOTICE: For low-latency audio, look into WineASIO.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLEOperation doneOptimisation donePlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert the game media into your disk drivePlease insert the game media into your disk drive.Please install $TITLE_REQUIRED firstPlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please wait while $TITLE is installed.Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Press +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Select patch to executeSteam have is own automatic update systemSteam have is own automatic update system.This plugin wil allow you to capture you applications under PlayOnLinuxUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Welcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the patch $PVERSION Installer for $TITLEWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.Which application do you want to apply the modification to?You did not select a gameYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 13:03+0000 Last-Translator: Vatin Language-Team: Thai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) เปิดใช้การรองรับ GLSL?เปิดใช้การรองรับ Multisampling?เปิดใช้การโอเวอร์ไรด์ Mouse Warp?เพิ่มโลโก้ PlayOnLinux ให้วิดีโอของคุณทั้งหมดเริ่มการจับโปรแกรมการจับกำลังดำเนินอยู่...จับเมนู (OpenGL)จับเมนู (ไม่ใช่ OpenGL)การจับจะเริ่มขึ้น...เลือกโหมด DirectDraw Renderer?เลือกโหมด Offscreen Rendering?เลือกโหมด Render Target Lock?เลือกเกมเลือกการกระทำที่จะดำเนินการเลือกโปรแกรมประยุกต์เลือกตัวเลือกที่จะปรับเปลี่ยนเลือกรูปแบบวิดีโอสำหรับการแปลงคลิก "Forward" เมื่อการติดตั้งเกม Steam\nจะดำเนินการสำเร็จเท่านั้น ไม่เช่นนั้นแล้วคุณต้องทำการติดตั้งใหม่เสร็จสิ้นการแปลงแปลงไฟล์ที่จับเป็นวิดีโอกำหนดตัวเลือกการเข้ารหัส\n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 1 \n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 2 \n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)เกมไม่ได้ติดตั้งกำลังดำเนินการติดตั้ง...หมายเหตุ: สำหรับเสียงที่มี Latency ต่ำ ให้ดูที่ WineASIOหมายเหตุ: ในการลงทะเบียน เมื่อมีหน้าต่างเปิดเพื่อขอให้ลงทะเบียน ให้ลากไฟล์ลงทะเบียนมาวางไว้ใน $TITLEการดำเนินการเสร็จสิ้นการปรับปรุงประสิทธิภาพเสร็จสิ้นเล่นไฟล์ที่จับโปรดเลือกไฟล์การจับ PID ที่จะเล่นโปรดเลือกไฟล์ที่จับที่จะแปลงโปรดเลือกไฟล์การจับ OGV ที่จะเล่นโปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟโปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟ\nถ้ายังไม่ได้ทำโปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟของคุณโปรดใส่สื่อบันทึกเกมในดิสก์ไดร์ฟโปรดติดตั้ง $TITLE_REQUIRED อันดับแรกโปรดเลือกไฟล์การติดตั้งที่จะรันโปรดเลือกไฟล์ติดตั้งที่จะรันโปรดเลือกไฟล์การติดตั้งที่จะรัน:โปรดรอขณะกำลังติดตั้ง $TITLEโปรดรอขณะที่โลโก้ PlayOnLinux กำลังถูกสร้างโปรดรอขณะที่วิดีโอของคุณกำลังถูกเข้ารหัส...กด +F8 เพื่อเริ่มหรือหยุดการจับกด +F8 เพื่อหยุดการจับกดปุ่มถัดไป จากนั้นคลิกที่หน้าต่าง\nที่คุณต้องการจับ\nการจับจะเริ่มโดยอัตโนมัติหลังจาก 5 วินาที\nวิดีโอเท่านั้นที่จะถูกจับเลือกแพทต์ที่จะดำเนินการSteam มีระบบการอัพเดทอัตโนมัติของตัวเองSteam มีระบบอัพเดทตัวเองแบบอัตโนมัติปลั๊กอินนี้จะทำให้คุณสามารถรันโปรแกรมต่างๆ ได้ภายใน PlayOnLinuxผู้ใช้ Ubuntu ต้องเพิ่มคลังซอฟต์แวร์ MEDIBUNTU \nเพื่อให้รูปแบบการแปลงนี้ทำงานได้ถูกต้องกรุณารอขณะกำลังดาวน์โหลดแพทต์...\nเวลาที่ใช้ขึ้นอยู่กับการเชื่อมต่อของคุณเตือน: เพื่อความถูกต้องในการเข้ารหัสวิดีโอ\nความละเอียดต้องเป็นเลขที่คูณด้วย 16 ลงตัวยินดีต้อนรับสู่ การกำหนดค่า Wine ขั้นสูง ซึ่งเป็นระบบการปรับปรุงประสิทธิภาพสำหรับ ที่สร้างขึ้นโดย GNU_Raziel ถ้าคุณไม่ทราบว่าจะเลือกอะไร ให้ปล่อยไว้เป็นค่าเริ่มต้นขอต้อนรับสู่ Detour เป็นปลั๊กอินที่ทำให้คุณสามารถสร้างทางลัดหลังการติดตั้งยินดีต้อนรับสูตัวติดตั้งในรุ่นแพทต์ $PVERSION สำหรับ $TITLEเมื่อ $TITLE ที่ดาวน์โหลดโดย Steam เสร็จสิ้นแล้ว\nอย่าคลิกที่ปุ่มเล่น (Play)\n\nให้ปิดส่วนติดต่อผู้ใช้ Steam\nเพื่อให้สคริปต์การติดตั้งดำเนินการต่อเมื่อ $TITLE ที่ดาวน์โหลดโดย Steam เสร็จสิ้นแล้ว\nอย่าคลิกที่ปุ่ม เล่น (Play)\n\nให้ปิดส่วนติดต่อผู้ใช้ Steam\nเพื่อให้สคริปต์การติดตั้งดำเนินการต่อโปรแกรมใดที่คุณต้องการนำการปรับแต่งมาใช้คุณไม่ได้เลือกเกมคุณไม่ต้องติดตั้ง DirectX หรือใช้ GLSetupคุณต้องเลือกการจับที่จะแปลงคุณต้องเลือกการจับที่จะอ่านคุณต้องเลือกเกมที่จะเปลี่ยนแปลงplayonlinux/lang/locale/tr/000077500000000000000000000000001226051336100162445ustar00rootroot00000000000000playonlinux/lang/locale/tr/LC_MESSAGES/000077500000000000000000000000001226051336100200315ustar00rootroot00000000000000playonlinux/lang/locale/tr/LC_MESSAGES/pol.mo000066400000000000000000001357561226051336100212010ustar00rootroot00000000000000leP&Q&#d&-&0&+&#'(7'(`'&')''_'Y(m( ( (((!(('(`)|)&))6)/))*%>*3d*!*"***+L+,#,-(-}/---1--.,.F.;\.. . .. /'/7/S/i/!//&//q/c0i00 0 0 000 00 0 1$"16G1 ~1111111z 2N2Y2Y.33 33 333 33z3'm4%4,4946"5Y53`555$555 6i666 66666666%7?7F7K7a7r7w7727 777788$8 +8 98Z8c88%88m85&9b\9V9U:sl:\:`=;\;4;0<9<A<^<(p<<<<<<==0=N=l=!=!====>&>?>X> s>>>>>>>>> >>>-?3?G? O?+]??? ? ??<?1@ G@ U@ `@0n@2AaAN4BcBBBBBC1C(LC uCCCACCCD DD DD E*E9EKE QE \EgEoEE(E'E"E)F5>FYtF?F?G/NGE~G/G-GC"H@fH@H@H@)IjI7I1I2I6$J8[J$JJJJSJfPKK7K$ L/LHL/cLL&L:L#M$9M$^MMIMCM&(N)ON(yN4N0NOO&O).O XOyO PP &P2P APLPbPrPzPP9PPP PPQQ#Q'Q @Q%MQsQQQ QQ QQQ*Q#RAR$YR~RR R RRRR R)R<&ScSwSS)S*SdS \TiT@qT'TwTRU2jUUU0GV^xV/V0W48W7mW@W#WU X3`X4X4X7XG6Y~Y"Y+Y(YZ Z *Z5Z\LZ Z Z ZZ&Z Z[ [f[w[[[ [&[)[*\d1\d\d\d`]b]K(^Kt^I^E _GP__M/`-}`'`3`3a<;a'xa aaYbb;c@c> d;Jdd1ddd%e.e=e Ne [e/iee*e'ee f0'f$Xf!}f fWfXgkqg"g h!h6h h;h+i.i EiPi bi ni {ii,i[i[j {j j8jjjl/l*l-l)(m Rm%sm%m#m&m, n\7nnn n n#n0n-%oSo)Xo\oo*op2p>Jp8pp>p#q#@qdqq"Xr[{rr3s#st$ttt4tu1uOunu?u+u%u(v%Cvivyv(vv%v%v!w53w iwvvww#wx ,x8x AxNxcxkx{x.x x6xFydyyyyyyyy~zv{v{{{ | &|2|K|Z| l|w|"|1}/L};|}K} ~4~F~\~$|~~~ ~~f  ' !(E KUq 7 ,?GMU1n $ρ+ށ 5gςY7\f_[H6ۅ (< M[q"ʆ"! 2 StӇ  + 5@Ugy 5) )06gAۉ;Y bos7l+\|rw~@* 5DCHi Ϗ'ۏ1 8CLTq7:ǐ#7&>^jIIR:Tג;,9hOIJ<JJҔ=<<zN@@G:ÖۖY_*D)T~!.8B@8990HHU''&76^(ԛ E59o+JdsĝԝE۝!? G S` { . Ğ6)9*c 84.(%W0}-ܠ  ).X4j1 ѡݡ1 1<QnӢ;'!Iף=3I9t:56B:_O"Y %g==˧I YS8ʨC:G sΩBU]q4qϪAWm#.ӫ+X.XXX9JIݭI'MqTYnY<0Cǰ4 7@>x#۱%EA>E/,ϴ$/TnY3+6b@/Ҷ&0)ZZZg'x%ƸCf9ȹ" 8FZc9y^^ q ? ͻWm7"#`%*,v:NPT/n<8}r0$qIcO2hS'l123A9n^6~X-UHN._yqRFC> YY+Q^%V! e Be4V}C Zj b?fZxt0k1a][tU\Ls/*f S&dL7ymsd\g(`r xP@p.6O$~<pu,@)G4biDjEl=IJ['BJ?&Mc KXGguoM =3)v;z#w|H; 5|kaW!(]h_5+KR {{8"-E9AwT FzD>Qi:o Original licence isn't a valid PlayOnLinux package!"Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Uninstaller$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE is installedAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAn updated version of {0} is availableApplyAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Arrow keys (default)Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAvailable Wine versions: Be careful! Installing one of these components can break your virtual drive.Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBrasilian (text only)BrowseBy enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Check which components do you want to install additionally:Checking download integrity...Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose an action to performChoose an applicationChoose an option to modifyChoose the game language you wantChoose the game resolutionChoose the video format for conversionCleaningClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommercialConfigureConfigure WineConnectControl PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Could not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutDebugDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Define your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want to browse $TITLE website?Do you want to download $TITLE from GOG.com?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?DonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownloading Game For Windows Live...Downloading fontsDownloading gecko ...Downloading: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.Dutch (text only)EditorEducationEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionErrorError while installing archiveError while uncompressing the archiveError!ExitExtracting Slender...Factory defaultsFileFile associationsFrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?Gog.com login failed, try again?GraphicsHigh quality (Entropy settings)I AgreeI don't want to make another shortcutIcons:If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIn what directory do you want to download GOG files?Include:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall scriptsInstallation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing XMLlite...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing wintrust DLL...Installing: InternetItalian (text only)Italian versionJapanese versionJoin a channelKill processesKillAppLanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMultimediaMultisamplingNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENewNextNoNo descriptionNo manual found for {0}No root command specified, abording installation.No supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueOfficeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPackager: Password: PatchesPlay a captured filePlayOnLinux package managerPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a virtual drive namePlease choose an OGV capture file to playPlease enter your gog.com login to download $BASENAMEPlease give the more details as you can, otherwise, it will be very difficult to help youPlease insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease read carrefullyPlease read thisPlease read this carefullyPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead the manualRefreshRefreshing {0}RegisterRegistering libraries, please wait\n(It can take a while)Registry EditorRemoveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...SaveScriptors: SearchSelect a DLC to installSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSendSet a proxySet the iconSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Task managerTestingThe CD protection of this game doesn't work correctly with Wine.The PlayOnLinux website is unavailable.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The file is named : {0}The following people contributed to this program: The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis virtual drive is protectedThis wizard will help you install This wizard will help you to install Wine: This wizard will help you to uninstall: ToolsTranslations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.UnchangedUninstallUpdate GITUpdating $TITLEUse Advanced Wine Configuration pluginUser abortVCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo memory sizeVirtual drivesVisual qualityWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWhat extra shortcuts should be created?What is your preferred language?When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Windows rebootWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?YesYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou dont have to install DirectX or use GLSetup.You must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?ZQSD (Azerty)glxinfo is not installed. Please install mesa-utils packageoftemp directory missing{0} Wizard{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:59+0000 Last-Translator: Yiğit Anıl Language-Team: Turkish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Orjinal Lisans paketi geçerli bir PlayOnLinux paketi değil!"Horse Armor Pack" kurulumu başlayacak..."Knights of the Nine" kurulumu başlayacak..."Mehrunes Razor" kurulumu başlayacak..."Orrery" kurulumu başlayacak..."Spell Tomes" kurulumu başlayacak..."Thieves Den" kurulumu başlayacak..."Vile Lair" kurulumu başlayacak..."Wizard Tower" kurulumu başlayacak...$APPLICATION_TITLE Yazılım Kaldırıcısı$TITLE kuruldu.\n\n Erich Hoover'a wine yaması(AcceptEx Fix) için özel teşekkür ederiz.$TITLE kuruldu.Kurulumu iptal et{0} HakkındaDonatılarGLSL Desteği etkinleştirilsin mi?Çoklu-örnekleme desteği etkinleştirilsin mi?Fare geçiş zorlaması etkinleştirilsin mi?EkleVideonuza PlayOLinux logosu eklensin mi ?Advent Revising yaması kuruldu;\n Setz'e çalışması için e-posta yollamayı unutmayın.Hepsi{0} yazılımının yeni bir sürümü varUygula{0} paketini yüklemek istediğinize emin misiniz?Bütün {0} pencerelerini kapatmak istediğinize emin misiniz?Wine {0} sürümünü silmek istediğinize emin misiniz?Silmek için emin misiniz?{0} sanal sürücüsünü silmek istediğinizden emin misiniz?Silmek istediğinize emin misiniz: Kurmak istediğinize emin misiniz: Ok anahtarları(Varsayılan)Dikkat: Kurulum tamamlandıktan sonra yama kurulumu yüklenecek. Bütün kuruluma giriş yapmadan önce lütfen yama kurulumunu kapatın. Bundan sonra kurulum tamamlandığında "$TITLE"'ı çalıştırabilirsiniz.Kullanılabilir Wine sürümleri: Bu bileşenlerden biri sanal sürücüyü bozabileceğinden dolayı kurarken dikkatli olun.Dikkatli olun! $TITLE'ı $APPLICATION_TITLE ile çalıştırmak için, legal sürüme sahip olsanız bile No-CD yaması kurmalısınız.\n\n Lütfen unutmayın $APPLICATION_TITLE korsana son derece karşıdır ve asla desteklemeyecektir.Bir uygulamanın görüntüsünü yakalamaya başlaBrezilya Portekizcesi(sadece metin)GözatBu seçeneği etkinleştirerek sınanan uygulama yükleyicilerine erişiminiz olacak. {0} uygulamanızın sorunsuz olarak çalışacağını garanti edemezİptalKısayol bulunamıyorResmi indiriciyi kullanarak kuramıyoruz, üzgünüzYakalama işlemi sürüyor...Yakalama seçkesi (OpenGL'li)Yakalama seçkesi (OpenGL'siz)Yakalamaya başlanacak...Ek olarak hangi bileşenleri kurmak istediğinizi kontrol edin.İndirme bütünlüğü kontrol ediliyor...DirectDraw işleme kipi seçilsin mi?Ekran dışı işleme kipi seçilsin mi?Hedef işlem Kilit Kipi seçilsin mi?Bir oyun seçinEklenti seçinGerçekleştirmek için bir eylem seçinBir uygulama seçinDüzenlemek için bir seçenek seçinİstediğiniz oyun lisanını seçin.Oyun çözünürlüğünü seçinDönüştürme işlemi için bir video biçimi seçinTemizleniyor"İleri"'ye sadece Steam oyun kurulumu tamanlandığında\n tıklayın. Aksi halde kurulumu yeniden yapmanız gerekir.KapatBütün {0} yazılımlarını kapatBu uygulamayı kapatKod çarkıTicârîYapılandırWine'ı YapılandırBağlanDenetim MasasıDönüştürme tamamlandıYakalanmış bir dosyayı videoya dönüştürVideolar dönüştürülüyor...Kurulum dosyaları kopyalınıyor, lütfen bekleyin...$PREFIX sanal diskinde $EXE çalıştırılabilir dosyası bulunamadıProgram dizini bulunamıyorKısayol oluştur.Hata ayıklamaArşiv çıkarılıyor...Dedicated ServerAdanmış Sunucu DüzenleyicisiAdanmış SunucuVarsayılan video ayarları modern bilgisayarlar için biraz düşük,\n ileri video ayarlarından "Auto-detect"'e tıklamayı unutmayın.Dil kodlaması seçeneklerini tanımlayın \n (eğer ne yapacağınızı bilmiyorsanız varsayılan ayarları değiştirmeyin)Geçiş 1 için işleme seçeneklerinizi belirtin \n (ne yapılacağını bilmiyorsanız varolanları değiştirmeyin)Geçiş 2 için işleme seçeneklerinizi belirtin \n (ne yapılacağını bilmiyorsanız varolanları değiştirmeyin)SilDemo sürümüGeliştirici ve Web Sitesi: GeliştirmeDigital Deluxe sürümüEtkisizleştirBağlantıyı KesGörünümİndirme tamamlandığı zaman Steam'i kapatmayı \nunutmayın, böylece $APPLICATION_TITLE oyununuzu kurmaya\n devam edebilir.Yüklenecek dil paketiniz var mı?$TITLE websitesini görüntülemek ister misiniz?GOG.com'dan $TITLE'ı indirmek istiyor musunuz?Inno Kurulumunun unicode sürümünü kurmak ister misiniz?GOG.com forumlarındaki orjinal iş parcacıklarını okumak ister misiniz?Bağış Yapİndirme tamamlandı\n Yama kurulumları başlayacakİndirme başarısızİndirme bozulmuş görünüyorGame For Windows Live indiriliyor...Yazı tipleri indiriliyorgecko indiriliyor...İndiriliyor Kurulum süresince lütfen ASIO4ALL seçeneğinin işaretini KALDIRIN ve kurulum sonunda FL Studio'yu çalıştır işaretini KALDIRIN.Flemenkçe(sadece metin)DüzenleyiciEğitimEtkinleştirptrace() evrensel ollarak etkinleştir.İngilizceİngilizce sürümüGeliştirilmiş SürümHataYığın kurulurken hatâ oluştuArşiv çıkarılırken hataHata!ÇıkışSlender çıkartılıyor...Varsayılan fabrika ayarlarıDosyaDosya ilişkilendirmeleriFransızcaTam (1.5GB), önemsiz sorunları da onar. (49 arasahne)GLSL DesteğiYılın Oyunu sürümüOyun yüklü değilOyun yüklenemedi.OyunlarGenelAlmancaOraya gidelim mi şimdi?Gog.com giriş başarısız, tekrar deneyelim mi?GrafiklerYüksel kalite(Dağıntı ayarları)Kabul EdiyorumBaşka bir kısayol oluşturmak istemiyorumSimgeler:Eğer oyun açılış sırasında çökerse terminali açın ve bunları yazın:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeEğer kurulum DirectX kurulumu isterse, hayır deyin.Bu pencereyi kapattıktan sonra gelen yanıtları okuyamazsınız. Kapatmak istediğinize emin misiniz?"Shivering Isle" eklentisine sahip değilseniz\n girmeden önce oyunu güncellemelisiniz."Shivering Isle" eklentisine sahip değilseniz\n kullanmadan önce oyunu güncellemelisiniz.Eğer bağlantı sırasında 3007 hatasını alıyorsanız, terminali açın ve bunları girin\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeDotNet 3.0 kurulumu sırasında hata mesajları görürseniz onları sorun olmadan yok sayabilirsiniz.DotNet 3.5 SP1 kurulumu sırasında hata mesajı görürseniz, sorun olmadan yoksayabilirsiniz.DotNet 4.0 kurulumu sırasında hata mesajı görürseniz, sorun olmadan yoksayabilirsiniz.GOG dosyalarını hangi dizine indirmek istiyorsunuz?Ekle:KurListede olmayan bir uygulama kurUygulama kurYeni bir sanal sürücüye yazılım kurBileşenleri kurBetikleri kurYükleme sürüyor...Kurulu Wine sürümleri: Yüklü eklentilerAdobe Air yükleniyorDirectMusic kuruluyorDirectx 10 dll'leri yükleniyor...Directx 11 dll'leri yükleniyor...DircetX 9 dll'leri yükleniyor...Games For Windows Live kuruluyorLinuxtrack-wine DLL kuruluyor...XMLlite kuruluyor...Xact dlls kuruluyor...Xinput dlls kuruluyor...Yazı tipleri indiriliyormfc42 DLLs kuruluyor...msasn1 DLL kuruluyor...wintrust DLL kuruluyor...İndiriliyor İnternetİtalyancaİtalyanca sürümüJaponca sürümüBir kanala katılİşlemleri SonlandırKillAppLisanBüyük simgelerDaha SonraÇıkHafif (702MB), önemli sorunları onar. (18 arasahne)Bu günlük dosyasının yerini saptayınGiriş: MB indirildiBu sanal sürücüden yeni bir kısayol oluşturKısayol oluşturuluyor...Wine sürümlerini yönetOrta büyüklükte simgelerİleticiMicrosoft yazıbiçimleriMicrosoft yazı tipleri kurulu değil; Onları sizin kuracağım.Microsoft yazı tipleri başarılı bir şekilde yüklendi.MuhtelifÇoklu ortamÇokluörneklemNOT: Bu kurulumda Cd kullanmanız gerekmektedir, eğer EA tarafından piyasaya sürülen ücretsiz ISO kalıbı indirdiyseniz lürfen bu kalıbı Brasero ya da benzeri programlarsa CD veya DVD'ye yazın ve CD sürücünüze yerleştirin. ISO kalıbını yerleştirmek belli yazılımlar için işe yarayabilir ama Mounty 'nin bunun için çalışmayacağını biliyorum.UYARI: Düşük ses gecikmesi için WineASIO'ya gözat.UYARI: Düsük ses gecikme süresi WineASIO'ya bakın. MIDI kontrol aygıtı beklendiği gibi çalışmalı.DİKKAT: POL korsan kullanımı hoş görmez. Lütfen $TITLE'ı saygılı şekilde kullanınUYARI: Kayıt olmak için, kayıt olmak için sorduğu zaman kayıt dosyasını $TITLE'ın içine sürükleyin ve bırakın.YeniİleriHayırAçıklama yok{0} için kullanım rehberi yokYetkili kullanıcı komutu belirlenmedi, kurulum iptal ediliyor.Infinity Engine destekli oyun bulunamadı.CD'siz çalışanlarNormal sürümNotŞimdi devam etmek için $TITLE kurulum penceresine dönebilirsinizOfisOyun ilk çalıştığında uygun işleyicileri otomatik olarak tespit edecek.\n OpenGl işleyici ile daha iyi performans almanız olasıdır;\n "Bütün aygıtları göster" 'e tıkladıktan sonra seçebilirsiniz.$URL şimdi açılsın mı?Bir kabuk açınProgramın rehberini açınızUygulamanın dizinini açRehberi açSanal sürücünün rehberini açınızİşlem tamamlandıİyileştirme tamamlandıDiğerPaketçi: Parola: YamalarYakalanan bir dosyayı oynatPlayOnLinux paket yöneticisiLütfen oynatmak için bir PID yakalama dosyası seçinLütfen dönüştürmek için bir yakalama dosyası seçinLütfen sanal sürücü ismi seçinLütfen oynatmak için bir OGV yakalama dosyası seçin$BASENAME'i indirmek için gog.com giriş bilgilerinizi girin.Lütfen verebildiğiniz kadar çok ayrıntı verin, aksi takdirde size yardım etmemiz çok zor olacaktırHala yapılmadıysa\n Lütfen Disk 2'yi disk sürücünüze yerleştirin.Hala yapılmadıysa\n Lütfen Disk 3'yi disk sürücünüze yerleştirin.Lütfen oyun ortamı 1'i disk sürücüsüne yerleştirin.Eğer yerleştirmediyseniz lütfen 1. oyun CD'sini \n sürücünüze yerleştirin.Lütfen oyun ortamı 2'yi disk sürücünüze yerleştirin.Lütfen disk sürücünüze oyun medyasını yerleştirinHala yapmadıysanız\n Lütfen oyun ortamını disk sürücünüze yerleştirinHala yapmadıysanız\nLütfen ortam 1'i disk sürücünüze yerleştirin.Hala yapmadıysanız\nLütfen ortam 2'yi disk sürücünüze yerleştirin.Hala yapmadıysanız\nLütfen ortam 3'ü disk sürücünüze yerleştirin.Hala yapmadıysanız\nLütfen ortam 4'ü disk sürücünüze yerleştirin.Lütfen ilk diski yerleştirinLütfen ilk oyun ortamını disk sürücünüze yerleştirin.Lütfen oyun ortamınızı disk sürücünüze yerleştirin.Lütfen oyunun bulunduğu ortamı (CD-DVD) disk sürücünüze yerleştiriniz.Lütfen sonraki oyun ortamınızı disk sürücüye yerleştirinLütfen ikinci oyun ortamını disk sürücünüze yerleştirin.Lütfen önce $TITLE_REQUIRED kurulumunu gerçekleştirin.Lütfen dikkatli okuyunLütfen okuyunLütfen dikkâtlice okuyunLütfen $TITLE kurulum dosyasını seçin. KURULUM SONUNDA IMBURG ÇALIŞTIRI SEÇMEYİN.Lütfen $TITLE kurulum dosyasını seçin. Kurulum sırasında, kurmak istediği tüm ekstra sürücüleri seçim dışı bırakın.Lütfen hatâ ayıklanacak dosyayı seçinLütfen yapılandırılacak uygulama ya da sanal sürücüyü seçinLütfen kaldırılacak uygulamayı seçinLütfen bir uygulama seçin.Lütfen bir simge dosyası seçinLürfen kurulumun MS-DOS sürümünü seçin:Lütfen oyun dilini seçinLütfen çalıştırılacak yükleme dosyasını seçin.Lütfen $EDITOR websitesinde kurulum dosyası indirildi'yi seçin.Lütfen çalıştırılacak kurulum dosyasını seçinizLütfen çalıştırmak için kurulum dosyasını seçin.Lütfen çalıştırılacak kurulum dosyasını seçiniz:Lütfen sürüm seçin.$APPLICATION_TITLE Ubisoft Game Launcher'ı indirirken lütfen bekleyin.$APPLICATION_TITLE, Windows yeniden başlatmasını taklit ederken lütfen bekleyiniz$TITLE yüklenirken lütfen bekleyiniz.Desura indirilirken lütfen bekleyin...Steam indirilirken lütfen bekleyin...Lütfen PlayOnLinux logosu oluşturulurken bekleyin...Videonuz işlenirken lütfen bekleyin...Lütfen bekleyiniz...Eklenti yöneticisiEklentilerYakalamayı başlatmak veya durdurmak için +F8 tuşuna basınYakalamayı durdurmak için +F8 tuşuna basınYakalamak istediğiniz pencere için\nönce İleriye basın ve o pencereye tıklayın.\nYakalama 5 saniye sonra otomatik olarak başlar.\nSadece Video yakalanacaktır.Vekil sunucu adresiVekil sunucu yapılandırmasıVekil sunucuda oturum açProxy şifresiVekil sunucu portuTRANSLATORS dosyasını okuyunKullanım rehberini okuYenile{0} yenileniyorKaydolKütüphaneler kaydediliyor, lütfen bekleyin\n(biraz süre alabilir)Kayıt Defteri DüzenleyicisiKaldırHata bildirHatâ bildir{0} hakkında hatâ bildirTekrar dene?Çalıştır$TITLE güvenli modda çalıştırılsın mı?\$TITLE Çalıştırılsın mı?Bu sanal sürücüde bir .exe dosyası çalıştırınYerel bir betik çalıştırYapılandırma sihirbazını çalıştırWindows yazılımlarınız artık burada: Çalışıyor...KaydetBetikçiler: AramaYüklemek için bir DLC(İndirilebilir İçerik) seçin.Çalıştırmak için ilk yamayı(EE Upgrade) seçinGerçekleştirmek için birinci yamayı seçinUygulanacak yama dosyasını seçinizÇalıştırmak için ikinci yamayı(1.5) seçinGerçekleştirmek için ikinci yamayı seçinGönderBir vekil sunucu ayarlaSimge belirleAyarlarSanal sürücüleri gösterWindows yeniden başlatmasını taklit etKüçük simgelerÜzgünüz, ama bu geçerli bir .zip dosyası değilÜzgünüm, bu kişi özel ileti almak istemiyor.İspanyolcaStandart SürümStandart klavye anahatlarıSteam kendi otomatik güncelleme sistemine sahip.Steam kendi otomatik güncelleme sistemine sahip.Steam kurulumu saptandı\n bu oyunu aynı sanal sürücüye kurmak ister misiniz?Görev YöneticisiSınamada olanlarBu oyunun CD korumsası Wine için düzgün çalışmıyor.PlayOnLinux web sitesi yayında değil.Kodların dökümantasyonda bulunabilecek yeni oyunu başlatmaları\n gerekiyor;\n Oyun simgesine sağ tıklayın, "Kullanım Klavuzunu Oku".Dosya şöyle isimlendirildi:Aşağıdaki insanlar bu programa katkıda bulunmuşlardır: Seviye düzenleyicisiYama şimdi PlayOnLinux'un Outcast için kurulum sihirbazı\ntarafından etkineştirilebilir ve yapılandırılabilir.\n Ve GoG forumunlarında Zenger'a mesaj bırakmayı unutmayın.Program devam etmek için ptrace()'e erişime gerekiyor.Ayarlardan üçlü-tamponlamayı devre dışı bırakmayı düşünün,\nWine tarafından tam olarak desteklenmiyor.Bu eklenti otomatik olarak 1.3.5511 yamasını kurar.Bu eklenti otomatik olarak 2.5.26461 yamasını kurar.Bu eklenti oyunu otomatik olarak 1.2.0416 sürümüne yamalayacak.Bu eklenti oyunu otomatik olarak 1.03 sürümüne yamalar.Oyun zaten Geliştirilmiş Sürüme sahip\n ve sadece yama 1.5 'a ihtiyacı varBu kurulum betiği ffmpeg istiyor.Bu bir güncelleme veya eklenti için kurulum;\n Lütfen önce $TITLE_REQUIRED'ı kurun.Bu paket 64-bit kurulumda çalışmazBu paket wine 1.3.18 veya daha düşük sürümle çalışmazBu paket wine 1.3.22 veya daha düşük sürümle çalışmazBu paket wine 1.5.21 veya daha üst sürümle kurulum için başarısız.Bu eklenti PlayOnLinux altındaki uygulamalarınızı yakalamanızda size yardımcı olurBu sanal sürücü korumalıBu sihirbaz size şunu yüklemenizde yardımcı olacak: Bu sihirbaz şu Wine sürümünü yüklemenizde yardımcı olacak: Bu sihirbaz size şunu kaldırmanızda yardımcı olacak: AraçlarÇeviriler:Birleşik Krallık sürümüABD veya Kanada sürümüBu dönüştürme biçiminin doğru çalışması için\nUbuntu kullanıcıları MEDIBUNTU deposunu eklemelidirler.DeğiştirilmemişKaldırGIT'i güncelleyin.$TITLE güncelleniyorGelişmiş Wine Yapılandırması eklentisini kullanKullanıcı iptaliPlayOnLinux sürümünüz çok eski olduğu için VCRun2010 kurulumu başarısız olabilir. Lütfen güncelleyin.Çok büyük simgelerVideo hâfıza boyutuSanal sürücülerGörsel kaliteWASD (İngilize Klavye Düzeni)Kurulum hazırlanırken bekleyin...Lisan paketi yapılandırılırken bekleyin...Yüklemeye hazırlanılırken bekleyiniz...Yama 1 indirilirken bekleyin...\Bu işlem bağlantınıza bağlı olarak zaman alabilir.Yama 2 indirilirken bekleyin...\Bu işlem bağlantınıza bağlı olarak zaman alabilir.Yama 3 indirilirken bekleyin...\Bu işlem bağlantınıza bağlı olarak zaman alabilir.Yama 4 indirilirken bekleyin...\Bu işlem bağlantınıza bağlı olarak zaman alabilir.Yama indirilirken bekleyin... Bu işlem bağlantınıza göre zaman alır.Uyarı: vcrun2005 zaten kurulu gözüküyor.\nTekrar kuruluma zorlanıyorUyarı: vcrun2008 zaten kurulu gözüküyor.\nTekrar kuruluma zorlanıyorUyarı: Doğru video işlemesi için,\nçözünürlük 16 ve üzeri OLMALIDIRUyarı: GameShadow çalışmayacak.\nLütfen kurulum sırasında seçimi kaldırın.Uyarı: Kurulum tamamlandığında "Run $TITLE" işaret kutucuğunu işaretlememelisiniz.GNU_Raziel tarafından oluşturulan Wine için bir iyileştirme sistemi olan Gelişmiş Wine Yapılandırmasına hoş geldiniz. Hangi ayarları seçeceğinizi bilmiyorsanız VAR OLANLARI DEĞİŞTİRMEYİNKurulum sonrası kısayollar oluşturmanızı sağlayan Detour eklentisine hoş geldiniz.$TITLE için $PVERSION kurulumuna hoş geldiniz$TITLE için DLC(İndirilebilir İçerik) kurulumuna hoş geldiniz.$TITLE için $PVERSION yama kurulumuna hoş geldiniz$TITLE için $PVERSION yaması kurulumuna hoşgeldiniz$TITLE_REQUIRED için $PVERSION yama kurulumuna hoşgeldiniz.Hangi ek kısayollar oluşturulsun?Tercih ettiğiniz dil nedir?Steam $TITLE indirmesi tamamlandığında, Playe'e tıklamayın.\n\n Steam arayüzünü tamamen kapatın,\n böylece kurulum betiği devam edebilir.Steam $TITLE indirmesi tamamlandığında,\n Play'e tıklamayın.\n\n Steam arayüzünü tamamen kapatın, \n Böylece kurulum betiği devam edebilir.Steam $TITLE indirmesi tamamlandığında,\n Play'e tıklamayın.\n\n Steam arayüzünü tamamen kapatın, \n Böylece kurulum betiği devam edebilir.Oyun kurulumu sonraki DVD'yi istediğinde\n \"İleri\"'ye tıklayın.Oyun kurulumu bir sonraki diski istediği zaman\nTıkla\"İleri\"Oyun bir sonraki diski istediğinde \n "Forward" 'a tıklayınUyarlamayı hangi uygulamaya yapmak istersiniz?Hangi sürüme sahipsiniz?Hangi dil sürümünü yüklemek istersiniz?Hangi tip ekinleşme?Hangi sürümü sâhipsiniz?Hangi sürümü kurmak istiyorsunuz?Windows'u Yeniden BaşlatWine'ı kaldırıcıWine sürümüWine sürümleriİngilizce GUI(Grafiksel kullanıcı arayüzü) yamasını etkinleştirmek ister misiniz?Evet$TITLE kurulum dosyasını burdan indirebilirsiniz.Arşif dosyasını burdan indirebilirsiniz:Bu pencereyi kapatamazsınızOyun seçmedinizDirectX'i kurmak ya da GLSetup'ı kullanmak zorunda değilsiniz.Dönüştürme için bir yakalama seçmelisinizOkuma için bir yakalama seçmelisinizDeğişiklik yapmak için bir oyun seçmelisinizWine ile oynamak istiyorsanız korsana karşı korumayı devre dışı bırakmalısınız.Wine ile oynamak istiyorsanız korsana karşı korumayı devre dışı bırakmalısınız.Gölge seviyesini en yükseği olarak belirleyin\nyoksa oyunu silip tekrar kurulum yapmanız gerekecek.Devam etmek için kurmanız gereklidir.Kullanmak için kurmanız gereklidir.Şimdi masaüstünüzde içinde kurulumu olana League of Legends dizinine sahip olmalısınız. Tekrar kurulumu hızlandırmak için saklamak isteyebilirsiniz.$TITLE indirme sayfasını tarayıcınızda açmak istiyor musunuz?ZQSD (Latince Klavye Düzeni)glxinfo kurulu değil. Lütfen mesa-utils paketini kurun./Geçici dizin kayıpSihirbaz{0} yapılandırması{0} uçbirimiHatâ ayıklayıcı{0} hata{0} yükleme seçkesi{0} yönetici haklarıyla çalıştırılamaz. Üzgünüz{0} 32 bit OpenGL kitaplık dosyalarını bulamadı. Oyun oynarken sorunlar yaşayabilirsiniz{0} 64 bit OpenGL kitaplık dosyalarını bulamadı. Oyun oynarken sorunlar yaşayabilirsiniz{0} ileticisi{0} ayarları(0) ağsayfasına ulaşılamıyor. Bağlantınızı denetleyin.{0} Wine sürümleri yöneticisiplayonlinux/lang/locale/uk/000077500000000000000000000000001226051336100162365ustar00rootroot00000000000000playonlinux/lang/locale/uk/LC_MESSAGES/000077500000000000000000000000001226051336100200235ustar00rootroot00000000000000playonlinux/lang/locale/uk/LC_MESSAGES/pol.mo000066400000000000000000004050031226051336100211540ustar00rootroot00000000000000+t?2CCCCD D'!DID\D#mD#DDDD-D0E+DE#pE(E(E&E) F+7F"cF!FFF*FGX/GG HH0I5I+I4J9OJ*J$J#JJ K;K[K_K&ILpL MmMMP/N NINN N NNO!5OWO'[O`OOzOcP"wP&PPP6tQ/Q)Q%R3+R!_R"RMR RRS"SSTTTTTLUggUUV#yWRWWX X}&YYY1YY Z#Z=ZSZYcZ;ZZ[4[ F[ g[[ [[[0[\/\E\.`\!\\3\$]&%]L] U]a]y]q]]^^ 3^>^*M^ x^ ^^^*^ ^ ^^ ^_$1_V_j_6_ ____ ``*`;`S`zd`#`NaYRaYab bb 2b>bUbjb rb}bzb'cC(c%lc(c,cBc4+e&`e&e9e6ef55fkfWf$ffg3gRgbgg$ggggg h h'hihl)ii&ii iiijjj)j*HjsjByjjj%jk!%k%Gkmkrk#k*kkk klOl(illllll2l mm3mIm`mfmnm um mm6m7mn.knn%nn n"o;oooCoJpmep5p\ qbfqVq rs@rr5s\s`t\t\tP:u4uu!uu vv/v(Avjv}vvvvkv7wSwmwwwwwwx!x!Axcxxxxxxx y$ya8yy yyyBy$zz{{0{?{Y{h{(p{{ {{{-{{{| | (|+6|b|u|| | ||<|1} 4} B} M}-[}0}2~a~NOc Ke4tL&(5 ^kzA.'ƂQ[ Ʉ 5DV'\T م : Gc*'Ro('χ#3"S+v)"̈$9N0m53ԉ:YC??/;Ek/EE'EmE-C'@k@@@.-o7Ԏ1 2>6q8$1.8gd% !22MSPԑ%fے(Bzk7$9^w)/:'&G:n#$͕$].6IÖ4 >BC;ŗ+%-&S)z(4͘7.:0i) 9 Кޚ  .>՛ݛW9M֜  $Ɲ ߝ%% >_ } "מ*.Yw$$ӟ< : FSmv Pc)c<&ʡ )8*bdKϤI h@xy'3[w"ceddnO2RDU0,2LB-¬Z^KM/0(4Y7 Ư9ү@ #M*qUHL;G3б4497nGϳl&Ѵ"X@{+PI9(I[LR.4S r it\N j t~ '& BP_}"ͻ %4T p[{[׼3&Dk }. &)#*MdxdݾdBdb o@F KRKK6IEmGG:8NM-'(1P3<3<'2dnk]'S #]+ " !)0K.|`-;b@>i|;,h1%,=eLR  #/15a=<2M*2'],0d%$! W%X}k4B"w 6D~{FlAT 5;G7&  4 F R _i0z9,[[n 88&$3D x@)!9!![}%LOJIBGGEgH:413f+OG(^~1 X;9<2 @>Z=6CO0n~[,;$+ -4 ?A EtIP>hE2 7KRP=@-`n=A vO%}/n$8<LI20@DG+Z. &A +h * #  Y C FK ! / B <' d ?|  Z 33 !g 3 X -6DV{>J\m8-*./XM`g#D$X- 8t;U'(74W"I`*+V2g \p5kE8; k\%7I&Ep T3, p` 2 /!4!jM!,!=!'#"3K"" ")"%"#,#^K#$|%*|&I&&''=&'d'!y'!'/'U'C(yR(B(@)BP)):)T) 3*%>*Id*4*#*+&++?+k+@,],!f,,2,,r,c-"{-"-#----.<%.b.rq.r.EW/D//b0=r0a0A1GT11222T3 4m4556mO778K9^::p;;~<Y=w=D=@=>O*>%z>U>/>'&?#N?<r?(??.@*@#A&(A(OA?xA?A>AF7B3~BDBKB'CC#kC9C;C'D:-D;hD#DD=eEE-EEIFiKF*G!GH( H3IH}HHQHH!HI+IiKI9I I IDJLJVhJ"J(J K#+KOK^KeuKDK L+LBL]_LxL{6OOPGQ Q Q QRRRRkR-SNSM TFWTITTUwUwUVGWW)WXQX5ZZZ6[7F[%~[I[!['\8\\A\\5]N] ]]2h]T]1]t"^K_;_,`8L`d`e`6PaLaLaS!bXubbbA1cEscjc1$diVdld-e|e9f7g>ggZRhmhZivijjpkdl|lmm%nnZ7o0o9oYodWpfp{#qYqnq^hr[r7#s[sQ1t6t.t;to%uu5vvxNy?yG{}Y{P{5(|C^|I|w|[d}5}Q}}H~Y~` `3\Ām!YoYuقVOXQWQVbkcSυZ#*~ dž_ԆK4 k%7On)Bl,JwB̌/?/2o$,ǍHA= ?R4O:S1EU;f' ʑ4Ց; $F=kk@5VL@ٓId}w+)!5K0=˕% /ؖVun̗D;(<ܘ99S'~9}<!:\qqw3?2s9v,ZקI|f h>M7bJ3HxWXar]԰2HDcW%Io{ cZtfϴf6TdWm(#P7 CC-hqIڻ$QLdnTÿ33;M0? K+/Fv"3I*\>5,xG()OFcOFYANE)0UZ9<'*0& L,yc I+Tu](lx8jw||| @g|-Z4KTi0r` rnIi+X(FIo4P96-9A9{XN(]^xPX?]a%4%Z%u=M('P$i"^P<\dc[770hJF<hVM)C~jKKY\<%Z =jKi> a_&,"+Nk~!<j wx8 K yb &  E=j*%X*i4U7wP{;aBGA*H6sSP](+"}%]:w[5h&L#F;s!X*C8C  ?T,j#z LQVIg4Mf`('f)b3lnc_6l )K$[V9DDA C"+Hz^e@-06V; ~F GBQ 'qYUO9t2fc@,y b{M!od\"/K$ui FA! a Qh w2DK~da`JW#hTm-ENu r7r5P)Zn^Zk3  !:$Bo'.v% /SJen&<IyL[Mt$s\pu%xN#&pSob.R(}7?E c:N)WX|'~G8_?I1T+ lx |8O<-\Yx_Yp=t9jey/{0m5^3.]gz`v>=Jk |>r0>2W1v k<mHdqq} 1UR(+i,Z&4RO"g@ Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the 1.0c Patch?Do you want to install the 2.0a Patch?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the download update stuck close and run until the download is complete.If the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn what directory do you want to download GOG files?Include:Insert address of license server!Insert port of license server!InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)Package installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease do not run $TITLE after installation has finished.Please download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease locate installation program (Launcher.exe)Please locate installation program (Setup.exe)Please make your choicePlease notice that Standards Maps do not work correctly, whereas Custom Maps works without problems.Please read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the file named Pro Evolution Soccer 2013.msiPlease select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while we extract $TITLE game data.Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegister or log in and download the installation file : https://world.needforspeed.com/Registering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ folder if you will use online installer.nRecommend using offline installer.Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is an installer for an update;nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:58+0000 Last-Translator: Stuartlittle1970@gmail.com Language-Team: ua_UA.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Виберіть файл: Розпакувати пакунок Встановити пакунок Показувати це повідомлення (з {2}) Ліцензію перекладено на вашу мову Оригінальна ліцензія не існує! успішно вилучена. не є коректним пакунком PlayOnLinux! на Ваш комп’ютер. або буде встановлено у: Зараз почнеться встановлення "Horse Armor Pack"...Зараз почнеться встановлення "Knights of the Nine"...Зараз почнеться встановлення "Mehrunes Razor"...Зараз почнеться встановлення "Orrery"...Зараз почнеться встановлення "Spell Tomes"...Зараз почнеться встановлення "Thieves Den"...Зараз почнеться встановлення "Vile Lair"...Зараз почнеться встановлення "Wizard Tower"...Налаштування додатку $APPLICATION_TITLEІнсталятор Gecko для $APPLICATION_TITLEІнсталятор Mono для $APPLICATION_TITLEДеінсталятор $APPLICATION_TITLEМайстер автоматичного оновлення $APPLICATION_TITLE$APPLICATION_TITLE налагоджувач запускається...$APPLICATION_TITLE Перші кроки$APPLICATION_TITLE вже запускала цю програму.\nЗберегти існуючі налаштування?$APPLICATION_TITLE виявила критичну помилку. $APPLICATION_TITLE перерве процес інсталяції.\nДетальнішу інформацію можна знайти у інтернеті за адресою: www.$POL_DNS$APPLICATION_TITLE виявила помилку. Якщо програма не працює так, як потрібно, це може бути причиною проблеми.\nДетільнішу інформацію можна знайти у інтернеті за адресою: www.$POL_DNS$APPLICATION_TITLE виявила помилку. Якщо програма, яку Ви встановлюєте, не працює так, як потрібно, це може бути причиною проблеми.\nДетільнішу інформацію можна знайти у інтернеті за адресою: www.$POL_DNS$APPLICATION_TITLE аналізує Ваш додаток$APPLICATION_TITLE закінчує приготування$APPLICATION_TITLE встановлює $PRGM_NAME$APPLICATION_TITLE встановлює Ваш додаток...$APPLICATION_TITLE створює віртуальний жорсткий диск Windows$APPLICATION_TITLE запускає Вашу програму$APPLICATION_TITLE менеджер пакунків: Майстер створення ярликів $APPLICATION_TITLE$AUTHOR профіль$PACKAGE припинив свою роботу.$PACKAGE припинив свою роботу.\nНатисніть "Налагодження" ("Debug"), щоб взнати подробиці.$TITLE успішно встановлено.\n\nЯкщо встановлений Windows заважає вашій програмі запускатися, ви повинні вилучити та перевстановити $TITLE.$TITLE встановлено.\n\nОсоблива подяка Еріку Гуверу за патч до wine (AcceptEx Fix)$TITLE успішно встановлено$TITLE успішно встановлено.\n\nЯкщо гра падає на старті, відкрийте термінал та виконайте:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE встановлено$TITLE встановлено!\n\nПримітка:\n1)Перезавантажте Wine\n2)Встановіть правильний пристрій виводу у налаштуваннях звуку Wine\n3)Насолоджуйтеся!$TITLE має бути активовано.\nМожливо знадобиться запустити його 2 рази:\nПерший раз для підготовки, другий раз для реєстрації.\n\nПросто запустіть, закрийте та перезапустіть $TITLE!(Якщо цей перелік порожній, будь ласка, встановіть одну з версій Wine за допомогою керування версіями Wine)(віконний режим)7z не встановлений, будь ласка, переконайтеся що 7zip встановлений й спробуйте зновуСкасувати встановленняПро {0}АксесуариАктивувати Підтримку GLSL?Увімкнути підтримку Multisampling?Активувати утримання миші у вікні?ДодатиДодати логотип PlayOnLinux до вашого відео?Патч Advent Revising встановлено;\nНе забудьте подякувати Setz за роботу!УсеУсі підтримувані ігри на рушії "Infinity Engine" вже пропатчено.\nЩоб змінити роздільну здатність гри для конкретного ярлика, використовуйте його конфігуратор.Вже встановлена найновіша версія.Під час завантаження сталася помилка.Доступна оновлена версія {0}ЗастосуватиЧи коректні дані ліцензійного сервера?\nМожна додати ці значення до реєстру?\n\nІм’я ліцензійного сервера: $licenseServerName\nПорт ліцензійного сервера: $licenseServerPortВи справді бажаєте встановити пакунок {0}?Ви впевнені, що бажаєте закрити усі вікна {0}?Ви справді бажаєте вилучити wine {0}?Ви впевнені, що бажаєте вилучити {0}?Ви впевнені, що бажаєте вилучити віртуальний диск {0}?Ви впевнені, що бажаєте вилучити: Ви впевнені, що бажаєте встановити: Ви впевнені, що бажаєте перервати усі активні додатки $APPLICATION_TITLE?ПараметриСтрілки (типово)Призначена програмаУвага: коли встановлення успішно закінчиться, завантажиться патчер. Будь ласка, закрийте патчер перед входженням у гру або закінчіть оновлення, щоб успішно закінчити встановлення. Після цього, коли встановлення буде закінчено, Ви зможете запустити "$TITLE".Увага: коли встановлення успішно закінчиться, завантажиться патчер. Будь ласка, закрийте патчер перед тим як увійти у гру для закінчення встановлення. Після закінчення налаштування ви можете запустити "$TITLE" .Автоматичне встановленняАвтостартДоступні версії Wine: Неприпустиме розширення файлуБудьте обережні! Якщо ви зміните Будьте обережні! Встановлення одного з цих компонентів може пошкодити Ваш віртуальний диск.Будьте обережні!! Це вб’є процес встановлення. Якщо він не був закінчений, Вам доведеться перевстановити $SOFTNAMEБудьте обережні! Для запуску $TITLE з $APPLICATION_TITLE, ви повинні встановити No-CD патч навіть якщо маєте легальну версію.\n\nБудь ласка пам’ятайте, що $APPLICATION_TITLE категорично проти піратства, й ніколи не буде підтримувати його.З-за багу wine #30512 завантаження буває преривається - просто перезапустіть клієнт й завантаження продовжиться з того місця де воно зупинилося. При цьому відсотки завантаження скинуться, але не хвилюйтеся, так й повинно бути.Почати захоплення програмиВиконуваний файл не знайдено: $BINARY\nПереконайтеся, що обрано типову теку встановлення програми.Португальська (лише текст)ПереглядУвімкнувши цю опцію, Ви отримаєте доступ до інсталяторів програм, що містять захист від копіювання (DRM), несумісний з режимом емуляції. Єдиний спосіб обійти це - використовувати патчі бездискового запуску "no-cd", але, оскільки це може бути використано з піратською метою, ми не надаємо ніякої підтримки з цього питання.Активуючи цю опцію, ви отримуєте доступ до тестованих інсталяторів. {0} не може гарантувати вам, що ваші додатки будуть працювати без проблем.СкасуватиНе вдалося знайти ярликНе виходить встановити гру використовуючи офіційний завантажувач, вибачте.Виконується захоплення...Меню захоплення (OpenGL)Меню захоплення (не OpenGL)Захоплення почнеться...Змінити піктограмуПеревірте, що роздільна здатність екрану змінилася\n(у кінцевому підсумку на \"високу\" (\"HI-RES\") у завантажувачі.Виберіть додаткові компоненти для встановлення:Перевірка цілісності завантаження...Перевірка цілісності окремих частин...Перевірка втулки: Вибрати DirectDraw Renderer режим?Вибрати режим позаекранного виводу?Вибрати режим блокування виводу?Виберіть груВиберіть пакунок для встановленняВибрати втулкуВиберіть коректний скрипт $APPLICATION_TITLE для запуску.Виберіть дію для здійсненняВиберіть програмуВиберіть опцію для зміненняВиберіть файл, що відноситься до Вашої програми.Виберіть бажану мову гриВиберіть роздільну здатністьВиберіть лог, що відноситься до Вашої програми.Виберіть ім’я віртуального дискаВиберіть формат відео для конвертуванняОчищенняОчищення...Для продовження клацніть Далі.Щоб почати клацніть ДаліКлацніть по кнопці "Далі" ЛИШЕ коли Steam закінчить\nвстановлення, інакше вам доведеться скасувати встановлення.ЗакритиЗакрити усі програми {0}Завершити цей застосунокКод колесаКомандний рядокКоманда, що виконується перед запуском програмиКомерційнийНалаштуватиНалаштування WineЗ'єднатисяПід’єднатися до Вашого облікового запису $APPLICATION_TITLEПід’єднанняПанель керуванняКонвертація готоваКонвертувати захоплений файл у відеоКонвертація відео...Копіюю файли інсталяції, будь ласка, зачекайте...Копіювання ${filename}Копіювання віртуального дискаНе можу знайти виконуваний $EXE на вашому віртуальному диску $PREFIXНе знайдено директорії програмиСтворити ярликСтворення ярликаНалагодженняПрапорці діагностикиРозпакування архіву...Виділений СерверРедактор Виділеного СервераВиділений серверТипові налаштування графіки трохи низькуваті для сучасних комп’ютерів,\nтак що не забудьте натиснути на "Автовизначення" у розширених налаштуваннях графіки.Типове налаштування віртуального дискаВизначте параметри кодування для проходу \n (залиште типові, якщо ви не знаєте, що робити)Визначте параметри кодування для проходу 1 \n (залиште типові, якщо ви не знаєте, що робити)Визначте параметри кодування для проходу 2 \n (залиште типові, якщо ви не знаєте, що робити)ВилучитиДемо-версіяРаозробник та вебсайт: РозвитокЕксклюзивна цифрова версіяРендер Direct DrawВимкнутиРоз’єднатиЕкранНе забудьте закрити Steam після закінчення завантаження,\nщоб $APPLICATION_TITLE зміг продовжити встановлення.В вас є мовний пакунок, який ви бажаєте встановити?Ви бажаєте, щоб $APPLICATION_TITLE встановив його для Вас автоматично?Ви бажаєте відкрити сайт $TITLE?Ви бажаєте вилучити віртуальний диск:Бажаєте завантажити $TITLE з GOG.com?Бажаєте допомогти {0} у створенні бази сумісності пристроїв? Якщо Ви погодитеся, наступна інформація буде анонімно надіслана нам при перших запусках програм Windows: - Модель відеокартки - Версія ОС - Чи встановлені драйвери для відеокартки. Ця інформація є надзвичайно цінною для нас щоб ми могли допомагати людям.Бажаєте встановити $TITLE щоб синхронізувати ваш USB-пристрій?Встановити 1.0c патч ?Ви бажаєте встановити патч 2.0a?Бажаєте встановити юнікод версію Inno Setup?Бажаєте прочитати тему на форумі GOG.com?Повторити спробу?Ви бажаєте оновити й перезапустити $APPLICATION_TITLE?Ваша програма запускається?Не забудьте перед стартом гри виконати PlayOnMac tools menu -> Read a PC CD-RomНе встановлювати XQuartz заразНе прикріплювати лог файлПожертвуватиЗавантаження закінчено.\nПочинається встановлення патчівЗавантаження не вдалосяСхоже що завантаження пошкодженоЗавантажити програмуЗавантажується Games For Windows LiveЗавантаження Wine: Завантаження XQuartzЗавантажуються шрифтиЗавантажується gecko...Завантаження...Завантажується: Під час встановлення, будь ласка, відмовтеся від усіх драйверів для контролерів NI та звукових інтерфейсів. Вони не потрібні, й встановлення закінчиться з помилкою, якщо залишити їх вибраними.Під час встановлення, будь ласка, Зніміть галки "ASIO4ALL" та "Запустити FL Studio у кінці встановлення" ("Run FL Studio at end of install").Під час встановлення, будь ласка, зніміть галки\n"Встановити Bonjour для Windows" ("Install Bonjour for Windows") та "Автоматично оновлювати Safari" ("Automaticaly update Safari").Голандська (лише текст)Редагувати або оновити додаток що існуєРедакторНавчанняУвімкнутиЗробити ptrace() доступною глобальноАнглійськаАнглійська версіяДоповнене ВиданняНасолоджуйтеся $APPLICATION_TITLEСтерти (вміст віртуального диска буде знищено)ПомилкаПомилка! Файли не збігаються\n\nЛокальний: $LOCAL_MD5\nНа сервері : $SERVER_MD5Помилка під час встановлення архівуПомилка під час інсталяції шрифтівПомилка під час розпакування архівуПомилка!Помилка: не вдалося виявити CD-ROM!Помилка: Не вдалося зарезервувати діючий портВийтиЗовнішня бібліотекаРозмір витягнутого файлу не збігається!Витягування ${filename} з ${archivename}Розпакування Slender...Витягування Wine...Витягування: Заводські налаштуванняНе вдалося під’єднатися!\n\nБудь ласкаа, переконайтеся, що ім’я користувача та пароль правильні.Не вдалося розташувати ${dest} з ${archive}ФайлФайлові асоціаціїФайл не знайдено!Розмір файлу не збігається!ФранцузькаПовна версія (1.5Гб), виправляє навіть мілкі проблеми (49 катсцен)Підтримка GLSLВидання \"Гра Року\"Гра не встановленаГра не встановлена.ІгриЗагальніНімецькаКуди тепер?Вхід на gog.com не вдався, повторити?ГрафікаТут знаходиться джерельний код скрипта. Перевірте його уважноТут знаходиться джерельний код скрипта. Перевірте його уважноВисока якість (Ентропія налаштування)Скільки пам’яті у вашій видеокартці?Однак, він не буде активований, поки Ви не перезавантажите комп’ютер.Я згоденЯ не бажаю створювати інший ярликЯ профіксив це своїми силами, просто перевірте ще разВ мене виникла проблема з програмоюФайл завантажено програмою самостійноВАЖЛИВО: \n\nУ наступному вікні інсталятора НЕ НАТИСКАЙТЕ на кнопку Опції (Options), це потягне за собою помилки при виборі мови.Вибір піктограмиПіктограми:Якщо встановлення.NET 3.0 закінчиться невдало - не хвилюйтеся,\nгра все ще буде працюватиЯкщо при стягуванні оновлення зависло закрийте та запустіть знову, поки завантаження закінчиться.Якщо гра падає при запуску, відкрийте термінал та наберіть:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЯкщо вас спитають, чи встановлювати DirectX, відповідайте \"ні\".Якщо вам складно розрізнити пейзаж у головному меню,\nвимкніть Туман (FOG) у графічних налаштуваннях.Якщо ви закриєте це вікно, ви не зможете прочитати нові повідомлення. Ви впевнені що бажаєте закрити вікно?Якщо в Вас немає доповнення "Тримтячий острів"("Shivering Isle"),\nпотрібно оновити гру перед її використанням.Якщо Ви не знаєте, що потрібно вибрати, зніміть усі прапорціЯкщо під час з’єднання ви зіштовхнулися з помилкою Error 3007, відкрийте термінал та наберіть:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЯкщо гра видає помилку часу виконання, відкрийте термінал й наберіть:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeЯкщо Ви успішно встановили програму за допомогою опції "Встановити програму не з переліку" ("Install a non-listed\nsoftware"), це дозволить додати програму у перелікЯкщо ви побачите помилки під час встановлення DotNet 3.0 - просто ігноруйте їхЯкщо ви побачите помилки під час встановлення DotNet 3.5 SP1 - просто ігноруйте їхЯкщо ви побачите помилки під час встановлення DotNet 3.5 - просто ігноруйте їхЯкщо ви побачите помилки під час встановлення DotNet 4.0 - просто ігноруйте їхЯкщо Ви бажаєте встановити $TITLE на інший віртуальний диск,\nзапустить інсталятор ще разУ яку директорію ви бажаєте завантажити файли GOG?Включаючи:Вставте адресу ліцензійного сервера!Вставте порт ліцензійного сервера!ВстановленняВстановити програму що відсутня у перелікуВстановити програмуВстановити програму на новий віртуальний дискВстановлення компонентівІнсталяція закінченаВстановити скриптиВстановити додаткові бібліотекиІнсталяція закінчена.Встановлення закінчено.\n\nПри першій спробі запуску гри може бути збій, але не хвилюйтеся, просто спробуйте ще раз.Виконується інсталяція...Встановлені версії Wine: Встановлені втулкиВстановлюється Adobe AirВстановлюється DirectMusicВстановлюються бібліотеки DirectX 10...Встановлюються бібліотеки DirectX 11...Встановлюються бібліотеки DirectX 9...Встановлюється робоче середовище DirectXВстановлюється Games For Windows LiveВстановлюються бібліотеки Linuxtrack-wine...Встановлюється робоче середовище Visual BasicВстановлюється XMLlite...Встановлення XQuartz...Встановлюються бібліотеки Xact...Встановлюються бібліотеки Xinput...Встановлення шрифтівВстановлюються бібліотеки mfc42...Встановлюються бібліотеки msasn1...Інсталяція втулки: Встановлення vcrun2008 та wininet й вимикання d3d9 та d3d8, щоб примусити гру використовувати OpenGLВстановлення DLL-бібліотеки wintrust...Встановлюється: Інтернаціональна версіяІнтернетСхоже, це перше використання $APPLICATION_TITLE.Настійно рекомендуємо встановити пакунок модів Circle of Eight.\nВін не лише виправить помилки але й додасть новий контент\n(для пакунку модів "NC")Використовуйте відповідний скрипт PlayOnLinux у розділі "Патчі".Італійська (лише текст)Італійська версіяЯпонська версіяПриєднатися до каналуВбити префікс усіх процесівВбити процесиKillAppЗупиняються процеси на віртуальному диску...МоваВеликі піктограмиПізнішеЗакінчити роботуЛайт версія (702Мб), виправляє серйозні проблеми (18 катсцен)Вкажіть розташування лог-файлуЛогін: ВийтиПошук компакт-дисків що запускаютьсяМб завантаженоЗробити новий ярлик з цього віртуального дискаСтворення ярлика...Керування версіями WineРучна інсталяціяСередні піктограмиБалачкаШрифти MicrosoftШрифти від Miсrosoft не встановлено; Я встановлю їх для вас.Шрифти від Microsoft успішно встановлено.РізнеМультимедіаМультисемплінгМоя проблема відноситься до $APPLICATION_TITLE як до такогоПРИМІТКА: Цей встановлювач потребує використання компакт-диска. Якщо Ви завантажили безкоштовно розповсюджуваний ISO-образ, випущений EA, будь ласка, запишіть його на CD або DVD чимось наподобі Brasero та вставте у Ваш дисковий пристрій. Монтування ISO-образів може працювати з деяким програмним забезпеченням, однак відомо, що Mounty для цього не підходить.ПРИМІТКА: для отримання звуку з малою затримкою зверніться до WineASIO.ПРИМІТКА: для отримання звуку з низькою затримкою загляньте у WineASIO. Ваші MIDI-контролери повинні працювати належним чином.УВАГА: POL не виправдовує піратство. Будь ласка використовуйте $TITLE лише якщо маєте ліцензію на нього.ПРИМІТКА: Щоб зареєструватися, коли $TITLE вимагатиме, перетягніть ваш reg-файл у вікно $TITLEІм’яНовийНові: ДаліНіВстановлений $TITLE не знайдено.\n\nБудь ласка, використовуйте скрипт інсталяції $TITLE!Немає описуНевистачає вільного місця для завантаження :\n$URL ($neededSpace KБ)Не вказано ім’я розширення файлу, асоціація з системним додатком перервана.Не знайдено керівництво користувача для {0}В autorun.inf не знайдено шлях для встановленняНе знайдено гри, що підтримує Infinity Engine.Потрібен патч бездискового запуску (no-cd)Звичайна версіяПриміткаТепер Ви можете повернутися до вікна інсталяції $TITLE й продовжитиТепер ви повинні встановити пакунок модів у наступну директорію:Тепер вам потрібно вибрати режим гри:\n1) Віконний режим:\nБуде працювати усе, крім системного курсора у вікні гри.\n\n2) Повноекранний режим:\nБуде працювати усе, крім неба - воно буде чорним.\n\n\n\nЯкий режим вибираєте?Тепер вставте компакт-диск номер $CDNumber.ОфісРежим рендерингу OffscreenПри першому запуску гра автоматично визначить доступні рендери.\nШвидше за все краща продуктивність буде на рендері OpenGL.При першому запуску гра автоматично визначить доступні рендери.\nШвидше за все краща продуктивність буде на рендері OpenGL;\nВиберіть його натиснувши на "Показати усі пристрої" (Show all devices).Одна або декілька програм відсутні. Будь ласка, встановіть їх та запустіть скрипт ще раз.Відкрити $URL?Відкрити консольВідкрити директорію програмиВідкрити у директорії додаткуВідкрити директоріюВідкрити директорію віртуального дискаОперація виконанаоптимізація виконанаІншеПерезаписати (зазвичай працює, але не гарантовано)Цей пакунок буде продовжувати падати поки ви не встановите /proc/sys/kernel/yama/ptrace_scope на 0Пакувальник: Пароль: ЛаткиВідтворити захоплений файлКоманда PlayOnLinux й PlayOnMac Під ліцензією GPL версія 3Керування пакунками PlayOnLinuxВідповідно політики PlayOnLinux/PlayOnMac ми ніколи не запитуємо в вас пароль суперкористувача, однак для даного скрипта це обов’язково. Тому ми даємо вам команди, які потібно увести, щоб продовжити встановлення:Для роботи PlayOnMac потрібно встановити XQuartzБудь ласка, прочитайте це уважноБудь ласка, виберіть CD-ROMВиберіть CD-ROM для витягування...Будь ласка, виберіть PID файл захоплення, щоб відтворитиБудь ласка, виберіть файл захоплення для конвертуванняБудь ласка, виберіть програмуБудь ласка, виберіть програму для пакункуБудь ласка, виберіть програму для запускуБудь ласка, виберіть ім’я віртуального дискаБудь ласка, виберіть шлях встановлення програмиБудь ласка, виберіть OGV файл захоплення для переглядуБудь ласка, виберіть виконувану діюБудь ласка, виберіть метод інсталяціїБудь ласка не запускайте $TITLE після закінчення інсталяції.Будь ласка, завантажте XQuartzБудь ласка, переконайтеся, що ви під’єднані до Інтернету.Будь ласка, уведіть свій логін на gog.com щоб завантажити $BASENAMEБудь ласка, дайте опис Вашої проблеми зрозуміло та чітко (суворо англійською):Будь ласка, дайте дуже короткий опис (заголовок, суворо англійською)Будь ласка, надайте як найбільше відомостей та деталей, у протилежному випадку допомогти Вам буде дуже складно.Будь ласка, вставте "$TITLE" диск 2Будь ласка, вставте диск №2 у Ваш дисковий пристрій,\nякщо це ще не зроблено.Будь ласка, вставте диск №3 у Ваш дисковий пристрій,\nякщо це ще не зроблено.Будь ласка, вставте Диск 1 у ваш дисковий пристрійБудь ласка вставте ігровий носій 1 у Ваш дисковий пристрій,\nБудь ласка, вставте Диск 2 у ваш дисковий пристрійБудь ласка, вставте другий диск з грою у Ваш дисковий пристрій,\nякщо ви ще цього не зробили.Будь ласка, вставте третій диск з грою у Ваш дисковий пристрій,\nякщо ви ще цього не зробили.Будь ласка, вставте четвертий диск з грою у Ваш дисковий пристрій\nякщо ви ще цього не зробили.Будь ласка, вставте п’ятий диск з грою у Ваш дисковий пристрій\nякщо ви ще не зробили цього.Будь ласка, вставте диск з грою у ваш дисковий пристрійБудь ласка вставте диск з грою у ваш дисковий пристрій\nякщо ви ще не зробили цього.Будь ласка вставте диск№ 1 у ваш дисковий пристрій,\nякщо це ще не зроблено.Будь ласка вставте диск №2 у ваш дисковий пристрій\nякщо це ще не зроблено.Будь ласка вставте диск №3 у ваш дисковий пристрій\n,якщо це ще не зроблено.Будь ласка вставте диск №4 у ваш дисковий пристрій\n,якщо це ще не зроблено.Будь ласка, вставте носій в ваш дисковий пристрійБудь ласка, вставте DVD дискБудь ласка, вставте перший дискБудь ласка вставте Диск 1 у ваш дисковий пристрійБудь ласка, вставте диск з грою у ваш дисковий пристрійБудь ласка вставте носій з грою у ваш дисковий пристрій.Будь ласка, вставте наступний ігровий диск у ваш дисковий пристрій.Будь ласка вставте Диск 2 у ваш дисковий пристрійБудь ласка, перед початком встановлення встановіть $TITLE_REQUIREDБудь ласка, знайдіть програму встановлення (Launcher.exe)Будь ласка, знайдіть програму встановлення (Setup.exe)Будь ласка, зробіть свій вибірЗверніть увагу на те, що стандартні мапи не працюють правильно, у той час як користувацькі мапи працюють без проблем.Будь ласка, прочитайте та прийміть наступне:Будь ласка, прочитайте уважноБудь ласка, прочитайте цеБудь ласка, прочитайте це уважноБудь ласка, перезапустіть комп’ютер зараз, й запустіть PlayOnMacБудь ласка, виберіть інсталятор $TITLE. НЕ ВИБИРАЙТЕ "ЗАПУСТИТИ IMGBURN" У КІНЦІ ВСТАНОВЛЕННЯ:Будь ласка, виберіть інсталяційний файл $TITLE. НЕ запускайте Reaper після закінчення встановлення.Будь ласка, виберіть інсталяційний файл $TITLE. НЕ ЗАПУСКАЙТЕ rFactor після закінчення встановлення. Встановіть DirectX коли вас попрохають. Переконайтеся у тому, що встановлено 32 бітову роздільну здатність коли з’явиться вікно конфігурації.Будь ласка, виберіть інсталятор $TITLE. Під час встановлення зніміть прапорці з усіх додаткових драйверів:Будь ласка, виберіть БУДЬ ЯКІ три пікторами, коли Вас про це попрохають.Будь ласка, виберіть БІЛЬШЕ ОПЦІЙ (MORE OPTIONS) а потім зніміть прапорець з ЗАПУСТИТИ "$TITLE" ПІСЛЯ ВСТАНОВЛЕННЯ (UN "$TITLE" AFTER INSTALLATION). Якщо ви цього не зробите, встановлення не вдасться!Будь ласка, виберіть файл налагодженняБудь ласка, виберіть програму або віртуальний диск для налаштуванняБудь ласка, виберіть програму для вилученняБудь ласка виберіть програмуБудь ласка, виберіть файл піктограмиБудь ласка, виберіть 32 бітову версію iTunesБудь ласка, виберіть версію файлу інсталяції, призначену для MS-DOS:Будь ласка, виберіть файл з ім’ям Pro Evolution Soccer 2013.msiБудь ласка, виберіть мову гриБудь ласка, виберіть інсталятор для запуску.Будь ласка виберіть встановлювальний файл завантажений з сайту $EDITORБудь ласка, виберіть файл інсталяції для запускуБудь ласка, виберіть інсталяційний файл для запуску.Будь ласка, виберіть інсталяційний файл для запуску:Будь ласка, виберіть версію.Будь ласка, уведіть ім’я віртуального диска Вашої програми.\nВоно не повинне містити пробілів.Будь ласка, зачекайте поки $APPLICATION_TITLE копіює файли:Будь ласка зачекайте поки $APPLICATION_TITLE завантажує Ubisoft Game LauncherБудь ласка, зачекайте поки стягується $APPLICATION_TITLE:Будь ласка, зачекайте поки $APPLICATION_TITLE вивчає Ваше обладнання.Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження Windows...Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження.Будь ласка, зачекайте поки $SOFTNAME встановиться...Будь ласка, зачекайте, поки $TITLE буде встановленоБудь ласка, зачекайте поки $TITLE встановиться.Будь ласка, зачекайте поки Desura завантажується...Будь ласка, зачекайте поки Steam завантажується...Будь ласка, зачекайте поки створюється логотип PlayOnLinuxБудь ласка, зачекайте, поки створюється віртуальний диск...Зачекайте, поки ми витягуємо $TITLE дані для гри.Будь ласка, зачекайте поки ваше відео кодується...Будь ласка, зачекайте...Менеджер втулокВтулкиНатисніть +F8, щоб почати або зупинити захопленняНатисніть +F8, щоб зупинити захопленняНатисніть «Далі», потім натисніть на вікно,\nяке ви бажаєте захопити.\nЗахоплення почнеться автоматично через 5 секунд.\nБуде захоплено лише відео.Натисніть далі лише коли процес інсталяції буде закінченоАдреса проксіКонфігурація проксіЛогін проксіПароль до проксіПроксі портAlex Toorchyn, Aymeric PETIT, Igor Seryogin, Max_ym, Quentin PÂRIS, Микола Ткач (Stuartlittle1970@gmail.com), UaHummer, Vlad Golubev. Детально - у файлі TRANSLATORSПрочитати керівництвоПрочитайте уважно!\n\nКоли інсталятор $TITLE попрохає змінити компакт-диск, будь ласка, поверніться до цього вікна $APPLICATION_TITLEЧитання Вашого пристроюОновитиОновлення {0}РеєстраціяЗареєструватися або увійти у й стягнути інсталяційний файл : https://world.needforspeed.com/Реєструються бібліотеки, будь ласка зачекайте\n(Це може зайняти деякий час)Редактор реєструВилученняВилучається Game For Windows Live...Надайте цільовий режим блокуванняВідновити віртуальний дискПовідомити про вадуПовідомити про проблемуПовідомити про проблему, пов’язану з {0}Потребує біля 18 ГБ вільного простору.nnА також, додатково 5 ГБ у теці /home/ якщо ви будете використовувати онлайн інсталятор.nРекомендовано, за допомогою автономного інсталятора.Повторити?ЗапускЗапустити $TITLE у безпечному режимі?Запустити \$TITLE?Виконати файл .exe на цьому віртуальному дискуВиконати локальний сценарійЗапустити майстер конфігураціїЗапустіть один з ваших персональних скриптівЗапустити Windows програми на Запуск...ЗберегтиСканування віртуального диска...Розробники сценарію: ПошукВиберіть DLC для встановленняВиберіть категорію для програмиВиберіть інший файлВиберіть завантажений ZIP-файл тутВиберіть перший патч (Оновлення EE (EE Upgrade)) для застосуванняВиберіть перший патч для виконанняВиберіть патч для інсталяціїВиберіть другий патч (1.5) для застосуванняВиберіть другий патч для виконанняВиберіть основну відеокартку для звіту:НадіслатиНадішліть нам працюючий скрипт, створений під час ручної інсталяціїВикористовувати проксіВстановити піктограмуВстановлення змінної Program FilesНалаштуванняПоказати віртуальні дискиСимулювати перезавантаження WindowsМаленькі піктограмиВибачте, сервіс повідомлень {0} на дану мить недоступний. Спробуте повторити спробу пізніше.Нажаль, $APPLICATION_TITLE $VERSION надто застарів, й продовжити неможна.\nПотрібен $APPLICATION_TITLE $NEEDED.Вибачте, але цей файл не є правильним ZIP-архівомНажаль, ця людина не бажає отримувати особисті повідомленняВибачте, але потрібен детальний опис.ІспанськаІспанська (лише текст)Звичайне ВиданняСтандартна розкладка клавіатуриSteam має власну систему оновленьSteam має власну систему оновленьВиявлено встановлений Steam.\nБажаєте встановити цю гру на той самий віртуальний диск?Steam готовий до оновлення.\nПісля того як оновлення закінчиться й відкриється вікно входу, увійдіть у аккаунт й запустіть встановлення $TITLE. Коли встановлення закінчиться натисніть \"Далі\" (закривати Steam не потрібно).Steam готовий до оновлення.\nПісля того як оновлення закінчиться й відкриється вікно входу, увійдіть у аккаунт та запустіть встановлення $TITLE. Коли встановлення закінчиться натисніть \"Далі\" (закривати Steam не потрібно).Steam встановлює $TITLEBTS. Натисніть\"Далі\" після закінчення встановлення.Steam встановлює $TITLECOL. Будь ласка переконайтеся у тому, що після закінчення встановлення ви повністю вийшли зі Steam (піктограми на панелі інструментів бути не повинно) й натисніть кнопку \"Далі\" щоб встановлювальний скрипт зміг продовжити свою роботу.Steam встановлює $TITLEW. Натисніть \"Далі\" після закінчення встановлення.Суворий порядок відмальовуванняДиспетчер завданьТестуванняДякуємо!\n\nВаш звіт відіслано.\n\nМи постараємося відповісти на нього якнайшвидшеЗахист компакт-диска цієї гри не може коректно працювати з Wine.Версія, яку містить компакт-диск, застаріла. Не забудьте оновити $TITLE, щоб коректно запускати його з $APPLICATION_TITLEВеб-сайт PlayOnLinux недоступний.Коди, що потрібні, щоб вийти з першої темниці, можна знайти у\nдокументації. Клацніть правою кнопкою миші на піктограмі гри "Прочитати керівництво" ("Read the manual"), пункти 4-5.Коди, потрібні для початку нової гри, можна знайти\nу докуметації;\nКлацніть на піктограмі гри правою кнопкою мишіСхоже, завантаження не вдалося.Файл також може бути оновлено. Якщо проблема залишається, повідомте про проблему, щоб скрипт міг бути дороблений.Цей файл називається : {0}Цей файл розташований на диску з файловою системою FAT32.\nЗ-за цього Wine може не працювати.\n\n$FilePathЦей файл розташований на диску з файловою системою NTFS.\nЗ-за цього Wine може не працювати.\n\n$FilePathЦей файл розташований на файловій системі у користувацькому просторі (FUSE).\nЗ-за цього Wine може не працювати.\n\n$FilePathЦей файл розташований на диску, примонтованому без прав на виконання.\nЗ-за цього Wine може не працювати.\n\n$FilePathУ роботі над програмою приймали участь: Гра не зможе стартувати, поки Ви не встановите /proc/sys/kernel/yama/ptrace_scope в 0Редактор рівнівТепер патч можна активувати та налаштувати через\nмайстер налаштування PlayOnLinux для Outcast.\nЙ не забудьте залишити повідомлення для Zenger на форумах GoG!Для продовження роботи програмі потрібен доступ до ptrace():Ярлик був розміщений на стільниціЦільовий віртуальний диск $PREFNAME вже існує:Віртуальный диск, пов’язаний з {0} ({1}), більше не існує.Відсутня програма для запуску .{0} файлів.Ці шрифти надано компанією Microsoft\n"у інтересах кросплатформової сумісності".Подумайте про вимкнення потрійної буферизації у налаштуваннях\це ще не повністю підтримується у Wine.Ця Процедура встановить Microsoft Office $TITLE, безкоштовну програму, що дозволяє вам продивлятися файли .doc й .docx, але не дозволяє їх редагувати. Ця програма призначена для тих користувачів, які не можуть коректно відкрити doc або docx. Якщо ви бажаєте відредагувати такий документ, використовуйте LibreOffice, OpenOffice або подібні програми. Це доповнення автоматично встановить патч 1.3.5511Це доповнення автоматично встановить патч 2.5.26461Це доповнення автоматично оновить гру до версії1.2.0416.Це доповнення автоматично оновить гру до версії 1.03Цей файл: Ця функція недоступна в оточенні PlayOnLinuxЦя гра - вже покращеної версії\nй потребує лише патчу 1.5Цей скрипт встановлення потребує наявності ffmpegІнсталятор наданий: Це інсталятор для оновлення або доповнення;\nБудь ласка, спочатку встановіть $TITLE_REQUIRED.Це інсталятор для оновлення;nБудь ласка, встановіть $TITLE_REQUIRED першоюЦе вже не так, але вони усе ще доступні від третіх осіб.Це - перелік скриптів, які ви нам надіслали. Ви можете запустити один з нихЦей пакунок не буде працювати на 64 бітовій версіїЦей пакунок не буде працювати на Wine версії 1.3.18 або нижчеЦей пакунок не буде працювати на Wine версії 1.3.22 або нижчеЦей пакунок не встановиться на Wine 1.5.21 або вищеЦя втулка дає можливість захоплювати програми в PlayOnLinuxЦя програма містить захист від копіювання (DRM), несумісний з режимом емуляції. Єдиний спосіб обійти це - використовувати патч бездискового запуску "no-cd", але, так як це може бути використано з піратською метою, ми не надаємо ніякої підтримки з цього питанняПрограма знаходиться на стадії випробування. Вона може працювати не так, як очікується. Ваші відклики, як позитивні, так і негативні, особливо важливі для подальшого вдосконалення цього інсталятора.Програма створена: Ці інструменти дозволять Вам допомогти нам:Цей віртуальний диск захищеноЦе дозволить Вам встановити Sacrifice, а потім стягнути та встановити для нього патч №3. Не запускайте гру, поки патч не встановлено.Цей майстер допоможе Вам встановити Цей майстер допоможе Вам підготувати оточення $APPLICATION_TITLEЦей майстер допоможе вам встановити Wine: Цей майстер допоможе Вам повідомити про помилку у офіційно підтримуваній програмі.Цей майстер допоможе Вам запустити неофіційний скрипт інсталяції $APPLICATION_TITLE.Цей майстер допоможе Вам вилучити програму: Для продовження PlayOnLinux повинен перемонтувати компакт-дисковий пристрій з опцією "Показати приховане" ("unhide")Для продовження PlayOnLinux повинен відмонтувати компакт-дисковий пристрій, до цього примонтований з опцією "Показати приховане" ("unhide")Щоб переконатися, що Ваші ігри сумісні, PlayOnMac встановить XQuartzЩоб встановити мовний пакунок пізніше, відкрийте панель керування гри, щоб запустити інсталятор на віртуальному диску (Вкладка "Різне"("Misc"))УтилітиПеренесення файлів з Диска 1Перенесення файлів з Диска 2Переклад:"Контрольна панель Two Worlds" - інструмент від співтовариства InsideTwoWorlds,,\nщо дозволяє тонко налаштовувати параметри й керувати модифікаціями\nдля цієї гри. Див. \nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nВстановити його?Версія для ВеликобританіїАмериканська або Канадська версіяUbuntu користувачам потрібно додати репозиторій MEDIBUNTU\nдля того,щоб перетворення формату працювало належним чином.Не вдалося знайти файл: Не вдалося знайти версію: Не вдалося встановити XQuartz! Його потрібно встановити для покращення сумісності ігор.Без змінВилучитиВилучення...Оновити GITІнструкції з оновленняОновити wineprefixОновлення $APPLICATION_TITLE з GIT-сховища...Оновлюю $TITLEОновлення втулки. Попередня: Використання: Використовуйте додаткову втулку конфігурації Wine (Advanced Wine Configuration)Використовувати CD-ROM(s)Використовувати DVD-ROM(s)Використовувати демо-версію з крамниці DesuraВикористовувати версію з крамниці DesuraВикористовувати демо-версію з крамниці OriginВикористовувати версію з крамниці OriginВикористовувати майстер налаштування PlayOnLinux дляВикористовувати демо-версію з крамниці SteamВикористовувати версію з крамниці SteamВикористовувати WineTricksВикористовувати інсталятор з мого комп’ютераВикористовувати іншу версію WineОперацію скасовано користувачемВстановлення VCRun2008 може не вдатися з-за того, що ваша версія PlayOnLinux застара. Будь ласка оновіться.Встановлення VCRun2010 може не вдатися з-за того, що ваша версія PlayOnLinux застара. Будь ласка оновіться.Дуже великі піктограмиВ вас замало відеопам’ятіРозмір відеопам’ятіВіртуальний дискУтиліта для створення віртуальних дисківВіртуальні дискиВізуальна якістьУвага: будь ласка, спочатку використовуйте POL_SetupWindow_InitWASD (Qwerty)Зачекайте, підготовка до встановлення...Зачекайте, йде налаштування мовного пакунку...Зачекайте,відбувається підготовка до інсталяції...Зачекайте поки завантажується патч №1...\nЦя операція може зайняти деякий час, який залежить від вашого з’єднання.Зачекайте поки завантажується патч №2...\nЦя операція може зайняти деякий час, який залежить від вашого з’єднання.Зачекайте поки завантажується патч №3...\nЦя операція може зайняти деякий час, який залежить від вашого з’єднання.Зачекайте поки завантажується патч №4...\nЦя операція може зайняти деякий час, який залежить від вашого з’єднання.Зачекайте поки завантажується патч...\nЦя операція може зайняти деякий час, який залежить від вашого з’єднання.Увага!\n\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\n\nЦей скрипт не проходив процедуру схвалення $APPLICATION_TITLE, й $APPLICATION_TITLE не відповідає за нього.\nБудь ласка, переконайтеся, що знаєте, що робите!Увага!\n\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\n\nЦей скрипт не проходив процедуру схвалення PlayOnLinux, й PlayOnLinux не відповідає за нього.\nБудь ласка, переконайтеся, що знаєте, що робите!Увага: GFWL може бути вже встановлено.\nПримусове перевстановлення.Увага: vcrun2005 може бути вже встановлена.\nПримусове перевстановлення.Увага: vcrun2008 може бути вже встановлена.\nПримусове перевстановлення.Увага: vcrun2010 може бути вже встановлена.\nПримусове перевстановлення.Увага: Ця утиліта призначена для досвідчених користувачів. Щоб повністю вилучити програму з {0}, потрібно вилучити пов’язаний з нею віртуальний дискПопередження: Для правильного кодування відео,\n дозвіл має бути кратний 16Попередження: GameShadow не буде працювати.\nБудь ласка, вимкніть його під час інсталяції.Увага: Ви запускаєте $APPLICATION_TITLE $VERSION.\nДля того, щоб продовжити, рекомендовано $APPLICATION_TITLE $NEEDED.Увага: Не встановлюйте прапорець "Запустити $TITLE" після закінчення встановлення.Ми визначили, що програма, яку Ви бажаєте встановити - це:Потрібен доступ до системи від ім’я суперкористувача (root). Для цього зараз буде запит паролю суперкористувача. Ці команди PlayOnLinux виконає від ім’я суперкористувача:Зараз ми Вас дещо запитаємо, будь ласка, відповідайте як найточніше й детальнішеЛаскаво просимо у «Розширені налаштування Wine», систему оптимізації Wine, створену GNU_Raziel. Якщо ви не знаєте, що вибрати, залиште значення nbgjdbvЛаскаво просимо до Detour, модуль дозволяє створювати ярлики після встановлення.Ласкаво просимо у інсталятор версії $PVERSION для $TITLEЛаскаво просимо у встановлювач DLC для $TITLEЛаскаво просимо у встановлювач DLC для $TITLE_REQUIREDЛаскаво просимо у встановлювач патчу версії $PVERSION для $TITLEЛаскаво просимо у встановлювач патчу версії $PVERSION для $TITLE_REQUIREDЛаскаво просимо до встановлювача патчу $PVERSION для $TITLEЛаскаво просимо у встановлювач патчу версії $PVERSION для $TITLE_REQUIREDЛаскаво просимо у інсталятор $APPLICATION_TITLE.Ласкаво просимо у помічник $APPLICATION_TITLE!\nВін допоможе Вам встановити $file на Ваш комп’ютер.\n\nУвага! Ця програма офіційно не підтримується $APPLICATION_TITLE.\nВідповідно, вона може працювати не так, як чекаєте.Ласкаво просимо у майстер ручної інсталяції $APPLICATION_TITLE!\n\nЦей скрипт теоретично дозволить Вам встановити будь-яку програму на $APPLICATION й використовувати усі її можливості.\n\nУвага: ми не можемо гарантувати, що Ваш додаток буде працювати бездоганно.Ласкаво просимо у майстер створення віртуальних дисків $APPLICATION_TITLE.\n\nЦей інструмент допоможе Вам створити новий віртуальний дискЩо ви бажаєте зробити?Які додаткові ярлики потрібно створити?Які особливості програми не працюють?\nЯкщо все працює, будь ласка, напишіть про цеХто видавник вашої програми?Хто автор сайту вашої програми?Яке розширення?Як називається Ваша програма?Як називається програма?Якій мові ви віддаєте перевагу?Якого типу проблема що виникла?Якого типу віртуальний диск Ви бажаєте створитиЩо Ви бажаєте зробити перед встановленням?Що ви бажаєте зробити?Коли Steam закінчить відновлення $TITLE,\nНЕ натискайте "Грати" ("Play").\n\nПОВНІСТЮ закрийте інтерфейс Steam , \nщоб скрипт встановлення зміг продовжити свою роботу.Коли Desura закінчить завантаження $TITLE,\nНЕ натискате "Грати" ("Play").\n\nПОВНІСТЮ закрийте інтерфейс Desura,\nщоб інсталяційний скрипт зміг продовжити свою роботуКоли Steam закінчить завантаження $TITLE, НЕ НАТИСКАЙТЕ на кнопку \"Грати\".\n\nПОВНІСТЮ> закрийте Steam щоб скрипт зміг продовжити свою роботу.Коли Steam закінчить завантаження $TITLE, НЕ НАТИСКАЙТЕ на кнопку "Грати"!\n\nПОВІНІСТЮ закрийте Steam, \n щоб скрипт зміг продовжити свою роботу.Коли завантаження $TITLE через Steam закінчиться,\nНЕ натискайте "Грати" ("Play").\n\nПОВНІСТЮ закрийте інтерфейс Steam, \n щоб скрипт встановлення міг продовжити роботу.Коли завантаження $TITLE через Steam закінчиться,\nНЕ натискайте "Грати" ("Play").\n\nПОВНІСТЮ закрийте інтерфейс Steam, \n щоб скрипт інсталяції міг продовжити роботу.Коли встановлювач попрохає вас вставити наступний DVD\nнатисніть на \"Далі\"Коли встановлювач попросить вас вставити наступний диск,\nнатисніть на \"Далі\"Коли інсталятор попрохає вас вставити наступний диск,\nнатисніть на \"Далі\"Коли інсталятор попрохає вставити компакт-диск номер $CDNumber, натисніть "Далі" ("Next").\n\nНе натискайте "Далі" ("Next") до цього!Коли {0} встановлюєте програми для Windows: - Залишайте типовий шлях встановлення - Не встановлюйте прапорець "Запустити програму", якщо це сказано.ДеДе примонтований Ваш компакт-диск?До яких додатків ви бажаєте застосувати модифікації?Яка в вас версія гри?Яку мову бажаєте встановити?Тип активації?Яка в вас версія гри?Яку версію ви бажаєте встановити?Яку версію Wine Ви бажали б використовувати?Перезавантаження WindowsНа дану мить Wine не підтримує USB. Ви не зможете синхронізувати ваші яблучні пристрої за допомогою $APPLICATION_TITLE. Вибачте.Схоже, Wine перервала роботу.\n\nЯкщо Ваша програма працює, просто не звертайте уваги на це повідомлення.Деінсталлятор WineВерсія WineВерсії WineВикористовувати англомовний патч графічного інтерфейсу?Запишіть усі зміни, які Ви внесли у конфігурацію Wine:XQuartz $XQUARTZ_VERSION встановлено на ваш комп’ютер.XQuartz встановлено.ТакВи під’єднані до онлайн-середовища $APPLICATION_TITLE як $POL_LOGINВи можете вільно завантажити та використовувати ці шрифти,\nоднак ви не можете змінювати їх форму,\nвключаючи змінювання ім’я файлу або формату упаковки.Ви намагаєтеся відкрити скриптову конструкцію для {0}! Вона може працювати не так, як передбачається...Ви можете стягнути інсталяційний файл $TITLE звідси:Ви можете завантажити архів з:Ви не зможете закрити це вікноВи не обрали груСхоже, в Вас немає персональних скриптівВстановлення DirectX або GLSetup не потрібне.Ви успішно вийшли з онлайн-середовища $APPLICATION_TITLE\nТепер це вікно можна закритиЦя програма повинна запускатися!Ви повинні вибрати файл відеозахоплення для конвертаціїВи повинні вибрати захоплене відео для читанняПотрібно вибрати файл!Ви маєте вибрати гру для модифікаціїПотрібно вимкнути антипіратський захист для цієї гри \ nЯкщо ви бажаєте грати у неї за допомогою wineВи повинні вимкнути антипіратський захист для цієї гри\nякщо ви бажаєте грати у неї за допомогою wine.Не потрібно встановлювати налаштування тіней на максимум\nабо ж вам доведеться вилучити та перевстановити гру.Вам потрібно перезапустити {0}, щоб зміни було застосовано.Потрібно встановити його, щоб продовжитиПотрібно встановити його, щоб використовувати {0}Тепер на вашій стільниці є директорія League of Legends, що містить її інсталятор. Збережіть її для прискорення перевстановлення.Бажаєте відкрити сторінку завантаження $TITLE у вашому переглядачі тенет?Ваша версія $APPLICATION_TITLE застаріла.\nПеред відправленням повідомлення про помилку потрібно оновити $APPLICATION_TITLE.\nДякуємоЗараз у переглядачі відкриється сторінка, завантажте патч й розпакуйте його.Ваша файлова система перешкоджає коректній роботі {0}. Запустіть {0} у терміналі, щоб отримати подробиці.В вас замало відеопам’яті!\nГра може не працюватиZQSD (Azerty)\nБудь ласка, переконайтеся що Ви під’єднані до інтернету.glxinfo не встановлено. Будь ласка, встановіть пакунок mesa-utils.це не розширення файлу піктограмиДля роботи $TITLE повинна бути встановлена локаль ja_JP.utf8зу оточенні $APPLICATION_TITLEвідсутня тимчасова тека{0} Майстер{0} не може знайти {1}Налаштування {0}Консоль {0}Налагоджувач {0}{0} помилка{0} меню інсталяції{0} не може запустити POL_SetupWindow_server.{0} не може запустити сервер встановлювальних вікон PlayOnLinux.{0} НЕ передбачається запускати з правами адміністратора. Вибачте{0} не може виявити 32bits OpenGL бібліотеки. Ви можете відчувати проблеми з запуском Ваших ігор{0} не може виявити 64bits OpenGL бібліотеки. Ви можете відчувати проблеми з запуском Ваших ігорБалачка {0}{0} параметриВеб-сайт {0} недоступний. будь ласка, перевірте інтернет-з’єднання.{0} менеджер версій Wineplayonlinux/lang/locale/zh_CN/000077500000000000000000000000001226051336100166205ustar00rootroot00000000000000playonlinux/lang/locale/zh_CN/LC_MESSAGES/000077500000000000000000000000001226051336100204055ustar00rootroot00000000000000playonlinux/lang/locale/zh_CN/LC_MESSAGES/pol.mo000066400000000000000000002640351226051336100215460ustar00rootroot00000000000000+t?2CCCCD D'!DID\D#mD#DDDD-D0E+DE#pE(E(E&E) F+7F"cF!FFF*FGX/GG HH0I5I+I4J9OJ*J$J#JJ K;K[K_KILLmLdMcNPO XOIcOO O OOO! P/P'3P`[PPzP;Q"OQ&rQQQ6LR/R)R%R3S!7S"YSM|S SSSSTUUUUULUg?VV}W#QXRuXXXX}Y|ZZ1ZZZZ[+[Y;[;[[[ \ \ ?\`\ \\\0\\]].8]!g]]3]$]&]$^ -^9^Q^qe^^^^ __*%_ P_ [_e_t_*|_ _ __ __$ `.`B`6X` ```` ``aa+azioo%oo o"p9pppCpmq5q\qbrV|rUr)ssIss>t\t`(u\u\uPCv4vv!vvwwww(wx.x>xNxexk|xxyy0yEy\yzyyy!y!yz4zJz`zxzzzzzazK{ f{s{{B{{||||| }}(!}J} S}_}e}-k}}}}} }+}~&~;~ O~ \~f~<v~1~ ~~  - 0N2aPNcKL4[L݄1&'(N wA.څ '߆'Qtƈ Ո /N]o'uT  !:6q*Q|(Ћ'!#9]"}+)̌"$>0]53č:Y3??/+E[/EяEE]E-C@[@@ݑ@-_7Ē12.6a8cѓ$5Z%r2۔SPbfi(Жzt7$Ǘ) /Jz&:#$ $Ej]6ߙI4`>CԚ;+T&)(ћ47/0g) 9 Νܝ  ,=N^ 9O_f џ %CV o  ݠ"+?*_$$)<. k w ӢPߢc0)<&"*>O)i*d#KI̧ +8h@@y'dw"8ePddn2R"u0,P2}B-Z!^|Mۯ/)0Y47 9@=#~*UͲL#Gp344!7VGִTr&=d" @.+oPI(6I_[LR %3 '\>Nμ  '1 AL`'rƽ&ν 0Ig"ؾ #[.[& 0>Tc.r &)*d+dddZb."Q"FK4KKIEm)G:NM-' 123d3<2 <kn'S#+&R i" !0.!Pk9l;@C>i|-; 1(Zt%,eRW /5=<z<M*'*G,a0d%$$J!o WX"k{4" ?`6~ FlTS 5;(7Ay&|  09P,[[ o }8   !'Iaj)},'$$A"f%%$4#TxMq+%*51N+!(?kWPy0EC ; HSZp)<b" w!B)ls|6 6 RDzKH(=DF)4L eAr%! $B%g6,"Kn(  ^9 $  #&* Q _ ly$2'=V m z[0PFPP9@I^eu Z-!Ln )..N5bI3': bo   nsh^;$P u     EVo# "%;Pcl>$ +% Q4]! # .,5)b9 ! )& P l f   ; uC / F S0 W W 4 fR ~ 8 [ _[[I7!""    b /Hf 7UF 3 !  +"8 [ h r+ !1 D Q^ e-r  / /_?V1^ 3  @%J9p"3+K [e7l*[{[G &< LY"`O @ S l + !9!J!`!,|!'!!!""";",T""""%"%"'#1<#An##&#&#$&.$U$&m$&$&$&$ %<)%&f%&%#%#%% &)&B&[&{&'&&a&>' ['e''''3'H'K5(([.),)j)"*'>*f****'** +0,+!]+$+$++L+1&,9X,$,6,?,0.-#_----.-. .A.U.e.(l..x.'./ V/ c/p/ / // / / /j/ <0I0 P0[0.b00000001131;1B1a1'p11111 1122&2!-2O2k22'2!22 3!#3E3b39i33 33333 4?4fR4&4,4' 5 55B5 Z5d5'w5'5O5|66>"7a7<748G8 W8fa878c9d99Y:^:ju::S:RI;R;[;/K<U{<<b<+D=p=$=*=%=I>NO>>$?%?.?)@ H@,T@-@@@@@?%ADeA)A.A.B42B>gBBjCC D(DDkEsE5E"E;EH%FnFQF^FAT'T4T=&U,dUUcVj+WW(WGWX )X7X KX YXgXX!XXXqXtWYqYr>ZtZr&[([6[:[j4\g\]!].0]_]"s]]]]]]c^Jj^ ^ ^ ^!^+^#'_K_]_:a__L"`-o`.```$`- aONaa$a$ab$b>Cb>bLb'c6c!Rcytc0c}d4dcd36e je!xe+ee9ef fAf Wfbf tf f f ff(f4f.g@Ag@g g g*gh E=i*%Y* h5V8wP;aBGA+I7xTP ](+}%g]:|[6g&L#F<s!X*C8C  ?^U,"n#z MQVJf4M$`)'i*b3lnc`6k )K$[V9EDA D",H_h@- /W;~F GeCR'qZUP:t3feA-y d{M!od\"Lzi 2GB" c Qjl w2DaKfabKX$hTl.EOu!r7w5Q)mn[k3  !;$Bo(.v& 0SJdr&=IyL\Ny%s\pu%xN#&pSsb.R(~7@F c:NWX|'~H8_?I2T6+ p)x v9O<-]Y}_Yt>t9je/{1q5^4/^kz`{>=Jj |>r0?1W0v o<mHqu} 1US(+m,ZZ'4RO#g@ Choose a file Extract the package Install the package Show this message (from {2}) Licence translated into your language Original licence does not exist! has been uninstalled successfully. isn't a valid PlayOnLinux package! on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nClick on debug link to get more details.$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed$TITLE is installed!\n\nNote!\n1)Reboot wine\n2)Set correct output device in wine audio settings\n3)Have fun!$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?$TITLE should be activated now.\nMaybe two starts of $TITLE are necessary:\nOne for initialising and one for registration.\n\nJust start, close and restart $TITLE!(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?Advent Revising patch has been installed;\nDont forget to leave some email to Setz for his work.AllAll supported Infinity Engine games already patched.\nTo modify the screen resolution of a shortcut, use its configurator.Already up-to-date.An error happened during download.An updated version of {0} is availableApplyAre the data for the license server correct?\nCan these values be added to the registry?\n\nLicense server name: $licenseServerName\nLicense server port: $licenseServerPortAre you sure you want to want to install {0} package?Are you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete {0} virtual drive ?Are you sure you want to delete: Are you sure you want to install: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is doneAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAMEBe careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Because of wine bug #30512, dowloading will often crash, just relaunch the client and download will resume from where it stopped. Download percentage reset but do not worry, it do not restart from the beginning.Begin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?Brasilian (text only)BrowseBy enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation. The only workaround is to use "no-cd" patches, but since those can also be used for piracy purposes we won't give any support on this matter.By enabling this, you will have access to testing installers. {0} cannot ensure that your app will work without any problemsCancelCannot find the shortcutCant install using the official downloader, sorryCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconCheck that the resolution has been changed\n(eventually set to \"HI-RES\") in the loader.Check which components do you want to install additionally:Checking download integrity...Checking piece integrity...Checking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a package to installChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the file corresponding to your program.Choose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCode wheelCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDebug flagsDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDemo versionDeveloper and Website: DevelopmentDigital Deluxe versionDirect Draw RendererDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to help {0} to make a compatibility database? If you click yes, the following things will be sent to us anonymously the first time you run a Windows program: - You graphic card model - Your OS version - If graphic drivers are installed or not. These information will be very precious for us to help people.Do you want to install $TITLE to sync an USB device?Do you want to install the unicode version of Inno Setup?Do you want to read original thread in GOG.com forums?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your gameDon't install XQuartz for the momentDon't join any log fileDonateDonwload finished.\nPatches installation will beginDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading: During installation, please UNCHECK all drivers for the NI controllers and audio interfaces. The install will fail if left checked, and are not needed.During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.During the install process, please deselect\n"Install Bonjour for Windows" and "Automaticaly update Safari".Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnable ptrace() globallyEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.Failed to locate ${dest} from ${archive}FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame For Windows Live is not installed\nskipping uninstall routine.Game Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGo there now?Gog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHigh quality (Entropy settings)How much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI fixed it myself, just retestI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf the setup request DirectX installation, answer no.If you can barely distinguish a landscape behind main menu,\ndisable FOG in graphic options.If you close this window, you cannot read further replies. Are you sure that you want to close it?If you do not have "Shivering Isle" addon\n you must update this game before using it.If you do not have "Shivering Isle" addon\nyou must update this game before using it.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have a runtime error when running the game, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you have successfully installed a program with 'Install a non-listed\nsoftware' button, it will allow you to add this program in our listIf you see error messages during DotNet 3.0 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 SP1 installation, you can ignore them without issuesIf you see error messages during DotNet 3.5 installation, you can ignore them without issuesIf you see error messages during DotNet 4.0 installation, you can ignore them without issuesIf you want to install $TITLE in another virtual drive\nRun this installer againIn what directory do you want to download GOG files?Include:Insert address of license server!Insert port of license server!InstallInstall Terraria in Steam. Run the Terraria when Steam is installed the game. Steam install xna framework the game. Close the Steam so that the installer can continue.Install a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing DirectX runtimeInstalling Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing Visual Basic runtimeInstalling XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force the game to use OpenGLInstalling wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.It is highly recommended to now install the Circle of Eight Modpack\nto fix many issues with this game, and optionally add new content\n(for "NC" modpacks).\nUse the dedicated PlayOnLinux script in patches section.Italian (text only)Italian versionJapanese versionJoin a channelKill all prefix processesKill processesKillAppKilling programs in the virtual drive...LanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Locate this logfileLogin: LogoutLooking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts aren't installed; I'll install them for you.Microsoft fonts have been installed successfully.MiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: POL does not condone piracy. Please use $TITLE in a respectable mannerNOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo $TITLE installation found.\n\nPlease use the $TITLE installation script!No descriptionNo enough space to download:\n$URL ($neededSpace KB)No filename extension specified, skipping association to native application.No manual found for {0}No root command specified, abording installation.No setup location found in autorun.infNo supported Infinity Engine game found.No-cd neededNormal versionNoteNow you can go back to the $TITLE installation window to continueNow you must install the modpack in directory:Now you will be able to choose the game mode:\n1)Windowed mode:\nAll works besides system cursor in the game's window.\n\n2)Fullscreen mode:\nAll works besides the sky, it is black.\n\n\n\nWhat mode do you prefer?Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOn first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer.On first run the game will autodetect available renderers.\nIt is likely that you will get better performance out of the OpenGL renderer;\nYou can select it after clicking on "Show all devices".One or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPackage installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0Packager: Password: PatchesPlay a captured filePlayOnLinux and PlayOnMac team Under GPL licence version 3PlayOnLinux package managerPlayOnLinux/PlayOnMac philosophy is to never ask super-user password, however, for this script, it s mandatory. So, we give you the command you must type yourself for this installation to go on :PlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to packagePlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease download XQuartz for mePlease ensure you are connected to the internet.Please enter your gog.com login to download $BASENAMEPlease explain your problem clearly (english only):Please give a very short description (title, english only)Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert "$TITLE" disc 2Please insert disk 2 into your disk drive\nif not already done.Please insert disk 3 into your disk drive\nif not already done.Please insert game media 1 into your disk drivePlease insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drivePlease insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert nest media into your disk drivePlease insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease install $TITLE_REQUIRED firstPlease make your choicePlease read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF INSTALLATION:Please select $TITLE install file. Do NOT run Reaper after install has finished.Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:Please select ANY 3 icons when prompted.Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!Please select a debug filePlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please type a name for your application's virtual drive.\nThis name shouldn't contain spaces.Please wait while $APPLICATION_TITLE is copying files:Please wait while $APPLICATION_TITLE is downloading Ubisoft Game LauncherPlease wait while $APPLICATION_TITLE is downloading:Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualRead this carefully!\n\nWhen the $TITLE installer ask you to change your cdrom, please come back to this $APPLICATION_TITLE windowReading your deviceRefreshRefreshing {0}RegisterRegistering libraries, please wait\n(It can take a while)Registry EditorRemoveRemove Game For Windows Live...Render target mode lockRepair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect downloaded ZIP file hereSelect first patch (EE Upgrade) to executeSelect first patch to executeSelect patch to executeSelect second patch (1.5) to executeSelect second patch to executeSelect the main videocard to report:SendSend to us a working script generated by manual installationSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry {0} messenger service is not available for the moment. Please retry laterSorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.Sorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedStrict Draw OrderingTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe CD protection of this game doesn't work correctly with Wine.The CD-ROM version is out to date. Do not forget to update $TITLE if you want it to run correctly with $APPLICATION_TITLEThe PlayOnLinux website is unavailable.The codes needed to exit the first dungeon can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual" then check pp 4-5.The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".The download seems to have failed.The file could also have been updated. If the problem persists, consider reporting the issue so that the script can be adjusted.The file is named : {0}The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePathThe following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePathThe following people contributed to this program: The game will fail to launch until you set /proc/sys/kernel/yama/ptrace_scope to 0The level editorThe patch can now be activated and configured from\nPlayOnLinux s setup wizard for Outcast.\nAnd dont forget to leave a message to Zenger on GoG forums!The program needs access to ptrace() to proceed:The shortcut has been placed on your desktopThe target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.These fonts were provided by Microsoft\n"in the interest of cross-platform compatibility".Think about disabling triple-buffering in settings,\nas it is not fully supported by Wine yet.This Procedure will install Microsoft Office $TITLE, a free program that will let you view .doc and .docx documents, but you will not be able to edit them. This program is intended for users that are not able to display complex doc or docx documents. If you want to edit a document, use LibreOffice, OpenOffice or some other editor. This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to 1.2.0416.This addon automatically patch the game to version 1.03This file: This function is disabled in the PlayOnlinux environment.This game already have Enhanced Edition\nand only need patch 1.5This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis is no longer the case, but they are still available from third parties.This is the list of the scripts you sent to us. You can run one of themThis package does not work on a 64-bit installationThis package does not work with wine 1.3.18 or lowerThis package does not work with wine 1.3.22 or lowerThis package fail to install with wine 1.5.21 or betterThis plugin wil allow you to capture you applications under PlayOnLinuxThis program contains a protection against copy (DRM) incompatible with emulation. The only workaround is to use a "no-cd" patch, but since those can also be used for piracy purposes we won't give any support on this matter.This program is currently in testing. It might not work as expected. Your feedback, positive or negative, is specially important to improve this installer.This program was created by: This tool will help your Mac to read the PC part of a CD-ROM.\n\nUse this tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and MacOS), and if you are not able to see the Windows partThis tools will allow you to help us :This virtual drive is protectedThis will let you install Sacrifice, then will download and install its patch #3. Do not launch the game until the patch is installed.This wizard will help you install This wizard will help you prepare $APPLICATION_TITLE environmentThis wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To continue, PlayOnLinux needs to remount your CD-ROM with unhide option.To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with unhide option.To ensure that your games will be compatible, PlayOnMac must install XQuartzTo install a language pack later, open the configuration panel for the game in order to execute the installer into the virtual disk (Misc tab)ToolsTransferring files from Disc 1Transferring files from Disc 2Translations:Two Worlds Control Panel is a tool from InsideTwoWorlds community,\nthat allows you to tweak parameters and manage mods\nfor this game. See\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details.\nInstall it?UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUpdating plugin. Previous: Usage: Use Advanced Wine Configuration pluginUse CD-ROM(s)Use DVD-ROM(s)Use Desura Store demo versionUse Desura Store versionUse Origin Store demo versionUse Origin Store versionUse PlayOnLinux's configurator forUse Steam Store demo versionUse Steam Store versionUse WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch 1 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 2 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 3 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch 4 is downloading...\nThis operation can take time, depending of your connexion.Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Waiting for the first-assistant to be finishedWarning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: This tool is for advanced users. To uninstall cleanly a program with {0}, you must delete the virtual drive associatedWarning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We need to have sudo access on your computer. Therefore, your root password will be asked. Here is the commands PlayOnLinux will run as root:We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the $PVERSION installer for $TITLEWelcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE manual installation wizard.\n\nThis script will allow you to install any program on $APPLICATION and use it with all the tools\n\nWarning: We are unable to guarantee that your application will work perfectly.Welcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the editor of your program?What is the editor website of your program?What is the extension?What is the name of you program?What is the title of your program?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Desura is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Desura interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the game setup will ask for next disk\nclick on "Forward"When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where isWhere is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which type of activation?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are connected to $APPLICATION_TITLE online as $POL_LOGINYou are free to download these fonts and use them for your own use,\nbut you may not redistribute them in modified form,\nincluding changes to the file name or packaging format.You are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour browser will pop, download patch from it and uncompress it pleaseYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.glxinfo is not installed. Please install mesa-utils packageis not an icon extensionja_JP.utf8 locale must be installed for $TITLE to work.ofon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-11 12:43+0000 Last-Translator: 赵驰 Language-Team: Chinese (Simplified) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) 选择一个文件 解压缩包 安装包 显示该信息 (来着 {2}) 协议被译为当前语言 原许可证 不存在! 已经成功卸载. 不是可用的 PlayOnLinux 包! 在你的计算机上. 或者 将被安装于: "Horse Armor Pack" 将要开始安装 ..."Knights of the Nine" 将要开始安装 ..."Mehrunes Razor" 将要开始安装 ..."Orrery" 将要开始安装 ..."Spell Tomes" 将要开始安装 ..."Thieves Den" 将要开始安装 ..."Vile Lair" 将要开始安装 ..."Wizard Tower" 将要开始安装 ...$APPLICATION_TITLE 应用配置$APPLICATION_TITLE Gecko 安装程序$APPLICATION_TITLE Mono 安装程序$APPLICATION_TITLE 卸载$APPLICATION_TITLE 自动更新$APPLICATION_TITLE 调试开始 ...$APPLICATION_TITLE 首次使用$APPLICATION_TITLE已经运行此程序. \n你是否要保持原来的设置?$APPLICATION_TITLE 遇到一个致命的错误. $APPLICATION_TITLE 会停止安装进程.\n访问 www.$POL_DNS 以得到进一步的信息$APPLICATION_TITLE 遇到一个错误. 如果程序不能正常工作, 可能源于此问题.\n访问 www.$POL_DNS 以得到进一步的信息$APPLICATION_TITLE 遇到一个错误. 如果您安装的程序不能正常工作, 可能源于此问题.\n访问 www.$POL_DNS 以得到进一步的信息$APPLICATION_TITLE 正在分析你的应用$APPLICATION_TITLE 将要完成准备$APPLICATION_TITLE 正在安装 $PRGM_NAME$APPLICATION_TITLE 正在安装您的应用程序 ...$APPLICATION_TITLE 正在创建一个虚拟硬盘$APPLICATION_TITLE 正在运行你的程序$APPLICATION_TITLE 包管理器: $APPLICATION_TITLE 快捷方式创建器$AUTHOR 简介$PACKAGE 崩溃.$PACKAGE 崩溃.\n点击调试链接, 以获得更多的细节.$TITLE 已成功安装\n\n如果一已有的 Windows 组织你的程序运行, 你需要重新安装 $TITLE$TITLE 已安装好.\n\n特别感谢 Erich Hoover 的 wine 补丁 (AcceptEx Fix)$TITLE 已成功安装.\n\n如果游戏在启动时崩溃, 打开一个终端, 然后键入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE 已安装$TITLE 已安装!\n\n注意!\n1)重启酒 wine\n2)在 wine 的音频设置中设置正确的输出设备\n3)玩得开心!$TITLE 需要读取混合 CD-ROM 的 PC 部分的.\n\n默认情况下, MacOS 只给你访问 CD-ROM 的 Mac OS 部分, 这可能与最新版本的 Mac OS 不兼容.\n\n你想 PlayOnMac 尝试读取您 CD 的 PC 部分吗?$TITLE 应该被激活了.\n也许启动 $TITLE 两次是必要的: \n一次初始化, 一次注册.\n\n只需启动, 关闭并重新启动 $TITLE!(如果此列表为空, 请用 Wine 版本管理器安装一个 Wine)(窗口模式)7z没有被安装, 请检查是否已安装7zip, 然后再试一次取消安装关于 {0}附件激活 GLSL 支持?确认激活抗锯齿支持?确认激活鼠标经向覆盖?增加在视频中加入 PlayOnLinux 图标吗?修正补丁已经安装; 别忘了为 Setz 的贡献致信.所有所有支持的 Infinity 引擎游戏已打补丁.\n可用配置管理器改变其屏幕分辨率.已经更新.下载时出错了.版本 {0} 更新可用应用许可证服务器的数据是否正确?\n这些值能否被添加到注册表中?\n\n许可证服务器名称: $licenseServerName\n许可证服务器端口: $licenseServerPort你确定安装 {0} 包?你确定关闭全部 {0} 窗体?你确定要删除 {0}?你确定删除 {0} ?你确定删除虚拟盘 {0} ?你确定要删除: 你确定要安装: 你确定你要关闭所有活动的 $APPLICATION_TITLE 应用吗?参数箭头键(默认)已分配的程序注意: 安装完成后, 将加载该补丁. 完成更新以完成安装之前, 请关闭补丁. 在此之后. 安装程序完成后, 您可以运行"$TITLE"注意: 安装完成后会加载补丁. 登录完成安装前, 请关闭补丁. 上述过程完成后, 即可运行 "$TITLE"自动安装自动运行可用的 Wine 版本: 错误的文件扩展名小心修改! 小心! 下列内容的安装可能会破坏虚拟盘.注意! 这将终止安装进程. 若其未完成, 您需要重新安装 $SOFTNAME请注意! 如有正规发行版本, 为了能用 $APPLICATION_TITLE 运行 $TITLE, 您需要安装免 CD 补丁.\n\n注意 $APPLICATION_TITLE 强烈反盗版, 不提供此支持.由于 wine 的 bug #30512, 下载经常崩溃, 重新开始就行, 会断点续传; 不过下载百分比要从零开始.开始捕捉应用程序二进制文件未找到: $BINARY\n是否已安装程序到默认位置?巴西语(纯文字)浏览通过启用此功能, 您将有机会获得包含反复制保护(DRM)与模拟不相容的程序的安装程序是. 唯一的解决方法是使用"免CD"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持.通过启用此功能, 您将有机会获得尚在测试中的安装程序. {0} 不能确保你的应用程序没有任何问题取消找不到快捷方式使用官方下载器不能安装, 抱歉正在捕捉...捕捉菜单(OpenGL)捕捉菜单(非OpenGL)捕捉即将开始......变更图标检查启动器中分辨率是否改变(最终设置为"HI-RES").检视哪些内容您想附加安装:检查下载的完整性 ...检查碎片完整性 ...检查插件: 选择 DirectDraw 渲染模式?确认选择 Offscreen 渲染模式?确认选择渲染目标锁定模式?选择一个游戏选择一个包安装选择一个插件选择一个有效的 $APPLICATION_TITLE 脚本运行.选择要执行的动作选择一项应用选择一个要修改的设置选择你的程序对应的文件.选择游戏语言选择游戏分辨率选择您的软件对应的日志文件.选择虚拟盘的名字选择转换的视频格式清除清理 ...点击下一步以继续点击下一步以开始Steam 游戏未装好时, 请勿点击"前进" ,否则您可能需要重新执行安装程序.关闭关闭全部 {0} 软件关闭应用编码轮命令提示符在运行程序之前执行的命令商业软件配置配置 Wine连接连接你的 $APPLICATION_TITLE 账号连接中 ...控制面板转换完成将捕捉文件转换为视频视频转换中 ...复制安装文件中, 请等待 ...复制 ${filename}复制虚拟盘虚拟盘 $PREFIX 中未找到可执行文件 $EXE找不到程序目录创建一个快捷方式创建快捷方式 ...排除故障调试标志解压缩文件 ...专用服务器专用服务器编辑器专用服务器默认的视频设置有一点点慢,\n记得在高级视频设置中点击"自动检测" .默认虚拟盘配置定义第二轮的编码设置 \n (如果不知道怎么做, 请保留默认值)定义第一轮的编码设置 \n (如果不知道怎么做, 请保留默认值)定义第二轮的编码设置 \n (如果不知道怎么做, 请保留默认值)删除Demo 版开发者与网址: 开发数字豪华版Direct Draw 渲染器禁用断开连接显示下载完成后, 请勿忘记关闭 Steam ,\n以便 $APPLICATION_TITLE 继续安装游戏.您是否安装有语言包?你想 $APPLICATION_TITLE 自动为您安装?你想浏览 $TITLE 的网站吗?你确定删除下列虚拟盘:你想从 GOG.com 下载 $TITLE?你想帮助 {0} 构建兼容性数据库? 如果单击"是", 你第一次正确运行 Windows 程序时, 下面的事项会被发送匿名发送我们: - 你的显卡型号 - 你的操作系统版本 - 图形驱动程序是否安装 这些信息有助于我们帮助大家.你要为 $TITLE 安装 USB 设备同步?您想要安装 Inno Setup 的 unicode 版吗?你想在 GOG.com 论坛读取原始线程吗?您需要重试吗?你是否要更新并重新启动 $APPLICATION_TITLE?你的程序能否运行?不要忘记在运行游戏前去 PlayOnMac 工具菜单 - > 读取光盘先不要安装 XQuartz不要加入任何日志文件捐助下载完成.\n补丁安装即将开始下载失败下载似乎已损坏下载程序下载 Game For Windows Live...下载 Wine: 下载 XQuartz...下载字体下载 gecko ...下载: 在安装过程中, 请不要选择任何驱动程序的 NI 控制器和音频接口. 否则, 安装将失败.在安装过程中, 请不要选择 ASIO4ALL 的选项, 安装结束时, 取消选中"运行 FL Studio"的选项。安装过程中, 不要选择\n"Install Bonjour for Windows" 和 "Automaticaly update Safari".荷兰语(纯文字)编辑或更新现有的应用程序编辑器教育弹出光盘启用全局启用 ptrace()英语英文版增强版享受 $APPLICATION_TITLE吧擦除(虚拟盘内容会消失)错误错误! 文件不匹配\n\n本地: $LOCAL_MD5\n服务器: $SERVER_MD5安装归档文件出错安装字体出现问题解压文件出错错误!错误: 找不到 CD-ROM!错误: 无法保留有效的端口退出外部库提取出的文件大小不匹配!从 ${archivename} 提取 ${filename}解压缩 Slender...解压缩 Wine ...解压: 出厂默认设置连接失败 !\n请确保您的登录名和密码是有效的.从 ${archive} 定位 ${dest} 失败文件文件关联文件未找到!文件大小不匹配法语完整安装(1.5GB), 含 49 个过场动画GLSL 支持Game For Windows Live 未安装\n跳过安装环节.年度版本游戏游戏未安装游戏未安装游戏概况德语让 wineserver 有可执行能力访问那里?Gog.com 登录失败, 是否重试?图形这里是脚本的源代码. 请仔细检查一下是脚本源代码. 请仔细查阅高质量(Entropy 设置)你的显卡显存多大?但是, 直到您重新启动计算机它才会被激活.我同意我不需要其他快捷方式了我自己已修复它, 只是重新测试我使用某软件有问题我已经手动下载此文件重要提示: \n\n在接下来的安装窗口, 不要单击选项按钮, 它会弄乱语言选择.图标选择图标:若 .NET 3.0 安装失败, 请勿担心\n游戏仍可运行如果游戏在启动时崩溃, 打开一个终端, 然后键入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope若安装程序请求安装 DirectX, 回答否.如果难以分辨主菜单和背景, 请在图形选项中禁用 FOG.如果您关闭这个窗口, 你无法获取其他答复. 您确定要关闭它吗?如果你没有"Shivering Isle"插件\n则在使用它之前, 你必须更新此游戏.如果你没有"Shivering Isle"插件\n则在使用它之前, 你必须更新此游戏.如您不甚清楚, 请勿选若连接时出现错误 3007, 打开终端输入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope如果你在运行游戏时有运行库错误, 打开一个终端, 输入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope如果你已经成功地点击"安装不在列表中的软件"按钮安装了一个程序, \n它会允许你将此程序添加在列表中如果 DotNet 3.0 安装过程中你看到出错信息, 你可以忽略它们, 没有问题如果 DotNet 3.5 SP1 安装过程中你看到出错信息, 你可以忽略它们, 没有问题如果 DotNet 3.5 安装过程中你看到出错信息, 你可以忽略它们, 没有问题如果 DotNet 4.0 安装过程中你看到出错信息, 你可以忽略它们, 没有问题若您想在另外的虚拟盘安装 $TITLE , 请再运行该安装程序下载的 GOG 文件放到哪里?包括:输入许可证服务器的地址!输入许可证服务器的端口!安装在 Steam 安装 Terraria. 运行 Terraria 时,Steam 会安装游戏.Steam 安装 xna 框架游戏. 关闭 Steam, 以便安装程序可以继续.安装未在列表中的程序安装一个程序在新虚拟盘安装程序安装内容安装已完成安装脚本安装库安装完成.安装已完成\n\n在首次使用时, 游戏可能会崩溃, 但不用担心, 多试几次即可.安装正在进行 ...已安装的 Wine 版本: 安装插件安装 Adobe Air安装 DirectMusic安装 DirectX 10 dlls...安装 DirectX 11 dlls...安装 DirectX 9 dlls...安装 DirectX 运行库安装 Games For Windows Live安装 Linuxtrack-wine DLL...安装Visual Basic运行库正在安装 XMLlite...安装 XQuartz...安装 Xact dlls...安装 Xinput dlls...安装字体正在安装 mfc42 DLLs...正在安装 msasn1 DLL...安装插件: 安装 vcrun2008 与 wininet 并禁用 d3d9 和 d3d8 dlls 来强制游戏使用OpenGL正在安装 wintrust DLL...安装: 国际版网络这似乎是您第一次使用 $APPLICATION_TITLE.强烈建议安装 the Circle of Eight Mod 包以解决本游戏的诸多问题, \n同时选增新内容(对于 "NC" mod 包).\n在补丁部分使用专用 PlayOnLinux 脚本.意大利语(纯文字)意大利文版日文版加入一个频道杀死所有该配置下的进程终止进程关闭应用关闭此虚拟盘中的进程 ...语言设定大图标以后再说离开最小安装(702MB), 含 18 个过场动画定位日志文件登录: 注销寻找可执行光盘MB 已下载自该虚拟盘创建快捷方式创建快捷方式 ...管理 Wine 版本手动安装中等图标消息微软字体微软字体未安装; 下面将为您安装.微软字体已经成功安装杂项鼠标经向覆盖多媒体多重缓冲我的问题是关于 $APPLICATION_TITLE 本身注意: 此安装需要 CD, 若你下载过 EA 分发的免费 ISO 镜像, 请烧录成 CD 或 DVD 再插入光驱. 对于某些软件, 可以加载 ISO 镜像代替光盘, 但这里不行.注意: 对于低延迟音频, 参见 WineASIO.注意: 对于低延迟音频, 参见 WineASIO. 建议用低延迟的音频接口. 您的MIDI控制器应该可以按预期工作.注意: 对于低延迟音频, 参见 WineASIO. 您的MIDI控制器应该可以按预期工作.注意: POL 绝不纵容盗版. 请以其他方式运行 $TITLE注意: 首次运行时注册窗口会隐藏在 Reason 标识背后, 用鼠标右击任务栏项并点击移动. 如果音库无法复制且输入注册码后程序崩溃的话, 取出光盘, 然后重新插入并尝试再次运行. 如果行不通, 将需要手动复制音库到 Reason 的虚拟盘. 数字下载应该不会有这个问题.注意: 如要注册, 请在弹出请求注册的窗体时, 拖曳你的注册文件至 $TITLE名称新建新建: 下一步否$TITLE 未安装.\n\n请使用 $TITLE 安装脚本!无描述空间不足:\n$URL ($neededSpace KB)文件扩展名未指定, 跳过本地应用程序连接.未找到 {0} 的说明文件未指定root命令, 中止安装.autorun.inf 文件中未找到可执行文件位置未找到支持的 Infinity 引擎的游戏不需要光盘常规版注意现在, 你可以回到 $TITLE 安装窗口继续安装你必须将 mod 包装入以下文件夹:您可以选择游戏模式:\n1)窗口模式:\n全部在游戏窗口中进行.\n\n2)全屏模式:\n占据整个屏幕.\n\n\n\n您选哪种?现在, 插入光盘 $CDNumber.办公Offscreen 渲染模式首次运行游戏会自动检测可用的渲染器.\n很可能OpenGL渲染表现得更好.首次运行游戏会自动检测可用的渲染器.\n很可能OpenGL渲染表现得更好;\n点击"显示全部磁盘"可以修改该项一个或多个程序失踪. 请安装它们, 并再次运行该脚本.现在打开 $URL?打开一个 Shell打开程序目录打开应用程序目录打开目录打开虚拟盘目录操作已完成优化完成其他覆盖(通常奏效, 但不保证)光盘读取器包安装程序失败, 除非你设置 /proc/sys/kernel/yama/ptrace_scope 为 0包装者: 密码: 补丁播放捕捉文件PlayOnLinux 与 PlayOnMac 小组 遵循 GPL 分发协议版本 3PlayOnLinux 包管理器PlayOnLinux/PlayOnMac 的理念是从不问超级用户密码, 然而这个脚本是强制性的. 所以, 我们给你的指令, 你必须自己输入去安装:PlayOnMac 需要安装 XQuartz 才能工作请仔细阅读.请选择一张光盘请选择要弹出的光盘请选择一个要播放的 PID 捕捉文件请选择一个要转换的捕捉文件请选择一个程序请选择一个软件以打包请选择要运行的软件请选择一个虚拟盘选择程序安装方式请选择一个要播放的 OGV 捕捉文件选择要执行的动作请选择安装方法请为我下载 XQuartz请保证您已经连接入因特网.请您登录 gog.com 下载 $BASENAME请解释清楚你的问题(仅英文):请给出一个很短的描述(标题, 限英文)请给予尽可能多的细节, 否则难以帮助您解决问题插入"$TITLE" 光盘 2若未完成安装, 请插入碟片 2.若未完成安装, 请插入碟片 3.请插入游戏碟片 1若未完成安装, 请插入碟片 1.请插入游戏碟片 2若未完成安装, 请插入碟片 2.若未完成安装, 请插入碟片 3.若未完成安装, 请插入碟片 4.若未完成安装, 请插入碟片 5.请插入载有游戏的介质.若安装仍未完成,\n请继续插入载有游戏的介质若未完成安装, 请插入碟片 1.若未完成安装, 请插入碟片 2.若安装未完成请插入碟片 3若安装未完成请插入碟片 4请插入载有游戏的碟片请插入 DVD请插入第一张碟片请插入第一张碟片请插入载有游戏的介质.请插入载有游戏的介质.请插入下一张载有游戏的介质请插入第二张碟片请插入您的 CD-ROM, 当Finder中发现了您的CD-ROM 的 Mac OS部分时, 然后按下一步请先安装 $TITLE_REQUIRED请选择请阅读并接受以下所述:请仔细阅读请阅读该文件请仔细阅读请重新启动您的计算机, 并运行 PlayOnMac选择 $TITLE 的安装文件. 安装结束不检查 Img Burn 的运行:请选择 $TITLE 的安装文件. 安装完成后不要运行收割 Reaper.请选择 $TITLE 安装文件. 安装完成后不要运行 rFactor. 如询问安装 DirectX, 点选是. 确保 rFactor 配置出现时, 你设置了一个32位的分辨率.选择 $TITLE 的安装文件. 安装过程中, 取消所有额外要安装的驱动程序:出现提示时, 请选择任意 3 个图标请选择更多选项, 然后取消选择运行"$TITLE"选项后。如果你不这样做, 安装将失败!请选择一个调试文件选定一个程序或虚拟盘以配置选定一个程序以卸载请选择一个程序请选择一个图标文件请选择32位版本的iTunes请选择 MS-DOS 版本的安装文件:选择游戏语言选择要运行的安装文件请选择从 $EDITOR 网站下载的安装文件请选择要运行的安装文件请选择要运行的安装文件。请选择要运行的安装文件:请选择版本请输入您应用程序的虚拟盘的名称.\n此名称不应包含空格.请等待, $APPLICATION_TITLE 正在复制文件:请等待 $APPLICATION_TITLE 下载 Ubisoft Game Launcher请等待下载 $APPLICATION_TITLE :$APPLICATION_TITLE 正在扫描您的硬件, 请稍候请等待, $APPLICATION_TITLE 正在模拟 Windows 重新启动请等待, $APPLICATION_TITLE 正在模拟重启请等待 $SOFTNAME 安装完成...请等候 $TITLE 的安装请等待 Desura 下载 ...请等待下载 Steam ...请稍等, 正在创建 PlayOnLinux 图标 ...请等待虚拟盘创建 ...请稍等, 你的视频转换中请耐心等待 ...插件管理器插件按下+F8来开始或停止捕捉按下+F8来停止捕捉点击"下一步"然后点击\n你想捕捉的窗口.\n捕捉会自动在5秒钟后开始.\n只有视频会被捕捉到.仅当安装过程完成后按下一步代理地址代理配置代理用户名代理密码代理端口阅读翻译文件读光盘读取光盘阅读说明仔细阅读!\n\n$TITLE 安装程序要求你改变你的光驱时, 请回到 $APPLICATION_TITLE 的窗口读取设备刷新更新 {0}注册注册库文件, 请稍等(要等一会儿的)注册表编辑器移除移除 Game For Windows Live...渲染目标模式锁定修复虚拟盘报告一个 bug报告一个问题报告关于 {0} 的问题重试?运行以安全模式运行 $TITLE ?运行 $TITLE?在此虚拟盘中运行可执行文件运行本地脚本运行配置向导运行你个人的脚本运行 Windows 程序于 运行 ...保存扫描虚拟盘 ...脚本作者: 搜寻选一个可下载资料片安装为你的程序选择类别选择另外的文件选择一下子的 ZIP 文件选择执行第一个补丁(EE Upgrade)选择要执行的第一个补丁选择要执行的补丁选择执行第二个补丁(1.5)选择要执行的第二个补丁选择要报告的主显卡:发送发送给我们手动安装所产生的可运行的脚本设置一个代理设置图标设定 Program Files var设置显示虚拟盘模拟重启 Windows小图标对不起, {0} 消息服务不可用的时刻. 请稍后重试对不起, $APPLICATION_TITLE $VERSION 太旧, 不能继续.\n$APPLICATION_TITLE $NEEDED 是必需的.对不起, 这不是可用 .zip 文件对不起, 此人不希望接收私人讯息很抱歉, 我们需要详细的说明.西班牙语西班牙语(纯文字)标准版标准键盘配置Steam 有其自己的自动更新系统Steam 有其自己的自动更新系统检测到 Steam 已安装, 您希望安装此游戏到同意虚拟磁盘上吗?Steam 即将升级.\nSteam 完成更新后会显示登录界面, 登录并安装 $TITLE.\n\n安装完成时, 点选下一步Steam 即将升级.\nSteam 完成更新后会显示登录界面, 登录并安装 $TITLE.\n\n安装完成时, 点选下一步(勿关闭 Steam)Steam 正在安装 $TITLEBTS, 安装完成时, 点选下一步Steam 正在安装 $TITLECOL, 安装完成时请正确退出 Steam(保证 Steam 不在系统托盘内), 并点选下一步是安装脚本继续工作Steam 正在安装 $TITLEW, 安装完成时, 点选下一步严格次序回执任务管理器测试中谢谢!\n\n您的报告已发送.\n\n我们将竭尽所能, 尽快通过邮件发送给你一个答案该游戏的光盘保护不能在 Wine 下正确运行.CD-ROM 版本已过期. 如果你想用 $APPLICATION_TITLE 正确运行 $TITLE, 不要忘记更新.PlayOnLinux 网站不可用.退出第一地牢需要的代码可以在文档中找到\n\n右键点击游戏图标, "请阅读本手册", 然后检查 4-5 页.需要开始一新游戏以在文档中找到代码;\n右击游戏图标, "阅读手册".下载似乎失败了.该文件可以被更新. 如果问题仍然存在, 请考虑报告该问题, 从而使脚本进行调整.文件命名为: {0}以下文件位于 FAT32 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于 NTFS 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于 fuse 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于不可挂载的文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath感谢以下人员对本程序做出的贡献: 该游戏将无法启动, 除非你的设置 /proc/sys/kernel/yama/ptrace_scope 为 0关卡编辑器补丁已激活, 可通过 PlayOnLinux 的向导设置.\n别忘了在 GoG 论坛给 Zenger 留言!该程序需要访问的 ptrace() 以进行快捷方式已置于桌面上目标虚拟盘 $PREFNAME 已存在:与 {0} ({1}) 关联的虚拟盘不存在.没有程序可以运行 .{0} 文件.字体由微软提供\n"in the interest of cross-platform compatibility".由于 wine 对于三重缓冲不能完整支持, 请考虑关闭此项功能.此过程将安装让您查看 .doc 和 .docx 格式文件的 Microsoft Office $TITLE, 但是你将无法对进行编辑. 此计划用于显示复杂 .doc 或 .docx 文件. 如果你要编辑此类文件, 最好使用 LibreOffice 或一些其他的编辑器。 本插件自动安装补丁 1.3.5511本插件自动安装补丁 2.5.26461这个插件会自动升级游戏至 1.2.0416.该插件自动升级游戏至版本 1.03该文件: 此功能在 PlayOnlinux 环境中被禁用.该游戏已有增强版, 且需要补丁 1.5安装该脚本需要 ffmpeg安装程序来源于: 此为补丁或升级安装程序;\n请先安装 $TITLE_REQUIRED情况已不再如此,但第三方仍然提供可用支持。这是你发送给我们的脚本列表. 您可以运行其中之一这个软件包不能在64位环境工作该包不支持 wine 1.3.18 或更低的版本该包不支持 wine 1.3.22 或更低的版本该包不可安装于 wine 1.5.21 或更高的版本这个插件会允许你在 PlayOnLinux 上捕捉应用程序.该程序包含反复制保护(DRM)与模拟不相容. 唯一的解决方法是使用"免CD"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持.此程序目前在测试中. 它可能不会如预期般运作. 您的反馈, 无论正面或负面, 对改善此安装程序特别重要.该程序作者为: 该工具将帮助您的 Mac 读取PC 的 CD-ROM.\n\n只有当你的 CD-ROM 是一个杂合体(兼容 Windows 和 MacOS)且你无法看到 Windows 的那一部分, 可以使用这个工具这个工具将允许你来帮助我们:该虚拟盘被保护该程序会帮你安装 Sacrifice, 并下载安装其补丁 #3. 补丁安装好之前, 请勿启动游戏.该向导将帮助您安装 该向导将帮助您配置 $APPLICATION_TITLE 环境该向导将帮助您安装 Wine: 该向导将帮助您报告一个正式支持程序的 bug.该向导将帮助您运行一个非官方的 $APPLICATION_TITLE 脚本.该向导将帮助您卸载 若要继续, PlayOnLinux 需要取消隐藏的选项, 重新挂载您的 CD-ROM.若要继续, 需要 PlayOnLinux 先卸载您的 CD-ROM , 再取消隐藏选项进行加载。为了确保您的游戏兼容性, PlayOnMac 必须安装 XQuartz若稍后安装一语言包工具从光盘 1 传输文件从光盘 2 传输文件翻译:Two Worlds 控制面板来自 InsideTwoWorlds 社区,\n使得你可以调整本游戏的参数并管理 mod \n是否安装?英国版北美版Ubuntu 用户必须添加 MEDIBUNTU 软件仓库\n来正常使用这个转换格式。找不到文件: 不能找到下列版本: 无法安装 XQuartz! 您必须安装它来提高游戏兼容性.未改变卸载卸载 ...更新 GIT更新说明更新 wine 配置从 GIT 更新 $APPLICATION_TITLE from ...升级 $TITLE更新插件. 当前版本: 用法: 使用高级 Wine 配置插件使用 CD-ROM使用 DVD-ROM使用 Desura 商店 demo 版使用 Desura 商店版使用 Origin 商店 demo 版使用 Origin 商店版使用 PlayOnLinux 的配置器配置使用 Steam 商店 demo 版使用 Steam 商店版使用 WineTricks实用本地计算机中的安装文件使用另一版本的 Wine用户中止VCRun2008 可能无法安装, 因为您的PlayOnLinux版本太旧. 请更新.VCRun2010 可能无法安装, 因为您的PlayOnLinux版本太旧. 请更新.特大图标显卡容量不足显存大小虚拟盘虚拟盘创建器虚拟盘视觉质量警告. 请先使用 POL_SetupWindow_InitWASD (Qwerty)安装程序正在准备 ...请等待语言包配置 ...请等待安装程序就绪 ...等待补丁1下载...\n此操作可能需要一段时间,这取决于你的网络连接.等待补丁2下载...\n此操作可能需要一段时间,这取决于你的网络连接.等待补丁3下载...\n此操作可能需要一段时间,这取决于你的网络连接.等待补丁4下载...\n此操作可能需要一段时间,这取决于你的网络连接.请耐心等待下载补丁...\n此过程需要消耗的时间视您的网络连接状况而定等待 the first-assistant 完成警告 !!\n\n您正试图运行的脚本签名是无效的\n\n$APPLICATION_TITLE 没有批准这个脚本, 不会对此负责.\n请确保你知道你在做什么!警告 !!\n\n您正试图运行的脚本签名是无效的\n\nPlayOnLinux 没有批准这个脚本, 不会对此负责.\n请确保你知道你在做什么!警告: GFWL 似乎已经安装.\n强制重新安装.警告: vcrun2005 似乎已安装.\n强制重新安装.警告: vcrun2008 似乎已经安装.\N强制重新安装.警告: vcrun2010 似乎已经安装.\N强制重新安装.警告: 这个工具为高级用户设计. 要用 {0} 干净地卸载程序, 您必须删除相关的虚拟盘警告: 为了得到正常的视频编码,\n分辨率必须是16的倍数警告: GameShadow 不能工作.\n安装时请勿选此项.警告: 您正在运行 $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED 建议继续.警告: 安装完成时, 你千万不要勾选复选框"运行 $TITLE"我们检测到您要安装的程序是:我们需要有管理员权限访问您的计算机. 因此, 你的根密码会被问到. 这里是 PlayOnLinux 将以管理员权限运行的命令:我们要问你一些问题, 请尽可能准确欢迎使用 Wine 的高级配置, 此可视化系统由 GNU_Raziel 制作.如果您不知道如何配置,请保持默认值欢迎使用 Detour, 该插件可以使您在安装后创建快捷方式.欢迎使用针对 $TITLE的 $PVERSION 安装程序欢迎安装 $TITLE 的可下载资料片欢迎使用 $TITLE_REQUIRED 的可下载资料片安装程序欢迎使用 $TITLE 的补丁 $PVERSION欢迎使用 $TITLE 的 $PVERSION 补丁安装程序欢迎使用 $TITLE_REQUIRED 的补丁 $PVERSION 安装程序欢迎使用 $APPLICATION_TITLE 安装向导欢迎使用 $APPLICATION_TITLE 助手.\n它将帮助你安装 $file 到您的计算机上.\n\n要小心! 这个程序不是 $APPLICATION_TITLE 正式支持的.\n因此, 它可能无法如预期般正常工作欢迎来到 $APPLICATION_TITLE 手动安装向导.\n\n该脚本让你可以以 $APPLICATION 安装任何程序并使用其所有工具\n\n警告: 我们无法保证您的应用程序完美地工作.欢迎使用 $APPLICATION_TITLE 的虚拟盘创建器.\n\n该工具将帮助你做出一个新的虚拟盘你想做什么?您还要额外创建哪些快捷方式?你的程序什么功能不能工作?\n如果一切正常, 请提一下程序编辑者?程序官网?扩展名是什么?程序名称?程序标题?您想使用何种语言?您有什么问题?你要创建什么样的虚拟盘安装前你希望做什么?您想做什么?当 Steam 还原 $TITLE 完成时, \n不要点击运行.\n\n完全关闭 Steam 界面,\n以便安装脚本继续.当从 Desura 下载完 $TITLE ,请不要点击运行.\n\n完全关闭 Desura 界面,以便安装脚本继续执行.当 Steam 下载 $TITLE 完成时, \n不要点击运行.\n\n完全关闭 Steam 界面,\n以便安装脚本继续.当从 Steam 下载完 $TITLE ,请不要点击运行.\n\n完全关闭 Steam 界面,以便安装脚本继续执行.当从 Steam 下载完 $TITLE , 请不要点击运行.\n\n完全关闭 Steam 界面, 以便安装脚本继续执行.当从 Steam 下载完 $TITLE ,请不要点击运行.\n\n完全关闭 Steam 界面,以便安装脚本继续执行.询问下一张碟片时, 点击"前进"当安装程序询问下一张磁盘时,点击"前进"当游戏安装程序询问下一张盘时, 点击"前进"当安装程序要求您插入光盘 $CDNumber, 单击下一步.\n\n在此之前, 不要点击下一步!当安装一个 Windows 程序 {0}:   - 保留默认位置   - 不要勾选复选框"运行程序".位置你的 CD-ROM 挂载到了哪里?你想将修改应用到哪个应用程序上?您有哪个版本?您要安装那个语言版本的?何种形式激活?您有何种版本?您想安装何种版本?你想用哪个版本的 Wine?重启 WindowsWine 不支持USB.你将不能用 $APPLICATION_TITLE 同步你的iDevices. 对此我们深表遗憾Wine 似乎已经崩溃\n\n如果你的程序正在运行, 忽略此消息卸载 WineWine 版本Wine 版本你想启用英文的 GUI 补丁?写下任何你在 Wine 配置上的变化:XQuartz $XQUARTZ_VERSION 已安装.XQuartz 已安装是您以 $POL_LOGIN身份连接到 $APPLICATION_TITLE 在线您个人可以免费下载并使用这些字体,\n但不能以任何变种再发行这些字体,\n包括改名和改变封装形式.你正试图运行一个为 {0} 设计的脚本! 可能它无法正常运行您可以在这里下载 $TITLE 安装文件:您可以从下列地址下载到归档文件:你不能关闭此窗体您没有选择游戏你似乎没有任何个人的脚本您不需要安装 DirectX 或使用 GLSetup.您已成功退出 $APPLICATION_TITLE 在线\n您可以安全地关闭此窗口你可以运行该程序!你必须选择一次捕捉以转换你必须选择一次捕捉以读取您必须选择一个文件您必须选择一个游戏以修改若用 Wine 运行该游戏, 则您必须禁用反盗版保护若用 Wine 运行该游戏, 则您必须禁用反盗版保护您不能将阴影等级调至最高,\n否则您需要重新安装该游戏.你必须重启 {0} 以使变更生效.你需要安装...以继续你需要安装 ... 以使用 {0}您现在桌面上应该有一个 League of Legends 目录, 其中有安装程序. 您可以保存之, 以便重新安装您想用浏览器打开 $TITLE 的下载页吗?您的 $APPLICATION_TITLE 版本是并不是最新的.\n发送错误报告之前, 您必须更新 $APPLICATION_TITLE.\n谢谢您的浏览器会弹出, 下载补丁; 请解压之您的文件系统可能会阻止 {0}正常运行. 请在终端中打开 {0} 以获得更多细节你的显卡容量不足!\n这将阻止游戏运行ZQSD (Azerty)\n请确保您连接到互联网.glxinfo 未安装. 请安装 mesa-utils 包不是一个图标扩展名必须安装 ja_JP.utf8 语言环境以使 $TITLE 工作.于在 $APPLICATION_TITLE 环境下临时文件夹丢失{0} 向导{0} 找不到 {1}{0} 配置{0} 控制台{0} 调试{0} 错误{0} 安装菜单{0} 不能启用 POL_SetupWindow_server.{0} 不能启动 PlayOnLinux Setup Window 服务器.对不起, {0} 不能以管理员身份运行.{0} 找不到 32bits OpenGL 库. 运行游戏可能出现问题{0} 找不到 64bits OpenGL 库. 运行游戏可能出现问题{0} 消息{0} 设置{0} 网站不可用. 请检查网络连接{0} wine 版本管理器playonlinux/lang/locale/zh_TW/000077500000000000000000000000001226051336100166525ustar00rootroot00000000000000playonlinux/lang/locale/zh_TW/LC_MESSAGES/000077500000000000000000000000001226051336100204375ustar00rootroot00000000000000playonlinux/lang/locale/zh_TW/LC_MESSAGES/pol.mo000066400000000000000000001633061226051336100215770ustar00rootroot00000000000000])%2222 22#2 33!3-930g3+3#3(3(4&:4)a4+4"4!445*;5f5X55t67075 8+B84n898*8#9,9_>9&99^:Pr: :I:; +; 5;A;X;!x;;';;";;/;)#<%M<!s<"< <<<<=====L>[>#1?U?k?r?y??????? @ 2@S@ s@@0@@@@!A1A3LA$A&AA AAAq BBBBB*B B BCC*C DC RC`C pCC$CCC6C ,DMD_DtDzDDDDzD#HENlEYEYFoFvF FF FFzF'0GCXG%G(G,G9HRH5hHH$HHHH I(I$=IbIuIII IiI)J&;JbJ iJsJJJJJJJJJ%K9NxN%N N"NNoO~OCO5OOsPPPPPPQ($QMQ`QpQQQkQR6RPRbRwRRRR!R! S+SASWSoSSSSSS STTB'TjT~TTTT TTT-TTU U+)UUUhU}U U UU1U U U V-V0?V2pWaWcXiXnXrXxX}XXX XXX.X'XY&YQ?YY YY YYYZ(Z:Z'@ZhZ yZZ*ZZZZ(['A[i[["[+[)["\$=\0b\3\:\E]EH]E]E]E^-`^C^@^@_@T_@___7 `1E`2w`6`8`$a?a%Wa}aaa2a(a7b$Tbybb)b/bc&'c:Nc#c$c$cc>dCMd;d+d%d&e)Fe(pe4e7e0f7fFfUf)]f ff93g mg{g gg ggggggghhh>h Sh`hqhhhh h%hhh i0i NiYi^i }iii"iiiij$4jYj ^j jjwjjj j)j<j&kFkNkbksk)k*kdkGlmKm$nIn :oGohOo"ooo,pB1p-tp/p0p7q ;q#Gq*kqUqGq4r&Rryr"r+rPrI9s(sLss s tt\/tttNt u u"u 2u=u'Quyuu uuuuu u[v[`vv&vv ww*w9w.Hw ww&w)w*wbxFdxKxKxKCyIyEyGz:gzNzzM{'{1{30|3d|<|2|}k}K~'c~S~~ ~!09.jN;@Wi|;ك1&%A,geR \ m z/5=,HML*'ņ ,$0Qd%$ !2T lWXk>4"߉ #6~lbTϋ $52h& ʌތ 0$9U,[[ t 8ȎƐ ڐ "&7)^$!ɑ! !-%O%u$%+"2RU7ɔ1i+*Ǖ41'+Y"L!]Ɨ$?- m z!Ԙ807P0W% ϙ - Ӛ  H6_r՜ %,(R'{;ɝ!4$Pu-؞  $y=ٟ!'. 5A)H r  !!Ƞ2I bo ¡}ҡPSlYYt{ s*+8V!$(֤335Iͥ ԥ $4L\m_|ܦ$  $18? OYw~! ۧ '(;dy B -A4 vǩΩթ!ܩ$#***U< ڪ$!(jJ «H̫80NvO FPW v$ ­ϭ߭aQa~ۮ4Rjׯ &4 J/W ° ɰӰڰ8 %,'Jr ̱ / )9@cjFV] d oy } ´2ɴ '$QL ׵  " /<"Cf v1ɶܶ($7\r*(շ*3*^-EEECEEϹ'A=>?JJI0'!-:0h ! : G-Wӽ&!.6P!ž7=/8m&Ϳ$-*Gr% 1%~4/+D ] j w  /?"Fi*y 3DKf"!"$%, BOVi -,'  0='R'z[IWHc e,EZ!j/:$%+Bn%LJ]*t'BGC%C M(vG   %+Q c n|SS;   * 3A'^!S:>7?v?@M7B-0'Q$->/l07/5ryH!-'O'w=]A?4otd!I!k'&.Z@L !-:%hL/'Fb$x5I-7'e$YM+uy/">|a8}eA =,Kx#  (*6S2SSe v+26T%\?Y*_B; 4sznIhc </x$LO <uRRjiQ) Q0y ;[+CX=BJ>uP0{OU*#D :,P`)F6.Wn+4%$.>d5DC!XMVL0r"8&yO7'.Z"]Q7waqVp3I>4UAU(C ||,N%s-gf t}#q@J2c# l+HY"&o $w1Y5KFv@)~ketEP38 !Nv G&?MT1m1 :J/L(-\dASiW* R:p'NZWATBbS3Kj /eHgo,G8 ^l`MX~-?9!2@9GDm I(59bh[6Z=_[a]<z7EfkVE=^;Sx\Fr}'H{K]  Choose a file Extract the package Show this message (from {2}) does not exist! has been uninstalled successfully. on your computer. or will be installed in: "Horse Armor Pack" installation will begin..."Knights of the Nine" installation will begin..."Mehrunes Razor" installation will begin..."Orrery" installation will begin..."Spell Tomes" installation will begin..."Thieves Den" installation will begin..."Vile Lair" installation will begin..."Wizard Tower" installation will begin...$APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Gecko installer$APPLICATION_TITLE Mono installer$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE first use$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is going to finish its preparation$APPLICATION_TITLE is installing $PRGM_NAME$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE is making a virtual windows hard drive$APPLICATION_TITLE is running your program$APPLICATION_TITLE shortcut creator$PACKAGE crashed.$TITLE has been installed.\n\nA special thank to Erich Hoover for his wine patch (AcceptEx Fix)$TITLE has been successfully installed$TITLE has been successfully installed.\n\nIf the game crashes at startup, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE is installed(If this list is empty, please install a wine version with wine version manager)(windowed)7z not installed, please check that you have 7zip installed and try againAbort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllAn error happened during download.ApplyAre you sure you want to close all {0} Windows?Are you sure you want to delete wine {0}?Are you sure you want to delete {0} ?Are you sure you want to delete: Are you sure you want to install: ArgumentsArrow keys (default)Assigned programAttention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is doneAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD patch even if you have a legal version.\n\nPlease remember that $APPLICATION_TITLE is strongly against piracy, and will never support it.Begin the capture of an applicationBrasilian (text only)BrowseCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking plugin: Choose DirectDraw Renderer Mode?Choose Offscreen Rendering Mode?Choose Render Target Lock Mode?Choose a gameChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the game language you wantChoose the game resolutionChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaningCleaning...Click Next to continue.Click Next to startClick on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.CloseClose all {0} softwareClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnectConnect to your $APPLICATION_TITLE accountConnecting...Control PanelConversion doneConvert a captured file to videoConverting videos...Coping install files, please wait...Copying ${filename}Copying virtual driveCould not find executable $EXE in virtual disk $PREFIXCould not find program directoryCreate a shortcutCreating shortcut...DebugDecompressing archive...Dedicated ServerDedicated Server EditorDedicated serverDefault video settings are a bit low for modern computers,\nremember to click on "Auto-detect" in advanced video settings.Default virtual drive configurationDefine your encoding options \n (leave defaults if you do not know what to do)Define your encoding options for pass 1 \n (leave defaults if you do not know what to do)Define your encoding options for pass 2 \n (leave defaults if you do not know what to do)DeleteDeveloper and Website: DevelopmentDisableDisconnectDisplayDo not forget to close Steam when downloading\nis finished, so that $APPLICATION_TITLE can continue\nto install your game.Do you have a language pack to install?Do you want $APPLICATION_TITLE to install it automatically for you?Do you want to browse $TITLE website?Do you want to delete the virtual drive:Do you want to download $TITLE from GOG.com?Do you want to install the unicode version of Inno Setup?Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?Does your program run?Don't install XQuartz for the momentDon't join any log fileDonateDownload failedDownload seems to be corruptedDownload the programDownloading Game For Windows Live...Downloading Wine: Downloading XQuartzDownloading fontsDownloading gecko ...Downloading: During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.Dutch (text only)Edit or update an existing applicationEditorEducationEject a PC CD-ROMEnableEnglishEnglish versionEnhanced EditionEnjoy using $APPLICATION_TITLEErrorError while installing archiveError while installing fontsError while uncompressing the archiveError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Slender...Extracting Wine...Extracting: Factory defaultsFailed to connect !\nPlease ensure that your login and your password are valid.FileFile associationsFile not found!File size does not match!FrenchFull (1.5GB), fix even minor issues (49 cutscenes)GLSL SupportGame Of The Year versionGame is not installedGame is not installed.GamesGeneralGermanGive the capability to wineserver executableGog.com login failed, try again?GraphicsHere the source code of the script. Check it carefullyHere the source code of the script. Check it carrefullyHow much memory does your graphics board have?However, it won't be activated until you reboot your computer.I AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIMPORTANT: \n\nOn the installation window coming next, do NOT click the Options button, it would mess up the language selection.Icon selectionIcons:If .NET 3.0 installation fail, dont worry\nthe game will still workIf the setup request DirectX installation, answer no.If you don't know, unselect allIf you have Error 3007 on connecting, open a terminal and type:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scopeIf you want to install $TITLE in another virtual drive\nRun this installer againInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installation finished\n\nThe game might crash on the first attempt, but no worries, just try one more time.Installation in progress...Installed Wine versions: Installed pluginsInstalling Adobe AirInstalling DirectMusicInstalling DirectX 10 dlls...Installing DirectX 11 dlls...Installing DirectX 9 dlls...Installing Games For Windows LiveInstalling Linuxtrack-wine DLL...Installing XMLlite...Installing XQuartz...Installing Xact dlls...Installing Xinput dlls...Installing fontsInstalling mfc42 DLLs...Installing msasn1 DLL...Installing plugin: Installing wintrust DLL...Installing: International versionInternetIt appears it is the first time you are using $APPLICATION_TITLE.Italian (text only)Italian versionJapanese versionKill processesLanguageLarge iconsLaterLeaveLite (702MB), fix major issues (18 cutscenes)Login: LogoutLooking for runnable CD-ROMsMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMessengerMicrosoft fontsMicrosoft fonts have been installed successfully.MiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNOTE: This installer requires you to use a CD, if you downloaded the freeware ISO images released by EA, please burn them to a CD or DVD using something like Brasero, and insert into your CD drive. Mounting the ISO images may work with certain software, however I know that Mounty does not work for this.NOTICE: For low-latency audio, look into WineASIO.NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLENameNewNew: NextNoNo descriptionNo manual found for {0}No-cd neededNormal versionNoteNow you must install the modpack in directory:Now, insert the cdrom number $CDNumber.OfficeOffscreen rendering modeOne or more program(s) are missing. Please install them and run the script again.Open $URL now?Open a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)PC CD-ROM readerPassword: Play a captured filePlayOnMac needs to install XQuartz to workPleaase read this carefully.Please choose a CD-ROMPlease choose a CD-ROM to ejectPlease choose a PID capture file to playPlease choose a capture file to convertPlease choose a programPlease choose a software to runPlease choose a virtual drive namePlease choose a way to install your programPlease choose an OGV capture file to playPlease choose an action to performPlease choose an installation methodPlease ensure you are connected to the internet.Please explain your problem clearly (english only):Please give a very short description (title, english only)Please insert game media 1 into your disk drive\nif not already done.Please insert game media 2 into your disk drive\nif not already done.Please insert game media 3 into your disk drive\nif not already done.Please insert game media 4 into your disk drive\nif not already done.Please insert game media 5 into your disk drive\nif not already done.Please insert game media into your disk drivePlease insert game media into your disk drive\nif not already done.Please insert media 1 into your disk drive\nif not already done.Please insert media 2 into your disk drive\nif not already done.Please insert media 3 into your disk drive\nif not already done.Please insert media 4 into your disk drive\nif not already done.Please insert the DVD-ROMPlease insert the first discPlease insert the first game media into your disk drivePlease insert the game media into your disk drivePlease insert the game media into your disk drive.Please insert the next game media into your disk drivePlease insert the second game media into your disk drivePlease install $TITLE_REQUIRED firstPlease make your choicePlease read and accept the following:Please read carrefullyPlease read thisPlease read this carefullyPlease reboot your computer now, and run PlayOnMacPlease select ANY 3 icons when prompted.Please select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please select an icon filePlease select the 32bit version of iTunesPlease select the MS-DOS version of setup file:Please select the game languagePlease select the install file to run.Please select the setup file downloaded on $EDITOR websitePlease select the setup file to runPlease select the setup file to run.Please select the setup file to run:Please select version.Please wait while $APPLICATION_TITLE is scanning your hardwarePlease wait while $APPLICATION_TITLE is simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME is installed...Please wait while $TITLE is installedPlease wait while $TITLE is installed.Please wait while Desura is downloaded...Please wait while Steam is downloaded...Please wait while the PlayOnLinux logo is created...Please wait while the virtual drive is being created...Please wait while your video is being encoded...Please wait...Plugin managerPluginsPress +F8 to start or stop capturePress +F8 to stop capturePress Next then click on the window\nyou want to capture.\nCapture will start automatically after 5 seconds.\nOnly video will be captured.Press next only when the installation process is finishedProxy addressProxy configurationProxy loginProxy passwordProxy portRead a PC CD-ROMRead a PC CD-RomRead the manualRefreshRefreshing {0}RegisterRegistry EditorRemoveRemove Game For Windows Live...Repair virtual driveReport a bugReport a problemReport a problem about {0}Retry?RunRun $TITLE in safe mode?Run \$TITLE?Run a .exe file in this virtual driveRun a local scriptRun configuration wizardRun one of your personal scriptsRun your Windows programs on Running...SaveScanning the virtual drive ...Scriptors: SearchSelect a DLC to installSelect a category for your programSelect another fileSelect first patch to executeSelect patch to executeSelect second patch to executeSelect the main videocard to report:SendSet a proxySet the iconSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, but that was not a valid .zip fileSorry, this person does not want to receive private messagesSorry, we need a detailed description.SpanishSpanish (text only)Standard EditionStandard keyboard layoutsSteam have is own automatic update systemSteam have is own automatic update system.Steam installation has been detected\nwould you like to install this game in the same virtual drive?Steam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press nextSteam is about to perform an update.\nAfter Steam finishes updating and shows you to the login interface, login and then let $TITLE install.\n\nWhen the installation is finished, press next (Do not close Steam)Steam is installing $TITLEBTS, press next when the installation is finishedSteam is installing $TITLECOL, please quit Steam properly when the installation is finished (make sure Steam is not still in the traybar) and then press next so that the installation script can continue.Steam is installing $TITLEW, press next when the installation is finishedTask managerTestingThank you !\n\nYour report has been sent.\n\nWe will do our best to send you an answer by mail very soonThe download seems to have failed.The file is named : {0}The level editorThe shortcut has been placed on your desktopThe virtual drive associated with {0} ({1}) does no longer exists.There is nothing installed to run .{0} files.This addon automatically install patch 1.3.5511This addon automatically install patch 2.5.26461This addon automatically patch the game to version 1.03This file: This install script requires ffmpegThis installation program is provided by: This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis plugin wil allow you to capture you applications under PlayOnLinuxThis program was created by: This tools will allow you to help us :This virtual drive is protectedThis wizard will help you install This wizard will help you to install Wine: This wizard will help you to report a bug about an officially supported program.This wizard will help you to run an unofficial $APPLICATION_TITLE Script.This wizard will help you to uninstall: To ensure that your games will be compatible, PlayOnMac must install XQuartzToolsTranslations:UK versionUS or Canadian versionUbuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: Unable to install XQuartz! You must install it to improve games compatibility.UnchangedUninstallUninstalling...Update GITUpdate instructionsUpdating $APPLICATION_TITLE from GIT...Updating $TITLEUsage: Use CD-ROM(s)Use DVD-ROM(s)Use WineTricksUse a setup file in my computerUse another version of WineUser abortVCRun2008 might fail to install because your PlayOnLinux version is too old. Please update.VCRun2010 might fail to install because your PlayOnLinux version is too old. Please update.Very large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesVisual qualityWARNING. Please use POL_SetupWindow_Init firstWASD (Qwerty)Wait while installation is prepared...Wait while language pack is configured...Wait while the installation is prepared...Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.Warning : GFWL seems to be already installed.\nForcing reinstallation.Warning : vcrun2005 seems to be already installed.\nForcing reinstallation.Warning : vcrun2008 seems to be already installed.\nForcing reinstallation.Warning : vcrun2010 seems to be already installed.\nForcing reinstallation.Warning: For correct video encoding,\nresolution MUST be a multiple of 16Warning: GameShadow wont work.\nPlease de-select during installation.Warning: You must not tick the checkbox "Run $TITLE" when setup is doneWe have detected that the program you want to install is :We're going to ask you some questions, please be as much accurate as\npossibleWelcome in Advanced Wine Configuration, an optimization’s system for Wine created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTSWelcome in Detour, a plugin witch enable you to create post-install shorcuts.Welcome in the DLC Installer for $TITLEWelcome in the DLCs Installer for $TITLE_REQUIREDWelcome in the patch $PVERSION Installer for $TITLEWelcome in the patch $PVERSION installer for $TITLEWelcome in the patch $PVERSION installer for $TITLE_REQUIREDWelcome to $APPLICATION_TITLE Installation Wizard.Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expectedWelcome to $APPLICATION_TITLE virtual drive creator.\n\nThis tool will help you to make a new virtual driveWhat do you want to do?What extra shortcuts should be created?What feature of your program does not work?\nIf everything works, please mention itWhat is the extension?What is your preferred language?What kind of problem do you have?What kind of virtual drive do you want to createWhat would you like to do before installation?What would you like to do?When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When $TITLE download by Steam is finished, do NOT click on Play.\n\nClose COMPLETELY he Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continueWhen $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.When game setup will ask for next DVD\nclick on \"Forward\"When the game setup will ask for next Disk\nclick on \"Forward\"When the installer ask you to insert the cdrom number $CDNumber, click next.\n\nDo not click next before!When {0} installs a Windows program: - Leave the default location - Do not tick the checkbox 'Run the program' if asked.Where is mounted your CD-ROM?Which application do you want to apply the modification to?Which edition do you have?Which language version would you like to install?Which version do you have?Which version do you want to install?Which version of Wine would you like to use?Windows rebootWine does not support USB yet. You will not able to sync your iDevices with $APPLICATION_TITLE. SorryWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsWould you like to enable the English GUI Patch?Write any change you made to wine configuration here:XQuartz $XQUARTZ_VERSION has been installed on your computer.XQuartz has been installed.YesYou are trying to open a script design for {0}! It might not work as expectedYou can download $TITLE install file here:You can download the archive file from:You cannot close this windowYou did not select a gameYou do not seems to have any personal scriptYou dont have to install DirectX or use GLSetup.You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this windowYou must be able to run this program!You must choose a capture to convertYou must choose a capture to readYou must choose a file!You must choose a game to modifyYou must disable anti-piracy protections of this game\nif you want to play it with wineYou must disable anti-piracy protections of this game\nif you want to play it with wine.You must not set shadow level to its maximum\nor you will have to delete and redo installation of the game.You must restart {0} for the changes to take effect.You need to install it to continueYou should install it to use {0}You should now have a League of Legends directory on your desktop containing its installer. You may keep it to speed up reinstallations.You want to open $TITLE download page in your browser?Your $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour video card does not have enough memory!\nIt might prevent the game from workingZQSD (Azerty)\nPlease make sure you are connected to the Internet.is not an icon extensionon the $APPLICATION_TITLE environment.temp directory missing{0} Wizard{0} cannot find {1}{0} configuration{0} console{0} debugger{0} error{0} install menu{0} is not able to start POL_SetupWindow_server.{0} is not able to start PlayOnLinux Setup Window server.{0} is not supposed to be run as root. Sorry{0} is unable to find 32bits OpenGL libraries. You might encounter problem with your games{0} is unable to find 64bits OpenGL libraries. You might encounter problem with your games{0} messenger{0} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2013-12-23 19:00+0100 PO-Revision-Date: 2013-12-15 06:49+0000 Last-Translator: Bill Language-Team: Chinese (Traditional) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-12-24 05:13+0000 X-Generator: Launchpad (build 16877) Language: zh_TW 選擇一個檔案 解壓縮套件 顯示這個訊息 (從 {2}) 不存在! 已經成功移除。 在你的電腦。 或 將被安裝在: "Horse Armor Pack" 將開始安裝 ..."Knights of the Nine" 將開始安裝 ..."Mehrunes Razor" 將開始安裝 ..."Orrery" 將開始安裝..."Spell Tomes" 將開始安裝 ..."Thieves Den" 將開始安裝 ..."Vile Lair" 將開始安裝 ..."Wizard Tower" 將開始安裝...$APPLICATION_TITLE 應用程式設定$APPLICATION_TITLE Gecko 安裝程式$APPLICATION_TITLE Mono 安裝程式$APPLICATION_TITLE 移除程式$APPLICATION_TITLE 自動更新程式$APPLICATION_TITLE 除錯器正在啟動...第一次使用 $APPLICATION_TITLE$APPLICATION_TITLE已經運行這個程式。 \n你是否要保持原來的設定?$APPLICATION_TITLE 遇到一個致命的錯誤。 $APPLICATION_TITLE 會停止安裝程序。\n訪問 www.$POL_DNS 以得到進一步的資訊$APPLICATION_TITLE 遇到一個錯誤。如果程式不能正常運作, 可能源於此問題。\n訪問 www.$POL_DNS 以得到進一步的資訊$APPLICATION_TITLE 遇到一個錯誤。 如果您安裝的程式不能正常運作,可能源於此問題。\n訪問 www.$POL_DNS 以得到進一步的資訊$APPLICATION_TITLE 正在分析你的應用程式$APPLICATION_TITLE 將要完成準備動作$APPLICATION_TITLE 正在安裝 $PRGM_NAME$APPLICATION_TITLE 正在安裝你的應用程式...$APPLICATION_TITLE 正在建立一個虛擬硬碟$APPLICATION_TITLE 正在執行你的程式$APPLICATION_TITLE 捷徑建立器$PACKAGE 當機。$TITLE 已經安裝。\n\n 感謝 Erich Hoover 的 wine patch (AcceptEx Fix)$TITLE已經安裝成功$TITLE 已成功安裝.\n\n如果遊戲在啟動時當機,打開一個終端, 然後輸入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope$TITLE 已安裝(如果這個清單是空的,請使用 Wine 版本管理員來安裝一個 Wine 版本)(視窗)沒有安裝 7z,請確認你已經安裝 7zip 並再試一次中止安裝關於 {0}附屬應用程式是否啟動GLSL支援?是否啟動多重採樣支援?是否啟動滑鼠綁定?新增是否在您的影片裡面加上PlayOnLinux的浮水印全部下載時發生錯誤。套用你確定你要關閉全部的 {0} 視窗嗎?你確定你要刪除 Wine {0} 嗎?你確定你要刪除 {0} 嗎?你確定你要刪除: 你確定你要安裝: 參數方向鍵 (預設)指定的程式注意:在安結束後將會執行 patch ,在完成安裝程序之前,請關閉 patch 安裝程式。在所有的設定之後,您可以開始執行 $TITLE。自動安裝自動執行可取得的 Wine 版本: 無效的副檔名小心! 如果你更改 小心!安裝這些組件中的一個可能打破你的虛擬硬碟。請特別小心使用 $APPLICATION_TITLE 執行 $TITLE,您必須先安裝免光碟 patch,就算您使用的正版的程式。\n\n 請注意 $APPLICATION_TITLE 強烈反對盜版行為,而且也不支援此類行為。開始擷取程式Brasilian (text only)瀏覽取消找不到捷徑正在取得程式...取得目錄(OpenGL)取得目錄(非OpenGL)開始取得程式....更改圖示正在檢查外掛: 是否選擇DirectDraw渲染模式?是否選擇Offscreen Rendering模式?是否選擇鎖定目標渲染模式?選擇一個遊戲選擇一個外掛選擇一個有效的 $APPLICATION_TITLE 腳本來執行。選擇一項動作以執行選擇一個程式選擇一個選項以修改選擇您所想要的遊戲語言。選擇遊戲的解析度請選擇和你的軟體相對應的日誌檔為這個虛擬磁碟命名選擇要轉換的影片格式清除清除中...點擊下一步以繼續點擊下一步以開始當 Steam 的遊戲安裝快要完成時,\n 請只能點選「上一步」,不然您需要重新執行安裝程式。關閉關閉全部的 {0} 軟體關閉這個應用程式命令提示字元執行程式前要執行的命令商業配置配置 Wine連線連接到你的 $APPLICATION_TITLE 帳號連線中...控制台轉檔完畢把選取的檔案轉換成影片轉換影片...複製安裝檔中,請稍待...複製 ${filename}正在複制虛擬磁碟虛擬磁碟 $PREFIX 中找不到可執行檔 $EXE找不到程式的目錄建立捷徑正在建立捷徑...除錯解壓縮...專用伺服器專用伺服器編輯器專用伺服器預設影片設定或許對現代的電腦而言有點慢,\n請記得點擊「自動偵測」選項來改善影片設定。預設的虛擬磁碟設定定義您的編碼設定\n(請選擇預設,如果您不曉得該如何設定)定義您的編碼設定pass 1\n(請選擇預設,如果您不曉得該如何設定)定義您的編碼設定pass 2\n(請選擇預設,如果您不曉得該如何設定)删除開發人員和網站: 開發停用斷開連線顯示當下在完畢以後請別忘記關閉 Steam,如此一來 $APPLICATION_TITLE \n將會繼續安裝您的遊戲。請問有需要安裝的語言套件嗎?你想要讓 $APPLICATION_TITLE 自動幫你安裝嗎?你想瀏覽 $TITLE 的網站嗎?你要刪除這個虛擬磁碟嗎:你想要從 GOG.com 下載 $TITLE嗎?你想要安裝 Inno Setup 的 unicode 版本嗎?您想要重試嗎?你是否要更新並重新啟動 $APPLICATION_TITLE?你的程式能否運行?現在不要安裝 XQuartz不附加任何日誌檔贊助下載失敗下載似乎已損壞下載程式下載 Game For Windows Live...下載 Wine: 正在下載 XQuartz...下載字型中下載 gecko ...下載中 ... 安裝時,請將 ASIO4ALL 選項取消選取,並在安裝的最後取消執行 FL Studio。Dutch (text only)編輯或更新現有的應用程式編輯器教育退出光碟啟用英文English version增強版享受 $APPLICATION_TITLE 吧錯誤安裝壓縮檔時發生錯誤安裝字型時發生錯誤解壓縮壓縮檔時發生錯誤錯誤!錯誤:找不到 CD-ROM!結束外部庫解壓縮出的檔案大小不匹配!從 ${archivename} 解壓縮 ${filename}解壓縮 Slender...解壓縮 Wine 中...解壓縮 恢復出廠設置連接失敗!\n請確保您的登錄名稱和密碼是有效的.檔案檔案關聯找不到檔案!文件大小不匹配法文Full (1.5GB),連小的問題都有修正 ( 49 段過場動畫 )GLSL 支援Game Of The Year version遊戲沒有被安裝遊戲沒有被安裝遊戲一般德文讓 wineserver 有可執行能力Gog.com 登錄失敗。是否重試?圖像這是腳本的原始碼。請仔細檢查這是腳本的原始碼。請仔細檢查你的顯卡記憶體多大?但是,直到您重新啟動電腦,它才會被啟動。我同意我不要再建立其他捷徑我有一個和軟體相關的問題我已經手動下載這個檔案重要提示: \n\n在接下來的安裝視窗,不要點擊選項按鈕,這會弄亂語言選擇。圖示選擇圖示:如果 .NET 3.0 安裝失敗,不要擔心\n遊戲還是會正常運作如果安裝程式要求安裝 DirectX,請不要安裝如果你不知道的話,全部都不要選取如果您在連線時出現 Error 3007 ,開啟終端機輸入:\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope若您想在另外的虛擬磁碟安裝 $TITLE, \n請再運行該安裝程式包含:安裝安裝不在清單中的程式安裝程式在新的虛擬磁碟中安裝程式安裝套件安裝完成安裝腳本安裝函式庫安裝完成。安裝完成\n\n第一次嘗試時遊戲可能會當機,但不用擔心,只要再試一次。正在安裝...已安裝的 Wine 版本: 已安裝的外掛安裝 Adobe Air 中安裝 DirectMusic 中安裝 DirectX 10 dlls 中...安裝 DirectX 11 dlls 中...安裝 DirectX 9 dlls 中...安裝 Games For Windows Live安裝 Linuxtrack-wine DLL...正在安裝 XMLlite...正在安裝 XQuartz...安裝 Xact dlls...安裝 Xinput dlls...安裝字型中正在安裝 mfc42 DLLs...正在安裝 msasn1 DLL...正在安裝外掛: 正在安裝 wintrust DLL...安裝中: International version網際網路這是你第一次使用 $APPLICATION_TITLE。Italian (text only)Italian version日本語刪除程序語言大圖示稍後離開Lite (702MB),修正主要問題 ( 18 段過場動畫 )登入: 登出尋找可執行的 CD-ROM 中從這個虛擬磁碟建立新的捷徑正在製作捷徑...管理 Wine 版本手動安裝中圖示即時訊息微軟字型已成功安裝微軟字型。雜項多媒體多重採樣我的問是涉及到 $APPLICATION_TITLE 本身注意:這個安裝程式需要使用 CD,如果您下載了免費軟體的 ISO 檔案,請使用 Brasero 或是其他類似的軟體燒入 CD 或是 DVD,並將其插入您的 CD 磁碟機。有些程式或許可以使用掛載的 ISO 映像檔,但是我們了解到 Mounty 並不支援。注意:關於音訊延遲問題,請察看 WineASIO 說明。注意:若是有音效延遲問題,請至 WineASIO 檢查。您的 MIDI 控制器應該運作正常。注意:當程式要求註冊時,拖曳您的註冊表單至 $TITLE名稱新增新增: 下一步否沒有描述未找到 {0} 的說明文件不需光碟正常版本備註您現在需要安裝 mod 套件至以下路徑:現在,插入光碟 $CDNumber.辦公螢幕上不可見區域的描繪模式One or more program(s) are missing. Please install them and run the script again.現在打開 $URL?開啟 shell開啟程式的資料夾開啟應用程式的資料夾開啟目錄開啟虛擬磁碟的資料夾執行完畢優化完成其他覆蓋(通常奏效, 但不保證)光碟讀取器密碼: 啟動已擷取檔案PlayOnMac 需要安裝 XQuartz 才能正確工作請仔細閱讀。請選擇一張光碟請選擇要彈出的光碟請選擇一個 PID capture 檔案執行請選擇一個 capture 檔案執行請選擇一個程式請選擇要運行的軟體請選擇一個虛擬硬碟請選擇一個方法來安裝你的程式請選擇一個 OGV capture 檔案執行選擇要執行的動作請選擇一個安裝方法請確認你已經連線到網際網路。請用英文清楚地描述你的問題:請使用英文簡單描述問題(標題)如果還未安裝完成\n請將遊戲光碟1置入您的光碟機。如果還未安裝完成\n請將遊戲光碟2置入您的光碟機。如果還未安裝完成\n請將遊戲光碟3置入您的光碟機。如果還未安裝完成\n請將遊戲光碟4置入您的光碟機。如果還未安裝完成\n請將遊戲光碟5置入您的光碟機。請插入遊戲媒體至您的磁碟機如果安裝尚未完成\n請將遊戲光碟放入您的光碟機如果還未完成,\n請插入媒體 1 至您的磁碟機。如果還未完成,\n請插入媒體 2 至您的磁碟機 。若是安裝尚未完成,\n請插入第三個媒體至您的磁碟機。若是安裝尚未完成,\n請插入第四個媒體至您的磁碟機。請插入 DVD-ROM請插入第一張光碟請插入第一張遊戲媒體至您的磁碟機請插入遊戲媒體至您的磁碟機請將遊戲光碟放入光碟機請插入下個遊戲媒體進入您的磁碟請插入第二張遊戲媒體至您的磁碟機請先安裝 $TITLE_REQUIRED請選擇請閱讀並接受以下所述:請仔細閱讀請閱讀請仔細閱讀請現在將你的電腦重開機,然後執行 PlayOnMac請選擇任意請先選擇要配置的程式或虛擬磁碟請選擇要移除的程式請選擇一個程式。請選擇一個圖示檔請選擇32位版本的iTunes請選擇 MS-DOS 版本的安裝檔:請選擇遊戲語言請選擇要執行的安裝檔。請選擇一個從 $EDITOR 網站下載的設定檔。請選擇一個設定檔以執行請選擇設定檔以執行請選擇安裝檔以執行:請選擇版本。$APPLICATION_TITLE 正在掃描您的硬體,請稍候$APPLICATION_TITLE 正在模擬 Windows 重開機,請稍候請等待, $APPLICATION_TITLE 正在模擬重新啟動正在安裝 $SOFTNAME ,請稍候...請等待,$TITLE正在安裝請等待,$TITLE正在完成安裝請等待 Desura 下載 ...請等待 Steam 下載...請稍候,正在產生PlayOnLinux的logo請等待虛擬硬碟建立 ...請稍候,影片正在編碼中....請稍候…外掛管理員外掛按下+F8用來開始和終止獲取程式按下+F8來停止取得程式請按下一步並且點選您想要\n擷取的視窗\n。擷取會在五秒鐘後自動進行\n。只有影片會被擷取。只有在安裝程式完成時才按"下一步"代理伺服器地址代理伺服器設定代理伺服器登入帳號代理伺服器的密碼代理伺服器連接埠讀取光碟讀取光碟閱讀說明重新整理重新整理 {0} 中註冊註冊表編緝器移除移除 Game For Windows Live...修復虛擬磁碟回報錯誤回報問題回報關於 {0} 的問題要重試嗎?執行在安全模式中執行 $TITLE?執行 \$TITLE?執行在這個虛擬磁碟中的 .exe 檔執行一個本地腳本執行配置精靈運行你個人的腳本運行 Windows 程式於 執行中…儲存正在掃描虛擬磁碟...腳本作者: 搜尋請選擇一個 DLC 安裝為你的程式選擇類別選擇另一個檔案請選擇第一個 patch 以執行選擇一個修正程式以執行請選擇第二個 patch 以執行選擇要報告的主要顯示卡:傳送設定代理伺服器設定圖示設定顯示虛擬磁碟模擬 Windows 重開機小圖示對不起,這是不是有效的 .zip 檔案對不起, 此人不希望接收私人訊息抱歉,我們需要詳細的描述。西班牙文Spanish (text only)標準版本標準鍵盤 layoutsSteam 有他自己的自動更新系統Steam 有他自己的自動更新系統已經偵測到 Steam 安裝資訊\n 您想要安裝此遊戲到相同的虛擬磁碟嗎?Steam 正在準備更新。\n當 Steam 完成更新並顯示登入介面之後,登入並安裝 $TITLE。\n\n 安裝結束之後,請點擊下一步繼續。Steam 正在準備更新。\n當 Steam 完成更新並顯示登入介面之後,登入並安裝 $TITLE。\n\n 安裝結束之後,請點擊下一步繼續。( 請不要關閉 Steam )Steam 正在安裝 $TITLEBTS,完成安裝之後,請點擊下一步。Steam 正在安裝 $TITLECOL,當安裝結束以後,請正確地關閉 Steam ( 敬請確認 Steam 是否已經不在系統的通知選單上 ),並點擊下一步,以繼續安裝程式。Steam 正在安裝 $TITLEW, 完成安裝之後,請點擊下一步。工作管理員測試中謝謝你!\n\n你的錯誤報告已經送出。\n\n我們將會盡快透過電子郵件回覆你。下載似乎失敗了。檔案命名為: {0}關卡編輯器捷徑已被建立在你的桌面與 {0} ({1}) 關聯的虛擬硬碟不存在。安裝後找不到可以執行的檔案。{0} 個檔案。此插件自動安裝 patch 1.3.5511此插件自動安裝 patch 2.5.26461此遊戲插件自動 patch 到 1.03 版本這個檔案: 這個安裝腳本需要 ffmpeg這個安裝程式的提供者是: 此為一個更新或是插件的安裝檔;\n請先行安裝 $TITLE_REQUIRED這個擴充元件可以幫助您取得在PlayOnLinux下的程式列表。該程式作者為: 這個工具將允許你來幫助我們:該虛擬辭碟被保護這個精靈將幫助你安裝 這個精靈將幫助你安裝 Wine: 這個精靈將幫助你回報被官方支援的程式的錯誤。這個精靈會幫助你執行非官方的 $APPLICATION_TITLE 腳本。這個精靈將會幫助你移除: 為了確保您的遊戲相容性, PlayOnMac 必須安裝 XQuartz工具翻譯:UK versionUS or Canadian versionUbuntu的使用者必須先安裝MEDIBUNTU函式庫\n以進行此轉檔作業無法找到檔案: 不能找到下列版本: 無法安裝 XQuartz!你必須安裝它來增加遊戲的相容性。不更改移除正在移除...更新 GIT更新說明從 GIT 更新 $APPLICATION_TITLE ...更新 $TITLE 中用法: 使用 CD-ROM使用 DVD-ROM使用 WineTricks使用電腦中的安裝檔使用另一個版本的 Wine使用者中止VCRun2008 可能無法安裝,因為您的 PlayOnLinux 版本太舊。請更新。VCRun2010 可能無法安裝,因為您的 PlayOnLinux 版本太舊。請更新。超大圖示顯示卡記憶體不足顯示記憶體大小虛擬磁碟虛擬磁碟制作器虛擬磁碟視覺品質警告:請先使用 POL_SetupWindow_InitWASD (Qwerty)安裝程式正在準備 ...請稍候,正在進行語言配置...請稍候,正在準備安裝...請等待 patch 正在下載中... \n 這會需要一點時間,請耐心等待。警告:GFWL 似乎已經安裝。\n強制重新安裝。警告:vcru2005 似乎已經安裝。\n強制重新安裝。警告:vcrun2008 似乎已經安裝。\n強制重新安裝。警告:vcrun2010 似乎已經安裝。\n強制重新安裝。警告:為了轉檔上的正確\n解析度必須為16的倍數警告:GameShadow 將不會執行。\n 請在安裝的時候重新選擇。警告:安裝完成時, 你千萬不要勾選「運行 $TITLE」我們偵測到你想要安裝的程式是:我們要問你一些問題,請盡可能準確歡迎來到「進階Wine設定」,一個Wine的優化系統,使用GNU_Raziel製作,如果您不知道如何設定的話,請點選使用預設選項。歡迎來到Detour,這是一個可以讓您建立已安裝程式連結的套件歡迎來到 $TITLE DLC 安裝程式歡迎使用 $TITLE_REQUIRED DLC 安裝程式歡迎使用$TITLE $PVERSION 版本安裝程式歡迎使用 $TITLE 安裝程式 patch $PVERSION歡迎使用 $TITLE_REQUIRED $PVERSION 插件安裝器歡迎使用 $APPLICATION_TITLE 安裝精靈。歡迎使用 $APPLICATION_TITLE 助手。\n它將幫助你在你的電腦上安裝 $file 。\n\n請小心!這個程式不被 $APPLICATION_TITLE 官方所支援。\n因此它也許無法如預期般工作。歡迎使用 $APPLICATION_TITLE 虛擬磁碟製作器。\n\n這個工具將幫助你製作一個新的虛擬磁碟你想做什麼?需要新增何種快捷鍵?你的程式什麼功能不能運作?\n如果一切正常,請提一下要關聯的副檔名是?您偏好的語言是什麼?你遇到哪個類型的問題?你要製作什麼類型的虛擬磁碟在安裝之前你想要先做什麼?你想做什麼?當 $TITLE 從 Steam 恢復以後,\n 請不要點擊 Play 。\n\n請完全關閉 Steam 介面,\n 如此安裝程式才能繼續進行。當 Steam 下載完 $TITLE 之後請別點擊執行\n\n 請完全關閉 Steam 的介面 \n 如此一來安裝程式將可以繼續執行。當 Steam 下載完 $TITLE 時,\n 請不要點選啟動。\n\n 請完全關閉 Steam 的介面,\n 如此一來安裝程式才能繼續執行。當 Steam 下載完 $TITLE 以後,\n 請不要點選啟動\n\n。請完全關閉 Steam 的介面,\n如此一來安裝程式才能繼續執行。當遊戲設定要求下一張 DVD 時\n 請點選「向前」。當遊戲設定要求下一張光碟時\n 請點擊「向前」當安裝程式要求您插入光碟 $CDNumber, 點擊下一步。\n\n在此之前,不要點擊下一步!當安裝一個 Windows 程式 {0}:   - 保留預設位置   - 不要勾選「運行程式」。你的 CD-ROM 掛載到了哪裡?請問您要修改哪個程式?您有哪一個版本?你想安裝哪一種語言的版本?請問您有什麼版本?你想要安裝哪個版本?你想要使用哪個版本的 Wine?Windows 重開機Wine 還不支援USB。你將不能用 $APPLICATION_TITLE 同步你的 iDevices 。 抱歉Wine 似乎已經當機\n\n如果你的程式正在運行, 忽略此訊息Wine 解除安裝程式Wine 版本Wine 版本你想啟用英文的 GUI 補丁?寫下任何你在 Wine 設定上的變化:XQuartz $XQUARTZ_VERSION 已安裝。XQuartz 已經安裝。是你正試圖運行一個為 {0} 設計的腳本! 它可能無法正常運行你可以在這裡下載 $TITLE 的安裝檔:您可以從此下載檔案:你不能關閉這個視窗您並未選擇遊戲你似乎沒有任何個人的腳本您沒有必要安裝 DirectX 或者使用 GLSetup。您已成功登出 $APPLICATION_TITLE \n您可以安全地關閉此視窗你可以運行該程式!您必須選擇一個 capture 以進行轉檔您必須選擇一個 capture 來讀取你必須選擇一個檔案!您必須選擇一個遊戲以轉換您如果想要透過 wine 來執行此程式,您必須關閉此遊戲的防拷保護\n如果您想要透過 wine 來執行此遊戲\n,請先關閉防拷保護。您不能將陰影等級設定至最高等級\n 不然的話您將會結束安裝程式,並需重新安裝遊戲。你必須重新啟動 {0} 以使變更生效。你需要安裝它才能繼續你需要安裝它才能使用 {0}您現在桌面上應該有一個 League of Legends 目錄,其中有安裝程式。您可以保存他,以便重新安裝您想要使用瀏覽器開啟 $TITLE 下載頁面嗎?您的 $APPLICATION_TITLE 版本是並不是最新的.\n發送錯誤報告之前, 您必須更新 $APPLICATION_TITLE.\n謝謝您的檔案系統可能會阻止 {0}正常運行。 請在終端中打開 {0} 以獲得更多細節顯示卡記憶體不足!\n它可能會導致遊戲無法運作ZQSD (Azerty)\n請確認你已經連線到網際網路。不是圖示的副檔名在 $APPLICATION_TITLE 環境下。temp 資料夾遺失{0} 精靈{0} 找不到 {1}{0} 設定{0} 主控台{0} 除錯器{0} 錯誤{0} 安裝選單{0} 無法啟動 POL_SetupWindow_server.{0} 無法啟動 PlayOnLinux Setup Window 伺服器。對不起。 {0} 不能以管理員身份執行。{0} 找不到 32bits OpenGL函式庫。 你也許會在你的遊戲中遭遇問題{0} 找不到 64bits OpenGL函式庫。 你也許會在你的遊戲中遭遇問題{0} 即時訊息{0} 設定{0} 網站不可用。請檢查網路連接{0} Wine 版本管理員playonlinux/lang/po/000077500000000000000000000000001226051336100147765ustar00rootroot00000000000000playonlinux/lang/po/ar.po000066400000000000000000004413521226051336100157510ustar00rootroot00000000000000# Arabic translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-25 17:39+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "استولى على القائمة (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "لام استولى على القائمة (OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "بدأ في استولى على تطبيق" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "استولى سيبدأ" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "استولى على التقدم في..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "إختر صيغة الفيديو لعملية التحويل" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "إنتهى التحويل" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "الكل" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "إختر لعبة" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "أنت لم تختار أي لعبة." #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "تفعيل دعم GLSL؟" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "تفعيل أخذ عينات المتعدد الدعم؟" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "إختر تطبيقاً" #: Detour plugin:6 msgid "Operation done" msgstr "تمت العمليه" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "لا" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "نعم" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "الملحقات" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "التّطوير" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "التعليم" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "الألعاب" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "الرسوميات" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "الإنترنت" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "الوسائط المتعددة" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "المكتب" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "أخرى" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "الرقع" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "يتم الان الإختبار" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "استعراض" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "عام" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "تثبيت" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "إزالة" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "إلغاء الأمر" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "التالي" #: python/guiv3.py:166 msgid "I Agree" msgstr "أوافق" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "مِن" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "لا يوجد وصف" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "تشغيل" #: python/mainwindow.py:200 msgid "Donate" msgstr "تبرّع" #: python/mainwindow.py:201 msgid "Exit" msgstr "خروج" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "مدير الإضافات" #: python/mainwindow.py:331 msgid "File" msgstr "ملف" #: python/mainwindow.py:333 msgid "Tools" msgstr "أدوات" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "إعدادات" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "الإضافات" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "إغلاق البرنامج" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "ملحقات مثبتة" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "تفعيل" #: python/options.py:210 msgid "Choose a plugin" msgstr "اختر إضافة" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "هل أنت متأكد أن تثبت ما يلي: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "هل أنت متأكد من حذف ما يلي: " #: python/options.py:334 msgid "Disable" msgstr "تعطيل" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "تثبيت إصدارات النبيذ : " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "تتوفر الإصدارات النبيذ : " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "إصدارات النبيذ" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ast.po000066400000000000000000004414131226051336100161340ustar00rootroot00000000000000# Asturian translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-25 17:22+0000\n" "Last-Translator: Xuacu Saturio \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menú de captura (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menú de captura (non OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Entamar la captura d'una aplicación" #: Capture plugin:7 msgid "Play a captured file" msgstr "Ver un ficheru capturáu" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Convertir a viedu un ficheru capturáu" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "Entamará la captura..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Captura en progresu..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Escoyer una aición a facer" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Escueye un ficheru de captura PID pa ver" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Escueye un ficheru de captura pa convertir" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "¿Amestar el logo de PlayOnLinux al to videu?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Escoyer el formatu de videu pa la conversión" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define les opciones de codificación pal pasu 1 \\n (dexa los valores " "predeterminaos si nun sabes qué facer)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define les opciones de codificación pal pasu 2 \\n (dexa los valores " "predeterminaos si nun sabes qué facer)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Define les opciones de codificación \\n (dexa los valores predeterminaos si " "nun sabes qué facer)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "Conversión fecha" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Escoyer una opción a camudar" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Too" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Tienes d'escoyer un xuegu a camudar" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bienveníu a la configuración avanzada de Wine, un sistema d'optimización pa " "Wine creáu por GNU_Raziel. Si nun sabes qué escoyer, DEXA LO PREDETERMINAO" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Escoyer un xuegu" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nun seleicionasti un xuegu" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "¿Escoyer el mou de renderizador DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "¿Escoyer el mou de renderizador Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "¿Escoyer el mou de bloquéu del oxetu a renderizar?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Executar un script llocal" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/bg.po000066400000000000000000005013431226051336100157340ustar00rootroot00000000000000# Bulgarian translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-12 21:18+0000\n" "Last-Translator: Радослав Иванов \n" "Language-Team: Svetoslav Stefanov \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" "X-Poedit-Country: BULGARIA\n" "X-Poedit-Language: Bulgarian\n" "X-Poedit-SourceCharset: utf-8\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Към кое приложение желаете да приложите промяната?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Тази приставка ще ви позволи да прихващане приложенията си под PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Прихващане на меню (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Прихващане на меню (без OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Начало на прихващане на приложение" #: Capture plugin:7 msgid "Play a captured file" msgstr "Възпроизвеждане на прихванат файл" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Конвертиране на прихванат файл във видео" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Натиснете Напред, след това цъкнете на прозореца,\\nкойто искате да " "прихванете.\\nПрихващането ще започне автоматично след 5 секунди.\\nЩе бъде " "прихванато само видеото." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Прихващането ще започне..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Натиснете +F8, за да започне или спре прихващането" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Натиснете +F8 за край на прихващането" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Изпълнява се прихващане..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Изберете действие за изпълнение" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Моля, изберете PID файл за възпроизвеждане" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Моля, изберете OGV файл за възпроизвеждане" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Моля, изберете файл за конвертиране" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Трябва да изберете прихванат файл за прочитане" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Трябва да изберете прихванат файл за конвертиране" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Моля, изчакайте, докато се създава логото на PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Добавяне на лого на PlayOnLinux към видеото?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Внимание: За правилно видео кодиране\\nразделителната способност, ТРЯБВА да " "е кратна на 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Потребителите на Ubuntu, трябва да добавят хранилището\\nна MEDIBUNTU, за да " "работи правилно това конвертиране." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Изберете видео формат за конвертиране" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Задайте своите настройки за кодиране за етап 1\\n(оставете стандартните, ако " "не знаете какво да правите)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Задайте своите настройки за кодиране за етап 2\\n(оставете стандартните, ако " "не знаете какво да правите)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Задайте своите настройки за кодиране \\n(оставете стандартните, ако не " "знаете какво да правите)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Моля, изчакайте, докато видеото Ви се кодира..." #: Capture plugin:29 msgid "Conversion done" msgstr "Конвертирането е завършено" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Изберете настройка за промяна" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Всички" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Трябва да изберете игра, която да промените" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Добре дошли в Разширени настройки на Wine, система за оптимизиране, " "създадена от GNU_Raziel. Ако не знаете какво да изберете, ОСТАВЕТЕ " "СТАНДАРТНИТЕ НАСТРОЙКИ" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Изберете игра" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Не сте избрали игра" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Да се избере ли режим на рендериране DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Да се активира ли поддръжка на GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Да се избере ли режим на рендериране Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Да се избере ли режим на рендериране Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Да се активира ли поддръжка за мултисемплиране?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Да се активира ли препозициониране на мишката?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Оптимизирането е завършено" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Добре дошли в Отклонение, приставка позволяваща Ви да създадете препратки " "след инсталацията." #: Detour plugin:5 msgid "Choose an application" msgstr "Изберете приложение" #: Detour plugin:6 msgid "Operation done" msgstr "Операцията е завършена" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Моля, въведете игралната медия в дисковото устройство!" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Моля, изберете файла за инсталация" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Когато $TITLE бъде изтеглена от Steam,\\nНЕ кликвайте на Изпълнение!\\n\\" "nЗатворете изцяло интерфейсът на Steam,\\n за да продължи инсталиращият " "скрипт." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "БЕЛЕЖКА: За регистрация, когато излезе изискване за нея, привлачете-и-" "пуснете регистрационният Ви файл върху $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "БЕЛЕЖКА: При забавяне на звука, проверете в WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Желаете ли да инсталирате кръпката 2.0а?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Това е инсталатор за обновяване или приставка;\\nМоля, първо инсталирайте " "$TITLE_REQUIRED" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Желаете ли да инсталирате кърпка 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "За инсталирането на $TITLE е нужно да е инсталиран Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Моля, обърнете внимание, че Стандартните карти не работят правилно, докато " "Потребителските - без проблем." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Когато $TITLE се изтегли от Steam,\\nНЕ кликвайте на Изпълнение.\\n\\" "nЗатворете изцяло интерфейсът на Steam, \\nтака че инсталиращият скрипт да " "продължи" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Ако инсталацията на .NET 3.0 се провали,\\nне се притеснявайте - играта все " "пак ще работи" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Не е необходимо да инсталирате DirectX или да използвате GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Моля, изберете инсталиращият файл, който да се изпълни!" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Моля, вкарайте игрална медия в дисковото устройство" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Моля, изберете файл за инсталацията:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Добре дошли в инсталатора за кръпки $PVERSION за $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam има собствена автоматична система за обновления" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Изберете кръпка за изпълнение" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Моля, вкарайте игрална медия в дисковото устройство,\\nосвен ако вече не сте " "го направили." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam има собствена автоматична система за обновления." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Моля, вкарайте игралната медия в дисковото устройство" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "Когато инсталацията поиска нов диск\\nкликнете на \\„Напред\\“" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Моля, въведете следващата игрална медия в дисковото устройство" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Добре дошли в инсталатора на кръпки $PVERSION за $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Моля, първо инсталирайте $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Английска версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Международна версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Италианска версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Японска версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Коя версия имате?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Играта не е инсталирана." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Тази добавка автоматично инсталира кръпка 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Първо изберете кръпка за изпълнение" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Изберете втора кръпка за изпълнение" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "САЩ или канадска версия" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Тази добавка автоматично инсталира кръпка 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Великобританска версия" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Трябва да деактивирате противопиратските защити на тази игра,\\nако искате " "да я пускате чрез wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Бъдете внимателни! За да стартирате $TITLE с $APPLICATION_TITLE, трябва да\\" "nинсталирате кръпка No-CD, дори да имате инсталирана легитимна версия.\\n\\" "nМоля, запомнете, че $APPLICATION_TITLE е категорично против пиратството и " "никога не ще го поддържа." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Трябва да деактивирате противопиратските защити на тази игра,\\nако искате " "да я пускате чрез wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Версия Игра на годината" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Нормална версия" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Добре дошли в инсталатора на кръпки $PVERSION за $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Внимание: GameShadow няма да работи.\\nМоля, преизберете по време на " "инсталацията." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Не забравяйте да затворите Steam, когато изтеглянето приключи,\\nтака че " "$APPLICATION_TITLE да може, да продължи с инсталацията на играта." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam е в готовност за обновление.\\nСлед като Steam приключи обновлението и " "изведе екрана за вписване, впишете се и оставате $TITLE да се инсталира.\\" "nКогато инсталацията приключи, натиснете следващ (Не затваряйте Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam инсталира $TITLEW, натиснете следващ, когато инсталацията приключи" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam инсталира $TITLEBTS, натиснете следващ, когато инсталацията приключи" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam инсталира $TITLECOL, моля излезте от Steam, когато инсталацията " "приключи (уверете се, че Steam не е все още в системния панел) и натиснете " "следващ, така че инсталиращият скрипт да продължи." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Инсталацията приключи\\n\\nИграта може да се срине при първият опит, но не " "се притеснявайте, опитайте още веднъж." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Добре дошли в инсталатора на кърпки $PVERSION за $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Изчакайте, докато се изтегли кръпката...\\nТази операция може да отнеме " "време, в зависимост от връзката Ви." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "В процес на инсталиране..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Английска" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Френска" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Германска" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Каква версия желаете да инсталирате?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "БЕЛЕЖКА: Този инсталатор изисква употреба на CD, ако сте изтеглили свободни " "ISO образи от EA, моля запишете ги на CD или DVD, използвайки нещо като " "Brasero, и ги вкарайте в дисковото устройство. Монтирането на ISO образи " "може да работи с някои софтуери, както и да е - знам че Mounty няма да " "свърши работа." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Внимание: След приключването на инсталацията, ще се зареди инсталатора на " "кръпката. Моля, затворете инсталатора на кръпката преди да се впишете, за да " "довършите инсталацията. След това, можете да стартирате „$TITLE“, когато " "приключи инсталацията." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "Моля, вкарайте медия 1 в дисковото устройство,\\nако все още не сте!" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Изчакайте, докато се подготви инсталацията..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "Моля, вкарайте медия 2 в дисковото устройство,\\nако все още не сте." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Моля, изберете инсталиращият файл, изтеглен от сайт $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE е инсталиран.\\n\\nСпециални благодарности към Erich Hoover за " "неговата wine-кръпка (поправка на AcceptEx)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Ако получите грешка 3007 при свързване, отворете терминал и въведете:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Когато приключи възстановяването на $TITLE от Steam,\\nНЕ кликайте на " "Изпълни.\\n\\nЗатворете НАПЪЛНО интерфейса на Steam, \\nза да може " "инсталиращият скрипт, да продължи." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Когато се изтегли $TITLE от Steam, НЕ кликайте на Изпълни.\\n\\nЗатворете " "НАПЪЛНО интерфейса на Steam, \\nза да може инсталиращият скрипт, да продължи." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Ако инсталацията изисква инсталиран DirectX, отговорете с „не“." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Добре дошли в инсталатора на DLC за $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Тази добавка автоматично закърпва играта до версия 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Когато инсталацията на играта поиска следващо DVD\\nкликнете на \\„Напред\\“" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Не трябва да задавате максимално ниво на сянката\\nили ще трябва да изтриете " "и повторите инсталацияата на играта." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Изисква приблизително 18Гб свободно пространство.\\n\\nКакто и допълнителни " "5Гб в /home/ папката Ви, ако ще използвате интернет инсталатор.\\" "nПрепоръчително е да използвате инсталация без интернет." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Желаете ли да отворите $TITLE в браузъра?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Желаете ли да създадете връзка към настройките на $TITLE в папка /home/?\\" "n(Препоръчително „да“.)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Известни проблеми:\\n\\n1) Зареждането за първи път на EULA, може да отнеме " "дълго (5 мин.) време.\\n\\n2) Опцията Captain's Quarters е повредена за " "повечето (всички!) потребители.\\nАко се срине след избор на герой, " "пробвайте с натискане на Esc на екрана за вписване и да деактивирате " "Captain's Quarters в раздел графика.\\n(Тази опция е безполезна според " "повечето Eve Играчи.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Моля, вкарайте първата игрална медия в дисковото устройство" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Моля, вкарайте втората игрална медия в дисковото устройство" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "По време на инсталацията, моля ОТКАЖЕТЕ опцията за ASIO4ALL, и ОТКАЖЕТЕ " "изпълнението на FL Studio в края на инсталацията." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "БЕЛЕЖКА: При забава на звука, вижте в WineASIO. Вашите MIDI контролери, " "трябва да работят, както се очаква." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Моля, изчакайте, докато се инсталира $TITLE." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Не" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Да" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Изпълнение на локален скрипт" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Настройване на Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Помощни програми" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Разработка" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Обучение" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Игри" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Графика" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Интернет" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Мултимедия" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Офис" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Друго" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Кръпки" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Пробване…" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Редактор на регистъра" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Разглеждане" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Общи" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Инсталиране" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Премахване" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Отказ" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Напред" #: python/guiv3.py:166 msgid "I Agree" msgstr "Съгласен съм" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "от" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Без описание" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Изпълнение" #: python/mainwindow.py:200 msgid "Donate" msgstr "Направи дарение" #: python/mainwindow.py:201 msgid "Exit" msgstr "Изход" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Управление на версиите на Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Управление на приставките" #: python/mainwindow.py:331 msgid "File" msgstr "Файл" #: python/mainwindow.py:333 msgid "Tools" msgstr "Инструменти" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Настройки" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Приставки" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Настройки" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Отваряне на папката на приложението" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Задаване на иконата" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Затваряне на това приложение" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Убиване на приложение" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Разработич и уеб страница: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Скриптове: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Пакетиране: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Следните хора са допринесли за тази програма: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Настройка на сървър-посредник" #: python/options.py:129 msgid "Set a proxy" msgstr "Задаване на сървър-посредник" #: python/options.py:132 msgid "Proxy address" msgstr "Адрес на сървъра-посредник" #: python/options.py:135 msgid "Proxy port" msgstr "Порт на сървъра-посредник" #: python/options.py:138 msgid "Proxy login" msgstr "Влизане в сървъра-посредник" #: python/options.py:141 msgid "Proxy password" msgstr "Парола за сървъра-посредник" #: python/options.py:188 msgid "Installed plugins" msgstr "Инсталирани приставки" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Включване" #: python/options.py:210 msgid "Choose a plugin" msgstr "Изберете приставка" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Сигурни ли сте, че искате да инсталирате: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Сигурни ли сте, че искате да изтриете: " #: python/options.py:334 msgid "Disable" msgstr "Изключване" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Инсталирани версии на Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Налични версии на Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Версии на Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/bn.po000066400000000000000000004502111226051336100157400ustar00rootroot00000000000000# Bengali translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-25 17:34+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "কোন এ্যাপ্লিকেশনে আপনি পরিবর্তনটি প্রয়োগ করতে চান?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "মেনু ক্যাপচার (ওপেনজিএল)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "মেনু ক্যাপচার (ওপেনজিএল নয়)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "একটি এ্যাপ্লিকেশনের ক্যাপচার শুরু কর" #: Capture plugin:7 msgid "Play a captured file" msgstr "একটি ক্যাপচারর্কৃত ফাইল প্লে কর" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "একটি ক্যাপচারকৃত ফাইল ভিডিওতে কনভার্ট কর" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "ক্যাপচার শুরু হবে..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "ক্যাপচার শুরু বা বন্ধ করতে +F8 চাপুন" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "ক্যাপচার বন্ধ করতে +F8 চাপুন" #: Capture plugin:13 msgid "Capture in progress..." msgstr "ক্যাপচার চলছে..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "সম্পাদনের জন্য একটি কাজ নির্বাচন করুন" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "প্লে করার জন্য একটি পিআইডি ক্যাপচার ফাইল নির্দিষ্ট করুন" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "অনুগ্রহ করে প্লে করার জন্য একটি ওজিভি ক্যাপচার ফাইল নির্বাচন করুন" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "কনভার্ট করার জন্য একটি ক্যাপচার ফাইল সিলেক্ট করুন" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "রিড করার জন্য আপনাকে অবশ্যই একটি ক্যাপচার বাছাই করতে হবে" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "কনভার্ট করার জন্য আপনাকে অবশ্যই একটি ক্যাপচার চাছাই করতে হবে" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "অনুগ্রহ করে প্লেঅনলিনাক্স লোগো তৈরী হওয়া পর্যন্ত অপেক্ষা করুন..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "আপনার ভিডিওতে প্লেঅনলিনাক্স লোগ যুক্ত করব?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "কনভার্সনের জন্য একটি ভিডিও ফরম্যাট নির্বাচন করুন।" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "পাস ১ এর জন্য আপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \\n (ডিফল্ট রেখে দিন যদি " "আপনি বোঝেন না কি করতে হবে)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "পাস ২ এর জন্য আপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \\n (ডিফল্ট রেখে দিন যদি " "আপনি বোঝেন না কি করতে হবে)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "আপনার এনকোডিং অপশনসমূহ নির্দিষ্ট করুন \\n (ডিফল্ট রেখে দিন যদি আপনি বোঝেন না " "কি করতে হবে)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "অনুগ্রহ করে আপনার ভিডিও এনকোড হওয়া পর্যন্ত অপেক্ষা করুন..." #: Capture plugin:29 msgid "Conversion done" msgstr "কনভার্সন সম্পন্ন হয়েছে" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "পরিবির্তন করার জন্য একটি অপশন নির্বাচন করুন" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "সকল" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "আপনাকে অবশ্যি একটি গেম পরিবর্তনের জন্য নির্বাচন করতে হবে।" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "এডভান্সড ওয়াইন কনফিগারেশনে আপনাকে স্বাগতম, এটি ওয়াইনের জন্য GNU_Raziel এর " "তৈরীকৃত একটি অপটিমাইজেশনের সিস্টেম। আপনি যদি জানেন না কি করতে হবে, ডিফল্ট " "রেখে দিন।" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "একটি গেম নির্বাচন করুন" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "আপনি কোন গেম নির্বাচন করেননি" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "DirectDraw Renderer Mode নির্ধারণ করব?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSL সাপোর্ট কার্যকর করব?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Offscreen Rendering Mode নির্ধারণ করব?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Render Target Lock Mode নির্ধারণ করব?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Multisampling সাপোর্ট কার্যকর করব?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Mouse warp override কার্যকর করব?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "অপটিমাইজেশন সম্পন্ন হয়েছে" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "একটি অ্যাপলিকেশন বাছাই করুন" #: Detour plugin:6 msgid "Operation done" msgstr "কাজ সম্পন্ন হয়েছে" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "একটি লোকাল স্ক্রীপ্ট রান করুন" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "ওয়াইন কনফিগার করুন" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "রেজিস্ট্রি সম্পাদক" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/bs.po000066400000000000000000004374241226051336100157600ustar00rootroot00000000000000# Bosnian translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2012-04-14 20:27+0000\n" "Last-Translator: Almin Islamović \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Kojoj aplikaciji želite primijeniti promjene?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Zapoćni snimanje aplikacije" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "Snimanje započinje" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Dodati PlayOnLinux logo u vaš video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Izaberite opciju koju želite izmijeniti" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Sve" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ca.po000066400000000000000000004371231226051336100157330ustar00rootroot00000000000000# Catalan translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2011-05-06 12:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/cs.po000066400000000000000000006003361226051336100157530ustar00rootroot00000000000000# Czech translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-23 08:04+0000\n" "Last-Translator: Tadeáš Pařík \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Na kterou aplikaci chcete použít změny?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Tento zásuvný modul vám umožní zachytávat aplikace pod PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Nabídka zachytávání (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Zachytávací menu (bez OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Začít zachytávat aplikace" #: Capture plugin:7 msgid "Play a captured file" msgstr "Přehrát zachycený soubor" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Převést zachycený soubor na video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Stiskněte tlačítko Další a pak klikněte do okna,\\nkteré chcete zachytávat.\\" "nZachytávání začne automaticky za 5 sekund.\\nBude zachycen pouze obraz." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Zachytávání začne..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Stiskněte +F8 pro začátek nebo konec kódování" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Stiskněte +F8 pro zastavení zachytávání" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Probíhá zachytávání..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Zvolte akci k provedení" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Prosím zvolte zachycený PID soubor pro přehrání" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Prosím zvolte zachycený OGV soubor pro přehrání" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Zvolte zachycený soubor k převodu" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Musíte zvolit záznam pro čtení" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Musíte zvolit záznam pro převod" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Prosím počkejte dokud nebude vytvořeno logo PlayOnLinuxu..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Přidat logo PlayOnLinuxu do vašeho videa?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Varování: Pro správné kódování videa,\\nMUSÍ být rozlišení násobkem 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Uživatelé Ubuntu musejí přidat zdroj MEDIBUNTU,\\naby kódování proběhlo " "správně." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Zvolte formát videa pro převod" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Nastavte možnosti kódování pro průchod 1 \\n (ponechte výchozí hodnoty pokud " "nevíte co děláte)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definujte vaše kódovací možnosti pro heslo 2 \\n (nechte standatdní, pokud " "nevíte co dělat)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Nastavte možnosti kódování \\n (ponechte výchozí hodnoty, jestliže nevíte co " "nastavit)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Prosím počkejte dokud se vaše video nezačne kódovat..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konverze byla dokončena" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Vyberte volbu ke změnám" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Vše" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Musíte vybrat hru ke změnám" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Vítejte v Pokročilé konfiguraci Wine, umožňující optimalizaci systému pro " "Wine vytvořené GNU_Razielem. Pokud nebudete vědět co si vybrat, PONECHTE " "VÝCHOZÍ HODNOTY." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Vyberte hru" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nevybrali jste hru" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Zvolit DirectDraw Renderer mód?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivovat podporu GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Zvolit mimoobrazový vykreslovací mód?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Zvolit Render Target Lock mód?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktivovat multisampling podporu?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktivovat předefinování zrychlení myši?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimalizace dokončena" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Vítejte v Detour, jedná se o zásuvný modul, který umožňuje vytvořit " "poinstalační zástupce." #: Detour plugin:5 msgid "Choose an application" msgstr "Vyberte aplikaci" #: Detour plugin:6 msgid "Operation done" msgstr "Operace provedena" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Vložte herní médium do diskové jednotky." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Zvolte spouštěcí instalační soubor" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Jakmile Steam stáhne $TITLE, \\nNEKLIKEJTE na Hrát.\\n\\nUzavřete úplně " "rozhraní Steamu, \\naby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "POZNÁMKA: Pro zaregistrování, jakmile o to budete požádáni, přetáhněte svůj " "registrační soubor do $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "POZNÁMKA: Pro nizko latenční zvuk se podívejte do WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Nainstalovat patch 2.0 ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Toto je instalátor pro aktualizaci nebo rozšíření;\\nNainstalujte nejprve " "$TITLE_REQUIRED" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Nainstalovat patch 1.0c ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "K instalaci $TITLE je potřeba nejprve doinstalovat Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Standardní mapy nepracují spolehlivě, avšak uživatelské mapy fungují bez " "problémů." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Jakmile Steam stáhne $TITLE, \\nNEKLIKEJTE na Hrát.\\n\\nUzavřete úplně " "rozhraní Steamu, \\naby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Jestliže instalace .NET 3.0 selže, neobávejte se\\nhra bude stále fungovat" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Nemusíte instalovat DirectX nebo používat GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Vyberte prosím inicializační soubor ke spuštění" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Čekejte prosím…" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalace byla dokončena." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Vložte prosím herní disk do mechaniky" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Zvolte prosím spouštěcí instalační soubor:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Vítejte v instalátoru záplaty $PVERSION pro $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam má svůj vlastní aktualizační systém" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Vyberte aktualizaci ke spuštění." #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Vložte prosím herním médium do jednotky\\npokud jste tak již neučinil." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam má svůj vlastní aktualizační systém." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Vložte prosím herní médium do vašeho disku" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Jakmile bude instalace hry žádat další disk\\nklikněte na \\\"Vpřed\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Vložte prosím další herní médium do vašeho disku" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Vítejte v instalátoru záplaty verze $PVERSION pro $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Nejprve prosím nainstalujte $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Anglická verze" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Mezinárodní verze" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italská verze" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japonská verze" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Kterou verzi vlastníte?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Hra není nainstalována." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Rozšíření automaticky nainstaluje záplatu verze 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Vyberte první záplatu ke spuštění" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Vyberte druhou záplatu ke spuštění" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Americká nebo kanadská verze" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Rozšíření automaticky nainstaluje záplatu verze 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Britská verze" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Musíte deaktivovat proti pirátskou ochranu, \\nchcete-li hrát pomocí wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Buďte opatrní! Ke spuštění $TITLE s $APPLICATION_TITLE musíte nainstalovat " "No-CD záplatu, a to i v případě, že máte legální verzi hry.\\n\\nVemte " "prosím na vědomí, že $APPLICATION_TITLE je velmi proti pirátství a nebude " "ho nikdy podporovat." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Musíte deaktivovat proti pirátskou ochranu, \\nchcete-li hrát pomocí wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "verze \"Hra roku\"" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "normální verze" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Vítej v instalaci aktualizce $PVERSION pro $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Varování: Stíny ve hře nebudou fungovat.\\nOdznačte tuto možnost během " "instalace." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Nezapomeňte ukončit Steam, jakmile bude stahování\\ndokončeno, aby mohla " "$APPLICATION_TITLE pokračovat\\nv instalaci vaší hry." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam bude aktualizován.\\nJakmile Steam ukončí aktualizaci a zobrazí se " "přihlašovací obrazovka, přihlaste se a začněte instalovat $TITLE.\\n\\" "nJakmile bude instalace ukončena, stiskněte další (Neukončujte Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam instaluje $TITLEW, stiskněte tlačítko další, jakmile bude instalace " "ukončena" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam instaluje $TITLEBTS, stiskněte tlačítko další, jakmile bude instalace " "ukončena" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam právě instaluje $TITLECOL, ukončete prosím aplikaci Steam, jakmile " "bude instalace ukončena (ujistěte se, že Steam není v systémové liště) a " "stiskněte další, aby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Instalace je ukončena\\n\\nHra může při prvním spuštění spadnout, žádné " "obavy, zkuste to ještě jednou." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam bude aktualizován.\\nJakmile Steam ukončí aktualizaci a zobrazí se " "přihlašovací obrazovka, přihlaste se a začněte instalovat $TITLE.\\n\\" "nJakmile bude instalace ukončena, stiskněte další" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Vyberte jazyk, který chcete" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Vyčkejte, jazykový balík se nastavuje..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Vítejte v instalátoru $PVERSION pro $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vyčkejte na stažení záplaty...\\nMůže to chvíli trvat, v závislosti na vašem " "připojení." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Probíhá instalace..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "angličtina" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "francouzština" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "němčina" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Kterou jazykovou verzi chcete nainstalovat?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "POZNÁMKA: Instalátor vyžaduje použití CD, jestliže jste stáhli freeware " "verzi od EA, vypalte ji prosím na CD či DVD, např. pomocí Brasera, a vložte " "disk do mechaniky. Připojování ISO obrazů může v určitých případech " "fungovat, zde to ale není možné." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Pozor: Po ukončení instalace bude spuštěn instalátor záplat. Před " "přihlášením se je nutné ho vypnout, aby mohla být instalace dokončena. " "Následně můžete spustit \"$TITLE\"" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Vložte prosím médium číslo 1 do vašeho disku,\\njestliže jste tak již " "neučinili." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Čekejte prosím, instalace se připravuje..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Vložte prosím médium číslo 2 do vašeho disku,\\njestliže jste tak již " "neučinili." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Vyberte inicializační soubor stažený z webu $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE byl nainstalován.\\n\\nZvláštní poděkování Erichu Hooverovi za jeho " "záplatu pro wine (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jestliže při připojení uvidíte tuto chybu Error 3007, otevřete terminál a " "napište:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Jakmile je obnovení $TITLE ve Stemu dokončeno,\\nNEKLIKEJTE na hrát.\\n\\" "nUkončete rozhraní aplikace Steam, \\naby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Jakmile je $TITLE stažený, NEKLIKEJTE na Hrát.\\n\\nUzavřete kompletně herní " "prostředí Steamu, \\naby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Jestliže bude instalace požadovat nainstalování DirectX, vyberte Ne." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Vítejte v instalátoru DLC $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Toto rozšíření automaticky akutalizuje hru na verzi 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "Jakmile hra požádá o další DVD\\nklikněte na \\\"Vpřed\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Nesmíte nastavit úroveň stínů na maximum,\\njinak budete muset vše vymazat a " "instalaci opakovat." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Je požadováno okolo 18Gb volného místa.nnPoužijete-li online instalátor bude " "potřeba dalších 5Gb ve vašem domovském adresáři. Doporučujeme použít offline " "instalátor." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Chcete otevřít stránku ke stažení $TITLE ve vašem prohlížeči?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Chcete vytvořit symbolický link pro $TITLE ve vašem domovském adresáři " "/home/folder?n(Ano doporučeno.)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Známé problémy:nn1) Nahrání EULA smlouvy může při první spuštění trvat " "relativně dlouho (5min).nn2) Funkce Captain's Quarters je nefunkční pro " "většinu (všechny??) uživatele.nJestliže dojde k pádu hry po vybrání " "charakteru, stiskem klávesy ESC se dostane do přihlašovací obrazovky, kde v " "nabídce grafiky zakažte funkci Captain's Quarters.n(Tato funkce je většinou " "uživatelů považována za neužitečnou.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Vložte prosím první herní médium do vašeho disku" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Vložte prosím druhé herní médium do vašeho disku" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Během instalace prosím ODZNAČTE možnost pro ASIO4ALL a také ODZNAČTE " "spuštění FL Studia na konci instalace." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "POZNÁMKA: Pro nízko latenční zvuk se podívejte do WineASIO. MIDI rozhraní by " "mělo pracovat podle očekávání." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Vložte prosím médium číslo 3 do vašeho disku,\\njestliže jste tak již " "neučinili." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Vložte prosím médium číslo 4 do vašeho disku,\\njestliže jste tak již " "neučinili." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Klikněte na \"Vpřed\" POUZE když bude instalace\\ndokončena, jinak budete " "muset instalaci opakovat." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Vítejte v DLC instalátoru pro $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Vyberte DLC k instalaci" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Základ (702MB), opravuje většinu problémů (18 filmových scén)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Plná verze (1.5GB), opraví i menší chyby (49 filmových scén)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Kterou verzi chcete instalovat?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Počkejte prosím, než se $TITLE nainstaluje." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Rozbalování archivu..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Chyba při instalaci archivu" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Záplata Advent Revising byla nainstalována;\\nNezapomeňte zanechat nějaký " "email Setzovi za jeho práci." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Tento instalační skript vyžaduje ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Konvertace videa..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Při prvním spuštění bude detekováno dostupné vykreslení.\\nJe celkem " "pravděpodobné, že lepších výsledků dosáhnete s OpenGL;\\nTuto volbu můžete " "vybrat poklikáním na \"Zobrazit všechna zařízení\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Spustit $TITLE v záchraném módu?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Nelze nalézt adresář programu" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Editor úrovní" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Který zástupce by měl být vytvořen?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Základní nastavení videa má pro moderní počítače nízké hodnoty,\\" "nnezapomeňte kliknout na \"Auto-detekci\" v rozšířených nastaveních videa." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Toto je instalátor aktualizace;nNainstalujte prosím nejprve $TITLE_REQUIRED" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Popřemýšlejte o zakázání tzv. triple-bufferingu v nastavení,\\ntato " "funkcionalita není ještě ve Wine podporována." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Dedikovaný server editor" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Navštívit nyní?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Archiv můžete stáhnout z:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Dedikovaný server" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Jazyk" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Španělština" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Jakému jazyku dáváte přednost?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Portugalština (pouze text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Holandština (pouze text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "italština (pouze text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "španělština (pouze text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Kurzorové klávesy (výchozí)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standardní rozložení klávesnice" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Nezměněno" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azery)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Tovární nastavení" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Vysoká kvalita (nastavení Entropy)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Visuální kvalita" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Chcete si přečíst původní vlákno na fóru GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Chyba při rozbalování archivu" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Záplata může být nyní aktivována a nastavena z\\nokna nastavení PlayOnLinux " "pro Outcast.\\nNezapomeňte zanechat zprávu Zengerovi na GOG fóru!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Spustit \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Zkontrolujte, zda-li bylo změněno rozlišení\\n(případně nastavte \\\"HI-RES\\" "\") ve spouštěči." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Dedikovaný server" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Kódy nezbytné pro spuštění nové hry lze nalézt v \\ndokumentaci;\\nKlikněte " "pravým tlačítkem na ikonu hry, \"Read the manual\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Pokud jen stěží rozlišíte krajina za hlavním menu,\\nzakažte MLHU v " "možnostech grafiky." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(režim v okně)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Code wheel (protipirátská ochrana)" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Máte jazykový balíček k instalaci?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Později" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ne" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ano" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Při pozdější instalaci jazykového balíčku otevřete konfigurační panel hry " "abyste spustili instalaci do virtuálního disku (záložka Různé)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Doporučujeme nainstalovat Circle of Eight Modpack,\\nobsahuje opravy různých " "chyb a volitelně i nový obsah\\n(pro \"NC\" modpacks).\\nPoužijte předem " "připravený skript v sekci záplaty." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Nyní musíte nainstalovat modepack do adresáře:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Vyberte prosím JAKÉKOLI 3 ikony, jakmile budete požádáni." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "adresář temp chybí" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Ovládací panel hry Two Worlds je nástrojem od komunity této hry.\\nUmožňuje " "Vám měnit parametry and spravovat mody\\npro tuto hru. Detaily viz\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\" "nNainstalovat?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Ovládací panel" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "DŮLEŽITÉ:\n" " \\n\\nV okně instalátoru, které se objeví, NEklikejte na tlačítko " "Options. Znemožnili byste si tak výběr jazyka." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "Při prvním spuštění bude detekováno dostupné vykreslení.\\nJe celkem " "pravděpodobné, že lepších výsledků dosáhnete s OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Vyberte prosím jazyk hry" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Vyberte rozlišení hry" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Nyní budete moci zvolit mód hry:\\n1)Režim v okně:\\nVše je funkční s " "výjimkou systémového kurzoru v okně s hrou.\\n\\n2)Režim celé obrazovky:\\" "nVše je funkční s výjimkou oblohy, která je černá." #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE je nainstalován" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Vložte prosím DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Stahování často padá kvůli známé chybě wine #30512, stačí znovu otevřít " "klienta a stahování bude pokračovat, tam kde se zastavilo. Procentuální " "zobrazení nebude odpovídat, ale neobávejte se, klient nezačne stahovat od " "začátku." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Vyberte prosím instalační soubor $TITLE. Během instalace odznačte všechny " "dodatečné ovladače, které bude chtít instalovat." #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Byla detekována instalace Steamu\\nchcete tuto hru nainstalovat na stejném " "virtuálním disku?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Aktualizace $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Vyberte umístění instalačního programu (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové " "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na " "${END_JP} a potom na ${YES_JP} (Y). Klikněte na Další pro zahájení instalace." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Vyberte prosím instalační soubor $TITLE. NEVYBÍREJTE SPUSTIT IMGBURN NA " "KONCI INSTALACE:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "POZNÁMKA: POL nepodporuje pirátství. Užívejte $TITLE odpovídajícím způsobem" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "Nelze nalézt spustitelný $EXE na virtuálním disku $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Herní engine Infinity Engine nebyl nalezen." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Všechny podporované Infinity Engine hry jsou již pathchnuté.\\nPro úpravu " "rozlišení obrazovky nebo zástupce, použijte jejich konfigurátor." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Chcete nainstalovat unicode verzi Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Registrace knihoven, prosím vyčkejte\\n(Může to chvíli trvat)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo není nainstalováno. Nainstalujte prosím balík mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Varování! Komprese S3TC není na vašem systému dostupná.\\n\\nJestliže " "používáte svobodný ovladač, můžete zkusit nainstalovat ovladač proprietární " "\\n\\nTaké můžete nainstalovat balík libtxc-dxtn0, můžete ovšem zaznamenat " "pomalejší výsledky." #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Nelze instalovat za pomocí oficiálního manažeru." #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "Varování: Nesmíte zaškrtnout \"Spustit $TITLE\" na konci instalace." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Na ploše by měl být adresář League of Legends, který bude obsahovat " "instalátor. Můžete si ho ponechat pro případné urychlení reinstalace." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Vložte prosím herní médium číslo 1 do vašeho disku" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Vložte prosím herní médium číslo 2 do vašeho disku" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "verze Digital Deluxe" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Které vydání vlastníte?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Tato procedura nainstaluje Microsoft Office $TITLE, program, který vám " "umožní prohlížet dokumenty typu .doc a .docx, nebudete je ale schopni " "editovat. Tento program je určen pro uživatele, kteří nejsou schopni " "zobrazit dokumenty doc a docx. Chcete-li tyto dokumenty editovat, použijte " "LibreOffice, OpenOffice nebo nějaký další editor. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE byl úspěšně nainstalován\\n\\nJestliže instalační okno brání běhu " "programu, musíte $TITLE odebrat a znovu nainstalovat" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Který typ aktivace?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Vložte adresu licenčního serveru!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Vložte port licenčního serveru!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Jsou údaje pro licenční server správné?\\nMohou být tyto hodnoty zapsány do " "registru?\\n\\nJméno licenčního serveru: $licenseServerName\\nPort " "licenčního server: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE byl úspěšně nainstalován.\\nMožná budou potřeba dvě spuštění $TITLE:\\" "nJeden pro inicializaci a druhý pro registraci.\\n\\nSpusťte aplikaci, " "ukončete a znovu spusťte $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Instalace $TITLE nebyla nalezena.\\n\\nPoužijte prosím instalační skript " "$TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Zkontrolujte, které další části chcete doinstalovat:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Kopírování instalačních souborů, čekejte prosím..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Přihlaste se/Zaregistrujte se a stáhněte instalační soubor: " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "Odznačte prosím \"Launch Need For Speed\" na konci instalace." #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Jestliže se stažení aktualizace nezdaří, ukončete tento proces a spusťte ho " "znovu dokud se celý proces správně neukončí." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo verze" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Vyberte prosím verzi." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Kontrola integrity..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Kontroluji neporušenost stažených dat..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Stažení bylo neúspěšné" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Stahovaný soubor bude asi poškozený" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Opakovat?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Root příkaz nebyl specifikován, instalace bude přerušena." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "PlayOnLinux/PlayOnMac nikdy nežádá o administrátorské heslo, avšak pro tento " "skript je heslo nutné. Spusťte proto sami tento příkaz, aby mohla instalace " "pokračovat:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Nebyla specifikována přípona souboru, přeskakuji asociaci s nativní aplikací." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Prosím čtěte následující" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "Do kterého adresáře chcete stáhnout GOG soubory?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Zadejte prosím své přihlašovací údaje k gog.com ke stažení $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Přihlášení k gog.com se nezdařilo, opakovat?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Soubor mohl být též aktualizován. Pokud problém setrvá, zvažte nahlášení " "problému, aby mohl být skript upraven." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Chcete stáhnout $TITLE z GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Instalace Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "Do kterého adresáře chcete přesměrovat uživatelské adresáře?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Instalace DirectX 9 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Instalace DirectX 10 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Instalace DirectX 11 dlls..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Vyčkejte na stažení programu Desura" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Instalace DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Tento balík nefunguje na 64 bitové instalaci" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Tento balík nefunguje s wine ve verzi 1.3.22 nebo nižší" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Tento balík nefunguje s wine ve verzi 1.3.18 nebo nižší" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Instalace balíku selže dokud nenastavíte /proc/sys/kernel/yama/ptrace_scope " "na 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Otevřít $URL?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Jestliže se setkáte s chybovou hláškou během instalace DotNet 3.0, můžete ji " "ignorovat" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Tento balík nelze instalovat s wine ve verzi 1.5.21 nebo vyšší" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Jestliže se setkáte s chybovou hláškou během instalace DotNet 3.5, můžete ji " "ignorovat" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Jestliže se setkáte s chybovou hláškou během instalace DotNet 3.0 SP1, " "můžete ji ignorovat" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Jestliže se setkáte s chybovou hláškou během instalace DotNet 4.0, můžete ji " "ignorovat" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Instalace DirectX runtime" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Stahování gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Instalace her pro Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Stahování her pro Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "Varování: GFWL je již asi nainstalováno.\\nVynucená reinstalace." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "Vyberte jazyk, který chcete použít v Internet Exploreru" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Instalace Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Instaluji dll knihovny mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Instaluji dll knihovny msasn1" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Vyčkejte prosím na stažení Steamu..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "Vyčkejte prosím, $APPLICATION_TITLE stahuje Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Instalace Visual Basic runtime" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Varování : vcrun2010 je již asi nainstalováno.\\nVynucená reinstalace." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Varování: vcrun2008 je již asi nainstalováno.\\nVynucená reinstalace." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Instalace VCRun2008 se nemusí zdařit, verze PlayOnLinux je příliš stará. " "Aktualizujte prosím." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Varování: vcrun2010 je již asi nainstalováno.\\nVynucená reinstalace." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Instalace VCRun2010 se nemusí zdařit, verze PlayOnLinux je příliš stará. " "Aktualizujte prosím." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Stahování..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Instalace wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Instalace Xact dlls..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Instalace Xinput dlls..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Instalace XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Fonty od Microsoftu" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Fonty od Microsoftu nejsou nainstalovány; budou nainstalovány." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licence přeložená do vašeho jazyka " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Tyto fonty byly poskytnuty firmou Microsoft\\n\"v zájmu multiplatformní " "kompatibility\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "Toto již neplatí, ale jsou stále k dispozici přes třetí strany." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Tyto fonty můžete svobodně používat jen pro svou vlastní potřebu,\\nnemůžete " "je ovšem distribuovat dál ve změněné formě,\\nto zahrnuje změnu názvu " "souboru nebo formátu." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Originální licence " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Přečtěte si a odsouhlaste prosím následující:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Stažení fontů" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Stahování: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Instalace fontů" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Instalace: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Úklid" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Fonty od Microsoftu byly úspěšně nainstalovány" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Odebrat hry pro Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "Hry pro Windows Live nejsou nainstalovány\\npřeskočení tohoto kroku." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Aby mohl pokračovat, musí PlayOnLinux odpojit (unmount) vaší CD mechaniku, " "která byla připojena (mount) s využitím volby unhide." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Jsou potřeba přístupová práva správce. Budete požádáni o zadání tzv. root " "hesla. Zde jsou příkazy, které budou spuštěny pod účtem správce:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Čtěte pozorně prosím" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Aby mohl pokračovat, PlayOnLinux potřebuje znovu připojit vaší CD mechaniku " "s použitím volby unhide." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Zrušit instalaci" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Zapněte globálně ptrace()" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Dejte tuto schopnost spouštěcímu souboru wineserveru" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Opravil jsem to sám, pouze znovu otestujte" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Pro pokračování potřebuje program přístup k ptrace()" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Uživatelské přerušení" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Vložte prosím první disk" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Čtěte pozorně!\\n\\nJakmile $TITLE instalátor požádá o změnu cdrom, vraťte " "se do tohoto okna $APPLICATION_TITLE" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Jakmile se vás instalátor zeptá na vložení disku číslo $CDNumber, klikněte " "na další.\\n\\nNeklikejte na další dříve!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Nyní vložte cdrom číslo $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" "Nyní můžete jít zpět do instalačního okna $TITLE pro pokračování instalace." #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "Nespouštějte prosím $TITLE po ukončení instalace." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" "Jakmile bude Wine vyžadovat instalaci balíku \"Mono\", klikněte na \"Zrušit\"" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "$TITLE byl úspěšně nainstalován." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Vyberte soubor Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Vyčkejte na dokončení instalace $TITLE" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE úspěšně nainstalován" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Až Desura dokončí stahování $TITLE,\\nNEklikejte na Hrát(Play).\\n\\nnZCELA " "zavřete rozhranní Desury, \\naby mohl instalační skript pokračovat" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Vyčkejte na připravení instalace..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Vložte prosím disk číslo 2 do vašeho disku\\njestliže jste tak již neučinili." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Vložte prosím disk číslo 3 do vašeho disku\\njestliže jste tak již neučinili." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Vyberte instalační soubor $TITLE. Nespouštějte Reaper po skončení instalace." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "POZNÁMKA: Pro nízko latenční zvuk se podívejte do WineASIO. Je doporučováno " "dodatečné nízko latenční rozhranní. Vaše MIDI ovladače by měly fungovat dle " "předpokladů." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "POZNÁMKA: Registrační okno bude schováno za logo Reason během prvního " "spuštění; klikněte pravým tlačítkem na panel úloh a zvolte MOVE. Jestliže se " "zvukové knihovny nezkopírují a program spadne po vložení registračního kódu, " "vyjměte disk, znovu ho vložte a pokus opakujte. Pokud to nepomůž, budete je " "muset nahrát do virtuálního disku Reasonu nahrát ručně. Digitální distribuce " "by tímto problémem trpět neměla." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jestliže hra při startu spadne, spusťte terminál a napište:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "CD ochrana této hry pod Wine nefunguje." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE je nainstalován!\\n\\nPoznámka!\\n1)Restartujte wine\\n2)Vyberte " "správné výstupní zařízení ve nastavení zvuku ve wine\\n3)Hodně zábavy!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Instalační soubor $TITLE můžete stáhnout zde:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Poznámka" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Toto vám umožní nainstalovat Sacrifice, následně stáhne a nainstaluje " "záplatu #3. Nespouštějte hru dokud nebude záplata nainstalována." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Během instalačního procesu, prosím vyberte\\n\"Nainstalovat Bonjour pro " "Windows\" a \"Automatické aktualizace Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" "Při instalaci se ujistěte, že se Scrolls nespustí automaticky, aby mohlo " "dojít k nastavení POL." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Vyčkejte prosím na rozbalení herních dat $TITLE." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Vyberte MS-DOS verzi instalačního souboru:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "Jestliže jste ještě hru nestáhli, budete tak muset učinit. Měli byste být " "schopni hru najít za pomoci Google vyhledávání. Ke správnému ukončení tohoto " "skriptu musíte najít Slender_v0_9_7.zip." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Vyberte stažené ZIP soubory zde" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Rozbalování Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Toto není platný .zip soubor" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové " "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na " "${END_JP} a potom na ${YES_JP}. Jakmile bude instalace ukončena, klikněte na " "Další." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové " "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na " "${END_JP} a potom na ${YES_JP} (Y). Jakmile bude instalace ukončena, " "klikněte na Další." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Zvolte umístění souboru záplaty s anglickým překladem" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "Jakmile započne instalace, klikněte na ${INSTALL_JP}. Jakmile se otevře nové " "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na " "${END_JP} a potom na ${YES_JP} (Y). Klikněte na další pro zahájení instalace." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jestliže se setkáte s chybou runtime error při běhu hry, otevřete terminál a " "napište:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Zvolte umístění instalačního programu (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "Jakmile je spouštěč otevřen, klikněte na horní tlačítko, aby se otevřel " "instalátor. Jakmile se otevře nové okno, klikněte na OK. Dojde-li v průběhu " "instalace k otevření dalšího nového okna, klikněte na tlačítko s písmenem N. " "Počkejte, až se celý proces ukončí a klikněte na pravé tlačítko pro " "opuštění. Klikněte na Další, jakmile je instalace skončena." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Vyberte prosím jméno virtuální disku" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Jestliže chcete nainstalovat $TITLE na jiný virtuální disk\\nSpusťte " "instalátor znovu" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "Stáhnout na Steam Store-Steam Backup Restore" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "Chcete nainstalovat s ?" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Stáhnout v Steam Store" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Terrarii nainstaluje ve Steamu. Spusťte ji až ji Steam nainstaluje. Pro tuto " "hru Steam nainstaluje framework xna. Aby mohl instalátor pokračovat, " "ukončete Steam." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" bude nainstalován..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Jestliže nemáte rozšíření \"Shivering Isle\"\\nmusíte tuto hru před " "spuštěním aktualizovat." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Až bude $TITLE ve Steamuj stažen, NEklikejte na Hrát(Play).\\n\\n Zavřete " "Steam, aby instalační skript mohl pokračovat." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Jestliže nemáte rozšíření \"Shivering Isle\"\\n musíte tuto hru před " "spuštěním aktualizovat." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Toto rozšíření upraví automaticky hru na verzi 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Kódy pro opuštění prvního dungeonu jsou k nalezení v dokumentaci.\\nKlikněte " "pravým tlačítkem na ikonu hry, \"Read the manual\" a koukněte se na strany 4-" "5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Hra se nespustí dokud nenastavíte /proc/sys/kernel/yama/ptrace_scope na 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Rozšířené vydání" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standardní vydání" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "Jakmile si hra vyžádá další disk\\nklikněte na \"Vpřed\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Vložte prosím médium do mechaniky." #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Hra není nainstalována" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Vítejte v instalátoru $PVERSION pro $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Hra je již v rozšířené verzi\\npotřebuje pouze záplatu 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Vyberte první záplatu (EE upgrade) ke spuštění" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Vyberte druhou záplatu (1.5) ke spuštění" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vyčkejte na stažení 1. záplaty...\\nMůže to chvíli trvat, v závislosti na " "vašem připojení." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vyčkejte na stažení 2. záplaty...\\nMůže to chvíli trvat, v závislosti na " "vašem připojení." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vyčkejte na stažení 3. záplaty...\\nMůže to chvíli trvat, v závislosti na " "vašem připojení." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vyčkejte na stažení 4. záplaty...\\nMůže to chvíli trvat, v závislosti na " "vašem připojení." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Stahování dokončeno.\\nZapočne instalace záplat." #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Instalování vcrun2008 a wininet, zakázání d3d9 a d3d8 dlls k vynucení OpneGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Během instalace ODZNAČTE všechny ovladače pro NI řadiče a audio rozhraní. " "Instalace se nezdaří, jestliže toto neuděláte a ovladače nebudou potřeba." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "ja_JP.utf8 musí být nainstalován pro fungující instalaci $TITLE." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Chcete povolit anglickou verzi patche?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE úspěšně nainstalováno.\\n\\nJestliže při spuštění hry zaznamenáte " "její pád, otevřete terminál a napište:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Chcete si prohlédnout web $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "CD-ROM verze není aktuální. Pokud chcete správnou funkčnost " "$APPLICATION_TITLE, tak nezapomeňte aktualizovat $TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Bude otevřeno okno prohlížeče, stáhněte prosím záplatu a rozbalte jí" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Jakou regionální verzi World of Tanks chcete nainstalovat? Poznámka: Korea " "není v této instalaci podporována." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Upozornění: Potom co bude dokončena instalace, bude spuštěna aplikace " "záplat. Prosím zavřete aplikaci záplat před vstupem do aplikace, případně " "ukončete aktualizaci pro dokončení této instalace. Jakmile je nastavení " "dokončeno, můžete spustit \"$TITLE\"" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Vložte prosím herní médium 1 do diskové jednotky\\npokud se tak již nestalo." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Vložte prosím instalační médium 2 do diskové jednotky\\npokud se tak již " "nestalo." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Vložte prosím instalační médium 3 do diskové jednotky\\npokud se tak již " "nestalo." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Vložte prosím instalační médium 4 do diskové jednotky\\npokud se tak již " "nestalo." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Vložte prosím instalační médium 5 do diskové jednotky\\npokud se tak již " "nestalo." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "Jakmile je $TITLE stažen ve Steamu,nNEKLIKEJTE na hrát.nnUzavřete kompletně " "rozhraní Steamu, naby mohl instalační skript pokračovat." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Přenos souborů z disku 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Vložte prosím disk 2 \"$TITLE\"" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Přenos souborů z disku 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Vyberte prosím VÍCE MOŽNOSTÍ a odznačte možnost SPUSTIT \"$TITLE\" PO " "INSTALACI. Jestliže to neuděláte, instalace selže!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Chcete nainstalovat $TITLE pro synchronizaci USB zařízení?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine nepodporuje zatím USB. Nebudete schopni synchronizovat své iDevice " "zařízení s aplikací $APPLICATION_TITLE." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Vyberte prosím 32 bitovou verzi iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Zmáčkněte další pro spuštění aktualizace. Jakmile bude aktualizační program " "hotov, ukončete ho. Nespouštějte zatím osu!" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "Vyberte instalační soubor ke spuštění:" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Vyberte prosím instalační soubor $TITLE. NEspouštějte rFactor po skončení " "instalace. Nainstalujte DirectX, budete-li o to požádáni. Ujistěte se, že " "jste vybrali 32 bitové rozlišení, jakmile se zobrazí konfigurátor rFactor." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Nahlásit chybu" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Poskytněte prosím co nejdetailnější informace, jinak vám bude velmi obtížné " "pomoci" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Tento průvodce vám pomůže nahlásit chybu oficiálně podporované aplikace." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Vaše verze $APPLICATION_TITLE není aktuální.\\nNež budete posílat oznámení o " "chybě, tak musíte nejprve $APPLICATION_TITLE aktualizovat.\\nDěkujeme" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Mám problém s aplikací" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Můj problém se týká samotné $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Jaký druh problému máte?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Nepřipojuj žádný záznam" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Manuální instalace" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatická instalace" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Vyber záznamov soubor odpovídající softwaru." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Napište prosím velmi krátky popis (nadpis, pouze anglicky)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Vysvětlete prosím jasně váš problém (jen anglicky):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Promiňte, potřebujeme detailní popis." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Děkujeme!\\n\\nVaše zpráva byla odeslána.\\n\\nBudeme dělat vše co je v " "našich silách abychom vám odeslali odpověd e-mailem co nejdríve." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Tvůrce virtuálního disku" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Vítejte v tvůrci virtuálního disku pro $APPLICATION_TITLE.\\n\\nTento " "nástroj pomůže s vytvořením nového virtuálního disku" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Jaký druh virtuálního disku chcete vytvořit" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(pokud je tento seznam prázdný, nainstalujte prosím verzi wine pomocí " "správce verzí pro wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Kterou verzi WINE chcete použít?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Vyberte jméno virtuální mechaniky" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Spustit místní skript" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Tento průvodce vám pomůže se spuštěním neoficiálního skriptu pro " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Vyberte ke spuštění platný skript pro $APPLICATION_TITLE." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Chyba!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Soubor nebyl nalezen!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Webové stránky PlayOnLinux jsou nedostupné." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nUjistěte se, že máte funkční připojení k Internetu." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Prosím čtěte pozorně" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION byl nainstalován." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Tato změna nebude aktivována, dokud nerestartujete váš počítač." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Nyní restartujte váš počítač, prosím, a spusťte PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Prosím čtěte pozorně." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "Ke správné kompatibilitě musí PlayOnMac nainstalovat XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "Pro správnou funkce PlayOnMac se musí nainstalovat XQuartz" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Nyní neinstalujte XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Soubor jsem již stáhl sám" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Stáhnout XQuartz" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Stahuje se XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Kde je" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Instaluje se XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz byl nainstalován." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Není možné nainstalovat XQuartz! Pro zlepšení kompatibility se ale " "nainstalovat musí." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Výchozí konfigurace virtuálního disku" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE vytváří virtuální disk windows" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "První spuštění $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE dokončí přípravu" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Ujistěte se, že máte připojení k internetu." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Zdá se, že je to poprvé, co používáte \t $APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Tento průvodce vám pomůže s přípravou prostředí pro $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Při instalaci fontů nastala chyba" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Užívejte si s $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Gecko instalátor pro $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Mono instalátor pro $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Tento průvodce vám pomůže nainstalovat Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "v prostředí $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Nastavení aplikace $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "Opravdu chcete vypnout všechny aktivní instance $APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Nástroj na vytvoření zástupce $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Vyberte prosím software pro vytvoření balíčku" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Probíhá vytvoření zástupce..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Zástupce byl umístěn na vaší plochu" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopíruje se virtuální disk" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autorun" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "V souboru autorun.inf není žádná sekce obsahující nastavení" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Vítejte v instalační průvodci $APPLICATION_TITLE.\\n\\nTento skript zajístí " "instalaci skriptů pro $APPLICATION a použití se všemi nástroji\\n\\" "nVarování: Nemůžeme zaručit, že vše bude fungovat naprosto bez problémů." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalovat program do nového virtuálního disku" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Změnit či aktualizovat existující aplikaci" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Co si přejete udělat?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Napište prosím jméno virtuálního disku vaší aplikace.\\nToto jméno nesmí " "obsahovat mezery." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Vyberte prosím program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Použít jinou verzi Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Nastavení Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Nainstalovat knihovny" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Pokud nevíte, vše odznačte." #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Co chcete udělat ještě před instalací?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Vyberte si prosím" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Hledají se spustitelné CD-ROMy" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Vyberte jiný soubor" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Vyberte, prosím, způsob instalace programu" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Vyberte, prosím, instalační soubor ke spuštění." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Musíte vybrat soubor!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE právě instaluje vaši aplikaci..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE správce balíčků: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Použití: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tVybrat soubor" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " nebo " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tRozbalit balíček" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tNainstalovat balíček" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tUkázat tuto zprávu" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Vybrat balíček k instalaci" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Správce balíčků PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Nemohu najít soubor: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " není platný balíček PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Tento soubor: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " neexistuje!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Rozbaluje se: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Běží..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Čistí se..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Toto je seznam skriptů, které nám byly poslány. Můžete jeden z nich spustit" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Vypadá to, že nemáte žádný osobní skript" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Pokud byl úspěšně nainstalován program pomocí tlačítka 'Instalovat " "software,\\nkterý není v seznamu', tak bude možno přidat tento program do " "našeho seznamu." #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "S pomocí tohoto nástroje nám můžete pomoci:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "Položíme vám několik otázek, buďte prosím co\\nnejpřesnější" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Vyberte soubor odpovídající vašemu programu." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Je možné program spustit?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Jaké je jméno vašeho programu?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Jaký je editor programu používáte?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Jaký editor webových stránek používáte?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Doplňky" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Vývoj" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Vzdělání" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Hry" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimédia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kancelář" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Jiné" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Záplaty" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Vyberte do které kategorie váš program patří" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testování" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Která vlastnost vašeho programu není funkční?\\nPokud funguje všechno, tak " "to prosím napište také" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Zde napište všechny provedené změny v konfiguraci Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Musíte být schopni tento program spustit!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Spusťte jeden z vašich osobních skriptů" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Pošlete nám funkční skript vygenerovaný při manuální instalaci" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Odhlásit se" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Jste připojen online k $APPLICATION_TITLE jako $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Byl jste úspěšně odhlášen z $APPLICATION_TITLE online\\nNyní můžete toto " "okno bezpečně zavřít" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Probíhá ukončování programů ve virtuálním disku..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Výběr ikony" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Vyberte prosím soubor ikony" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Špatná přípona souboru" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "není zkratkou ikony" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor registrů" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Ukončování všech procesů v prefixu" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Aktualizovat wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulovat restart windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Použít plugin pro Pokročilé nastavení Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Použít konfigurátor PlayOnLinux pro" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Změnit ikonu" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Použít WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Zvolte, prosím, akci, kterou chcete provést" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Čtečka pro PC CD-ROM" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Tento nástroj pomůže Macu přečíst část CD-ROM určenou pro PC.\\n\\" "nPoužívejte tento nástroj POUZE v případě, kdy jde o hybridní CD-ROM " "(Kompatibilní s Windows a Mac OS) a jestliže část určená pro Windows není " "dostupná" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Vysunout PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Číst PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Co chcete udělat?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Vložte prosím CD-ROM a stiskněte další pouze pokud byla nalezena část CD-ROM " "určená pro Mac OS" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Vyberte prosím CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Vyberte prosím CD-ROM k vysunutí." #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Vyberte prosím software ke spuštění" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Spouští se laděni $APPLICATION_TITLE..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE havaroval.\\nPro získání více detailů klikněte na odkaz pro ladění." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE havaroval." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Vítejte v asistentu aplikace $APPLICATION_TITLE.\\nPomůže vám nainstalovat " "soubor $file do počítače.\\n\\nBuďte opatrní! Tento program není oficiálně " "podporován aplikací $APPLICATION_TITLE.\\nTudíž nemusí pracovat podle " "očekávání." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Jaké je jméno vašeho programu?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE instaluje $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE spouští program" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Čeká na ukončení asistenta prvního spuštění" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyzuje vaší aplikaci" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Chcete, aby se aplikace $APPLICATION_TITLE nainstalovala automaticky?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Určili jsme, že program, který chcete nainstalovat je:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE již v minulosti tuto aplikaci spustila.\\nChcete zachovat " "stará nastavení?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Odinstalátor $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Vyberte, prosím, program k odinstalování" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Pro pokračování klikněte na Další" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Tento průvodce vás provede odinstalací: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Odinstalace..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " byl odinstalován úspěšně." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Nelze najít zástupce" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Nástroj pro automatickou aktualizaci $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Probíhá aktualizace $APPLICATION_TITLE z GITu..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Chcete $APPLICATION_TITLE aktualizovat a restartovat?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Je již aktuální." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE způsobil chybu. Pokud program nefunguje správně, tak toto " "může být příčina.\\nNavštivte www.$POL_DNS pro další informace" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE zaznamenala chybu. Jestliže program, který instalujete " "nepracuje správně, může to být zapříčiněno právě tímto problémem.\\" "nNavštivte www.$POL_DNS pro více informací" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "Program $APPLICATION_TITLE způsobil závažnou chybu. Probíhající instalace " "$APPLICATION_TITLE bude přerušena.\\nPro další informace navštivte stránku " "www.$POL_DNS" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Počkejte na vytvoření virtuálního disku..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Počkejte prosím chvilku, $APPLICATION_TITLE simuluje restart windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Nastavení složky Program Files var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Tato funkce je v prostředí PlayOnLinux zakázána" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Varování !!\\n\\nPodpis tohoto skriptu, který chcete spustit, není platný\\" "n\\nPlayOnLinux tento skript neschválil a není za něj tudíž zodpovědný.\\" "nProsím, ujistěte se, že víte, co děláte!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Zde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte." #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Varování !!\\n\\nPodpis skriptu, který chcete spustit, NENÍ platný\\n\\" "n$APPLICATION_TITLE nepovolil spouštění tohoto skriptu a nebude za to na " "sebe brát zodpovědnost.\\nUjistěte se, že opravdu dobře víte, co děláte!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Externí knihovna" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Zde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte." #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Vytváří se zástupce..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Chcete smazat virtuální disk:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Následující soubor je umístěn na souborovém systému FAT32.\\nTo může " "způsobit nefunkčnost wine\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Následující soubor je umístěn na souborovém systému NTFS.\\nTo může způsobit " "nefunkčnost wine\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Následující soubor je umístěn na fuse souborovém systému.\\nTo může způsobit " "nefunkčnost wine\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Následující soubor je umístěn na souborovém systému připojeném s parametrem " "noexec.\\nTo může způsobit nefunkčnost wine\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Ověřuje se zásuvný modul: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nový: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizuje se zásuvný modul. Předchozí: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Instaluje se zásuvný modul: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binární soubor nebyl nalezen: $BINARY\\nJe program nainstalován do výchozího " "umístění?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Detekována funkce přepisování, vypínání nahlašování chyb." #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Není dostatek místa ke stažení:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Počkejte prosím, než $APPLICATION_TITLE dokončí stahování:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Při stahování nastala chyba." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Zkusit znovu?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Chyba ! Soubory nesouhlasí\\n\\nMístní kontrolní MD5 součet: $LOCAL_MD5\\" "nKontrolní MD5 součet na serveru: $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "Vypadá to, že 7z není nainstalován. Zkontrolujte prosím, zda je 7zip " "nainstalován a zkuste to znovu" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Nemohu nalézt ${dest} v ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrahuje se ${filename} z ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Velikost extrahovaného souboru nesouhlasí!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopíruje se ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Velikost souboru nesouhlasí!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "$APPLICATION_TITLE $VERSION je příliš stará pro pokračování.\\" "n$APPLICATION_TITLE $NEEDED je vyžadována." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Varování: Máte spuštěnou aplikaci $APPLICATION_TITLE $VERSION.\\nPro " "pokračování je však doporučena aplikace $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "profil $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " v počítači." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " bude nainstalován v: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Pro spuštění klikněte na Další" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Tento instalační program je poskytován: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Tento program vytvořil: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Tento průvodce vám pomůže instalovat " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Vítejte v instalačním průvodci pro $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Jeden nebo více programů chybí. Nainstalujte je prosím a spusťte skript " "znovu." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Chyba" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kde je připojena vaše CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Obnovit" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Načítání vašeho zařízení" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Chyba: Nelze najít CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE potřebuje načíst PC část hybridního CD-ROM.\\n\\n Obvykle Mac OS " "zpřístupní pouze část CD-ROM určenou pro Mac, která však nemusí být " "kompatibilní s aktuální verzí Mac OS.\\n\\nChcete, aby se PlayOnMac pokusil " "načíst PC část CD-ROM?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Nezapomeňte jít do nabídky nástrojů PlayOnMac -> Číst PC CD-ROM před " "spuštěním hry" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Vyčkejte prosím, dokud $APPLICATION_TITLE nezkopíruje soubory:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Skenuji virtuální disk ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Kolik paměti má vaše gragická karta?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Grafická karta nemá dostatek paměti" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Vaše grafická karta nemá dostatek paměti!\\nMůže to způsobit nefunkčnost hry" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Použijte Steam Store verzi" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Použijte Steam Store demo verzi" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Použít Desura store verzi" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Použít Desura store demo verzi" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Použít Origin store verzi" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Použít Origin store demo verzi" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Použít soubor nastavení v počítači" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Použijte CD-ROM(y)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Použijte DVD-ROM(y)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Stáhnout program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Vyberte prosím způsob instalace" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nechci vytvářet další zástupce" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Procházet" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Připojte se k vašemu účtu pro $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Připojuje se…" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Připojování selhalo !\\nUjistěte se, že používáte správné a platné " "přihlašovací údaje." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Vyčkejte prosím, dokud $APPLICATION_TITLE neprozkoumá váš hardware" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Vyberte hlavní grafickou kartu pro hlášení:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Zdá se, že wine havarovalo\\n\\nNicméně pokud program stále běží, tak toto " "hlášení můžete ignorovat" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Nelze najít verzi: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Stahuje se Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Zdá se, že stahování selhalo." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Rozbaluje se Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Přepsat (obvykle funguje, bez záruky)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Vymazat (obsah virtuálního disku bude ztracen)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Cíl $PREFNAME virtuálního disku již existuje:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Vyčkejte, dokud nebude program $SOFTNAME nainstalován..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Opatrně! Tohle ukončí instalační proces. Pokud neskončí korektně, tak bude " "potřeba $SOFTNAME přeinstalovat" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalace je hotova" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Stiskněte Další jen pokud byla instalace již dokončena" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Vyčkejte prosím, $APPLICATION_TITLE simuluje restart" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Varování:\n" "\n" "Tento nástroj je určen pro zkušené uživatele.\n" "Pro čistou odinstalaci programu s {0} musíte smazat i přiřazený virtuální " "disk" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Obecné" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Vytvořit nového zástupce virtuální mechaniky" #: python/configure.py:201 msgid "Name" msgstr "Název" #: python/configure.py:202 msgid "Wine version" msgstr "Verze Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Příznaky ladění" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuální mechanika" #: python/configure.py:207 msgid "Arguments" msgstr "Parametry" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Spustit průvodce nastavením" #: python/configure.py:248 msgid "Windows reboot" msgstr "Restartování Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Opravit virtuální disk" #: python/configure.py:265 msgid "Command prompt" msgstr "Příkazový řádek" #: python/configure.py:272 msgid "Task manager" msgstr "Správce úloh" #: python/configure.py:280 msgid "Kill processes" msgstr "Zabít proces" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine odinstalátor" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Opatrně! Instalace jedné z těchto komponent může poškodit váš virtuální disk." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Nainstalovat" #: python/configure.py:395 msgid "Open program's directory" msgstr "Otevřít složku programu" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Otevřít složku virtuální mechaniky" #: python/configure.py:560 msgid "GLSL Support" msgstr "Podpora GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:562 msgid "Video memory size" msgstr "Velikost paměti grafické karty" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Offscreen režim vykreslování" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Předefinovat zrychlení myši" #: python/configure.py:578 msgid "Open a shell" msgstr "Otevřít shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Spustit .exe soubor v této virtuální mechanice" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Příkaz ke spuštění před spouštěním samotného programu" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Opatrně!\n" "Jestli změníte " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} nastavení" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Vyberte prosím program nebo virtuální disk ke konfiguraci" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nový" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Odebrat" #: python/configure.py:696 msgid "Install components" msgstr "Instalace součástí" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Zobrazit" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Různé" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Tato virtuální mechanika je chráněna" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Opravdu chcete smazat {0} virtuální jednotku ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Opravdu chcete smazat {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} nástroj k ladění" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Vyberte prosím ladící soubor" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Určete umístění souboru logu" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Soubor je pojmenován: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuální disky" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Podejte hlášení o chybě {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Instalovat skripty" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Chyba: nelze rezervovat platný port" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "VAROVÁNÍ. Nejprve prosím použijte POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Průvodce" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Storno" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Další" #: python/guiv3.py:166 msgid "I Agree" msgstr "Souhlasím" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Zobrazit virtuální mechaniky" #: python/guiv3.py:188 msgid "Login: " msgstr "Přihlášení: " #: python/guiv3.py:189 msgid "Password: " msgstr "Heslo: " #: python/guiv3.py:192 msgid "Register" msgstr "Registrace" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB staženo" #: python/guiv3.py:288 msgid "of" msgstr "z" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Toto okno není možné zavřít" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Bez popisu" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Vyhledávat" #: python/install.py:252 msgid "Include:" msgstr "Obsahuje:" #: python/install.py:263 msgid "No-cd needed" msgstr "Je třeba No-CD" #: python/install.py:270 msgid "Commercial" msgstr "Komerční" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Nainstalovat program, který není v seznamu" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Když je {0} instalován program Windows: \n" "\n" " - Opusťte výchozí umístění\n" " - Nezaškrtněte \"Spustit program\", pokud je poptáváno." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Aktuálně probíhá testování tohoto programu.\n" "\n" "Program nemusí fungovat dle očekávání. Vaše zpětná vazba, ať negativní či " "pozitivní, je velmi důležitá pro další vylepšování tohoto instalátoru." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Tento program obsahuje ochranu proti kopírování (DRM) nepodporující tuto " "emulaci.\n" "Jediné řešení je použití \"no-cd\" patche, toto se ovšem používá také v " "případě pirátství, tudíž neposkytujeme žádnou podporu." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Pokud toto povolíte, tak budete mít přístup k instalátorům, které jsou ve " "fázi testování.\n" "\n" "{0} vás nemůže ujistit, že tato aplikace bude fungovat zcela bez problémů" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Jestli že toto povolíte, budete mít přístup k instalacím programů, které " "obsahují ochranu proti kopírování (DRM) nepodporující tuto emulaci.\n" "Jediné řešení je použití \"no-cd\" patche, toto se ovšem používá také v " "případě pirátství, tudíž neposkytujeme žádnou podporu." #: python/irc.py:137 msgid "Send" msgstr "Odeslat" #: python/irc.py:138 msgid "Connect" msgstr "Připojit" #: python/irc.py:139 msgid "Disconnect" msgstr "Odpojit" #: python/irc.py:140 msgid "Leave" msgstr "Opustit" #: python/irc.py:227 msgid "Join a channel" msgstr "Připojit kanál" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Komunikátor" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Pokud zavřete toto okno, nebude si moci přečíst další odpovědi. Jste si " "jisti, že jej chcete zavřít?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Je nám líto, ale tato osoba si nepřeje přijímat osobní zprávy" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Omlouváme se {0} služba není momentálně dostupná.\n" "\n" "Zkuste to prosím později" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Není nainstalováno nic spustitelného. {0} souborů." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} chyba" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} stránka není dostupná. Zkontrolujte, prosím, vaše připojení" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Obnovování {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Je dostupná aktualizovaná verze {0}" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Spustit" #: python/mainwindow.py:200 msgid "Donate" msgstr "Darovat" #: python/mainwindow.py:201 msgid "Exit" msgstr "Ukončit" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Malé ikony" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Střední ikony" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Velké ikony" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Největší ikony" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Spravovat verze Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Číst PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Zavřít všechen {0} software" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} komunikátor" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Asociace souborů" #: python/mainwindow.py:273 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Správce zásuvných modulů" #: python/mainwindow.py:331 msgid "File" msgstr "Soubor" #: python/mainwindow.py:333 msgid "Tools" msgstr "Nástroje" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Nastavení" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Zásuvné moduly" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Zavřít" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Nastavit" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Otevřít složku aplikace" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Číst manuál" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Nastavit ikonu" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Zavřít tuto aplikaci" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Manuál pro {0} nebyl nalezen" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Instalovat program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Obnovení GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Instrukce pro aktualizaci" #: python/mainwindow.py:741 msgid "Debug" msgstr "Ladění" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Nahlásit problém" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Vytvořit zástupce" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Otevřít adresář" #: python/mainwindow.py:755 msgid "Save" msgstr "Uložit" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Odinstalovat" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Vyberte prosím program." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} nastavení" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} instalační menu" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} manažer verzí wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Virtuální jednotka přiřazena k {0} ({1}) již neexistuje." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Jste si jisti, že chcete zavřít všechna {0} okna?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Spousťte programy pro Windows na " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Tým PlayOnLinux a PlayOnMac\n" "Pod licencí GPL verze 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Vývojář a internetová stránka: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Skriptovače: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Balíčkovač: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Následující lidé přispěli k tomuto programu: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Překlady:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Přečtěte si soubor TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} nemůže spustit PlayOnLinux Setup Windows server." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} nemůže nalézt {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Nejprve nainstalujte pro pokračování" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "K použití {0} byste to měli nainstalovat" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} nemá být spouštěn s oprávněním jako root. Omlouváme se" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} se nedaří najít 32bitové knihovny OpenGL.\n" "\n" "Možná zaznamenáte nějaké chyby" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} se nedaří najít 64bitové knihovny OpenGL.\n" "\n" "Možná zaznamenáte nějaké chyby" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Souborový systém může znemožnit korektní běh {0}.\n" "\n" "Pro více detailů spusťte prosím {0} v terminálu" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Chcete pomoci {0} s vytvořením databáze kompatibility?\n" "\n" "Pokud kliknete na ano, tak nám budou při prvním spuštění programu Windows " "anonymně odeslány následující údaje:\n" "\n" "- Model grafické karty\n" "- Verze operačního systému\n" "- Zda jsou či nejsou instalovány ovladače grafické karty\n" "\n" "\n" "Toto jsou pro nás cenné údaje, díky kterým můžeme pomáhat dalším lidem." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Opravdu chcete instalovat {0} balík?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Pokoušíte se otevřít skript určený pro {0}! Možná to nebude fungovat tak, " "jak čekáte" #: python/options.py:116 msgid "Proxy configuration" msgstr "Nastavení proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Nastavit proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Port proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Uživatelské jméno" #: python/options.py:141 msgid "Proxy password" msgstr "Heslo" #: python/options.py:188 msgid "Installed plugins" msgstr "Nainstalované zásuvné moduly" #: python/options.py:206 msgid "Add" msgstr "Přidat" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Povolit" #: python/options.py:210 msgid "Choose a plugin" msgstr "Vyberte zásuvný modul" #: python/options.py:263 msgid "What is the extension?" msgstr "O jakou příponu se jedná?" #: python/options.py:275 msgid "Assigned program" msgstr "Přiřazený program" #: python/options.py:277 msgid "Delete" msgstr "Smazat" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Opravdu chcete instalovat: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Opravdu chcete odstranit: " #: python/options.py:334 msgid "Disable" msgstr "Zakázat" #: python/options.py:375 msgid "Apply" msgstr "Použít" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Aby se změny projevily, tak musíte {0} restartovat." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Nainstalované verze Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Dostupné verze Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Verze Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Jste si jisti, že chcete odstranit wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} není shopen spustit POL_SetupWindow_server." playonlinux/lang/po/da.po000066400000000000000000004577241226051336100157450ustar00rootroot00000000000000# Danish translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:04+0000\n" "Last-Translator: Rasmus Christian Christensen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Hvilket program ønsker du at anvende ændringen på?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Dette udvidelsesmodul tillader dig at optage dit program under PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Optagelsesmenu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Optagelsesmenu (ikke OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Start optagelse af et program" #: Capture plugin:7 msgid "Play a captured file" msgstr "Afspil en optaget fil" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konverter en optaget fil til video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Tryk Næste og klik så på det vindue\\ndu ønsker at optage.\\nOptagelse vil " "automatisk starte efter 5 sekunder.\\nKun video bliver optaget." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Optagelse startes..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Tryk +F8 for at starte eller stoppe optagelse" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Tryk +F8 for at stoppe optagelse" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Optagelse igang..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Vælg den handling der skal udføres" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Vælg venligst den PID optagelsesfil der skal afspilles" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Vælg venligst den OGV optagelsesfil der skal afspilles" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Vælg venligst den optagelsesfil der skal konverteres" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Du skal vælge den optagelse der skal læses" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Du skal vælge den optagelse der skal konverteres" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Vent venligst mens PlayOnLinux logoet oprettes..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Tilføj PlayOnLinux logo til din video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Advarsel: For korrekt videokodning,\\n SKAL opløsningen være et multiplum af " "16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu bruger skal tilføjge MEDIBUNTU arkivet\\nfor at dette " "konverteringsformat skal fungere ordentlig." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Vælg videoformat for konvertering" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definer dine kodningstilvalg for 1. gennemløb \\n (anvend standard hvis du " "ved hvad du skal gøre)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definer dine kodningstilvalg for 2. gennemløb \\n (anvend standard hvis du " "ved hvad du skal gøre)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definer dine kodningstilvalg \\n (anvend standard hvis du ved hvad du skal " "gøre)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Vent venligst mens din video bliver kodet..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konvertering udført" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Vælg den insdstilling der skal ændres" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Alle" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Du skal vælge et spil der skal modificeres" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Velkommen til Avanceret Wine Konfiguration, et optimeringssystem for Wine " "skabt af GNU_Raziel. Hvis du ikke ved hvad du skal vælge, ANVEND STANDARD" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Vælg et spil" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Du valgte ikke et spil" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Vælg DirectDraw gengivelsestilstand?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktiver GLSL understøttelse?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Vælg Offscreen gengivelsestilstand?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Vælg Target Lock gengivelsestilstand?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktiver Multisampling-understøttelse?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktiver tilsidesættelse af museombrydning?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimering gennemført" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Velkommen til Detour, et modul der gør dig i stand til at oprette efter-" "installation genveje." #: Detour plugin:5 msgid "Choose an application" msgstr "Vælg et program" #: Detour plugin:6 msgid "Operation done" msgstr "Handling gennemført" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Indsæt venligst spilmediet i dit CD/DVD drev" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Vælg venligst den installationsfil der skal køres" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Når $TITLE hentning ved Steam er færdig,\\nKlik IKKE på Play. \\n\\nLuk HELT " "Steam interfacet,\\nså at installationsscriptet kan fortsætte." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "BEMÆRK: For at registrere, når den åbner og beder om registrering, så drag-" "and-drop din reg fil i $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "BEMÆRK: For lav latenstid lyd, tjek WineASIO" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Ønsker du at installere Patch 2.0a ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Dette er et installationsprogram for en opdatering eller en addon,\\" "nInstallere Venligst $TITLE_REQUIRED først" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Ønsker du at installere Patch 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "For at installere $TITLE er vi nødt til at installere Mod Pack Studio Lite " "2.0 først." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Bemærk venligst, at Standard Kort ikke virker korrekt, mens brugerdefinerede " "Kort fungerer uden problemer." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Når $TITLE download ved Steam er færdig,\\nKlik IKKE på Play.\\n\\nLuk HELT " "Steam interfacet,\\NSå at installationsscriptet kan fortsætte" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Hvis .NET 3.0 installationen mislykkes, bliv ikke bekymret\\nspillet vil " "stadig virke" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Du behøver ikke at installere DirectX eller bruge GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Vælg venligst hvilken installationfil skal køres" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Vent venligst..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Ilæg venligst spilmediet i dit CD-drev" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Vælg venligst den installationsfil der skal køres:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Velkommen til patch $PVERSION Installation for $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam har dets egen automatiske opdateringssystem" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Vælg hvilken patch der skal udføres" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Indsæt venligst spilmediet i dit CD/DVD drev\\nhvis det ikke allerede er " "gjort." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam har dets egen automatiske opdateringssystem" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Ilæg venligst spilmediet i dit CD-drev" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "Når spillets setup beder om næste Disk\\nKlik på\\\"Fremad\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Indsæt det næste spilmedie i diskdrevet" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Velkommen til patch $PVERSION Installation for $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Installere venligst $TITLE_REQUIRED først" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Engelsk udgave" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "International udgave" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italiensk udgave" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japansk udgave" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Hvilken udgave har du?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Spillet er ikke installeret." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Denne addon installere automatisk patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Vælg den første patch som skal installeres" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Vælg den anden patch som skal installeres" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US or Canadisk udgave" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Denne addon installere automatisk patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "UK udgave" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Du skal deaktivere anti-piratkopiering beskyttelse af dette spil\\nHvis du " "ønsker at spille det med wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Vær forsigtig! Hvis du vil køre $TITLE med $APPLICATION_TITLE, skal du " "installere en No-CD patch, selvom du har en legal udgave.\\n\\ nHusk " "venligst, at $APPLICATION_TITLE er stærkt imod pirateri, og aldrig vil " "støtte det." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Du skal deaktivere anti-piratkopiering beskyttelse af dette spil\\nHvis du " "ønsker at spille det med wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Game Of The Year udgave" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normal udgave" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Velkommen til patch $PVERSION til $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Advarsel: GameShadow virker ikke\\nFravælg den venligst under " "installationen.." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Glem ikke at lukke Steam, når download\\ner færdig, således at " "$APPLICATION_TITLE kan fortsætte\\nmed at installere dit spil." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam skal til at udføre en opdatering.\\nNår Steam er færdig med " "opdateringen og viser dig login interface, login og lad $TITLE installere.\\" "n\\nNår installationen er færdig, skal du trykke næste (Luk IKKE Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "Steam installerer $TITLEW, tryk næste når installationen er færdig" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "Steam installerer $TITLEBTS, tryk næste når installationen er færdig" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam installerer $TITLECOL, afslut venligst Steam korrekt, når " "installationen er færdig (sørg for at Steam ikke stadig er i proceslinjen) " "og tryk næste, så installationsscriptet kan fortsætte." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Installation færdig\\n\\nSpillet kan gå ned i første forsøg, men ingen grund " "til bekymring, bare prøve en gang mere." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam er ved at udføre en opdatering.\\nNår Steam færdig med opdateringen og " "viser dig til login interfacet, login og lad $TITLE installere.\\n\\nNår " "installationen er færdig, skal du trykke på næste" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Vælg det spil sprog, du ønsker" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Vent, mens sprogpakke bliver konfigureret ..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Velkommen til patch $PVERSION til $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Vent venligst, mens patchen hentes ... \\ nDenne operation kan tage tid, " "afhængigt af din forbindelse." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installation er igang..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Engelsk" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Fransk" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Tysk" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Hvilken sprogversion vil du gerne installere?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Vent venligst mens $TITLE installeres." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Fejl under installation af arkivet" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nej" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ja" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Spil ikke installeret" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Rapporter en fejl" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Vælg navn til det virtuelle drev" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Kør et lokalt script" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installer et program på et virtuelt drev" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Konfigurer Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Det ser ikke ud til at du har nogen personlige scripts" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Tilbehør" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Udvikling" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Uddannelse" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Spil" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafik" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedie" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kontor" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Andet" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Rettelser" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Tester" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Kør et af dine personlige scripts" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registrartingsdatabase-behandler" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Opdater" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Gennemse" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Generelt" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Skab en ny genvej fra dette virtuelle drev" #: python/configure.py:201 msgid "Name" msgstr "Navn" #: python/configure.py:202 msgid "Wine version" msgstr "Wine version" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuelt drev" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Kør konfigurations guiden" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows genstart" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "commando prompt" #: python/configure.py:272 msgid "Task manager" msgstr "Task manager" #: python/configure.py:280 msgid "Kill processes" msgstr "Slå processen ihjel" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installer" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL Support" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Åben et shell vindue" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Kør en .exe fil i dette virtuelle drev" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} konfiguration" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Ny" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Fjern" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Udseende" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Dette virtuelle drev er beskyttet" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "Installationsscripts" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Guide" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Annuller" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Næste" #: python/guiv3.py:166 msgid "I Agree" msgstr "Jeg accepterer" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Vis virtuelle drev" #: python/guiv3.py:188 msgid "Login: " msgstr "Logind: " #: python/guiv3.py:189 msgid "Password: " msgstr "Password: " #: python/guiv3.py:192 msgid "Register" msgstr "Registrer" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB downloadet" #: python/guiv3.py:288 msgid "of" msgstr "af" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Ingen beskrivelse" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Søg" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Installer et program der ikke er på listen" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Send" #: python/irc.py:138 msgid "Connect" msgstr "Forbind" #: python/irc.py:139 msgid "Disconnect" msgstr "Afbryd forbindelse" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "Join a channel" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messenger" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Genindlæs" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "En opdateret version af {0} er tilgængelig" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Kør" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donér" #: python/mainwindow.py:201 msgid "Exit" msgstr "Afslut" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Små ikoner" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Mellemstore ikoner" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Store ikoner" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Meget store ikoner" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Håndter Wine versioner" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Luk alt {0} software" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} konsol" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Om {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Håndtering til udvidelsesmoduler" #: python/mainwindow.py:331 msgid "File" msgstr "Fil" #: python/mainwindow.py:333 msgid "Tools" msgstr "Funktioner" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Indstillinger" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Udvidelsesmoduler" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Luk" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Konfigurer" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Åbn programbiblioteket" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Læs manualen" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Angiv ikonet" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Lukke dette program" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Ingen manual fundet til {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Installer et program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Opdater GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Opret en genvej" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Åbn programbiblioteket" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Afinstaller" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} indstillinger" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} Installations menu" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine versionshåndtering" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Er du sikker på at du vil lukke alle {0} vinduer?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Kør dine windows programmer på " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Udvikler og webside: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Script-forfattere: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Pakkeansvarlig: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikoner:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Følgende personer har bidraget til dette program: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Oversættelser:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Læs filen TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} er ikke tiltænkt at skulle køres som root. Desværre" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Er du sikker på at du vil installere {0} pakken?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Du prøver at åbne et script designet til {0}! Det vil måske ikke virke som " "forventet" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy-opsætning" #: python/options.py:129 msgid "Set a proxy" msgstr "Angiv en proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy adresse" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy-port" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy-login" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy-adgangskode" #: python/options.py:188 msgid "Installed plugins" msgstr "Installerede udvidelsesmoduler" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Aktiver" #: python/options.py:210 msgid "Choose a plugin" msgstr "Vælg et udvidelsesmodul" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Er du sikker pa at du ønsker at installere: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Er du sikker på at du ønsker at afinstallere: " #: python/options.py:334 msgid "Disable" msgstr "Deaktiver" #: python/options.py:375 msgid "Apply" msgstr "Tilføj" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Installerede Wine versioner : " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Tilgængelige Wine versioner: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine versioner" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/de.po000066400000000000000000005545751226051336100157530ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # Copyright (C) 2009 Łukasz Wojniłowicz msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:47+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: de_DE.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Auf welche Anwendung möchten Sie die Änderung anwenden?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Diese Erweiterung erlaubt es Ihnen, die Anwendungen in PlayOnLinux " "aufzunehmen" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Aufnahmemenü (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Aufnahmemenü (nicht OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Aufnahme der Anwendung beginnen" #: Capture plugin:7 msgid "Play a captured file" msgstr "Eine Aufnahmedatei abspielen" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Erstelle ein Video aus einer aufgenommenen Datei" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Drücken Sie Weiter und klicken Sie anschließend auf das Fenster,\\nwelches " "Sie aufnehmen wollen.\\nDie Aufnahme startet automatisch nach 5 Sekunden.\\" "nNur Video wird aufgezeichnet." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Aufnahme wird beginnen..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Drücken Sie +F8 zum Starten oder Stoppen der Aufnahme" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Drücken Sie +F8 um die Aufnahme zu stoppen" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Aufnahme läuft..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Aktion zum Ausführen wählen" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Bitte wählen Sie eine PID-Aufnahmedatei zum Abspielen" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Bitte wählen Sie eine OGV-Aufnahmedatei zum Abspielen" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Bitte wählen Sie eine Aufnahmedatei zum Konvertieren" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Sie müssen eine Aufnahme zum Einlesen wählen" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Sie müssen eine Aufnahme zum Konvertieren wählen" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Bitte warten Sie, während das PlayOnLinux-Logo erstellt wird..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Soll das PlayOnLinux-Logo Ihrem Video hinzugefügt werden?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Warnung: Für eine korrekte Video-Kodierung MUSS die Auflösung ein Vielfaches " "von 16 sein" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntunutzer müssen die MEDIBUNTU-Paketquelle\\nfür dieses " "Konvertierungsformat hinzufügen, um problemfrei arbeiten zu können." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Wählen Sie das Video-Format für die Konvertierung" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Wählen Sie Ihre Kodierungs-Optionen für Spur 1 \\n (Lassen Sie die " "Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Wählen Sie Ihre Kodierungs-Optionen für Spur 2 \\n (Lassen Sie die " "Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Wählen Sie Ihre Kodierungs-Optionen \\n (Lassen Sie die " "Standardeinstellungen unverändert, wenn Sie sich nicht sicher sind)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Bitte warten Sie, während Ihr Video kodiert wird …" #: Capture plugin:29 msgid "Conversion done" msgstr "Konvertierung abgeschlossen" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Eine Option zum Ändern wählen" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Alle" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Sie müssen ein Spiel zum Ändern auswählen" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Willkommen in der fortgeschrittenen Konfiguration von Wine, ein von " "GNU_Raziel erstelltes Optimierungssystem für Wine. Wenn Sie nicht wissen, " "was Sie wählen sollen, BEHALTEN SIE DIE STANDARDEINSTELLUNGEN BEI." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Ein Spiel auswählen" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Sie haben kein Spiel ausgewählt" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "DirectDraw-Renderer-Modus wählen?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSL-Unterstützung aktivieren?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Offscreen-Rendering-Modus wählen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Render-Target-Lock Modus wählen?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Multisampling-Unterstützung aktivieren?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Mouse-Warp-Override aktivieren?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimierung beendet" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Wilkommen bei Detour, einer Erweiterung, die es Ihnen ermöglicht, " "Verknüpfungen nach einer Installation anzulegen." #: Detour plugin:5 msgid "Choose an application" msgstr "Wählen Sie eine Anwendung" #: Detour plugin:6 msgid "Operation done" msgstr "Vorgang abgeschlossen" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Bitte legen Sie das Spiel-Medium ein." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Bitte wählen Sie die Installationsdatei zum Ausführen" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Wenn $TITLE von Steam heruntergeladen wurde,\\nklicken Sie nicht auf " "Spielen.\\n\\nSchließen Sie das Steam-Interface komplett, \\ndamit das " "Installations-Script fortfahren kann." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "ANMERKUNG: Um sich zu registrieren, wenn sich die Nachrage zur Registrierung " "öffnet, ziehen Sie Ihre Registrations-Datei per Drag-and-Drop nach $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "HINWEIS: Für Low-Latency-Audio, schaue in WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Wollen Sie den 2.0a Patch installieren?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Dies ist ein Installationsprogramm für eine Aktualisierung oder eine " "Erweiterung;\\nBitte installieren Sie zuerst $TITLE_REQUIRED." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Wollen Sie den 1.0c Patch installieren?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Um $TITLE installieren zu können, muss zuerst das Mod Pack Studio Lite 2.0 " "installiert werden" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Bitte beachten Sie, dass Standards Karten nicht richtig funktionieren, " "während Custom Maps ohne Probleme funktionieren." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Wenn $TITLE von Steam heruntergeladen wurde,\\nklicken Sie nicht auf " "Spielen.\\n\\nSchließen Sie das Steam-Interface komplett, \\ndamit das " "Installations-Script fortfahren kann." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Wenn die .NET 3.0-Installation fehl schlägt: keine Sorge\\ndas Spiel wird " "noch funktionieren" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Sie müssen nicht DirectX installieren oder GLSetup verwenden." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Bitte wähle die Setup-Datei zum Ausführen aus." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Bitte warten..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Installation erfolgreich!" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Bitte legen Sie das Spiel-Medium in Ihr Laufwerk ein" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Bitte wählen Sie die Installationsdatei zum Ausführen:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" "Willkommen im Patch $PVERSION Installationsprogramm für $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam hat ein eigenes automatisches Updatesystem" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Wählen Sie eine Korrektur, die ausgeführt werden soll" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie das Spiel-Medium ein,\\nfalls nicht bereits geschehen." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam hat ein eigenes automatisches Update-System." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Bitte lesen Sie das Spiel-Medium in Ihr Laufwerk ein" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Wenn das Spiel-Setup die nächste Disk verlangt\\nKlicke auf \\\"Forward\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Bitte legen Sie das nächste Spiel-Medium in Ihr Laufwerk ein" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Willkommen in dem Patch-Installer $PVERSION für $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Bitte installieren Sie zuerst $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Englische Version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Internationale Version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italienische Version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japanische Version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Welche Version haben Sie?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Spiel ist nicht installiert." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Dieses Addon installiert den Patch 2.5.26461 automatisch" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Wähle ersten Patch zum ausführen" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Wähle zweiten Patch zum ausführen" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US oder Kanadische Version" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Dieses Addon installiert automatisch den Patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "UK Version" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Sie müssen den Anti-Piraterie-Schutz des Spiels deaktivieren\\nwenn Sie es " "mit Wine spielen möchten" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Bitten seien Sie vorsichtig! Um $TITLE mit $APPLICATION_TITLE zu starten, " "müssen Sie einen \"keine-CD\" Patch installieren, auch wenn Sie die legale " "Version besitzen. \\n\\nBitte bedenken Sie, dass $APPLICATION_TITLE explizit " "gegen Piraterie ist und dies nie unterstützen wird." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Sie müssen den Anti-Piraterie-Schutz des Spiels deaktivieren\\nwenn Sie es " "mit Wine spielen möchten." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Spiel des Jahres Version" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normale Version" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" "Willkommen beim Installationsprogramm für den Patch $PVERSION für $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Achtung: GameShadow wird nicht funktionieren.\\nBitte wählen Sie während der " "Installation dies ab." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Vergessen Sie nicht, Steam zu schließen, wenn der Download abgeschlossen " "wurde, damit $APPLICATION_TITLE die Installation Ihres Spiels fortsetzen " "kann." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam ist im Begriff ein Update durchzuführen.\\nNachdem Steam das Update " "abgeschlossen hat und Ihnen die Anmeldemaske zeigt, melden Sie sich an und " "lassen Sie $TITLE installieren.\\n\\nWenn die Installation abgeschlossen " "ist, drücken Sie Weiter (Schließen Sie Steam nicht)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam installiert $TITLEW, drücke weiter, wenn die Installation " "abgeschlossen ist" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam installiert $TITLEBTS, drücke weiter, wenn die Installation " "abgeschlossen ist" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Installation abgeschlossen\\n\\nDas Spiel könnte beim ersten Start " "abstürzen, aber keine Sorge, Probieren Sie es einfach erneut." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Wählen Sie die gewünschte Spiel-Sprache" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Warten Sie bis das Sprachpaket konfiguriert worde..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Willkommen in dem Patch $PVERSION Installer für $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Warten Sie, während der Patch heruntergeladen wird...\\nDiese Operation kann " "Zeit in Anspruch nehmen, je nach Ihrer Verbindung." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installation läuft..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Englisch" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Französisch" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Deutsch" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Welche Sprache möchten Sie installieren?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Achtung: Nach Abschluss der Installation wird der Patcher geladen. Bitte " "schließen Sie den Patcher vor der Anmeldung, um die Installation " "abzuschließen. Danach können Sie \"$TITLE\" ausführen, wenn das Setup " "abgeschlossen ist" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie Media 1 in Ihr Laufwerk ein,\\nfalls nicht bereits geschehen." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Bitte warten, die Installation wird vorbereitet..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie Medium 2 in das Laufwerk ein\\nwenn nicht bereits geschehen." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Bitte wählen Sie die von der $EDITOR Webseite heruntergeladene Setup-Datei" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE installiert wurde.\\n\\nEinen besonderen Danke an Erich Hoover für " "seinen Wine-Patch (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Wenn Sie Fehler 3007 beim Verbinden erhalten, öffnen Sie ein Terminal und " "geben ein:\\nechos 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Wenn das Setup die DirectX Installation erfragt, antworte mit nein." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Willkommen in dem DLC Installer für $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Dieses Addon patcht das Spiel automatisch auf Version 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Wenn das Spiel-Setup nach der nächsten DVD fragt\\nklicke auf \\\"Forward \\" "\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Sie dürfen die SchattenStufe nicht auf ihr Maximun stellen\\noder Sie müssen " "das Spiel löschen und erneut installieren." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Wollen Sie $TITLE Download-Seite im Browser zu öffnen?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Sie möchten einen symbolischen Link für die Einstellungen von $TITLE in " "Ihrem /home/ Verzeichnis erstellen?n(Empfohlen)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Bitte legen Sie das erste Spiel Medium in Ihr Laufwerk ein" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Bitte legen Sie das zweite Spiel-Medium in Ihr Laufwerk ein" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Während der Installation, deaktivieren Sie bitte die Option für ASIO4ALL, " "und deaktivieren Sie ausführen von FL Studio am Ende der Installation." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "HINWEIS: Für Low-Latency-Audio, schaue in WineASIO. Ihr MIDI-Controller " "sollte wie erwartet funktionieren." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie Medium 3 in Ihr Laufwerk ein\\nwenn nicht bereits geschehen." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie Medium 4 in Ihr Laufwerk ein\\nwenn nicht bereits geschehen." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Willkommen beim DLC-Installer für $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Wähle ein DLC zum installieren" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Lite (702 MB), fixt schwerwiegende Bugs (18 Zwischensequenzen)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Voll (1,5 GB), fixt nur kleine Bugs (49 Zwischensequenzen)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Welche Version möchten Sie installieren?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Bitte warten Sie, während $TITLE installiert wird." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Dekomprimiere Archive..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Fehler beim Installieren des Archives" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Dieses Installationsskript benötigt ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Konvertiere Videos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Führe $TITLE im abgesicherten Modus aus?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Konnte nicht Programm-Verzeichnis finden" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Der Level-Editor" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Welche zusätzlichen Verknüpfungen sollen erstellt werden?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Die Standard Video-Einstellungen sind ein wenig niedrig für moderne " "Computer,\\nbedenke auf \"Auto-detect\" in den fortgeschrittenen Video-" "Einstellungen zu klicken." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Dies ist ein Installationsprogramm für ein Update;nBitte installieren Sie " "zuerst $TITLE_REQUIRED" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Überdenken Sie Triple-Buffering in den Einstellungen zu deaktivieren,\\nda " "es nicht vollständig von Wine unterstützt wird." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Dedicated Server Editor" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Sie können die Archiv-Datei herunterladen von:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Dedicated Server" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Sprache" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Spanisch" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Was ist ihre bevorzugte Sprache?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasilian (nur Text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Niederländisch (nur Text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italienisch (nur Text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Spanisch (nur Text)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Pfeil-Tasten (default)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standard-Tastatur-Layouts" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Unverändert" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Werkseinstellungen" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Hohe Qualität (Entropy Einstellung)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Visuelle Qualität" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Möchten Sie den Original-Thread in GOG.com Foren lesen?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Fehler beim Entpacken des Archivs" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Führe \\$TITLE aus?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Prüfen Sie, dass die Auflösung geändert wird\\n(eventuell auf \\\"HI-RES\\\" " "stellen) im Starter." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Dedicated Server" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Wenn man kaum eine Landschaft hinter dem Hauptmenü unterscheiden schönen,\\" "ndeaktiviere NEBEL in Grafik-Optionen." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(Fenster Modus)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Code wheel" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Haben Sie ein Sprachpaket zum installieren?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Später" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nein" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ja" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Jetzt müssen Sie das Modpack im Verzeichnis installieren:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "Temporäres Verzeichnis fehlt" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Systemsteuerung" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "WICHTIG:\n" " \\n\\nIn dem folgendem Installationsfenster, klicken Sie NICHT auf die " "Schaltfläche Optionen, es würde die Sprachauswahl verhindern." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "Beim ersten Ausführen wird das Spiel den zur Verfügung stehenden Renderer " "automatisch erkennen.\\nEs ist wahrscheinlich, dass Sie eine bessere " "Leistung mit dem OpenGL-Renderer haben." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Bitte wähle die Spielsprache" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Wähle die Spielauflösung" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE ist installiert" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Bitte lege die DVD-ROM ein" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Wegen des Wine bug #30512, wird das Downloaden oft abstürzen, starten Sie " "einfach den Client neu und der Download wird fortgesetzt, an der Stelle von " "wo es unterbrochen wurde. Der Ladebalken wird zurückgesetzt, aber keine " "Sorge, es fängt nicht von Anfang an." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Bitte wähle $TITLE Installationsdatei. Während der Installation deaktiviere " "alle zusätzliche Treiber, die es installieren will:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Steam-Installation wurde erkannt\\nMöchten Sie dieses Spiel in dem gleichen " "virtuellen Laufwerk installieren?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Aktualisiere $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Bitte suchen Sie das Installationsprogramm (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Bitte wählen Sie die $TITLE Installationsdatei aus. WÄHLEN SIE NICHT, DASS " "IMGBURN AM ENDE DER INSTALLATION AUSGEFÜHRT WIRD:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Keine unterstützte Infinity Engine game gefunden." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Wollen Sie die Unicode-Version von Inno Setup installieren?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Registriere Bibliotheken, bitte warten\\n(Es kann eine Weile dauern)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo ist nicht installiert. Bitte installieren Sie mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Achtung! S3TC Kompression ist nicht auf Ihrem System verfügbar.\\n\\nWenn " "Sie einen freien Treiber verwenden, benötigen Sie möglicherweise einen " "proprietären Treiber\\n\\nandernfalls können sie diesen mit der Installation " "des libtxc-dxtn0-Paketes aktivieren, aber sie könnten dadurch langsamer " "Ergebnisse erhalten" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Kann nicht mit dem offiziellen Downloader installieren, sorry" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Warnung: Sie müssen nicht das Kontrollkästchen \"Führe $TITLE aus\" wählen, " "wenn das Setup fertig ist" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Bitte legen Sie das Spiel-Medium 2 in das Laufwerk ein" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Digital Deluxe Version" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Welche Version haben Sie?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Welcher Typ der Aktivierung?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Gebe Adresse des Lizenz-Servers ein!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Gebe Port des Lizenz-Servers ein!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Keine $TITLE Installation gefunden.\\n\\nBitte verwenden Sie das " "Installationsskript $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Prüfen Sie, welche Komponenten Sie zusätzlich installieren möchten:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Kopieren der Installationsdateien, bitte warten..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Registrieren oder melden Sie sich an und laden Sie die Installationsdatei " "https://world.needforspeed.com/ herunter" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" "Bitte deaktivieren Sie \"Führe Need For Speed​ aus​\" am Ende der " "Installationsbox" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo Version" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Bitte wähle Version." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Überprüfe Stück Integrität..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Prüfe Download Integrität..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Download fehlgeschlagen" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Download scheint beschädigt zu sein" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Erneut versuchen?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Kein Root-Befehl festgelegt, breche Installation ab." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "Keine Dateiendung definiert, nutze daher native Anwendung." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Bitte dies lesen" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Bitte geben Sie Ihr gog.com Login ein, um $BASENAME herunterzuladen" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com Login fehlgeschlagen, erneut versuchen?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Wollen Sie $TITLE von GOG.com herunterladen?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Installiere Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Installiere DirectX 9 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Installiere DirectX 10 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Installiere DirectX 11 dlls..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Bitte warten Sie, während Desura heruntergeladen wird..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Installiere DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Dieses Paket wird nicht auf einer 64-Bit-Installation arbeiten" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Dieses Paket wird nicht mit Wine 1.3.22 oder niedriger arbeiten" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Dieses Paket wird nicht mit Wine 1.3.18 oder niedriger arbeiten" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Paket-Installation wird fehlschlagen, bis /proc/sys/kernel/yama/ptrace_scope " "auf 0 gesetzt ist" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Öffne $URL jetzt?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Dieses Paket konnte nicht Wine 1.5.21 oder besser installieren" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Installiere DirectX runtime" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Lade gecko herunter ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Installiere Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Lade Game For Windows Live herunter..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Warnung: GFWL scheint bereits installiert zu sein.\\nErzwinge " "Neuinstallation." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Installiere Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Installiere mfc42 DLLs..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Installiere msasn1 DLL..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Bitte warten Sie bis Steam heruntergeladen wurde..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Bitte warten Sie, während $APPLICATION_TITLE den Ubisoft Game Launcher " "herunterläd" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Installiere Visual Basic runtime" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warnung: vcrun2005 scheint bereits installiert zu sein.\\nErzwinge " "Neuinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warnung: vcrun2008 scheint bereits installiert zu sein.\\nErzwinge " "Neuinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 kann möglicherweise nicht installiert werden, da Ihre PlayOnLinux " "Version zu alt ist. Bitte aktualisieren." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warnung: vcrun2010 scheint bereits installiert zu sein.\\nErzwinge " "Neuinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 kann möglicherweise nicht installiert werden, da Ihre PlayOnLinux " "Version zu alt ist. Bitte aktualisieren." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Herunterladen …" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Installiere wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Installiere Xact dlls..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Installiere Xinput dlls..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Installiere XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft Schriftdateien" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "Microsoft Schriftarten sind nicht installiert, ich werde sie für Sie " "installieren." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Lizenz in Ihre Sprache übersetzt " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Original Lizenz " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Bitte lesen und akzeptieren Sie Folgendes:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Lade Schriftarten herunter" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Lade herunter: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Installiere Schriftarten" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Installiere: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Reinigung" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Microsoft Schriftarten wurden erfolgreich installiert." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Entferne Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" "Game For Windows Live ist nicht installiert\\nüberspringe " "Deinstallationsroutine." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Bitte lesen Sie sorgfältig" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Breche Installation ab" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Aktiviere ptrace() global" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Benutzerabbruch" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Bitte legen Sie die erste Disk ein" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Legen Sie nun die CD-ROM-Nummer $CDNumber ein." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE wurde erfolgreich installiert" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Bitten warten Sie während die Installation vorbereitet wird..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Der CD-Schutz dieses Spiel funktioniert nicht richtig mit Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE ist installiert!\\n\\nHinweis!\\n1)Starte wine neu\\n2)Richtige " "Ausgabegerät in der wine Audio-Einstellungen wählen\\n3)Viel Spaß!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Sie können $TITLE Installationsdatei hier herunterladen:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Hinweis" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Während der Installation, deaktivieren Sie bitte\\n\"Installiere Bonjour für " "Windows\" und \"Aktualisiere automatisch Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Bitte wählen Sie die MS-DOS-Version der Setup-Datei:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Wähle heruntergeladene ZIP-Datei hier" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Extrahiere Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Sorry, aber das war keine gültige .zip-Datei" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Bitte suchen Sie die Englisch-Übersetzung Patch-Datei" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Bitte suchen Sie das Installationsprogramm (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Lade auf Steam Store" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" Installation beginnt..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Dieses Addon wird automatisch das Spiel auf 1.2.0416 patchen." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Das Spiel wird nicht gestartet, bis Sie /proc/sys/kernel/yama/ptrace_scope " "auf 0 gesetzt haben" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Erweiterte Edition" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standard Edition" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Spiel ist nicht installiert" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Willkommen im $PVERSION Installer für $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Wähle zweiten Patch (1.5) zum ausführen" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Download abgeschlossen.\\nPatch-Installation beginnt" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" "ja_JP.utf8 locale muss für $TITLE installiert werden damit es funktioniert." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Wollen sie die Englischen GUI Fehlerbehebung aktivieren?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE wurde erfolgreich installiert.\\n\\nWenn das Spiel beim Starten " "abstürzt, öffnen Sie ein Terminal und geben Sie:\\necho 0 | sudo tee " "/proc/sys/kernel/yama/ptrace_scope." #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Wollen Sie die $TITLE Website besuchen?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Die CD-ROM Version ist veraltet. Vergessen Sie nicht $TITLE zu " "aktualisieren, wenn Sie es die korrekte Funktionalität mit " "$APPLICATION_TITLE wollen" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Ihr Browser wird ein Popup öffnen, herunterladen des Patches und entpacke es" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Achtung: Nachdem die Installation abgeschlossen ist, wird der Patcher " "geladen. Bitte schließen Sie den Patcher vor der Anmeldung oder beenden Sie " "das Patchen, um die Installation abzuschließen. Danach können Sie \"$TITLE\" " "ausführen, wenn Setup abgeschlossen ist." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie die Spiel-CD 1 in Ihr Laufwerk\\nfalls nicht bereits " "geschehen." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie die Spiel-CD 2 in Ihr Laufwerk\\nfalls nicht bereits " "geschehen." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie die Spiel-CD 3 in Ihr Laufwerk\\nfalls nicht bereits " "geschehen." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie die Spiel-CD 4 in Ihr Laufwerk\\nfalls nicht bereits " "geschehen." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Bitte legen Sie die Spiel-CD 5 in Ihr Laufwerk\\nfalls nicht bereits " "geschehen." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Transferiere Dateien von Disk 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Bitte lege \"$TITLE\" Disk 2 ein" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Übertrage Dateien von Disc 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" "Möchten Sie $TITLE zum synchronisieren eines USB Gerätes installieren?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine unterstützt USB bisher nicht. Es wird Ihnen nicht möglich sein Ihr " "iDevice mit $APPLICATION_TITLE zu synchronisieren. Sorry." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Bitte wählen Sie die 32bit Version von iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Fehler melden" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Bitte geben Sie weitere Details an, sofern Sie können, sonst wird es sehr " "schwierig werden, Ihnen zu helfen" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Dieser Assistent wird Ihnen helfen, einen Fehler zu einem offiziell " "unterstützten Programm zu berichten." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Ihre Version von $APPLICATION_TITLE ist nicht aktuell.\\nSie müssen " "$APPLICATION_TITLE aktualisieren bevor sie einen Fehlerbericht senden " "können.\\nDanke" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Ich habe ein Software-Problem" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mein Problem betriff $APPLICATION_TITLE selbst" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Was haben Sie für ein Problem?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Keine Logfile anlegen" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Manuelle Installation" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatische Installation" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Wähle die entsprechende Log-Datei Ihrer Software." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" "Bitte beschreiben Sie Ihr Problem in wenigen Worten (Den Titel bitte auf " "Englisch)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Bitte beschreiben Sie Ihr Problem ausführlich" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" "Entschuldigung. Wir benötigen eine detailiertere Beschreibung Ihres Problems." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Vielen Dank!\\n\\nIhre Fehlermeldung wurde gesendet.\\n\\nWir geben unser " "Bestes für ein schnelles Feedback an Sie" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Virtual drive creator" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Willkommen bei $APPLICATION_TITLE virtueller Laufwerk Ersteller.\\n\\nDas " "Tool hilft Ihnen, ein neues virtuelles Laufwerk zu erstellen" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Welche Art von virtuellen Laufwerk wollen Sie erstellen" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Wenn diese Liste leer ist, installieren Sie bitte einen Wine Version mit " "dem Wine-Version Manager)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Welche Version von Wine möchte Sie nutzen?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Wählen Sie einen Namen für das virtuelle Laufwerk" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Ein lokales Skript ausführen" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Dieser Assistent wird Ihnen helfen, ein inoffizielles $APPLICATION_TITLE " "Skript ausführen." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Wählen Sie ein gültiges $APPLICATION_TITLE Skript zum ausführen aus." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Fehler!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Datei nicht gefunden!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Die Webseite von Play on Linux ist nicht erreichbar" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nStellen Sie sicher, dass Sie mit dem Internet verbunden sind." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Bitte lesen Sie diese sorgfältig" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION wurde auf Ihrem Computer installiert." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Es wird jedoch erst aktiviert, wenn Sie Ihren Computer neu zu starten." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" "Bitte starten Sie Ihren Computer jetzt neu, und führen Sie PlayOnMac aus" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Bitte lesen Sie diese sorgfältig." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Um sicherzustellen, dass Ihre Spiele kompatibel sind, muss PlayOnMac XQuartz " "installieren" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac muss XQuartz installieren, um zu arbeiten" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Installiere kein XQuartz im Moment" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ich habe die Datei selbst heruntergeladen" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Bitte lade XQuartz für mich herunter" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "XQuartz wird heruntergeladen..." #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Wo ist" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartz wird installiert..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz wurde installiert." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Kann XQuartz nicht installieren! Sie müssen es installieren um die Spiele-" "Kompatibilität zu verbessern." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Standard Konfiguration des virtuellen Laufwerkes" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE erstellt ein virtuelles Windows-Laufwerk" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Erste Nutzung von $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE ist dabei die Vorbereitung abschließen" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Es scheint, als ob Sie das erste Mal \t $APPLICATION_TITLE verwenden." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Dieser Assistent hilft Ihnen bei der Vorbereitung von $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Fehler beim Installieren von Schriftarten" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Genieße nun $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko Installer" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "$APPLICATION_TITLE Mono Installer" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Dieser Assistent wird Ihnen helfen, Wine zu installieren: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "in der $APPLICATION_TITLE Umgebung." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Anwendungskonfigurator" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Sind Sie sich sicher, dass sie alle aktiven $APPLICATION_TITLE Anwendungen " "schließen wollen?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE Shortcut Ersteller" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Bitte wählen Sie eine Software zum Paketieren aus" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Erstelle Shortcut..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Der Shortcut hat auf dem Desktop platziert" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopiere virtuelles Laufwerk" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autorun" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Setup-Ort in autorun.inf nicht gefunden" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Wilkommen zu dem manuellen Installationswizard von $APPLICATION_TITLE.\\n\\" "nDiese Skript ermöglicht es Ihnen, ein beliebiges Programm auf $APPLICATION " "zu installieren und Sie es mit allen Tools verwenden können\\n\\nWarnung: " "Wir können nicht garantieren, dass Ihre Anwendung perfekt funktioniert." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installiere ein Programm in einem neuem virtuellen Laufwerk" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Editiere oder aktualisiere eine bestehende Applikation" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Wie möchten Sie fortfahren?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Bitte geben Sie einen Namen für Ihre Anwendung des virtuellen Laufwerks " "ein.\\nDer Name sollte keine Leerzeichen enthalten." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Bitte wähle ein Programm" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Benutze eine andere Version von Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Wine konfigurieren" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Installiere einige Bibliotheken" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Wenn Sie es nicht wissen, deaktivieren Sie alle" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Was möchten Sie vor der Installation tun?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Bitte wählen Sie" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Suche nach laufenden CD-ROMs" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Wähle eine andere Datei" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Wählen Sie einen Weg zum Installieren Ihres Programms" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Bitte wähle die Installationsdatei zum Ausführen." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Sie müssen eine Datei auswählen!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE installiert Ihre Applikation..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE Paketverwalter: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Verwendung: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tWähle eine Datei" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " oder " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tPaket extrahieren" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tPaket installieren" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tZeige diese Nachricht" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Wählen Sie ein Paket zur Installation aus" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux package manager" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Folgende Datei konnte nicht gefunden werden: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " ist kein gültiges PlayOnLinux-Paket!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Diese Datei: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " existiert nicht!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Entpacke: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Läuft..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Bereinige..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Dies ist die Liste der Skripte, die Sie uns geschickt haben. Sie können " "eines von ihnen ausführen" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Es scheint Sie haben kein persönlichen Skript" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Wenn Sie erfolgreich ein Programm mit \"Installiere eine nicht-aufgelistete\\" "nSoftware\" installiert haben, wird es Ihnen erlauben, dieses Programm in " "unserer Liste hinzufügen" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Diese Werkzeuge können uns helfen :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Wir werden Ihnen einige Fragen stellen. Bitte antworten Sie so genau wie\\" "nmöglich" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Wählen Sie die entsprechende Datei zu Ihrem Programm." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Läuft Ihr Programm?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Wie heißt Ihr Programm?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Wie heißt der Autor Ihres Programms?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Wie lautet die Webseite Ihres Programms?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Zubehör" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Entwicklung" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Bildung" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Spiele" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafik" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Unterhaltung" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Büro" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Anderes" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Korrekturen" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Wähle eine Kategorie für Ihr Programm" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testen" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Welches Feature Ihres Programms funktioniert nicht?\\nWenn alles " "funktioniert, erwähnen Sie es auch" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Schreiben Sie alle Änderungen, die Sie zur Wine-Konfiguration vorgenommen " "hier:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Sie müssen in der Lage sein, dieses Programm auszuführen!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Führe eins von Ihren persönlichen Skripten aus" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Sende uns ein funktionierendes Skript, welches von der manuellen " "Installation erstellt worde" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Abmelden" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Sie sind mit $APPLICATION_TITLE Online als $POL_LOGIN verbunden" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Sie haben sich erfolgreich von $APPLICATION_TITLE Online abgemeldet\\nSie " "können sicher dieses Fenster schließen" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Töte Programme im virtuellen Laufwerk ..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Icon Auswahl" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Bitte wählen Sie eine Symboldatei" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Ungültige Dateierweiterung" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "ist keine Symbolerweiterung" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registrierungseditor" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Tötet alle Präfix-Prozesse" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Update wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuliere Windows Neustart" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Benutze erweitertes Wine-Konfiguration plugin" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Benutze PlayOnLinux's Konfigurator für" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Symbol ändern" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Benutze WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Bitte wählen Sie eine Aktion aus" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "PC CD-ROM Leser" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Dieses Tool hilft Ihren Mac auf den PC Teil einer CD-ROM zuzugreifen.\\n\\" "nBitte benutzen Sie dieses Tool nur, wenn Ihre CD-ROM eine hybride CD-ROM " "ist (kompatibel mit Windows und MacOS) und wenn Sie sich nicht in der Lage " "sind den Windows-Teil zu sehen" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Werfe die PC CD-ROM heraus" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Lese eine PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Was möchten Sie tun?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Bitte legen Sie Ihre CD-ROM ein und drücken Sie nur weiter, wenn der Finder " "den Mac OS Teil Ihrer CD-ROM gefunden hat" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Wählen Sie bitte eine CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Wählen Sie bitte eine CD-ROM zum Auswerfen" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Bitte wähle eine Software zum Ausführen" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE debugger startet..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "$PACKAGE ist abgestürzt.\\nAuf Debug klicken für Details." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE abgestürzt." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Willkommen bei dem $APPLICATION_TITLE Assistent.\\nDieser wird Ihnen helfen, " "$file auf Ihrem Computer zu installieren.\\n\\nSei vorsichtig! Dieses " "Programm ist nicht offiziell von $APPLICATION_TITLE unterstützt.\\nDaher " "könnte es sein, dass es nicht arbeitet wird erwartet" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Wie ist der Name Ihres Programms?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE installiert $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE führt Ihr Programm aus" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Warte darauf, dass der erstmalige Assistent beendet wird" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analysiert Ihre Applikation" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Wollen Sie $APPLICATION_TITLE automatisch für Sie installieren lassen?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" "Wir haben festgestellt, dass Sie das gewünschte Programm installieren " "möchten :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE führt bereits dieses Programm aus.\\nMöchten Sie die " "alten Einstellungen beibehalten?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE Uninstaller" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Bitte wähle ein Programm zum deinstallieren aus" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Klicken Sie auf Weiter um fortzufahren" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Dieser Assistent wird Ihnen beim Deinstallieren helfen: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Deinstalliere..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " wurde erfolgreich Deinstalliert." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Kann den Shortcut nicht finden" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE Auto-Updater" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Aktualisieren von $APPLICATION_TITLE aus GIT ..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Wollen Sie $APPLICATION_TITLE aktualisieren und neu zu starten ?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Bereits aktuell." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE hat einen Fehler verursacht. Fall das Programm nicht " "korrekt funktioniert, könnte das Problem dadurch verursacht worden sein.\\" "nAuf www.$POL_DNS gibt es weitere Informationen" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE ist ein Fehler aufgetreten. Wenn Sie das installierte " "Programm nicht richtig funktioniert, könnte es die Ursache des Problems " "sein.\\nBesuche www.$POL_DNS um weitere Informationen zu erhalten" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE ist ein schwerwiegender Fehler aufgetreten. " "$APPLICATION_TITLE stoppt die Installation.\\nBesuche www.$POL_DNS um " "weitere Informationen zu erhalten" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Bitte warten Sie während das virtuelle Laufwerk erstellt wird..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Bitte warten Sie, während $APPLICATION_TITLE einen Windows-Neustart simuliert" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Setze Program Files Variablen" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Diese Funktion ist in der PlayOnlinux Umgebung deaktiviert." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Warnung!!\\n\\nDie Unterschrift des Skripts, das Sie versuchen auszuführen, " "ist nicht gültig\\n\\nPlayOnLinux hat dieses Skript nicht genehmigt und " "übernimmt keine Verantwortung dafür.\\nBitte stellen Sie sicher wissen, was " "Sie tun!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Hier der Quelltext des Skripts. Prüfen Sie es sorgfältig" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Warnung!!\\n\\nDie Unterschrift des Skripts, das Sie versuchen auszuführen, " "ist nicht gültig\\n\\n$APPLICATION_TITLE hat dieses Skript nicht genehmigt " "und übernimmt keine Verantwortung dafür.\\nBitte stellen Sie sicher wissen, " "was Sie tun!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Externe Bibliothek" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Hier der Quelltext des Skripts. Prüfen Sie es sorgfältig" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Erstelle Shortcut..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Möchten Sie das folgende virtuelle Laufwerk entfernen:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Es wird folgende Datei liegt auf einem FAT32-Dateisystem.\\nEs könnte Wine " "vom Funktionieren\\n\\n$FilePath abhalten" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Es wird folgende Datei liegt auf einem NTFS-Dateisystem.\\nEs könnte Wine " "vom Funktionieren\\n\\n$FilePath abhalten" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Es wird folgende Datei liegt auf einem FUSE-Dateisystem.\\nEs könnte Wine " "vom Funktionieren\\n\\n$FilePath abhalten" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Es wird folgende Datei liegt auf einem noexec montierten-Dateisystem.\\nEs " "könnte Wine vom Funktionieren\\n\\n$FilePath abhalten" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Überprüfe Plugin: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Neu: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Update plugin. Vorheriges: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Installiere Plugin: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binärdatei nicht gefunden: $BINARY\\nIst das Programm im Standardverzeichnis " "installiert?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Kein Platz zum Download:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Bitte warten Sie bis $APPLICATION_TITLE heruntergeladen wird:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Ein Fehler ist aufgetreten während des Downloads." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Möchten Sie es erneut versuchen?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Fehler ! Dateien stimmen nicht überein\\n\\nLokal : $LOCAL_MD5\\nServer : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z ist nicht installiert, bitte prüfe ob 7zip installiert ist und versuche " "es erneut" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Fehlgeschlagen ${dest} von ${archive} zu lokalisieren" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrahiere ${filename} von ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Extrahierte Dateigröße stimmt nicht überein!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopiere ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Dateigröße stimmt nicht überein!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Leider ist $APPLICATION_TITLE $VERSION zu alt, um fortzufahren.\\" "nAPPLICATION_TITLE $NEEDED ist erforderlich." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Achtung: Sie führen $APPLICATION_TITLE $VERSION aus.\\n$APPLICATION_TITLE " "$NEEDED wird empfohlen, um fortzufahren." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profile" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " auf Ihrem Computer." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " wird installiert in: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Klicken Sie auf Weiter um die Installation zu starten" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Dieses Installationsprogramm wird unterstützt von: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Dieses Programm wurde erstellt von: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Dieser Assistent wird Ihnen bei der Installation helfen " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Willkommen bei dem $APPLICATION_TITLE Installations-Assistenten." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Ein oder mehrere Programm(e) fehlen. Bitte installieren Sie sie und führen " "Sie das Skript erneut aus." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Fehler" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Wohin ist Ihr CD-ROM gemountet?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Aktualisieren" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Lese Ihr Laufwerk" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Fehler: Die CD kann nicht gefunden werden!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE muss den PC Teil einer Hybrid-CD-ROM lesen.\\n\\nStandardmäßig wird " "MacOS nur Zugriff auf den Mac Teil der CD-ROM haben, die möglicherweise " "nicht kompatibel mit neueren Versionen von Mac OS ist.\\n\\ nMöchten Sie, " "dass PlayOnMac versucht, den PC-Teil der CD zu lesen?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Vergessen Sie nicht, bis PlayOnMac Werkzeuge Menü -> Lesen Sie die PC CD-" "ROM, bevor Sie Ihr Spiel ausführen" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Bitte warten Sie, während $APPLICATION_TITLE die Dateien kopiert:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Durchsuche das virtuelle Laufwerk" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Über wieviel Arbeitsspeicher verfügt Ihre Grafikkarte" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Ihre Grafikkarte verfügt über nicht ausreichend Arbeitsspeicher" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Ihre Grafikkarte hat nicht genügend Speicher!\\nEs könnte des Spiels beim " "Ausführen verhindern" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Bitte verwenden Sie die Steam Store Version" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Benutze Steam Store Demo Version" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Benutze Desura Store Version" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Benutze Desura Store Demo Version" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Benutze Origin Store Version" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Benutze Origin Store Demo Version" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Benutze die Setup-Datei auf meinem Computer" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Benutze CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Benutze DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Herunterladen des Programms" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Bitte wählen Sie eine Installationsmethode" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ich möchte keinen anderen Shortcut erzeugen" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Durchsuchen" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Verbinde mit Ihrem $APPLICATION_TITLE Account" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Verbindungsaufbau …" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Verbindung fehlgeschlagen!\\n Bitte überprüfen Sie ihre Login-ID und Ihr " "Passwort." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Bitte warte, während $APPLICATION_TITLE Ihre Hardware scannt" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Wähle die Haupt-Videokarte zum berichten:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine scheint abgestürzt zu sein\\n\\nWenn Ihr Programm weiter läuft, " "ignorieren Sie diese Nachricht" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Kann Version nicht finden: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Wine wird heruntergeladen: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Der Download ist fehlgeschlagen." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Entpacke Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Überschreibe (in der Regel funktioniert es, ohne Gewähr)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Lösche (Inhalte des virtuellen Laufwerk gehen verloren)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Das virtuelleZiel-Laufwerk $PREFNAME existiert bereits:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Bitte warten Sie bis $SOFTNAME installiert wird..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Seien Sie vorsichtig! Dies wird den Install-Prozess töten. Wenn es nicht " "fertig ist, müssen Sie $SOFTNAME neu installieren" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Installation fertiggestellt" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Drücke nur \"weiter\", wenn die Installation abgeschlossen ist" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" "Bitte warten Sie, während $APPLICATION_TITLE einen Neustart simuliert" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Warnung:\n" "\n" "Dieses Tool ist für fortgeschrittene Anwender.\n" "Um ein Programm mit {0} sauber zu deinstallieren, müssen Sie das verbundene " "virtuelle Laufwerk löschen" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Allgemein" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Lege eine neue Verknüpfung dieses virtuellen Laufwerks an" #: python/configure.py:201 msgid "Name" msgstr "Name" #: python/configure.py:202 msgid "Wine version" msgstr "Wine-Version" #: python/configure.py:203 msgid "Debug flags" msgstr "Debug flags" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuelles Laufwerk" #: python/configure.py:207 msgid "Arguments" msgstr "Parameter" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Konfigurationsassistent ausführen" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows-Neustart" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Virtuelles Laufwerk reparieren" #: python/configure.py:265 msgid "Command prompt" msgstr "Kommandozeile" #: python/configure.py:272 msgid "Task manager" msgstr "Systemüberwachung" #: python/configure.py:280 msgid "Kill processes" msgstr "Prozesse abwürgen" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine Uninstaller" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Seien Sie vorsichtig! Installieren einer dieser Komponenten kann Ihr " "virtuelles Laufwerk beeinflussen." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installieren" #: python/configure.py:395 msgid "Open program's directory" msgstr "Programmordner öffnen" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Ordner des virtuellen Laufwerks öffnen" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL-Unterstützung" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:562 msgid "Video memory size" msgstr "Videospeichergröße" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Offscreen-Rendering-Modus" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Render Target Modus sperren" #: python/configure.py:565 msgid "Multisampling" msgstr "Mehrfachabtastung" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Maussprung außer Kraft setzen" #: python/configure.py:578 msgid "Open a shell" msgstr "Eine Shell öffnen" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Eine .exe-Datei im virtuellen Laufwerk ausführen" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Exec Befehl, der vor dem Ausführen des Programms, ausgeführt wird" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Seien Sie vorsichtig!\n" "Wenn Sie ändern " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} Konfiguration" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" "Bitte wählen Sie ein Programm oder ein virtuelles Laufwerk zum konfigurieren" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Neu" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Entfernen" #: python/configure.py:696 msgid "Install components" msgstr "Installiere Komponenten" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Anzeige" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diverses" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Dieses virtuelle Laufwerk ist geschützt" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" "Sind Sie sich sicher, dass Sie {0} virtuelle Laufwerke löschen wollen?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Sind Sie sich sicher, dass Sie {0} löschen wollen?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Bitte wähle eine debug Datei" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Lokalisiere diese Logdatei" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Die Datei heißt : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuelle Laufwerke" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Problem melden über {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Skripte installieren" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Fehler: Konnte keinen gültigen Port finden" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "ACHTUNG! Bitte zuerst POL_SetupWindow_Init nutzen" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Assistent" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Abbrechen" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Weiter" #: python/guiv3.py:166 msgid "I Agree" msgstr "Ich stimme zu" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Zeige virtuelle Laufwerke" #: python/guiv3.py:188 msgid "Login: " msgstr "Anmeldung: " #: python/guiv3.py:189 msgid "Password: " msgstr "Passwort: " #: python/guiv3.py:192 msgid "Register" msgstr "Registrieren" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB heruntergeladen" #: python/guiv3.py:288 msgid "of" msgstr "von" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Sie können dieses Fenster nicht schließen" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Keine Beschreibung" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Suchen" #: python/install.py:252 msgid "Include:" msgstr "Einschließlich:" #: python/install.py:263 msgid "No-cd needed" msgstr "Keine CD benötigt" #: python/install.py:270 msgid "Commercial" msgstr "Kommerziell" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Installiere ein Programm, das nicht aufgelistet ist" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Wenn {0} ein Windows-Programm installiert:\n" "\n" " - Lassen Sie den Speicherstandort unverändert.\n" " - Kreuzen Sie das Kontrollkästchen \"Programm jetzt starten\" nicht an wenn " "danach gefragt wird." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Dieses Programm befindet sich derzeit in Erprobung.\n" "\n" "Es wird vielleicht nicht wie erwartet funktionieren. Ihr Feedback, positiv " "oder negativ, ist besonders wichtig um diesen Installer zu verbessern." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Dieses Programm enthält einen Schutz gegen Kopie (DRM) und ist nicht " "kompatible mit Emulation.\n" "Die einzige Lösung besteht darin, einen \"no-cd\" Patch zu verwenden, aber " "da diese auch für Piraterie genutzt werden kann, geben wir keine " "Unterstützung jeglicher Art in dieser Angelegenheit." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Durch das Aktivieren dieser haben Sie Zugang zum Tests-Installer.\n" "\n" "{0} kann nicht gewährleisten, dass Ihre Anwendung ohne Probleme " "funktionieren wird" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Durch Aktivieren dieses haben Sie Zugang zum Installationsprogramm für " "Programme, die Schutz gegen Kopie (DRM) bieten und nicht mit Emulation " "kompatibel sind.\n" "Die einzige Lösung besteht darin, einen \"no-cd\" Patch zu verwenden, aber " "da diese auch für Piraterie genutzt werden kann, geben wir keine " "Unterstützung jeglicher Art in dieser Angelegenheit." #: python/irc.py:137 msgid "Send" msgstr "Senden" #: python/irc.py:138 msgid "Connect" msgstr "Verbinden" #: python/irc.py:139 msgid "Disconnect" msgstr "Verbindung trennen" #: python/irc.py:140 msgid "Leave" msgstr "Verlassen" #: python/irc.py:227 msgid "Join a channel" msgstr "Kanal betreten" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Sofortnachrichtendienst" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Wenn Sie dieses Fenster schließen, können Sie nicht weitere Antworten lesen. " "Sind Sie sicher, dass Sie es schließen möchten?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Leider möchte diese Person kein private Nachrichten empfangen" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Leider {0} ist der Messenger Service im Moment nicht verfügbar.\n" "\n" "Versuche es später wieder" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Es gibt nichts installiert, um .{0} Dateien auszuführen." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} Fehler" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" "{0} Website ist nicht verfügbar. Bitte überprüfen Sie Ihre Verbindung" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Aktualisiere {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Eine aktualisierte Version von {0} ist verfügbar" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Ausführen" #: python/mainwindow.py:200 msgid "Donate" msgstr "Spenden" #: python/mainwindow.py:201 msgid "Exit" msgstr "Beenden" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Kleine Symbole" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Mittelgroße Symbole" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Große Symbole" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Sehr große Symbole" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Wine-Versionen verwalten" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Lese eine PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Wähle alle {0} Software" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} Konsole" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} Sofortnachrichtendienst" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Dateizuordnungen" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Über {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Erweiterungsverwaltung" #: python/mainwindow.py:331 msgid "File" msgstr "Datei" #: python/mainwindow.py:333 msgid "Tools" msgstr "Werkzeuge" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Einstellungen" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Erweiterungen" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Beenden" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Konfigurieren" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Anwendungsverzeichnis öffnen" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Handbuch lesen" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Symbol festlegen" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Diese Anwendung schließen" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Kein Handbuch für {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Installiere ein Programm" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Update GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Aktualisiere Instruktionen" #: python/mainwindow.py:741 msgid "Debug" msgstr "Debug" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Problem melden" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Erstelle ein Shortcut" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Öffnet ein Verzeichnis" #: python/mainwindow.py:755 msgid "Save" msgstr "Speichern" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Deinstallieren" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Bitte wähle ein Programm" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} Einstellungen" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} Installationsmenü" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine-Version-Verwaltung" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" "Das virtuelle Laufwerk welches in Verbindung mit {0} ({1}) steht, existiert " "nicht länger." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Sind Sie sicher, dass Sie alle Fenster von {0} schließen möchten?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Führen Sie ihr Windows-Programm aus auf " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux und PlayOnMac Team\n" "Unter GPL Lizenz Version 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Entwickler und Internetauftritt: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Skriptschreiber: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Programm zum Erstellen von Paketen: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Symbole:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Die folgenden Personen haben zu diesem Programm beigetragen: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Übersetzungen:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Lese TRANSLATORS Datei" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} konnte PlayOnLinux-Installationsfenster-Server nicht starten." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} kann nicht {1} finden" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (von {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Sie müssen es installieren, um fortzufahren" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Sie sollten es installieren um {0} verwenden zu können" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" "{0} kann nicht mit Administratorrechten ausgeführt werden. Entschuldigung" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "{0} ist nicht in der Lage 32bits OpenGL-Bibliotheken zu finden." #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "{0} ist nicht in der Lage 64bits OpenGL-Bibliotheken zu finden." #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Ihr Dateisystem verhindert {0} vom korrekten Ausführen.\n" "\n" "Bitte öffnen Sie {0} in einem Terminal, um mehr Details zu erhalten" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Wollen Sie helfen, {0}, um eine Kompatibilität Datenbank zu erstellen?\n" "\n" "Wenn Sie auf Ja klicken, werden die folgenden Dinge an uns anonym, das erste " "Mal, wenn Sie ein Windows-Programm ausführen, gesendet werden:\n" "\n" "- Ihr Grafikkarten Modell\n" "- Ihr Betriebssystem-Version\n" "- Ob ein Grafik-Treiber installiert ist oder nicht.\n" "\n" "Diese Informationen sind sehr wertvoll für uns um die Menschen zu helfen." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Sind Sie sicher, dass sie das {0}-Paket installieren wollen?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Sie versuchen, ein Skript Design für {0} zu öffnen! Es kann nicht wie " "erwartet arbeiten" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy-Konfiguration" #: python/options.py:129 msgid "Set a proxy" msgstr "Einen Proxy festlegen" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy-Adresse" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy-Port" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy-Anmeldung" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy-Passwort" #: python/options.py:188 msgid "Installed plugins" msgstr "Installierte Erweiterungen" #: python/options.py:206 msgid "Add" msgstr "Hinzufügen" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Aktivieren" #: python/options.py:210 msgid "Choose a plugin" msgstr "Wählen Sie eine Erweiterung aus" #: python/options.py:263 msgid "What is the extension?" msgstr "Was ist die Erweiterung?" #: python/options.py:275 msgid "Assigned program" msgstr "Zugewiesenes Programm" #: python/options.py:277 msgid "Delete" msgstr "Löschen" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Sind Sie sicher, dass Sie das installieren möchten: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Sind Sie sicher, dass Sie das löschen möchten: " #: python/options.py:334 msgid "Disable" msgstr "Deaktivieren" #: python/options.py:375 msgid "Apply" msgstr "Anwenden" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Sie müssen {0} neu starten, damit die Änderungen wirksam werden." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Installierte Wine-Versionen: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Verfügbare Wine-Versionen: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine-Versionen" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Sind Sie sich sicher, dass Sie Wine {0} löschen wollen?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} ist nicht in der Lage POL_SetupWindow_server zu starten." playonlinux/lang/po/el.po000066400000000000000000004451061226051336100157500ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # Copyright (C) 2010 Emmanouel Kapernaros msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: MulX\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-30 15:58+0000\n" "Last-Translator: Emmanouel Kapernaros \n" "Language-Team: el_EL.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Σε ποια εφαρμογή θέλετε να εφαρμόσετε την αλλαγή;" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Αυτό το πρόσθετο θα επιτρέψει τη σύλληψη εφαρμογών από το PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Μενού σύλληψης (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Μενού σύλληψης (μη OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Έναρξη της σύλληψης μιας εφαρμογής" #: Capture plugin:7 msgid "Play a captured file" msgstr "Παίξιμο ενός συλληφθέντος αρχείου" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Μετατροπή ενός συλληφθέντος αρχείου" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Πατήστε επόμενο και μετά κάντε κλικ στο παράθυρο\\nyou που θέλετε να " "καταγράψετε. Το \\nCapture θα ξεκινήσει αυτόματα μετά από 5 δευτερόλεπτα. " "Μόνο βίντεο θα καταγραφεί." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Η καταγραφή θα ξεκινήσει..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Πατήστε +F8 για να ξεκινήσει ή να σταματήσει η καταγραφή" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Πατήστε +F8 για να σταματήσει η καταγραφή" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Η καταγραφή βρίσκεται σε εξέλιξη..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Επιλέξτε μια ενέργεια για εκτέλεση" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Παρακαλώ περιμένετε όσο το λογότυπο του PlayOnLinux δημιουργείται..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Προσθήκη του λογότυπου του PlayOnLinux στο βίντεό σας;" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Οι χρήστες Ubuntu πρέπει να προσθέσουν το αποθετήριο MEDIBUNTU\\nγια το " "φορμά της μετατροπής ώστε να δουλέψει σωστά." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Επιλέξτε το φορμά του βίνεο για τη μετατροπή" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "Η μετατροπή ολοκληρώθηκε" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Επιλέξτε μία επιλογή για επεξεργασία" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Πρέπει να επιλέξετε ένα παιχνίδι προς επεξεργασία" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Καλωσήρθατε στις Ρυθμίσεις του Wine για Προχωρημένους, ένα σύστημα " "βελτιστοποιήσεων για το Wine από τον GNU_Raziel. Αν δεν ξέρετε τι να " "επιλέξετε, ΑΦΗΣΤΕ ΤΑ ΠΡΟΕΠΙΛΕΓΜΕΝΑ." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Επιλέξτε ένα παιχνίδι" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Δεν επιλέξατε παιχνίδι" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Ενεργοποίηση υποστήριξης GLSL;" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Η βελτιστοποίηση ολοκληρώθηκε" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Όχι" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ναι" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Βοηθήματα" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Ανάπτυξη" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Εκπαίδευση" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Παιχνίδια" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Γραφικά" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Ιντερνετ" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Πολυμέσα" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Γραφείο" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Άλλο" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Επεξεργαστής Μητρώου" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Ανανέωση" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Περιήγηση" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Γενικά" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "Όνομα" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Εγκατάσταση" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Νέο" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Αφαίρεση" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Άκυρο" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Επόμενο" #: python/guiv3.py:166 msgid "I Agree" msgstr "Συμφωνώ" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "απο" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Εκτέλεση" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "Έξοδος" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "Αρχείο" #: python/mainwindow.py:333 msgid "Tools" msgstr "Εργαλεία" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Ρυθμίσεις" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Προσαρμογή" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Ορίστε το εικονίδιο" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Προσαρμογή διαμεσολαβητή" #: python/options.py:129 msgid "Set a proxy" msgstr "Ορισμός ενός διαμεσολαβητή" #: python/options.py:132 msgid "Proxy address" msgstr "Διεύθυνση διαμεσολαβητή" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "Εγκατεστημένα plugins" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Ενεργοποίηση" #: python/options.py:210 msgid "Choose a plugin" msgstr "Επιλέξτε ένα plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "Απενεργοποίηση" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/en_GB.po000066400000000000000000005704051226051336100163230ustar00rootroot00000000000000# English (United Kingdom) translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-21 13:13+0000\n" "Last-Translator: Anthony Harrington \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Which application do you want to apply the modification to?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "This plug-in will allow you to capture your applications under PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Capture menu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Capture menu (not OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Begin the capture of an application" #: Capture plugin:7 msgid "Play a captured file" msgstr "Play a captured file" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Convert a captured file to video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Press Next then click on the window you want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Capture will begin..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Press +F8 to start or stop capture" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Press +F8 to stop capture" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Capture in progress..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Choose an action to perform" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Please choose a PID capture file to play" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Please choose an OGV capture file to play" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Please choose a capture file to convert" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "You must choose a capture to read" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "You must choose a capture to convert" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Please wait while the PlayOnLinux logo is created..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Add the PlayOnLinux logo to your video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu users need to add the 'Medibuntu' repository in\\norder for the " "conversion format to function." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Choose the video format for conversion" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Please wait while your video is being encoded..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversion done" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Choose an option to modify" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "All" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "You must choose a game to modify" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Welcome to \"Advanced Wine Configuration\", a system optimiser for Wine " "created by GNU_Raziel. If you don't know what to choose, KEEP DEFAULTS." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Choose a game" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "You did not select a game" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Choose DirectDraw Renderer Mode?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Activate GLSL Support?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Choose Offscreen Rendering Mode?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Choose Render Target Lock Mode?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Activate Multisampling support?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Activate the mouse warp override?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimisation done" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Welcome to Detour, a plug-in which enables you to create post-install " "shorcuts." #: Detour plugin:5 msgid "Choose an application" msgstr "Choose an application" #: Detour plugin:6 msgid "Operation done" msgstr "Operation done" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Please insert the game media into your disk drive." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Please select the set-up file to run" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "NOTICE: For low-latency audio, look into WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Do you want to install the 2.0a Patch?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Do you want to install the 1.0c Patch?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "In order to install $TITLE, we need to install first Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Please notice that the Standard Maps do not work correctly, whereas Custom " "Maps work without problems." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "If .NET 3.0 installation fails, dont worry,\\nthe game will still work" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "You do not have to install DirectX or use GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Please select the setup file to run." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Please wait..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Installation finished." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Please insert game media into your disk drive" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Please select the set-up file to run:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Welcome to the patch $PVERSION Installer for $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam have is own automatic update system" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Select patch to execute" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "Please insert game media into your disk drive\\nif not already done." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam have is own automatic update system." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Please insert the game media into your disk drive" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "When the game setup asks for next Disk,\\nclick on \\\"Forward\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Please insert the next game media into your disk drive" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Welcome to the patch $PVERSION installer for $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Please install $TITLE_REQUIRED first" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "English version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "International version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italian version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japanese version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Which version do you have?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Game is not installed." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "This addon automatically installs patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Select first patch to execute" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Select second patch to execute" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US or Canadian version" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "This addon automatically installs patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "UK version" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "You must disable this game's anti-piracy protection\\nif you want to play it " "with wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "You must disable this game's anti-piracy protection\\nif you want to play it " "with wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Game Of The Year version" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normal version" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Welcome to the patch $PVERSION installer for $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Warning: GameShadow wont work.\\nPlease de-select during installation." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam is installing $TITLEW, press next when the installation is finished" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam is installing $TITLEBTS, press next when the installation is finished" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Choose the game language you want" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Wait while language pack is configured..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Welcome to the patch $PVERSION Installer for $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Please wait while the patch is downloading...\\nThis operation can take some " "time, depending on your connection." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installation in progress..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "English (United Kingdom)" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "French" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "German" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Which language version would you like to install?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "NOTE: This installer requires you to use a CD. If you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert the disk into your CD drive. Mounting the " "ISO images may work with certain software, however I know that Mounty does " "not work for this." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher, before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "Please insert media 1 into your disk drive\\nif not done already." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Please wait while the installation is prepared..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "Please insert media 2 into your disk drive\\nif not done already." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Please select the setup file downloaded on $EDITOR website" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\" "nCOMPLETELY close the Steam interface, \\nso that the installation script " "can continue." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\" "nCOMPLETELY close the Steam interface, \\nso that the installation script " "can continue" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "If the setup requests installation of DirectX, answer no." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Welcome to the DLC Installer for $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "This addon automatically patches the game to version 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "When the game setup asks for the next DVD\\nclick on \\\"Forward\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "You must not set the shadow level to its maximum\\nor you will have to " "delete and redo the installation of the game!" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Requires about 18GB of free space and an additional 5GB in your /home/ " "folder, \r\n" "if you wish to use online installer. Using the offline installer is " "recommended." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "You want to open the $TITLE download page in your browser?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Known issues:\r\n" "\r\n" "1 Loading EULA on the first run can take a long (5min) time.\r\n" "2) The Captain's Quarters feature is broken for most (all?) users.\r\n" "If you crash after selecting a character, try hitting escape at the login " "screen and disabling Captain's Quarters under the graphics selection.\r\n" "(This feature is considered useless by most Eve Players.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Please insert the first game media into your disk drive" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Please insert the second game media into your disk drive" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "Please insert media 3 into your disk drive\\nif not done already ." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "Please insert media 4 into your disk drive\\nif not done already." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Welcome to the DLC Installer for $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Select a DLC to install" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Lite (702MB), fix major issues (18 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Full (1.5GB), fix even minor issues (49 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Which version do you want to install?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Please wait while $TITLE is installed." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Decompressing archive..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Error while installing archive" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Advent Revising patch has been installed;\\nDon't forget to send a nice e-" "mail to Setz for his work." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "This install script requires ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Converting videos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "On first run, the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Run $TITLE in safe mode?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Could not find program directory" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "The level editor" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "What extra shortcuts should be created?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Dedicated Server Editor" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Go there now?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "You can download the archive file from:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Dedicated Server" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Language" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Spanish" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "What is your preferred language?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasilian (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Dutch (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italian (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Spanish (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Arrow keys (default)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standard keyboard layouts" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Unchanged" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Factory defaults" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "High quality (Entropy settings)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Visual quality" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Do you want to read the original thread in GOG.com forums?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Error while uncompressing the archive" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Run \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Dedicated server" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "If you can barely distinguish a landscape behind the main menu,\\ndisable " "FOG in graphic options." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(windowed)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Code wheel" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Do you have a language pack to install?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Later" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "No" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Yes" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "To install a language pack later on, open the configuration panel for the " "game to execute the installer into the virtual disk (Misc tab)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in the patches section." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Now you must install the modpack in directory:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Please select ANY 3 icons when prompted." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "temp directory missing" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Control Panel" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "On first run, the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Please select the game language" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Choose the game resolution" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE is installed" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Please insert the DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Because of wine bug #30512, downloading will often crash, just relaunch the " "client and the download will resume from where it stopped. Download " "percentage resets but do not worry, it does not actually restart from the " "beginning." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Please select $TITLE install file. During installation, uncheck all the " "extra drivers it wants to install:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Updating $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Please locate installation program (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "Could not find executable $EXE in virtual disk $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "No supported Infinity Engine game found." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Do you want to install the unicode version of Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Registering libraries, please wait\\n(It can take a while)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo is not installed. Please install the mesa-utils package" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Warning! S3TC compression is not available on your system.\r\n" "\r\n" "If you have a free driver, you might need to install a proprietary driver, " "\r\n" "otherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Cant install using the official downloader, sorry" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Please insert game media 1 into your disk drive" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Please insert game media 2 into your disk drive" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Digital Deluxe version" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Which edition do you have?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "This procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE has been installed successfully\\n\\nIf a Windows installation " "prevents your programs from running, you must remove and reinstall $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Which type of activation?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Insert address of licence server!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Insert port of licence server!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Is the data for the licence server correct?\\nCan these values be added to " "the registry?\\n\\nLicence server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Check which components do you want to install additionally:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Copying install files, please wait..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "If downloading the update gets stuck, close and rerun it until the download " "completes!" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo version" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Please select version." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Checking piece integrity..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Checking download integrity..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Download failed" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Download seems to be corrupted" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Retry?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "No root command specified, aborting installation." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "The PlayOnLinux/PlayOnMac philosophy is to never ask for a superuser " "password, however, it is mandatory for this script. To that end, we give you " "the command you must type yourself for this installation to go continue:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "No filename extension specified, skipping association to native application." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Please read this" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "To which directory do you want to download GOG files?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Please enter your gog.com login to download $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com login failed, try again?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Do you want to download $TITLE from GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Installing Adobe Air..." #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "In what directory do you want to redirect user directories?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Installing DirectX 9 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Installing DirectX 10 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Installing DirectX 11 dlls..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Please wait while Desura is downloaded..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Installing DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "This package does not work on a 64-bit installation" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "This package does not work with wine 1.3.22 or lower" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "This package does not work with wine 1.3.18 or lower" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Open $URL now?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "This package will fail to install with wine 1.5.21 or better" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Installing DirectX runtime" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Downloading gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Installing Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Downloading Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "Choose the Internet Explorer language you want" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Installing Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Installing mfc42 DLLs..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Installing msasn1 DLL..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Please wait while Steam is downloaded..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Please wait while $APPLICATION_TITLE downloads the Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Installing Visual Basic runtime" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warning : vcrun2005 seems to already be installed.\\nForcing reinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Downloading..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Installing wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Installing Xact dlls..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Installing Xinput dlls..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Installing XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft Fonts" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Microsoft fonts aren't installed; I'll install them for you." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licence translated into your language " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "This is no longer the case, but they are still available from third parties." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Original licence " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Please read and accept the following:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Downloading fonts" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Downloading: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Installing fonts..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Installing: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Cleaning" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Microsoft fonts have been installed successfully." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Remove Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "Game For Windows Live is not installed\\nskipping uninstall routine." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "To continue, PlayOnLinux needs to unmount your CD-ROM previously mounted " "with the unhide option." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked for. Here are the commands PlayOnLinux will run as root:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Please read carefully" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "To continue, PlayOnLinux needs to remount your CD-ROM with the unhide option." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Abort installation" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Enable ptrace() globally" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Give the capability to wineserver executable" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "I fixed it myself, just retest" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "The program needs access to ptrace() to proceed:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "User abort" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Please insert the first disc" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Read this carefully!\\n\\nWhen the $TITLE installer asks you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "When the installer asks you to, insert cdrom number $CDNumber and click " "next.\\n\\nDo not click next before this!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Now, insert cdrom number $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Now you can go back to the $TITLE installation window to continue" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "Please do not run $TITLE until the installation has finished." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "When Wine asks to install the package \"Mono\", click on \"Cancel\"" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "$TITLE has been successfully installed." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Please select the file named Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Please wait while $TITLE is installed" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE has been successfully installed" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "When Desure has finished downloading $TITLE,\\nDo NOT click on Play.\\n\\" "nCOMPLETELY close the Desura interface, \\nso that the installation script " "can continue" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Please wait while installation is prepared..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "Please insert disk 2 into your disk drive\\nif not done already." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "Please insert disk 3 into your disk drive\\nif not done already." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "NOTICE: The Registration window will be hidden behind Reason logo on first " "run; right-click task bar item and click MOVE. If soundbanks fail to copy " "and program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesn't work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "The CD protection of this game doesn't work correctly with Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "You can download $TITLE install file here:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Note" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "This will let you install Sacrifice, then will download and install patch #3 " "for it. Do not launch the game until the patch is installed." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete first." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Please wait while we extract $TITLE game data." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Please select the MS-DOS version of setup file:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search. You will need Slender_v0_9_7.zip for " "this script to complete." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Select downloaded ZIP file here" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Extracting Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Sorry, but that was not a valid .zip file" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Please locate English translation patch file" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Please locate installation program (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Please choose a virtual drive name" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "Download on Steam Store-Steam Backup Restore" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "Do you want to install alongside ?" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Download on Steam Store" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Install Terraria in Steam. Run Terraria when Steam has installed the game. " "Steam installs the xna framework for the game. Close Steam so that the " "installer can continue." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" installation will begin..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "If you do not have the \"Shivering Isle\" addon,\\nyou must update this game " "before using it." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\" "nCOMPLETELY close the Steam interface, \\nso that the installation script " "can continue" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "If you do not have the \"Shivering Isle\" addon,\\n you must update this " "game before using it." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "This addon automatically patches the game to 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pg 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Enhanced Edition" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standard Edition" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "When the game setup asks for the next disk\\nclick on \"Forward\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Please insert next media into your disk drive" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Game is not installed" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Welcome to the $PVERSION installer for $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "This game is already the Enhanced Edition\\nand only needs patch 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Select first patch (EE Upgrade) to execute" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Select second patch (1.5) to execute" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Please wait while patch 1 is downloading...\\nThis operation can take some " "time, depending on your connection." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Please wait while patch 2 is downloading...\\nThis operation can take some " "time, depending on your connection." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Please wait while patch 3 is downloading...\\nThis operation can take some " "time, depending on your connection." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Please wait while the patch 4 is downloading...\\nThis operation can take " "some time, depending on your connection." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Download finished.\\nPatch installation(s) will begin" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Installing vcrun2008 and wininet, and disabling d3d9 and d3d8 dlls, to force " "the game to use OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and these are not " "needed." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "ja_JP.utf8 locale must be installed for $TITLE to work." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Would you like to enable the English GUI Patch?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at start-" "up, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Do you want to browse the $TITLE website?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Your browser will appear. Please download a patch from it and uncompress it." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Which region's version of World of Tanks would you like to install? Note: " "Korea not supported in this installation." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "Please insert game media 1 into your disk drive." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "Please insert game media 2 into your disk drive." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "Please insert game media 3 into your disk drive." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "Please insert game media 4 into your disk drive." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "Please insert game media 5 into your disk drive." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "When $TITLE download by Steam is finished, Do NOT click Play just yet.\r\n" "\r\n" "Completely close the Steam interface so that the installation script can " "continue." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Transferring files from Disc 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Please insert \"$TITLE\" disc 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Transferring files from Disc 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Do you want to install $TITLE to sync a USB device?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry!" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Please select the 32bit version of iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "Please select the setup file to run :" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Please select the $TITLE install file. Do NOT run rFactor after installation " "has finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Report a bug" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Please give as much detail as you can, otherwise, it will be very difficult " "to help you." #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "This wizard will help you report a bug about an officially supported program." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "I have a problem with the software" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "My problem concerns $APPLICATION_TITLE itself" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "What kind of problem do you have?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Don't attach a log file" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Manual installation" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatic installation" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Choose the log file corresponding to your software." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Please give a very short description (title, english only)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Please explain your problem clearly (english only):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Sorry, we need a more detailed description." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer via e-mail very soon" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Virtual drive creator" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "What kind of virtual drive do you want to create" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(If this list is empty, please install a Wine version with Wine version " "manager)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Which version of Wine would you like to use?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Choose the name of the virtual drive" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Run a local script" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Choose a valid $APPLICATION_TITLE script to run." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Error!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "File not found!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "The PlayOnLinux website is unavailable." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nPlease make sure you are connected to the Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Please read this carefully" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION has been installed on your computer." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "However, it won't be activated until you reboot your computer." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Please reboot your computer now, and run PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Pleaase read this carefully." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac needs to install XQuartz to work" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Don't install XQuartz for the moment" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "I've downloaded the file by myself" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Please download XQuartz for me" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Downloading XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Where is file?" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Installing XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz has been installed." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Unable to install XQuartz! Please try install again as It is needed to " "improve games compatibility." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Default virtual drive configuration" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE is making a virtual Windows hard drive" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE first use" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE is finishing its preparation" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Please ensure you are connected to the internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "It appears it is the first time you are using $APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "This wizard will help you prepare $APPLICATION_TITLE environment" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Error occured while installing fonts" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Enjoy using $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko installer" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "$APPLICATION_TITLE Mono installer" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "This wizard will help you to install Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "on the $APPLICATION_TITLE environment." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Application Configurator" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE shortcut creator" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Please choose software to package" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Creating shortcut..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "The shortcut has been placed on your desktop" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Copying virtual drive" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autorun" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "No set-up location found in autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Install a program in a new virtual drive" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Edit or update an existing application" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "What would you like to do?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Please choose a program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Use another version of Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configure Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Install some libraries" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "If you are unsure, unselect all" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "What would you like to do before installation?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Please make a choice" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Looking for runnable CD-ROMs" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Select another file" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Please choose a way to install your program" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Please select the set-up file to run." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "You must choose a file!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE is installing your application..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE package manager: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Usage: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tChoose a file" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " or " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtract the package" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstall the package" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tShow this message" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Choose a package to install" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux package manager" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Unable to find the file: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " isn't a valid PlayOnLinux package!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "This file: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " does not exist!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Extracting: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Running..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Cleaning..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "This is the list of the scripts you sent to us. You can run one of them" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "You do not seems to have any personal scripts" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "If you have successfully installed a program with 'Install a non-listed " "software'\\nbutton, it will allow you to add this program to our list" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "This tools will allow you to help us :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "We're going to ask you some questions, please be as accurate as\\npossible" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Choose the file corresponding to your program." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Does your program run?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "What is the title of your program?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "What is the editor for your program?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "What is the editor website for your program?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accessories" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Development" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Education" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Games" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Graphics" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Office" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Other" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Patches" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Select a category for your program" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testing" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "What features of your program do not work?\\nIf everything works, please put " "that everything works." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Write any change you make to wine configuration here:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "You must be able to run this program!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Run one of your personal scripts" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Send us a working script generated by a manual installation" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Logout" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "You are connected to $APPLICATION_TITLE as $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "You have been successfully logged out of $APPLICATION_TITLE.\\nYou can " "safely close this window" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Terminating programs in the virtual drive..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Icon selection" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Please select an icon file" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Bad file extension" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "is not an icon extension" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registry Editor" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Terminate all prefix processes" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Update wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulate Windows reboot" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Use Advanced Wine Configuration plug-in" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Use PlayOnLinux's configurator for" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Change the icon" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Use WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Please choose an action to perform" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "PC CD-ROM reader" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "This tool will help your Mac read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if your CD-ROM is a hybrid CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Eject the PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Read a PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "What do you want to do?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Please choose a CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Please choose a CD-ROM to eject" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Please choose the software to run" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE debugger is starting..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "$PACKAGE crashed.\\nClick on debug link to get more details." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE crashed." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "What is the name of you program?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE is installing $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE is running your program" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Waiting for the first-assistant to be finished" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE is analysing your application" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Do you want $APPLICATION_TITLE to install it automatically for you?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "We have detected that the program you want to install is :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE Uninstaller" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Please select a program to uninstall" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Click Next to continue." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "This wizard will help you to uninstall: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Uninstalling..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " has been uninstalled successfully." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Cannot find the shortcut" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE auto-updater" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Updating $APPLICATION_TITLE from GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Do you want to update and restart $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Already up-to-date." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Please wait while the virtual drive is being created..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Setting Program Files var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "This function is disabled in the PlayOnLinux environment." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible for it.\\nPlease ensure you know what you are doing !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Here the source code of the script. Check it carefully" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible for it.\\nPlease ensure you know what you are doing!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "External library" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Here the source code of the script. Check it carrefully" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Making shortcut..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Do you want to delete the virtual drive:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Checking plug-in: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "New: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Updating plug-in. Previous: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Installing plug-in: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Function override detected, disabling bug reporting" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "NoT enough space to download:\\n$URL ($neededSpace KB needed)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Please wait while $APPLICATION_TITLE is downloading:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "An error occured during download." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Do you want to retry?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z not installed, please check that you have 7zip installed and try again" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Failed to locate ${dest} from ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extracting ${filename} from ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Extracted file size does not match!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Copying ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "File size does not match!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR's profile" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " on your computer." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " will be installed in: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Click Next to Start" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "This installation program is provided by: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "This program was created by: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "This wizard will help you install " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Welcome to $APPLICATION_TITLE Installation Wizard." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "One or more program(s) are missing. Please install them and run the script " "again." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Error" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Where is your CD-ROM mounted?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Refresh" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Reading device..." #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Error: Unable to find the CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE needs to read the PC part of the CD-ROM.\\n\\nBy default, MacOS only " "gives you access to the Mac part of the CD-ROM, which may not be compatible " "with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to attempt to " "read the PC part of your CD?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-ROM before " "running your game." #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Please wait while $APPLICATION_TITLE is copying files:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Scanning the virtual drive ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "How much memory does your graphics card have?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Video card does not have enough memory" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Your video card does not have enough memory!\\nIt may prevent the game from " "working." #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Use Steam Store version" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Use Steam Store demo version" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Use Desura Store version" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Use Desura Store demo version" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Use Origin Store version" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Use Origin Store demo version" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Use a set-up file on my computer" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Use CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Use DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Download the program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Please choose an installation method" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "I don't want to make another shortcut" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Browse" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Connect to your $APPLICATION_TITLE account" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Connecting..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Failed to connect!\\nPlease ensure that your login and your password are " "correct." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Please wait while $APPLICATION_TITLE scans your hardware..." #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Select the main videocard to report:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Unable to find version: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Downloading Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "The download appears to have failed." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Extracting Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Overwrite (usually works, no guarantee)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Erase (virtual drive content will be lost)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "The target virtual drive $PREFNAME already exists:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Please wait while $SOFTNAME is installed..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Be careful! This will terminate the install process. If it is not finished, " "you will have to reinstall $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Install has finished!" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Press next only when the installation process has finished." #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Please wait while $APPLICATION_TITLE simulates a reboot..." #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall a program cleanly with {0}, you must delete the virtual drive " "associated with it." #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "General" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Make a new shortcut from this virtual drive" #: python/configure.py:201 msgid "Name" msgstr "Name" #: python/configure.py:202 msgid "Wine version" msgstr "Wine version" #: python/configure.py:203 msgid "Debug flags" msgstr "Debug flags" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtual drive" #: python/configure.py:207 msgid "Arguments" msgstr "Arguments" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Run configuration wizard" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows reboot" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Repair virtual drive" #: python/configure.py:265 msgid "Command prompt" msgstr "Command Prompt" #: python/configure.py:272 msgid "Task manager" msgstr "Task Manager" #: python/configure.py:280 msgid "Kill processes" msgstr "Kill processes" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine Uninstaller" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Be careful! Installing one of these components could break your virtual " "drive." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Install" #: python/configure.py:395 msgid "Open program's directory" msgstr "Open program's directory" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Open virtual drive's directory" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL Support" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:562 msgid "Video memory size" msgstr "Video memory size" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Off-Screen rendering mode" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Mouse warp override" #: python/configure.py:578 msgid "Open a shell" msgstr "Open a Shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Run a Windows Executable (.exe) file in this virtual drive" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Command to exec before running the program" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Be careful!\n" "If you change " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} configuration" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Please select a program or a virtual drive to configure" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "New" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Remove" #: python/configure.py:696 msgid "Install components" msgstr "Install components" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Display" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Miscellaneous" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "This virtual drive is protected" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Are you sure you want to delete the {0} virtual drive ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Are you sure you want to delete {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Please select a debug file" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Locate this logfile" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "The file is named : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtual drives" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Report a problem about {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Install scripts" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Error: Unable to reserve a valid port" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "WARNING. Please use POL_SetupWindow_Init first." #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Wizard" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Cancel" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Next" #: python/guiv3.py:166 msgid "I Agree" msgstr "I Agree" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Show virtual drives" #: python/guiv3.py:188 msgid "Login: " msgstr "Login: " #: python/guiv3.py:189 msgid "Password: " msgstr "Password: " #: python/guiv3.py:192 msgid "Register" msgstr "Register" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB downloaded" #: python/guiv3.py:288 msgid "of" msgstr "of" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "You cannot close this window" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "No description" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Search" #: python/install.py:252 msgid "Include:" msgstr "Include:" #: python/install.py:263 msgid "No-cd needed" msgstr "NO-CD Required" #: python/install.py:270 msgid "Commercial" msgstr "Commercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Install a non-listed program" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the tickbox 'Run the program' if asked." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "This program is currently being tested.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "important to improve this installer." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a 'no-cd' patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your programs will work without any problems" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use 'no-cd' patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." #: python/irc.py:137 msgid "Send" msgstr "Send" #: python/irc.py:138 msgid "Connect" msgstr "Connect" #: python/irc.py:139 msgid "Disconnect" msgstr "Disconnect" #: python/irc.py:140 msgid "Leave" msgstr "Leave" #: python/irc.py:227 msgid "Join a channel" msgstr "Join a channel" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messenger" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Sorry, this person does not want to receive private messages" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please try again later" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "There is nothing installed to run .{0} files." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} error" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} website is unavailable. Please check your connection" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Refreshing {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "An updated version of {0} is available" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Run" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donate" #: python/mainwindow.py:201 msgid "Exit" msgstr "Exit" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Small icons" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Medium icons" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Large icons" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Very large icons" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Manage Wine versions" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Read a PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Close all {0} software" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} messenger" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "File associations" #: python/mainwindow.py:273 msgid "About {0}" msgstr "About {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Plug-in manager" #: python/mainwindow.py:331 msgid "File" msgstr "File" #: python/mainwindow.py:333 msgid "Tools" msgstr "Tools" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Settings" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plug-ins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Close" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configure" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Open the application's directory" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Read the Manual" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Set the icon" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Close this application" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "No Manual found for {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Install a program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Update GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Update instructions" #: python/mainwindow.py:741 msgid "Debug" msgstr "Debug" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Report a problem" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Create a shortcut" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Open the directory" #: python/mainwindow.py:755 msgid "Save" msgstr "Save" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Uninstall" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Please select a program." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} settings" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} install menu" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} wine versions manager" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "The virtual drive associated with {0} ({1}) no longer exists." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Are you sure you want to close all {0} windows?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Run your Windows programs on " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Developer and Website: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Packager: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Icons:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "The following people contributed to this program: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Translations:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Read TRANSLATORS file" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} is not able to start the PlayOnLinux Set-up Window server." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} cannot find {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (from {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "You need to install it to continue" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "You should install it to use {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} is not supposed to be run as root." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} is unable to find the 32bit OpenGL libraries.\n" "\n" "You may encounter problems with your games" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} is unable to find the 64bit OpenGL libraries.\n" "\n" "You may encounter problems with your games" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Are you sure you want to want to install {0} package?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "You are trying to open a script designed for {0}! It might not work as " "expected." #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy configuration" #: python/options.py:129 msgid "Set a proxy" msgstr "Set a proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy port" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy login" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy password" #: python/options.py:188 msgid "Installed plugins" msgstr "Installed plug-ins" #: python/options.py:206 msgid "Add" msgstr "Add" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Enable" #: python/options.py:210 msgid "Choose a plugin" msgstr "Choose a plug-in" #: python/options.py:263 msgid "What is the extension?" msgstr "What is the extension?" #: python/options.py:275 msgid "Assigned program" msgstr "Assigned program" #: python/options.py:277 msgid "Delete" msgstr "Delete" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Are you sure you want to install: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Are you sure you want to delete: " #: python/options.py:334 msgid "Disable" msgstr "Disable" #: python/options.py:375 msgid "Apply" msgstr "Apply" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "You must restart {0} for the changes to take effect." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Installed Wine versions: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Available Wine versions: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine versions" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Are you sure you want to delete wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} is not able to start POL_SetupWindow_server." playonlinux/lang/po/es.po000066400000000000000000005755351226051336100157710ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:57+0000\n" "Last-Translator: Santiago Fraire \n" "Language-Team: es_ES.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "¿A qué programa desea aplicar la modificación?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Esta extensión le permitirá capturar aplicaciones bajo PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menú de captura (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menú de captura (sin OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Empezar la captura de una aplicación" #: Capture plugin:7 msgid "Play a captured file" msgstr "Reproducir un archivo de captura" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Convertir un archivo de captura a vídeo" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Presione Siguiente y haga clic en la ventana\\nque quiera capturar.\\nLa " "captura comenzará automáticamente después de 5 segundos.\\nSólo se capturará " "el vídeo." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Comenzará la captura..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Presione +F8 para iniciar o detener la captura" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Presione +F8 para detener la captura" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Capturando..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Elija una acción a realizar" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Elija un PID de archivo de captura para reproducir" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Elija un archivo de captura OGV para reproducir" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Seleccione un archivo de captura para convertir" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Debe elegir una captura a leer" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Debe elegir una captura a convertir" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Espere mientras se crea el logotipo de PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "¿Agregar el logotipo de PlayOnLinux a su vídeo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Advertencia: Para una correcta codificación de vídeo,\\nla resolución DEBE " "ser un múltiplo de 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Los usuarios de Ubuntu deben añadir el repositorio MEDIBUNTU\\n para que la " "conversión de formatos funcione correctamente." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Elija el formato de vídeo para convertir" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Defina las opciones de codificación para el paso 1 \\n (deje los valores " "predeterminados si no sabe qué hacer)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Defina las opciones de codificación para el paso 2 \\n (deje los valores " "predeterminados si no sabe qué hacer)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Defina las opciones de codificación \\n (deje las opciones predeterminadas " "si no sabe qué hacer)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Espere mientras su vídeo se codifica..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversión completa" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Elija una opción para modificar" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Todo" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Debe seleccionar un juego a modificar" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bienvenido a la configuración avanzada de Wine, un sistema de optimización " "para Wine creado por GNU_Raziel. Si no sabe qué elegir, DEJE LAS OPCIONES " "POR DEFECTO." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Elija un juego" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "No eligió un juego" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "¿Seleccionar modo de renderizador DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "¿Habilitar soporte GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "¿Elegir modo de renderizado fuera de pantalla?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "¿Elegir modo de bloqueo del objetivo de renderizado?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "¿Habilitar soporte para multimuestreo?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "¿Habilitar el desplazamiento sin borde de ratón?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimización completada" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Bienvenido a Detour, un complemento que le permite crear atajos de post " "instalación." #: Detour plugin:5 msgid "Choose an application" msgstr "Elija una aplicación" #: Detour plugin:6 msgid "Operation done" msgstr "Operación realizada" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Inserte el disco de juego en la unidad de disco." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Por favor, seleccione el archivo de instalación para ejecutar" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Cuando la descarga $TITLE de Steam esté completada,\\n\r\n" "NO haga click en Jugar.\\n\\nCierre COMPLETAMENTE la interfaz de Steam,\\ny " "así la script (archivo de órdenes) de la instalación puede continuar." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "ATENCION: Para registar, cuando el programa inicie preguntando por el " "registro, arrastre y suelte su archivo \"reg\" en $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "AVISO: Para un sonido de baja latencia, revise WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "¿Deseas instalar el Parche 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Este es un instalador para una actualización o un addon;\\nPor favor instale " "$TITLE_REQUIRED antes de realizar este procedimiento." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "¿Deseas instalar el Parche 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Para instalar $TITLE es necesario instalar, primero, el Mod Pack Studio Lite " "2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Ten en cuenta que los mapas estándar no funcionan correctamente, mientras " "que los mapas personalizados funcionan sin problemas." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Cuando la descarga $TITLE de Steam esté completada,\\n\r\n" "NO haga click en Jugar.\\n\\nCierre COMPLETAMENTE la interfaz de Steam,\\ny " "así la script (archivo de órdenes) de la instalación puede continuar." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Si la instalación del .NET 3.0 fala, no te preocupes\\nel juego aun " "funcionará" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "No tiene que instalar DirectX o usar GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Por favor seleccione el archvio de instalación para iniciar." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Por favor, espere..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalación finalizada." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Inserte el disco en la unidad" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Por favor, seleccione el archivo de instalación para ejecutar:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Está disponible el parche $PVERSION Installer para $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam tiene su propio sistema de actualización automático" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Seleccione el parche a ejecutar" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Inserte el disco de juego en la unidad de disco\\nsi todavía no lo ha hecho" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam tiene su propio sistema de actualización automático" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Por favor inserte el juego en su lector de discos." #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Cuando el instalador del juego pregunte por el siguiente Disco\\nhaga click " "en \\\"Siguiente\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" "Por favor introduzca el dispositivo del siguiente juego dentro de su unidad " "de discos." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Bienvenido al instalador del parche $PVERSION para $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Por favor installa primero $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Versión inglesa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Versión internacional" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Versión Italiana" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Versión japonesa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "¿Cuál versión tienes?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "El juego no está instalado." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Este 'addon' instalará automáticamente el parche 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Seleccione el primer parche a ejecutar" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Seleccione el segundo parche a ejecutar" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Versión USA o Canada" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Este 'addon' instalará automáticamente el parche 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Versión UK" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Debes desactivar las protecciones anti-piratería de este juego\\nsi deseas " "jugarlo con wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Ten cuidado! Para iniciar $TITLE con la $APPLICATION_TITLE, tienes que " "instalar un parche para inicialización sin CD, incluso si posee una versión " "legal.\\n\\nPor favor recuerde que $APPLICATION_TITLE está fuertemente en " "contra de la piratería, y nunca la apoyará." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Debes desactivar las protecciones anti-piratería de este juego\\nsi deseas " "jugarlo con wine" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Juego Del Año version" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Versión normal" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Bienvenido al instalador del parche $PVERSION de $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Alerta: GameShadow (sombras del juego) no funcionará.\\nPor favor elimine la " "opción de la selección durante la instalación." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "No olvide cerrar Steam cuando la descarga\\nse haya finalizado, de manera " "que la $APPLICATION_TITLE puede continuar\\na instalar el juego." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam esta por llevar a cabo una actualización..\\nDespues de que Steam " "termine de actualizar y te muestre la interface de ingreso, ingresa y " "entonces deja que $TITLE se instale.\\n\\nCuando la instalación termine, " "presiona siguiente (No cerrar Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam esta instalando $TITLEW, presiona siguiente cuando la instalación " "termine" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam esta instalando $TITLEBTS, presiona siguiente cuando la instalación " "termine" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam esta instalando $TITLECOL, por favor cierra Steam apropiadamente " "cuando la instalación termine (asegurate que Steam no se encuentre en la " "bandeja de sistema) y entonces presiona siguiente para que el script de " "instalación continue." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Instalación completada\\n\\nEl juego puede fallar a la primera, pero no te " "preocupes e inténtalo una vez más." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam va a realizar una actualización.\\nCuando acabe de actualizar y te " "muestre la pantalla para entrar, identifícate y deja que $TITLE se instale.\\" "n\\nCuando acabe de instalarse, selecciona \"siguiente\"" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Elige el idioma del juego que quieras" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Espera a que el paquete de idioma este configurado..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Bienvenido al instalador del parche $PVERSION para $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Espere mientras que el parche se está descargando...\\nEsta operación puede " "tomar cierto tiempo, dependiendo de su conexión." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalación en curso ..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Inglés" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Francés" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Alemán" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "¿Qué version del idioma desea instalar?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "NOTA: Este instalador requiere el uso de un CD, si usted descargó la imagen " "ISO de software libre lanzadas por la EA, por favor queme las mismas en un " "CD o DVD, utilizando un programa tal como Brasero e inserte los mismos en su " "unidad de discos. El montaje de las imágenes ISO puede funcionar con algunos " "software; sin embargo, se sabe que \"Mounty\" no funciona para dicha " "actividad." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Atención: Después que la instalación haya sido completada, el iniciador de " "parches comenzará a cargar. Por favor cierre el mismo antes de iniciar su " "sesión para lograr completar la instalación. Después de esto, puede iniciar " "\"$TITLE\" cuando el arreglo final de archivos haya finalizado." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 1 en su unidad de discos\\nsi aún no lo ha " "hecho." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Espere mientras la instalación es preparada" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 2 en su unidad de discos\\nsi aún no lo ha " "hecho." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Por favor seleccione el archivo instalador descargado desde el sitio $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE ha sido instalado.\\n\\nAgradecimientos especiales a Erich Hoover por " "su parche de wine (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Si se produce el Error 3007 al conectarse, abra una ventana de terminal y " "escriba:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Cuando la descarga de $TITLE por Steam esté completada, NO haga click en " "Jugar.\\n\\nCierre COMPLETAMENTE la interfaz de Steam,\\nde manera que la " "script de la instalación pueda continuar." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Si el instalador pide la instalación de DirectX, responda que no." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" "Este addon automáticamente aplicará el parche del juego llevandólo a la " "versión 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Cuando el instalador del juego pregundo por el siguiente DVD\\nhaga click en " "\\\"Siguiente\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "No debes colocar el nivel de las sombras en su máximo\\nde hacerlo tendrás " "que eliminar y volver a iniciar la instalación del juego." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "¿Quiere abrir la página de descargas de $TITLE en su buscador?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" "Por favor introduzca el primer disco del juego en su unidad de discos" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" "Por favor introduzca el segundo disco del juego en su unidad de discos" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Durante la instalación, por favor QUITE LA opción de SELECCIÓN de ASIO4ALL e " "igualmente QUITE LA opción de SELECCIÓN de iniciar FL Studio al finalizar la " "instalación." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "AVISO: Para sonido de baja latencia, revise WineASIO. Los controladores MIDI " "deberían funcionar como es esperado." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 3 en su unidad de discos\\nsi no lo ha " "hecho aún." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 4 en su unidad de discos\\nsi no lo ha " "hecho aún." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Haga click en \"Siguiente\" SÓLO cuando la instalación del juego de Steam\\" "nesté completada o tendrás que volver a iniciar el proceso de instalación." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Bienvenido al instalado DLC para $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Seleccione un DCL para instalar" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" "Ligero (702MB), reparara problemas mayores (18 secuencias cinemáticas)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" "Full (1.5GB), se repararan incluso problemas menores (49 secuencias " "cinemáticas)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "¿Cuál versión desea instalar?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Por favor espere mientras se instala $TITLE." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Descomprimiendo archivo..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Error mientras se instalaba el archivo" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "El parche Advent Revising ha sido instalado;\\nNo olvides enviar un e-mail a " "Setz agradeciendo su trabajo." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Esta script de instalación requiere ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Convirtiendo videos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "La primera vez que inicie el juego éste detectará las fuentes de renderizado " "disponibles\\nEs probable que obtengas mejor rendimiento fuera del " "renderizado OpenGL;\\nPuede seleccionarlo luego haciendo click en \"Mostrar " "todos los dispositivos\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "¿Iniciar $TITLE en modo a prueba de fallos?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "No se pudo encontrar el directorio del programa" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "El editor de niveles" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "¿Cuáles accesos directos extras deberían ser creados?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "La configuración por defecto del video es por defecto algo baja para las " "computadoras modernas,\\nrecuerde hacer click en \"Auto-detectar\" en la " "configuración avanzada de video." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Piense sobre deshabilitar el triple-buffering en las propiedades,\\npuesto a " "que aún no es totalmente soportada por Wine." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Editor de Servidores Dedicados" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "¿Ir allá ahora?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Puedes descargar el archivo desde:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Servidor Dedicado" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Idioma" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Español" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "¿Cuál es tu idioma preferido?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasileño (sólo texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Holandés (sólo texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italiano (sólo texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Español (sólo texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Teclas de dirección (por defecto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Configuración estándar de la distribución del teclado." #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Sin cambios" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Valores por defecto" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Alta calidad (configuración entrópica)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Calidad Visual" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "¿Quieres leer la columna original en el foro de GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Ocurrió un error mientras se descomprimía el archivo." #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "El parche ahora puede ser activado y configurado desde \\n el asistente de " "instalación de PlayOnLinux para Outcast.\\n¡Y no olvides enviar un correo " "electrónico a Zenger en el foro de GoG!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "¿Iniciar \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Compruebe que la resolución ha sido cambiada\\n(eventualmente fijado en modo " "\\\"ALTA-RESOLUCIÓN\\\") en el cargador" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Servidor Dedicado" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Los códigos necesitados para iniciar un nuevo juego pueden ser encontrados " "en la\\ndocumentación;\\nClick derecho en el ícono del juego, \"Lea el " "manual\"" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Si apenas puedes distinguir un paisaje por detrás del menú principal,\\" "ndesactive la NIEBLA en las opciones gráficas." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(Ventana)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Rueda de códigos." #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "¿Tiene un paquete de idiomas que instalar?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Luego" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "No" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Sí" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Para instalar un paquete de idiomas despuès, abra el panel de " "configuraciones del juego antes de ejecutar el instalador en el disco " "virtual (etiqueta miscelánea)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Es bastante recomendado que instale ahora el paquete para el Mod del Círculo " "de Ocho (Circle of Eight Modpack)\\nPara poder resolver muchos problemas que " "existen con este juego, y opcionalmente añadir nuevo contenido\\n(para los " "paquetes Mod \"NC\").\\nUse la script dedicada de PlayOnLinux en la sección " "de parches." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Ahora debe instalar el paquete del Mod en el directorio:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" "Por favor seleccione cualquiera de los tres iconos una vez mostrados." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "directorio temporal no encontrado." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "El panel de Two Worlds es una herramienta que se encuentra dentro de la " "comunidad de Two Worlds,\\nque permite modificar parámetros y trabajar con " "los mods\\nde este juego. Véase\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 para " "detalles.\\n¿Desea instalarlo?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Panel de Control" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "IMPORTANTE:\n" " \\n\\nEn la ventana de instalación que aparecerá luego de ésta, No hacer " "click en el botón de Opciones, ya que arruinará la selección de idioma." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "En el primer inicio del juego éste detectara las fuentes de renderizado " "disponibles.\\nEs bastante posible que obtengas mejor rendimiento fuera de " "la opción de render OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Por favor seleccione el idioma del juego" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Seleccione la resolución del juego." #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Ahora seleccione el modo del juego:\\n1)Modo de ventana:\\nTodo funciona " "excepto el cursor del sistema en la ventana del juego.\\n\\n2)Modo Pantalla " "Completa:\\nTodo funciona a excepción del cielo, cual es negro.\\n\\n\\n\\" "n¿Qué modo prefieres?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE ya está instalado" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Por favor introduzca el DVD." #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Por efecto del error de software #30512 de wine, la descarga usualmente " "fallará, el sólo reiniciar el cliente de la aplicación y reiniciar la " "descarga hará que la misma reinicie donde se ha detenido. El porcentaje de " "descarga se reiniciará pero no debe preocuparse por tal situación, la " "descarga no se reiniciará desde el principio." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Por favor seleccione el archivo de instalación de $TITLE . Durante la " "instalación, elimina de la sección de selección todos los controladores " "extra que éste desee instalar." #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Una instalación de Steam ha sido detectada\\n¿desea instalar este juego en " "la misma unidad virtual?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Actualizando $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Por favor seleccione el archivo de instalación para $TITLE . NO DEJE EN " "SELECCIÓN \"RUN IMGBURN\" al final de la instalación." #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "AVISO: POL no aprueba la piratería. Por favor use $TITLE en una forma " "respetable" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "No se pudo encontrar el ejecutable $EXE en el disco virtual $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Se encontró un juego de Infinity Engine no soportado" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Todos los juegos soportados de Infinity Engine están ya parcheados.\\nPara " "modificar la resolución de pantalla de un acceso directo, utilice su " "configurador." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Deseas instalar la versión unicode de Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" "Registrando las librerías, por favor espere\\n(Ésto puede tomar cierto " "tiempo)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" "glxinfo no está instalado. Por favor instale el paquete de mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Lo sentimos, no se puede instalar utilizando el descargador oficial." #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Alerta: No debes activar el cuadro de selección \"Iniciar $TITLE\" cuando la " "instalación haya finalizado." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Ahora debería tener un directorio de League of Legends en su escritorio " "conteniendo el instalador. Quizá no desee eliminarlo para acelerar las " "reinstalaciones." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Por favor inserte el disco 1 del juego en su unidad de discos" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Por favor inserte el disco 2 del juego en su unidad de discos" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "version Digital de Lujo (Digital Deluxe)" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "¿Cuál edición tiene?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Este proceso instalará Microsoft Office $TITLE, un programa de software " "libre que le permitirá visualizar los formatos .doc y .docx, pero no será " "capaz de editar los mismos. Este programa está previsto para los usuarios " "que no son capaces de visualizar documentos doc o docx complejos. Si desea " "editar un documento, use LibreOffice, OpenOffice u otro editor. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE fue instalado satisfactoriamente\\n\\nSi una instalación de Windows " "evita que el programa se inicie, debes eliminarla y reinstalar $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "¿Qué tipo de activación desea?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "¡Indique la dirección del servidor de licencia!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "¡Indique el puerto del servidor de licencia!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "¿Es la información del servidor de la licencia correcta?\\n¿Pueden estos " "valores ser añadidos al registro?\\n\\nNombre del servidor de licencia: " "$licenseServerName\\nPuerto del servidor de licencia: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE debería ser activado ahora.\\n Quizá sea necesario iniciar $TITLE dos " "veces:\\nUna para iniciación y otra para registración.\\n\\nSimplemente " "inicia, cierra y reinicia $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "No fue encontrada la instalación de $TITLE.\\n\\n¡Por favor use la script de " "instalación de $TITLE !" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Chequee cuales de los componentes desea instalar adicionalmente:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Copiando los archivos de instalación, por favor espere..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Versión Demo" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Por favor seleccione la versión." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Revisando la integridad de la pieza..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Revisando la integridad de la descarga..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "La descarga ha fallado" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "La descarga parece estar corrupta." #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "¿Reintentar?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "No fue específicado un comando raíz, abortando la instalación." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "La filosofía de PlayOnLinux/PlayOnMac es nunca preguntar por la contraseña " "de super-usuario, sin embargo, para esta script, es obligatorio. Así que le " "daremos el comando que debe escribir por sí mismo para que esta instalación " "prosiga:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "No fue especificado una extensión del nombre del archivo, saltándose la " "asociación con la aplicación nativa." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Lea el siguiente mensaje" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "¿En que directorio desea descargar los archivos de GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" "Por favor inserte su cuenta de inicio de sesión de gog.com para descargar " "$BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Inicio de sesión de gog.com falló ¿Reintentar?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Este archivo pudo también ser actualizado. Si el problema persiste, " "considere reportar el mismo para que de esta forma la script pueda ser " "ajustada." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "¿Quieres descargar $TITLE desde GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Instalador Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Instalando los dlls de DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Instalando los dlls de DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Instalando los dlls de DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Por favor espere mientras Desura se está descargando..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Instalando DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Este paquete no funciona en una instalación de 64-bits" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Este paquete no funciona con wine 1.3.22 o menor" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Este paquete no funciona con wine 1.3.18 o menor" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "La instalación del paquete fallará hasta que fije el valor de " "/proc/sys/kernel/yama/ptrace_scope en 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "¿Abrir $URL ahora?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Si observa mensajes de error durante la instalación de DotNet 3.0, puede " "ignorarlos sin problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Este paquete no logra instalarse con wine 1.5.21 o mayor." #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Si observa mensajes de error durante la instalación de DotNet 3.5, puede " "ignorarlos sin problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Si observa mensajes de error durante la instalación de DotNet 3.5 SP1, puede " "ignorarlos sin problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Si observa mensajes de error durante la instalación de DotNet 4.0, puede " "ignorarlos sin problemas" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Instalando las rutinas de DirectX" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Descargando gecko..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Instalando juegos para Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Descargando Juego para Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Alerta: GFWL parece ya haber sido instalado\\nForzando reinstalación." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Instalando el DLL Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Instalando los DLLs de mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Instalando el DLL msasn1..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Por favor espere mientras Steam se descarga..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Por favor espere mientras $APPLICATION_TITLE está descargando el Lanzador de " "Juegos de Ubisoft" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Instalando la rutina de Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Alerta: vcrun2005 parece ya haber sido instalado.\\nForzando reinstalación." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Alerta: vcrun2008 parece ya haber sido instalado.\\nForzando reinstalación." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 puede fallar en su proceso de instalación puesto a que su versión " "de PlayOnLinux es vieja. Por favor actualice." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Alerta: vcrun2010 parece ya haber sido instalado.\\nForzando reinstalación." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 puede fallar en su proceso de instalación puesto a que su versión " "de PlayOnLinux es vieja. Por favor actualice." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Descargando..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Instalando el DLL wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Instalando los dlls de Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Instalando los dlls de Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Instalando XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Fuentes de Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "Las fuentes de texto de Microsoft no están instaladas; las instalaré por tí." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licencia traducida a su idioma " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Esta fuentes fueron proveídas por Microsoft\\n\"en su interés por la " "compatibilidad entre plataformas\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "Este no es más el caso, pero ellos aún están disponibles por terceros." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Usted es libre de descargar estas fuentes para su propio uso,\\npero no debe " "redistribuirlas en ninguna forma modificada,\\nincluyendo cambios al nombre " "del archivo o al formato del empaquetado." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Licencia Original " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Por favor lea y acepte lo siguiente:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Descargando fuentes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Descargando: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Instalando fuentes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Instalando: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Limpiando" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Las fuentes de Microsoft han sido instaladas satisfactoriamente." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Eliminando Juegos para Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" "Juegos para Windows Live no está instalado\\nsaltando la rutina de " "desinstalación." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Para continuar, PlayOnLinux necesita desmontar tu CD-ROM previamente montado " "con la opción de no-esconder." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Se necesita tener acceso sudo en su computadora. Por ello, su contraseña " "root será preguntada. Aquí el comando que PlayOnLinux correrá como root:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Por favor lea cuidadosamente." #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Para continuar, PlayOnLinux necesita volver a montar su CD-ROM con la opción " "de no-ocultar." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Interrumpir la instalación" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Activar ptrace() globalmente" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Darle la capacidad al ejecutable del servidor de wine" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Lo reparé por mi mismo, simplemente rehacer la prueba" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "El programa necesita acceso a ptrace() para proceder:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Interrumpido por el usuario" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Por favor inserte el primer disco" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "¡Lea esto cuidadosamente!\\n\\nCuando el instalador de $TITLE pida cambiar " "el cdrom, por favor vuelva a la esta ventana de $APPLICATION_TITLE" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Cuando el instalador pida que inserte el cdrom número $CDNumber, has click " "en siguiente.\\n\\n¡No hagas click en siguiente antes de ésto!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Ahora, inserte el cdrom número $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" "Ahora puedes volver a la ventana de instalación de $TITLE para continuar" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Por favor espere mientras $TITLE es instalado" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Cuando la descarga de $TITLE por desura haya completado,\\nNO haga click en " "Jugar.\\n\\nCierre COMPLETAMENTE la interfaz de Desura, \\nde manera que la " "script de instalación puede continuar" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Espere mientras la instalación está siendo preparada..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 2 en su unidad de discos\\nsi aún no lo ha " "hecho." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Por favor inserte el disco número 3 en su unidad de discos\\nsi aún no lo ha " "hecho." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Por favor seleccione el archivo de instalación de $TITLE. NO inicie Reaper " "luego que la instalación haya finalizado." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "Atención: Para audio de baja latencia, busque en WineAsio. Un audio genérico " "de baja latencia es recomendado. Sus controladores MIDI deberían funcionar " "de la forma esperada." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Si el juego falla al iniciar, abra una sesión de terminal y escriba:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" "La protección del CD de este juego no funciona apropiadamente con Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "¡ $TITLE ha sido instalado!\\n\\n¡Atención!\\n1)Reinicia wine\\n2)Selecciona " "el dispositivo de salida correcto en las opciones de audio de wine\\n3)¡Que " "te diviertas!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Puedes descargar el archivo de instalación de $TITLE aquí:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Atención" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Ésto te permitirá instalar Sacrifice, entonces será descargado e instalado " "el parche #3. No corra el juego hasta que el parche esté instalado." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Durante el proceso de instalación, por favor quita de la selección\\" "n\"Instalar Bonjour para Windows\" y \"Actualizar Safari Automáticamente\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" "Por favor selecciona la version de MS-DOS del archivo de instalación y " "configuración." #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Seleccione el archivo ZIP descargado aquí" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Extrayendo Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Lo sentimos, pero ese no es un archivo .zip válido" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Si tienes un error de runtime al iniciar el juego, abra un sesión de " "terminal y escriba:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Por favor seleccione el nombre de la unidad virtual." #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Si quiere instalar $TITLE en otra unidad virtual\\nInicie este instalador de " "nuevo" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Instale Terraria en Steam. Inicie la misma cuando Steam esté instalado en el " "juego. Steam instala la infraestructura de xna para el juego. Cierre el " "Steam de manera que el instalador pueda continuar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "La instalación del \"Horse Armor Pack\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "la instalación de \"Knights of the Nine\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "La instalación de \"Mehrunes Razor\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "La instalación de \"Orrery\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "La instalación de \"Spell Tomes\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "La instalación de \"Thieves Den\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "La instalación de \"Vile Lair\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "La instalación de \"Wizard Tower\" comenzará..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Si no tiene el addon de \"Shivering Isle\" (La isla escalofriante)\\ndebe " "actualizar este juego antes de usarlo." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Cuando la descarga de $TITLE haya finalizado, NO haga click en Play.\\n\\" "nCierre COMPLETAMENTE la interfaz de Steam,\\nde manera que la script de " "instalación puede continuar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Si no tiene el addon de \"Shivering Isle\" (La isla escalofriante)\\ndebe " "actualizar este juego antes de usarlo." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Este addon parchea automáticamente el juego a 1.2.0416" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Los códigos necesitados para salir del primer calabozo pueden ser " "encontrados en la\\ndocumentación;\\nClick derecho al icono del juego, \"Lea " "el Manual\" y luego revise pp 4-5" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "El juego fallará la inicialización hasta que cambie el valor de " "/proc/sys/kernel/yama/ptrace_scope a 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "\"Edición Mejorada\"" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "\"Edición Standard\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Cuando el instalador del juego pregunte por el siguiente disco\\nhaga click " "en \"Siguiente\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Por favor inserte el siguiente disco en su unidad de discos." #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "El juego no se instaló" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Bienvenido al instalador de $PVERSION para $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Este juego ya es la Edición Mejorada\\nY sólo necesita el parche 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Seleccione el primer parche (EE Upgrade) para ejecutarlo." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Seleccion segundo parche (1.5) para ejecutarlo." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Espere mientras el parche 1 se está descargando...\\nEsta operación puede " "tomar cierto tiempo, dependiendo de su conexión." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Espere mientras el parche 2 se está descargando...\\nEsta operación puede " "tomar cierto tiempo, dependiendo de su conexión." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Espere mientras el parche 3 se está descargando...\\nEsta operación puede " "tomar cierto tiempo, dependiendo de su conexión." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Espere mientras el parche 4 se está descargando...\\nEsta operación puede " "tomar cierto tiempo, dependiendo de su conexión." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Descargas finalizadas.\\nLa instalación de los parches comenzará." #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Instalando vcrun2008 y wininet, y deshabilitando los dlls de d3d9 y d3d8 " "para forzar el juego a usar OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Durante la instalación, por favor QUITE de la SELECCIÓN todos los " "controladores de \"NI\" y las \"interfaces de sonido\". La instalación " "fallará si se dejan seleccionados, y además que los mismos no son necesarios." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" "La localización ja_JP.utf8 debe ser instalada antes de lanzar el $TITLE." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "¿Deseas habilitar el parche de la interfaz inglés?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE ha sido instalado exitosamente.\\n\\nSi el juego no lanza, abre un " "terminal y escribe:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "¿ Le gustaría ver la web de $TITLE ?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "La versión del CD-ROM está desactualizada. No se olvide de actualizar $TITLE " "si desea que se ejecute correctamente con $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Al abrirse el navegador, descargue el parche y descomprímalo." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Atención: Al terminar la instalación, el programa de parcheo será cargado. " "Por favor cierra el mismo antes de iniciar sesión o espera que la " "actualización complete el proceso de instalación. Después de esto, puedes " "iniciar la aplicación \"$TITLE\" cuando la instalación y configuración final " "esté lista." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Por favor, inserte el disco de juego 1 en la unidad de disco\\nSi no lo ha " "hecho" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Por favor, inserte el disco de juego 2 en la unidad de disco\\nSi no lo ha " "hecho" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Por favor, inserte el disco de juego 3 en la unidad de disco\\nSi no lo ha " "hecho" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Por favor, inserte el disco de juego 4 en la unidad de disco\\nSi no lo ha " "hecho" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Por favor, inserte el disco de juego 5 en la unidad de disco\\nSi no lo ha " "hecho" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Transfiriendo archivos desde el Disco 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Por favor inserte el disco 2 de \"$TITLE\"" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Transfiriendo archivos desde el Disco 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Por favor seleccione MÁS OPCIONES, y luego quite de la selección INICIAR " "\"$TITLE\" AL FINALIZAR LA INSTALACIÓN. Si no lo hace, la misma fallará." #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "¿Desea instalar $TITLE para sincronizarlo con un dispositivo USB?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine no soporta USB por los momentos. No será capaz de sincronizar sus " "iDevices con $APPLICATION_TITLE. Lo sentimos." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Por favor seleccione la version 32bit de iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Por favor seleccione el archivo de instalación de $TITLE. NO inicie rFactor " "una vez la instalación haya finalizado. Deje que DirectX se instale cuando " "se le pregunte. Asegúrese que fijó una resolución de 32-bits cuando la " "Configuración de rFactor aparezca." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Informar de un error" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "Suministrar más detalles, de lo contrario, será muy difícil ayudar" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Este asistente le ayudará a reportar un error sobre un programa soportado " "oficialmente." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "La versión de $APPLICATION_TITLE está desactualizada.\\nDebe actualizar " "$APPLICATION_TITLE antes de enviar novedades de error.\\ nGracias" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Tengo un problema con el programa" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mi problema concierne a $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "¿Qué tipo de problema tiene?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "No incluir ningún archivo de registro de errores" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Instalación manual" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalación automática" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Cierre el archivo de errores de su software" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" "Por favor, escriba una descripción muy corta (título, solo en inglés)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Por favor, explique su problema de manera clara (solo en inglés):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Lo sentimos, necesitamos una descripción detallada" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "¡Gracias!\\n\\nSe ha enviado su informe.\\n\\nHaremos todo lo posible por " "contestarle por correo muy pronto" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Creador de unidad virtual" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Bienvenido al generador de unidad virtual de $APPLICATION_TITLE.\\n\\nEsta " "utilidad le ayudará a crear una nueva unidad virtual" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "¿ Qué tipo de unidad virtual quiere crear ?" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Sí este listado está vacío, instale una versión de wine con el gestor de " "versiones de wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "¿Qué versión de Wine le gustaría utilizar?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Elija el nombre de la unidad virtual" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Ejecutar un script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Este asistente le ayudará a ejecutar un Script no oficial de " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Elija un script válido $APPLICATION_TITLE para ejecutar." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "¡Error!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "¡Archivo no encontrado!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "El sitio web de PlayOnLinux no está disponible." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nPor Favor, está seguro que está conectado a Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Lea esto cuidadosamente" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "Se ha instalado correctamente en su equipo XQuartz $XQUARTZ_VERSION." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Sin embargo, no se activará hasta que reinicie el ordenador." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Por favor reinicie su ordenador ahora y arranque PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Lea esto cuidadosamente." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Para asegurarse de que los juegos serán compatibles, PlayOnMac debe instalar " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac necesita instalar XQuartz para funcionar" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "No instale XQuartz de momento" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Yo mismo descargue el archivo" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, descargue XQuartz por mí" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Descargando XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Donde es" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Instalando XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "Se ha instalado XQuartz." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "¡Imposible instalar XQuartz! Debe instalarlo para mejorar la compatibilidad " "de los juegos." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configuración de la unidad virtual por defecto" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE está creando un disco duro virtual de windows." #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Primer uso de $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE va a terminar su preparación" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Por favor, asegúrese de estar conectado a internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Aparece la primera vez que utiliza \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Este asistente le ayudará a preparar el entorno de $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Error durante la instalación de tipografías" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Disfruta utilizando $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE instalador Gecko" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Este asistente le ayudará a instalar Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "en el entorno de $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configurador de la aplicación $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "¿Está seguro de que quiere detener todas las aplicaciones $APPLICATION_TITLE " "activas?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE creador de atajo" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Elija un software a empaquetar" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Creando acceso directo ..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Se ha creado el acceso directo en el Escritorio" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Copiando la unidad virtual" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Ejecución automática" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "No encontró la ubicación de instalación en autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bienvenido al asistente de instalación manual de $APPLICATION_TITLE.\\n\\" "nEste guión le permitirá instalar cualquier programa en $APPLICATION y " "usarlo con todas las herramientas\\n\\nAdvertencia: no podemos garantizar " "que su aplicación funcione correctamente." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar un programa en una nueva unidad virtual" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Editar o actualizar una aplicación existente" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "¿Qué le gustaría hacer?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Introduzca un nombre para la unidad virtual de la aplicación.\\nEl nombre no " "debe contener espacios." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Elija un programa" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Use otra versión de Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Instalar algunas bibliotecas" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Si no sabe, deseleccione todas" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "¿Qué le gustaria hacer antes de la instalación?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Haga su elección" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Buscando CD-ROMs ejecutables" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Seleccione otro archivo" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Elija un método para instalar el programa" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Seleccione el archivo instalador a ejecutar." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "¡Debe seleccionar un archivo!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está instalando la aplicación..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestor de paquetes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Uso: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tEligir un archivo" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " o " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtraer el paquete" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar el paquete" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tMostrar este mensaje" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Elija un paquete a instalar" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestor de paquetes PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Imposible encontrar el archivo: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " no es un paquete PlayOnLInux válido!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Este archivo: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " no existe" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Extrayendo: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Ejecutando..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Limpiando..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Esta es la lista de los guiones que nos ha enviado. Puede ejecutar uno de " "ellos" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "No parece que tenga ningún script personal" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Sí ha instalado un programa con éxito desde 'Instale un \\nsoftware no " "listado', le permitirá agregar este programa a la lista" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Esta herramienta le permitirá ayudarnos:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Vamos a hacerle algunas preguntas. Sea tan preciso como sea\\nposible" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Elija el archivo correspondiente a su programa." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "¿Se ejecuta su programa?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "¿Cuál es el título de su programa?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "¿Cuál es el editor de su programa?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "¿Cuál es la página web del editor de su programa?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accesorios" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Desarrollo" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educación" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Juegos" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Gráficos" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Oficina" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Otro" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Parches" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Seleccione una categoría para su programa" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "En pruebas" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "¿Qué funcionalidad de su programa no funciona?\\nSi todo funciona, indíquelo" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Escriba aquí cualquier cambio que haya realizado a la configuración de Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "¡Debe ser capaz de ejecutar este programa!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Ejecute uno de sus scripts personales" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Envíenos un script que funcione generado mediante una instalación manual" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Cerrar sesión" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Está conectado a $APPLICATION_TITLE en línea como $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Se ha desconectado correctamente de $APPLICATION_TITLE en línea\\nPuede " "cerrar con seguridad esta ventana" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Cerrando los programas en la unidad virtual ..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Selección de icono" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Elija un archivo de icono" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Extensión de archivo incorrecta" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "no es una extensión de icono" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor del Registro" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Detener todos los procesos prefijados" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Actualizar wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular reinicio de Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar el complemento de Configuración Avanzada de Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Use el configurador de PlayOnLinux para" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Cambiar el icono" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Usar WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Por favor, seleccione una acción a realizar" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "lector CD-ROM del PC" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Esta utilidad ayudará a su Mac a leer los datos para PC de un CD-ROM. \\n\\" "nUse esta utilidad SOLO sí su CD-ROM es un CD-ROM híbrido (Compatible con " "Windows y MacOS), y no puede leer los datos para Windows" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Expulsar el PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Leer el PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "¿Qué desea hacer?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Inserte su CD-ROM, y presione \" continuar \" sólo cuándo Finder haya " "encontrado los datos para Mac OS de su CD-ROM" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Por favor escoja un CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Por favor escoja un CD-ROM a expulsar" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Elija el software a ejecutar" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Se está arrancando el depurador $APPLICATION_TITLE" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE se ha cerrado inesperadamente.\\nPulse en el enlace de depuración " "para más detalles." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE abortado." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Bienvenido al asistente de $APPLICATION_TITLE.\\nLe ayudará a instalar $file " "en su ordenador.\\n\\n¡Tenga cuidado! Este programa no está soportado " "oficialmente por $APPLICATION_TITLE.\\nPor lo tanto, podría no funcionar " "como se espera." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "¿Cuál es el nombre de su programa?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE está instalando $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE está ejecutando su programa" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Esperando al primer asistente para finalizar" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está analizando su aplicación" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "¿Quiere que $APPLICATION_TITLE lo instale automáticamente?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Hemos detectado que el programa que quiere instalar es:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE ya ha ejecutado este programa.\\n¿Quiere mantener la " "configuración anterior?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Desinstalador de $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Por favor, seleccione un programa a desinstalar" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Pulse Siguiente para continuar." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Este asistente le ayudará a deinstalar: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Desinstalando..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " ha sido desinstalado satisfactoriamente." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "No se puede encontrar el atajo" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE auto-actualizar" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Actualización $APPLICATION_TITLE de GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "¿Quieres actualizar y reiniciar $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Ya está al día." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE ha encontrado un error. Si el programa no funciona " "correctamente, podría ser la causa del problema.\\n Visite www.$POL_DNS para " "obtener más información." #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "Se ha detectado un error con $APPLICATION_TITLE. Si el programa que estás " "instalando no funciona correctamente, esto puede ser la causa.\\nPara " "obtener más información, visita www.$POL_DNS" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE ha encontrado un error grave. $APPLICATION_TITLE sera " "detenida el proceso de instalacion.\\nVisita www.$POL_DNS para conseguir mas " "información." #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Espere mientras se crea la unidad virtual" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Espere mientras $APPLICATION_TITLE simula un reinicio de Windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Configurar Program Files var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Esta función está desactivada en el entorno de PlayOnLInux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Advertencia !!\\n\\nLa firma del script que está intentando ejecutar NO es " "válida\\n\\nPlayOnLinux no ha aprobado este script y no es responsable de " "él. \\n Asegúrese de que sabe lo que está haciendo !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Este es el código fuente del script. Compruébelo con cuidado" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Advertencia !!\\n\\nLa firma del script que está intentando ejecutar NO es " "válida\\n\\n$APPLICATION_TITLE no ha aprobado este script y no es " "responsable de él. \\nAsegúrese de que sabe lo que está haciendo !" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Librería externa" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Aquí esta el código fuente del script. Compruébelo cuidadosamente" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Creando acceso directo..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "¿Quiere borrar la unidad virtual:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Este archivo está ubicado en un sistema de archivos FAT32.\\nPodría no " "funcionar en wine\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Este archivo está ubicado en un sistema de archivos NTFS.\\nPodría no " "funcionar en wine\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Este archivo está ubicado en un sistema de archivos fuse.\\nPodría no " "funcionar en wine\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Este archivo está ubicado en un sistema de archivos montado no-ejecutable.\\" "nPodría no funcionar en wine\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Comprobando extensión: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nuevo: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Actualizando complemento. Anterior: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Instalando complemento: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binario no encontrado: $BINARY\\n¿Tienes instalado el programa en el " "directorio por defecto?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "No hay espacio disponible para descargar:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Espere mientras $APPLICATION_TITLE descarga:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Ha ocurrido un error durante la descarga." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "¿Desea volver a intentarlo?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "¡Error! Los archivos no coinciden\\n\\nLocal: $LOCAL_MD5\\nServidor: " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z no instalado, asegúrese de tener instalado 7zip y pruebe de nuevo" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falló al ubicar ${dest} desde ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrayendo ${filename} de ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "¡El tamaño del archivo extraído no coincide!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "¡El tamaño del archivo no coincide!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Lo sentimos, $APPLICATION_TITLE $VERSION es demasiado antiguo para " "continuar. Necesita \\n$APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Advertencia: Está ejecutando $APPLICATION_TITLE $VERSION. Le recomendamos \\" "n$APPLICATION_TITLE $NEEDED para continuar." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " en su equipo." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " se instalará en: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Pulse Siguiente para comenzar" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Este programa de instalación lo suministra: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Este programa ha sido creado por: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Este asisten le ayudará a instalar " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bienvenido al asistente de instalación de $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Falta uno o varios programas. Instálelos y ejecute el guión de nuevo." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Error" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "¿Dónde está montado su CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Leyendo su dispositivo" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Error: ¡Incapaz de encontrar el CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE necesita leer los datos para PC de un CD-Rom híbrido.\\n\\nPor " "defecto, MacOS sólo accede a los datos para Mac del cd-rom, que puede no ser " "compatible con versiones recientes de Mac OS.\\n\\n¿Desea que PlayOnMac " "intente leer los datos para PC del CD?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "No olvide ir al menú de utilidades PlayOnMac -> Leer un CD-Rom para PC antes " "de ejecutar el juego" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Espere mientras $APPLICATION_TITLE copia los archivos:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Escaneándo la unidad virtual..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "¿Cuanta memoria tiene su tarjeta gráfica?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "La tarjeta de vídeo no tiene memoria suficiente" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "¡Su tarjeta de video no tiene memoria suficiente!\\nPodría impedir que el " "juego funcionara" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Usar versión Steam Store" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar versión demo de Steam Store" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Utiliza la versión de la tienda de Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Utiliza la versión demo de la tienda de Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Utiliza la versión de la tienda de Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Utiliza la versión demo de la tienda de Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar un archivo de instalación en mi equipo" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Descargar el programa" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, elija el método de instalación" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "No quiero crear otro atajo" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Explorar" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Conectar con su cuenta de $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Conectando…" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Falló la conexión.\\nAsegúrese de que su nombre de usuario y contraseña son " "válidos." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Por favor, espere mientras $APPLICATION_TITLE esté explorando su hardware" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine parece haber fallado\\n\\nsí el programa está funcionando, ignore este " "mensaje" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Incapaz de encontrar la versión: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Descargando Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "La descarga parece haber fallado." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Extrayendo Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Sobreescribir (usualmente funciona, no hay garantía)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Borrar (contenido del disco virtual se perderá)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "La unidad virtual de destino $PREFNAME ya existe:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Espere mientras se instala $SOFTNAME..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Cuidado! Esto detendrá los procesos instalados. Sí no están finalizados, " "tendrá que reinstalar $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "La instalación ha finalizado" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" "Pulse Siguiente sólo cuando el proceso de instalación haya finalizado" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "$APPLICATION_TITLE está simulando un reinicio. Favor esperar" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Advertencia:\n" "\n" "Herramienta para usuarios avanzados.\n" "Para desinstalar limpiamente un programa con {0}, debe eliminar el disco " "virtual asociado" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "General" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Crear un nuevo acceso directo de esta unidad virtual" #: python/configure.py:201 msgid "Name" msgstr "Nombre" #: python/configure.py:202 msgid "Wine version" msgstr "Version de Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Parámetros de depurado" #: python/configure.py:205 msgid "Virtual drive" msgstr "Unidad virtual" #: python/configure.py:207 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Ejecutar asistente de configuración" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reinicie Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Reparar la unidad virtual" #: python/configure.py:265 msgid "Command prompt" msgstr "Línea de comandos" #: python/configure.py:272 msgid "Task manager" msgstr "Administrador de tareas" #: python/configure.py:280 msgid "Kill processes" msgstr "Matar procesos" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Desistalador de Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "¡Ten cuidado! Instalar uno de estos componentes puede romper su disco " "virtual." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instalar" #: python/configure.py:395 msgid "Open program's directory" msgstr "Abrir carpeta de programas" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Abrir el directorio de la unidad virtual" #: python/configure.py:560 msgid "GLSL Support" msgstr "Soporte GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Renderizador Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Tamaño de la memoria de vídeo" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Modo de renderización fuera de la pantalla" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Bloquear modo de renderizado de destino" #: python/configure.py:565 msgid "Multisampling" msgstr "Multimuestreo" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Orden de dibujo estricto" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Invalidar la sobreescritura del puntero del ratón" #: python/configure.py:578 msgid "Open a shell" msgstr "Abrir una shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Ejecutar un archivo .exe en esta unidad virtual" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Comando a ejecutar antes de ejecutar el programa" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Cuidado!\n" "sí cambia " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} configuración" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Por favor elija el programa o la unidad virtual a configurar" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Instalar un programa en un nuevo prefijo" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Quitar" #: python/configure.py:696 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Mostrar" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Miscelánea" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Esta unidad virtual está protegida" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "¿Está seguro de que quiere eliminar la unidad virtual {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "¿Está seguro de que quiere eliminar {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} depurador" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Por favor, elegir un archivo de depuración" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Buscar este archivo de registro" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "El archivo se llama: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Unidades virtuales" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Informar sobre un problema con {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Instalar scripts" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Error: No fue posible reservar un puerto válido" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "ATENCIÓN: Por favor, use en primer lugar POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Asistente" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Siguiente" #: python/guiv3.py:166 msgid "I Agree" msgstr "Estoy de acuerdo" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Mostrar unidades virtuales" #: python/guiv3.py:188 msgid "Login: " msgstr "Nombre de usuario: " #: python/guiv3.py:189 msgid "Password: " msgstr "Contraseña: " #: python/guiv3.py:192 msgid "Register" msgstr "Registrarse" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB descargados" #: python/guiv3.py:288 msgid "of" msgstr "de" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "No puede cerrar esta ventana" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Sin descripción" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Búsqueda" #: python/install.py:252 msgid "Include:" msgstr "Incluir:" #: python/install.py:263 msgid "No-cd needed" msgstr "No es necesario CD" #: python/install.py:270 msgid "Commercial" msgstr "Comercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Instalar un programa no-listado" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Cuando {0} instala un programa de Windows: \n" "\n" " - Dejar de la ubicación predeterminada\n" " - No marcar la casilla \"Ejecutar el programa\" si se solicita." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Este programa está actualmente en pruebas.\n" "\n" "Puede que no funcione como se espera. Sus comentarios, positivos o " "negativos, es importante para mejorar especialmente el instalador." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Este programa contiene una protección contra copias (DRM) incompatible con " "la emulación.\n" "La única manera de anular esto es usando un parche \"no-cd\", pero nosotros " "no proveeremos ningún tipo de apoyo para este método, ya que el mismo " "también puede ser utilizado con el propósito de piratear." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Al permitir esto, usted tendrá acceso a los instaladores de prueba.\n" "\n" "{0} no se puede asegurar de que su aplicación funcionará sin ningún problema" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Al habilitar esto, tendrás acceso a instaladores para los programas con una " "protección contra copias (DRM) incompatible con la emulación.\n" "La única manera de anular esto es usando un parche \"no-cd\", pero nosotros " "no proveeremos ningún tipo de apoyo para este método, ya que el mismo " "también puede ser utilizado con el propósito de piratear." #: python/irc.py:137 msgid "Send" msgstr "Enviar" #: python/irc.py:138 msgid "Connect" msgstr "Conectarse" #: python/irc.py:139 msgid "Disconnect" msgstr "Desconectarse" #: python/irc.py:140 msgid "Leave" msgstr "Dejar" #: python/irc.py:227 msgid "Join a channel" msgstr "Unirse a un canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messenger" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Si cierra estaba ventana no podrá leer más respuestas. ¿Está seguro de " "querer cerrarla?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Lo sentimos, esta persona no quiere recibir mensajes privados" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Lo sentimos {0} el servicio de mensajería no está disponible por el " "momento.\n" "\n" "Por favor, intentelo más tarde" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "No hay nada instalado para ejecutar. {0} archivos." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} error" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" "{0} el sitio web no se encuentra disponible. Por favor verifica tu conección." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Actualizando {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Una versión actualizada de {0} está disponible" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Lanzar" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donación" #: python/mainwindow.py:201 msgid "Exit" msgstr "Salir" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Iconos pequeños" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Iconos medianos" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Iconos grandes" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Iconos muy grandes" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Gestiona versiones de Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Lee el PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Cierre todos los programas de {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Consola de {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} messenger" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Asociaciones de archivos" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Acerca de {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gestor de plugin" #: python/mainwindow.py:331 msgid "File" msgstr "Archivo" #: python/mainwindow.py:333 msgid "Tools" msgstr "Herramientas" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Opciones" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Complementos" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Cerrar" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Abre el directorio de la aplicación" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Lee el manual" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Establecer el icono" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Cerrar esta aplicación" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Manual no encontrado en {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Instalar un programa" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Actualización de GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Depurador" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Informar de un problema" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Crear un acceso directo" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Abrir un directorio" #: python/mainwindow.py:755 msgid "Save" msgstr "Guardar" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Elija un programa" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "ajustes de {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "menú de instalación {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "administrador de versiones {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "La unidad virtual asociada con {0} ({1}) no existe." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "¿Está seguro que desea cerrar todas las ventanas de {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Ejecute sus programas de Windows en " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Equipo de PlayOnLinux y PlayOnMac\n" "Bajo la licencia GPL versión 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Desarrollador y página Web: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Empaquetador: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Iconos:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Las siguientes personas han contribuido a este programa: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traducciones:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Leer archivo de TRADUCTORES" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" "{0} no es capaz de iniciar la Ventana de Configuración de PlayOnLinux server." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} no puede encontrar {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (desde {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Es necesaria su instalación para continuar" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Debería ser instalado para su uso {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} no debe ser ejecutado como root. Lo siento" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} no es capaz de encontrar las bibliotecas OpenGL de 32bits.\n" "\n" "Podría tener problemas con sus juegos" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} no puede encontrar bibliotecas OpenGL 64bits\n" "\n" "Podría encontrar problemas con sus juegos" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Su sistema de archivos puede impedir que {0} no se ejecute correctamente.\n" "\n" "Por favor, abra {0} en una terminal para obtener más detalles" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "¿Desea colaborar {0} para crear una base de datos de compatibilidad?\n" "\n" "Si hace clic en Sí, la siguiente información nos será enviada de forma " "anónima la primera vez que ejecute un programa de Windows:\n" "\n" "- El modelo de tarjeta graficadora\n" "- La versión del sistema operativo\n" "- Si hay controladores gráficos instalados o no.\n" "\n" "\n" "Esta información será de gran utilidad para nosotros para ayudar a la gente." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "¿Está seguro que desea instalar el paquete {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Está intentando abrir un script de diseño para {0}! Podría no funcionar como " "se espera" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configuración de proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Establer un proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Dirección del proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Puerto proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login del proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Contraseña del proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Complementos instalados" #: python/options.py:206 msgid "Add" msgstr "Añadir" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activar" #: python/options.py:210 msgid "Choose a plugin" msgstr "Elija un complemento" #: python/options.py:263 msgid "What is the extension?" msgstr "Cual es la extensión?" #: python/options.py:275 msgid "Assigned program" msgstr "Programa asignado" #: python/options.py:277 msgid "Delete" msgstr "Borrar" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Está seguro de querer instalar: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Está seguro de querer eliminar: " #: python/options.py:334 msgid "Disable" msgstr "Desactivar" #: python/options.py:375 msgid "Apply" msgstr "Aplicar" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Debe reiniciar {0} para que los cambios surtan efecto." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versiones de Wine instaladas: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versiones de Wine disponibles: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versiones de Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "¿Está seguro de querer borrar Wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} no es capaz de empezar POL_SetupWindow_server." playonlinux/lang/po/et.po000066400000000000000000004602351226051336100157600ustar00rootroot00000000000000# Estonian translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: MulX \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:09+0000\n" "Last-Translator: Tanel Mae \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Millisele rakendusele soovid muudatust kohaldada?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Vali sooritatav tegevus" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Palun oota, kuni luuakse PlayOnLinuxi logo" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Lisa oma videole PlayOnLinuxi logo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "Teisendamine lõpetatud" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Vali, mida muuta" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Kõik" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Pead valima mängu, mida seadistada" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Tere tulemast Wine täppishäälestuse nõustajat kasutama! Selle Wine " "optimeerimise süsteemi tegi GNU_Raziel. Kui sa ei tea, mida valida, USALDA " "VAIKEVALIKUID." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Vali rakendus" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Sa ei valinud mängu" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "DirectDraw renderdusrežiim:" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSL-i tugi:" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Ekraanivälise renderdamise režiim:" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Multidiskreetimise tugi:" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Hiire kõverduse alistamine:" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimeeritud." #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "Valige rakendus" #: Detour plugin:6 msgid "Operation done" msgstr "Toiming lõpetatud" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Vali käivitamiseks paigaldusfail" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Palun oota..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Paigaldamine lõpetatud." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Palun sisesta mängu meedium" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Palun vali käivitamiseks paigaldusfail:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Vali käivitamiseks lapp" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "Palun sisesta mängu meedium,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Mäng ei ole paigaldatud." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Teretulemast $TITLE lapi $PVERSION paigaldusse" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Paigaldamine käib..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Oota, kuni paigaldust ettevalmistatakse..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Palun oota, kuni $TITLE on paigaldatud" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Arhiivi paigaldamisel tekkis viga" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ei" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Jah" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Palun loe seda" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsofti kirjatüübid" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Katkesta paigaldus" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Mäng ei ole paigaldatud" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Kas soovid $TITLE veebilehte sirvida?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "Palun sisesta mängu esimene plaat,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "Palun sisesta mängu teine plaat,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "Palun sisesta mängu kolmas plaat,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "Palun sisesta mängu neljas plaat,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "Palun sisesta mängu viies plaat,\\nkui sa ei ole seda juba teinud." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Teata vigadest" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Mul on probleem paigaldatud tarkvaraga" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mul on probleem programmiga $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Milline probleem sul on?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Käsitsi paigaldus" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automaatne paigaldus" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Kirjuta ingliskeelne probleemi pealkiri" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Kirjelda inglise keeles probleemi kirjeldus" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Vabandust, meil on vaja üksikasjaliku kirjeldust." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Virtuaalketta looja" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Millise virtuaalketta soovid luua?" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Millist Wine'i versiooni soovid kasutada?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Vali virtuaalkettale nimi" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Käivita kohalik skript" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Viga!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Faili ei leitud!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Palun loe tähelepanelikult" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "Sinu arvutisse on paigaldatud XQuartz $XQUARTZ_VERSION" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Palun loe seda tähelepanelikult." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "Et PlayOnMac töötaks, on vaja paigaldada XQuartz" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Ära paigalda preagu XQuartzi" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ma laadisin ise faili alla" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Palun lae XQuartz minu eest alla" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "XQuartzi allalaadimine" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Kus on" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartzi paigaldamine" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz on paigaldatud." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Virtuaalketta vaikesätted" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE esmakasutus" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Palun kontrolli, et internetiühendus on olemas" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Näib, et kasutad \t$APPLICATION_TITLE esimest korda." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "See nõustaja aitab sul $APPLICATION_TITLE keskkonna ülesseada" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Kirjatüüpide paigaldamisel tekkis viga" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Head $APPLICATION_TITLE kasutamist" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "See nõustaja aitab sul Wine'i paigaldada: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Loon otseteid..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Otsetee on paigaldatud sinu töölauale" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Virtuaalketta kopeerimine" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Isekäivitus" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Paigalda programm uuele virtuaalkettale" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Mida sa sooviksid teha?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Palun sisesta oma programmi virtuaalkettale nimi.\\nNimi ei tohi sisaldada " "tühikuid." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Palun vali programm" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Kasuta mõnda teist Wine'i versiooni" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Wine seadistamine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Mida sa sooviks teha enne paigaldust?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Palun tee oma valik" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Vali teine fail" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Palun vali oma programmi paigaldamise viis" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Palun vali käivitatav paigaldusfail." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Sa pead valima faili!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE paigaldab sinu programmi..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Kasutus: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tVali fail" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " või " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Ei leia faili: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "See fail: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " ei ole olemas!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Lahtipakkimine: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Puhastan..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Need tööriiistad võimaldavad sinul meid aidata:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "Me küsime sinult mõned küsimused, palun vasta võimalikult täpselt" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Vali programmile vastav fail." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Tarvikud" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Arendus" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Haridus" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Mängud" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Graafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimeedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kontoritöö" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Muu" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Lapid" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Vali oma programmile kategooria" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Katsetuseks" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Logi välja" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Ikooni valik" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Palun vali ikooni fail" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registri muutja" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Uuenda wineprefixit" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Muuda ikooni" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Kasuta Windetricksi" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Palun vali sooritatav tegevus" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Väljasta CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Mida soovid ette võtta?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Palun vali CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Palun vali väljastamiseks CD-ROM" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Palun vali käivitatav tarkvara" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE silur käivitub..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Mis on sinu programmi nimi?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE eemaldaja" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Palun vali eemaldamiseks programm" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "See nõustaja aitab sul eemaldada: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Eemaldamine..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " on edukalt eemaldatud." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Ei leia otseteed" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Kas soovid $APPLICATION_TITLE uuendada ja taaskäivitada?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Juba värske." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Palun oota, kuni luuakse virtuaalketas..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Otsetee loomine..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Kas soovid virutaalketta kustutada:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Uus: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Allalaadimiseks ei ole piisavalt ruumi:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Palun oota, kuni toimub $APPLICATION_TITLE allalaadimine:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Allalaadimisel tekkis viga." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Kas soovid uuesti proovida?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z ei ole paigaldatud. Kontrolli, kas 7zip on paigaldatud ja proovi uuesti" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Ei leidnud faili ${dest} arhiivist ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "${filename} lahtipakkimine arhiivist ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "${filename} kopeerimine" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Vabandust, $APPLICATION_TITLE $VERSION on jätkamiseks liiga vana.\\" "n$APPLICATION_TITLE $NEEDED on nõutud." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Hoiatus: Paigaldatud on $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED on aga jätkamiseks soovituslik." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profiil" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " sinu arvutisse." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " paigaldatakse asukohta: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Selle paigalduse autorid on: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Selle programmi autorid: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "See nõustaja aitab sul paigaldada " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Teretulemast $APPLICATION_TITLE paigaldusnõustajasse." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Üks või rohkem programme on puudu. Palun paigalda need ja käivita skript " "uuesti." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Viga" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kuhu on sinu CD-ROM haagitud?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Värskenda" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Sinu seadme lugemine" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Viga: Ei leia CD-ROM'i!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Oota, kuni $APPLICATION_TITLE kopeerib faile:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuaalketta uurimine..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Kui palju mälu sinu videokaardil on?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Videokaardil ei ole piisavalt mälu" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Sinuu videokaardil ei ole piisavalt mälu!\\n See võib takistada mängul " "töötamast" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Kasuta Steam Store'i versiooni" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Kasuta Steam Store'i prooviversiooni" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Kasuta Desura Store'i versiooni" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Kasuta Desura Store'i prooviversiooni" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Kasuta Origin Store'i versiooni" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Kasuta Origin Sore'i prooviversiooni" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Kasuta oma arvutis olevat paigaldusfaili" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Kasuta CD-ROM'i/e" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Kasuta DVD-ROM'i/e" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Lae programm alla" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Palun vali paigaldusviis" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ma ei soovi luua rohkem otseteid" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Sirvi" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Ühendumine..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Ühendumine ebaõnnestus!\\nPalun kontrolli, et sinu kasutajanimi ja parool " "kehtivad." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Oota, kuni $APPLICATION_TITLE uurib sinu arvuti riistvara" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine'i on tabanud krahh\\n\\nKui sinu programm jätkuvalt töötab, siis ära " "tee sellest teatest välja" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Ei leia versiooni: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Wine'i allalaadimine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Allalaadimine näib olevat ebaõnnestunud" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Wine'i lahtipakkimine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Kirjuta üle (tavaliselt töötab, ei garanteeri)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Kustuta (virtuaalketta sisu hävib)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Oota, kuni $SOFTNAME on paigaldatud" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Ettevaatust! See tapab paigalduse protsessi. Kui paigaldus ei ole lõppenud, " "pead $SOFTNAME 'i uuesti paigaldama" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Paigaldamine on lõppenud" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Üldine" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Loo sellelt virtuaalkettalt uus otsetee" #: python/configure.py:201 msgid "Name" msgstr "Nimi" #: python/configure.py:202 msgid "Wine version" msgstr "Wine'i versioon" #: python/configure.py:203 msgid "Debug flags" msgstr "Silumislipud" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuaalketas" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Käivitan seadistamisnõustaja" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windowsi taaskäivitus" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Paranda virtuaalketas" #: python/configure.py:265 msgid "Command prompt" msgstr "Käsurida" #: python/configure.py:272 msgid "Task manager" msgstr "Tegumihaldur" #: python/configure.py:280 msgid "Kill processes" msgstr "Tapa protsess" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine'i eemaldaja" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Ettevaatust! Nende komponentide paigaldamine võib rikkuda sinu virtuaalketta." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Paigalda uus" #: python/configure.py:395 msgid "Open program's directory" msgstr "Ava rakenduse kataloog" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Ava virtuaalketta kataloog" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL-i tugi" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "DirectDraw renderdusrežiim" #: python/configure.py:562 msgid "Video memory size" msgstr "Videomälu suurus" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Ava käsurida" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Käivita .exe fail sellel virtuaalkettal" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} seadistus" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Palun vali programm või virtuaalkettas, mida seadistada" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Uus" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Eemalda" #: python/configure.py:696 msgid "Install components" msgstr "Paigalda komponente" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Näita" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Muu" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "See virtuaalketas on kaitstud" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Oled sa kindel, et soovid eemaldada virtuaalketta \"{0}\"?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Oled sa kindel, et soovid {0} kustutada?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} silur" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Palun vali silumise fail" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Tuvasta selle logifaili asukoht" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Faili nimi on: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuaalkettad" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "Paigalda skript" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} seadistusnõustaja" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Loobu" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Edasi" #: python/guiv3.py:166 msgid "I Agree" msgstr "Nõus" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Näita virtuaalkettaid" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "Parool: " #: python/guiv3.py:192 msgid "Register" msgstr "Registreeru" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB alla laaditud" #: python/guiv3.py:288 msgid "of" msgstr "/" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Sa ei saa seda akent sulgeda" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Kirjeldus puudub" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Otsi" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "CD'd ei ole vaja" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Paigalda .pol-paketi paigaldamine" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Saada" #: python/irc.py:138 msgid "Connect" msgstr "Ühendu" #: python/irc.py:139 msgid "Disconnect" msgstr "Ühenda lahti" #: python/irc.py:140 msgid "Leave" msgstr "Väljumine" #: python/irc.py:227 msgid "Join a channel" msgstr "Liitu kanaliga" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Kui sulged selle akna, siis ei saa sa enam järgnevaid teateid lugeda. Oled " "sa kindel, et soovid akna sulgeda?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Värskendan {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Saadaval on {0}i uuem versioon." #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Käivita" #: python/mainwindow.py:200 msgid "Donate" msgstr "Annetamine" #: python/mainwindow.py:201 msgid "Exit" msgstr "Välju" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Väikesed ikoonid" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Keskmise suurusega ikoonid" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Suured ikoonid" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Väga suured ikoonid" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Wine'i versioonide haldamine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Loe CD-ROM'i" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Faili seosed" #: python/mainwindow.py:273 msgid "About {0}" msgstr "{0} info" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Pluginahaldur" #: python/mainwindow.py:331 msgid "File" msgstr "Fail" #: python/mainwindow.py:333 msgid "Tools" msgstr "Tööriistad" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Seaded" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Pluginad" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Sulge" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Seadista" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Ava rakenduse kataloog" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Loe juhendit" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Muuda ikooni" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Sulge rakendus" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Tapa rakendus" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "{0} juhendit ei leitud" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Paigalda programm" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Uuenda GIT'i" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Silu" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Teate probleemist" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Loo otsetee" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Ava kataloog" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Eemalda" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Palun vali programm." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} seaded" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine versioonihaldur" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Kas tahad kindlasti kõik {0} aknad sulgeda?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Arendus ja koduleht: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Skriptimine: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Pakendaja: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikoonid:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Kaasa aitasid: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Tõlked:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Pead selle paigaldama, et jätkata" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Peaksid selle paigaldama, et kasutada {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "Vabandust, kuid {0} pole mõeldud juurkasutajana käivitamiseks." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Kas soovid kindlasti {0} paketi paigaldada?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Sa üritad avada skripti, mis on mõeldud {0}'le! See ei pruugi töötada " "vastavalt ootustele" #: python/options.py:116 msgid "Proxy configuration" msgstr "Puhverserveri seaded" #: python/options.py:129 msgid "Set a proxy" msgstr "Puhverserveri kasutamine" #: python/options.py:132 msgid "Proxy address" msgstr "Aadress" #: python/options.py:135 msgid "Proxy port" msgstr "Port" #: python/options.py:138 msgid "Proxy login" msgstr "Kasutajanimi" #: python/options.py:141 msgid "Proxy password" msgstr "Parool" #: python/options.py:188 msgid "Installed plugins" msgstr "Paigaldatud pluginad" #: python/options.py:206 msgid "Add" msgstr "Lisa" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Luba" #: python/options.py:210 msgid "Choose a plugin" msgstr "Vali plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "Mis on laiendus?" #: python/options.py:275 msgid "Assigned program" msgstr "Määratud programm" #: python/options.py:277 msgid "Delete" msgstr "Kustuta" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Oled sa kindel, et soovid paigaldada: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Oled sa kindel, et soovid eemaldada: " #: python/options.py:334 msgid "Disable" msgstr "Keela" #: python/options.py:375 msgid "Apply" msgstr "Rakenda" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Paigaldatud Wine'i versioonid: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Saadaolevad Wine'i versioonid: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine'i versioonid" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Oled sa kindel, et soovid eemaldada wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/fi.po000066400000000000000000005427241226051336100157520ustar00rootroot00000000000000# Finnish translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:36+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Mihin sovellukseen haluat lisätä muutoksen?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Tämän lisäosan avulla voit nauhoittaa ohjelmia PlayOnLinuxista" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Kuvankaappausvalikko (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Kuvankaappausvalikko (ei-OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Ota sovelluksesta kuvankaappaus" #: Capture plugin:7 msgid "Play a captured file" msgstr "Soita kaapattu video" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Muunna kaapattu tiedosto videoksi" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Paina Seuraava ja napsauta ikkunaa, josta haluat kuvakaappauksen.\r\n" "Kuvakaappaus otetaan automaattisesti 5 sekunnin kuluttua. \r\n" "Vain videota nauhoitetaan." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Valmistaudutaan ottamaan kuvankaappaus..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Paina +F8 aloittaaksesi tai pysäyttääksesi kaappauksen" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Paina +F8 pysäyttääksesi kaappauksen" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Kuvankaappausta otetaan..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Valitse suoritettava toiminto" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Ole hyvä, ja valitse PID tallennustiedosto soitettavaksi" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Ole hyvä, ja valitse OGV tiedosto soitettavaksi" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Ole hyvä ja valitse mikä kaapattu tiedosto muunnetaan" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Sinun täytyy valita tallennus luettavaksi" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Sinun pitää valita mikä kaappaus muunnetaan" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Pieni hetki, luodaan PlayOnLinuxin logoa..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Lisätäänkö videoon PlayOnLinux-logo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Jotta videon enkoodaus onnistuisi,\\nresoluutio TÄYTYISI olla kerrottu " "16:lla." #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu käyttäjien täytyy lisätä MEDIUBUNTU pakettilähde\\njotta muuntaminen " "toimisi kunnolla." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Valitse videon tiedostomuoto muunnokseen" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tarkenna sinun enkoodausasetuksesi onnistuaksesi \\n (jätä oletusasetukset " "jos et tiedä mitä tehdä)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tarkenna enkoodaus asetuksesi onnistuaksesi 2 \\n (jätä oletusasetukset jos " "et tiedä mitä tehdä)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Tarkenna enkoodaus asetuksesi \\n (jätä oletukset jos et tiedä mitä tehdä)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Pieni hetki, videota muunnetaan..." #: Capture plugin:29 msgid "Conversion done" msgstr "Muunnos on valmis" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Valitse muutettava vaihtoehto" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Kaikki" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Sinun pitää valita modifioitava peli" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Tervetuloa Edistyneeseen Winen hallintaan, optimisointijärjestelmään joka on " "tehty Winelle GNU_Razielin toimesta. Jos et tiedä mitä sinun pitäisi valita, " "jätä OLETUSASETUKSET" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Valitse peli" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Et valinnut peliä" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Valitse 2D-grafiikan piirtämistila (DirectDraw)" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivoidaanko GLSL-tuki?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Valitse Offscreen renderöintitila?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Valitse Renderöintikohteen lukitsemistila?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktivoi reunanpehmennys-tuki" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktivoi hiiren keskityksen ohitus?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimointi valmis" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Tervetuloa Detouriin, liitännäinen joka auttaa sinua tekemään post-install " "kuvakkeita." #: Detour plugin:5 msgid "Choose an application" msgstr "Valitse sovellus" #: Detour plugin:6 msgid "Operation done" msgstr "Vaihe on valmis" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Ole hyvä ja laita peli levyasemaasi." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Valitse käynnistettävä asennustiedosto" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Kun $TITLE ohjelman lataus Steamissä on valmistunut.\\nÄlä klikkaa Pelaa-" "painiketta.\\n\\nSulje Steam, jotta asennus scripti voi jatkaa asentamista." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "HUOMAUTUS: Rekisteröityäksesi. Kun ohjelma pyytää rekisteröintiä, vedä ja " "pudota registeröinti tiedosto $TITLE ohjelmaan" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "HUOMAUTUS: Pieni viiveisin ääni, katso WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Haluatko asentaa 2.0a korjaustiedoston?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Tämä on asennusohjelma päivittää tai asentaa lisäosan;\\nOle hyvä ja asenna " "$TITLE_REQUIRED ensin" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Haluatko asentaa 1.0c korjaustiedoston?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Asennusjärjestys $TITLE meidän täytyy asentaa ensin Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Ota huomioon, että standardit kartat eivät toimi oikein, kun taas " "kustomoidut kartat toimivat ilman ongelmia." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Kun $TITLE ohjelman lataus Steamissä on valmistunut.\\nÄlä klikkaa Pelaa-" "painiketta.\\n\\nSulje Steam, jotta asennus scripti voi jatkaa asentamista." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Jos .NET 3.0 asennus epäonnistuu. Älä hätäile\\npeli toimii joka tapauksessa." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Sinun ei tarvitse asentaa DirectX tai käyttää GLSetuppia." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Valitse suoritettava asennustiedosto." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Pieni hetki..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Asennus valmistui." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Ole hyvä, ja aseta pelilevyke levyasemaan" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Valitse suoritettava asennustiedosto:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" "Tervetuloa $TITLE_REQUIRED korjaustiedoston $PVERSION asennusohjelmaan" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steamissä on oma automaattinen päivitysautomatiikka" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Valitse suoritettava korjaustiedosto" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja aseta pelin media levyasemaasi\r\n" "ellet ole jo niin tehnyt" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steamissä on oma automaattinen päivitysautomatiikka" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Ole hyvä ja aseta pelin media levyasemaan" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Kun pelin asennusohjelma kysyy seuraavaa levyä\\nklikkaa \\\"Eteenpäin\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Ole hyvä ja aseta pelin toinen media levyasemaan" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" "$TITLE_REQUIRED tervetuloa korjaustiedoston $PVERSION asennusohjelmaan" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Ole hyvä ja asenna $TITLE_REQUIRED ensimmäisenä" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Englanninkielinen versio" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Kansainvälinen versio" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italiankielinen versio" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japaninkielinen versio" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Mikä versio sinulta löytyy?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Peliä ei ole asennettu." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Tämä lisäosa asentaa automaattisesti korjautiedoston 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Ole hyvä ja valitse ensimmäinen suoritettava korjaustiedosto" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Ole hyvä ja valitse seuraava suoritettava korjaustiedosto" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US tai Kanada versio" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Tämä lisäosa asentaa automaatisesti korjautiedoston 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "UK versio" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Sinun täytyy poistaa anti-piratismi suoja tästä pelistä\\nJos haluat pelata " "sitä winellä" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Ole varovainen! Kun suoritat $TITLE $APPLICATION_TITLE, sinun pitää asentaa " "No-CD korjaustiedosto alkuperäiseen versioon.\\n\\nOta huomioon että " "$APPLICATION_TITLE on voimakkaasti piratismia vastaan​​ ja se ei koskaan tue " "sitä." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Sinun täytyy poistaa anti-piratismi suoja tästä pelistä\\nJos haluat pelata " "sitä winellä" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Vuoden peli" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normaali versio" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" "Tervetuloa $TITLE korjaustiedoston $PVERSION version asennusohjelmaan." #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Varoitus: GameShadow ei toimi.\\nOle hyvä ja poista rasti ohjelman " "asennusohjelmasta." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Muista sulkea Steam kun lataus on valmistunut,\\n jotta $APPLICATION_TITLE " "voi jatkaa pelin asennusta." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "Steam asentaa $TITLEW, paina seuraavaa kun asennus on valmistunut." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "Steam asentaa $TITLEBTS, paina seuraavaa kun asennus on valmistunut." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Asennus on valmis\\n\\nPeli saattaa kaatua ensimmäisen käynnistyksen aikana, " "mutta ei hätää. Yritä uudestaan." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Valitse pelin kieli miksi haluat" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Odota hetki kun kielipaketti on konfiguroitu" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Tervetuloa $TITLE korjatustiedoston $PVERSION asennusohjelmaan" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Odota hetki kun korjaustiedosto on latautunut...\\nTämä toiminto saattaa " "kestää jonkin aikaa, riippuen yhteysnopeudestasi." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Asennus on meneillään..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Englanti" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Ranska" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Saksa" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Minkä kielisen version haluat asentaa?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "HUOMAUTUS: Tämä asennusohjelma vaatii CD:n käyttöä. Jos olet ladannut " "ilmaiset ISO-tiedostot EA julkaisijalta. Voisitko polttaa ne CD tai DVD-" "levylle esimerkiksi Brasero-ohjelmalla ja asettamalla sen sitten CD-asemaan. " "ISO-tiedostojen liittäminen voi toimia joillakin ohjelmistoilla, mutta " "tiedämme että iso-kuvan liittäminen ei toimi tässä." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Huomio: Kun asennus on valmis, korjausohjelma latautuu. Sulje korjausohjelma " "ennen kuin sisäänkirjautuminen on valmistunut. Tämän jälkeen voit suorittaa " "\"$TITLE\"n, kun asennus on valmis" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja aseta ensimmäinen media levyasemaasi\\nEllet ole jo sitä tehnyt." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Odota asennuksen esikäsittelyä.." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja aseta toinen media levyasemaasi\\nEllet ole jo sitä tehnyt." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Ole hyvä ja anna asennustiedosto, joka on ladattu $EDITOR kotisivulta" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE on asennettu onnistuneesti.\\n\\nErityskiitokset Erich Hooverille " "tästä Wine korjautiedostosta (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jos sinulla on Virhe 3007 yhteyksessä, avaa terminaali ja kirjoita:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Kun $TITLE on ladattu Steamissä on valmiiksi, älä klikkaa Pelaa.\\n\\nSulje " "Steam TÄYSIN,\\njotta asennusskripti voi jatkaa" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Jos asennusohjelma pyytää asentamaan DirectX, vastaa ei." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Tervetuloa $TITLE_REQUIRED DLC:n asennusohjelmaan" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Tämä lisäosa asentaa korjaa pelin versioon 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Kun peli asennusohjelma kysyy seuraavaa DVD:tä\\nNapsauta \\\"Eteenpäin\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Et saa asettaa varjon tasoa maksimille\\ntai sinun täytyy poistaa ja " "uudelleen asentaa pelisi." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Vaatii noin 18 Gt vapaata tilaa.\\n\\nSekä 5Gt lisää tilaa kotikansioon jos " "haluat käyttää online-asennusohjelmaa.\\nSuosittelemme käyttämään offline-" "asentajaa." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Haluatko avata $TITLE lataussivun selaimeesi?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Haluatko luoda symboolisen linkin $TITLE:n asetuksiin sinun " "kotihakemistoosi?\\n(Suositus kyllä)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Ole hyvä ja aseta pelin ensimmäinen media levyasemaasi" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Ole hyvä ja aseta pelin toinen media levyasemaasi" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Asennuksen aikana, muista poistaa valinta ASIO4ALL ja käynnistä FL Studio " "kohdasta asennuksen loputtua." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "HUOMAUTUS: Pieni viiveisin ääni, katso WineASIO. Että MIDI-ohjaimet toimii " "odotetusti." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja aseta kolmas media levyasemaasi\\nEllet ole jo sitä tehnyt." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja aseta neljäs media levyasemaasi\\nEllet ole jo sitä tehnyt." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Klikkaa \"Eteenpäin\" SEN JÄLKEEN kun Steamin peli on asennettu\\nmuuten " "joudut tekemään asennuksen uudelleen." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Tervetuloa $TITLE DLC:n asennusohjelmaan" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Valitse asennettava DLC" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Kevyt (702MB), korjaa tärkeitä tiedostoja (18 välianimaatiota)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Täysi (1.5GB), korjaa kaikki tiedostot (49 välianimaatiota)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Minkä version haluat asentaa?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Odota, kunnes $TITLE on asennettu." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Arkistoa puretaan..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Virhe arkiston asennuksessa" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Advent Revisiointi korjaustiedosto on asennettu;\\nÄlä unohda lähettää " "kiitos-sähköpostia Setz työstään." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Toimittaja" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Tämä asennus scripti vaatii ffmpegin" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Muunnetaan videoita..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Ensimmäisellä käynnistyskerralla peli tarkistaa automaattisesti saatavilla " "olevat renderöijät.\\n On hyvin mahdollista, että saat enemmän suorituskykyä " "OpenGL -renderöijästä;\\nVoit valita sen painamalla ensin \"Näytä kaikki " "laitteet\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Käynnistä $TITLE vikasietotilassa?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Ohjelman hakemistoa ei löydy" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Kenttämuokkain" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Mitkä lisä pikakuvakkeet luodaan?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Oletuksena olevat näytön tarkkuus asetukset ovat hieman matalat moderneille " "tietokoneille\\n muista siis klikata \"Auto-detect\" video asetuksista." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Tämä on asennusohjelman päivitys\\nOle hyvä ja asenna $TITLE_REQUIRED ensin" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Voisitko poistaa kolmikertaisen puskuroinnin ohjelman asetuksista,\\nWine ei " "tue sitä vielä." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Oman palvelimen muokkain" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Mene sinne nyt?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Voit ladata pakatun tiedoston täältä:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Oma palvelin" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Kieli" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Espanja" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Mikä on kielesi?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasilia (teksti ainoastaan)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Saksa (teksti ainoastaan)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italia (teksti ainoastaan)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Espanja (teksti ainoastaan)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Nuolinäppäimet (oletus)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standartinen näppäimistö kartta" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Muuttumaton" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Tehdasasetukset" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Paras laatu (Entropy asetus)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Visuaalinen laatu" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Haluatko lukea alkuperäisen aiheen GOG.com foorumista?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Virhe arkiston purussa" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Tämä päivitys voidaan nyt aktivoida ja konfiguroida \\n PlayOnLinux:in " "asennusvelhosta Outcastille.\\nÄläkä unohda lähettää \"Zenger\":lle viestiä " "GoG foorumeilla!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Käynnistä \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Tarkista, että resoluutio on vaihdettu\\n(ts. \\\"HI-RES\\\") käynnistäjässä." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Oma palvelin" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Koodit joita tarvitaan uuden pelin luomiseen löytyvät\\ndokumentaatiosta;\\" "nKlikaa oikealla pelin kavaketta, \"Ja lue manuaali\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Jos saat maisemasta hädin tuskin selvää päävalikossa,\\npoista FOG käytöstä " "grafiikka-asetuksissa." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(ikkunoitu)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Koodipyörä" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Onko sinulla kielipakettia asennettuna?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Myöhemmin" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ei" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Kyllä" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "On erittäin suositeltavaa, että asennat Circle of Eight modipaketin\\n " "korjataksesi useita ongelmia pelin kanssa, ja valinnaisesti lisätäksesi " "uutta sisältöä\\n(\"NC\" modipaketeille).\\nKäytä dedikoitua PlayOnLinux " "skriptia päivitykset-osiossa." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Seuraavaksi sinun pitää asentaa modpack hakemistoosi:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Valitse kolme kuvaketta pyydettäessä." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "temp hakemisto on hukassa" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Two World Control Panel on työkalu InsideTwoWorlds yhteisöltä,\\njoka " "sallii, että sinä voit muunnella parametreja ja hallita modeja\\ntälle " "pelille. Käy osoitteessa\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 ,jos " "haluat lisätietoja.\\n Asenna?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Ohjauspaneeli" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Valitse pelin kieli" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Valitse pelin tarkkuus" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE on asennettu" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Ole hyvä ja aseta DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Johtuen Winen bugista #30512, laataminen usein kaatuu. Käynnistä ohjelma " "uudelleen ja lataus jatkuu siitä mihin se jäi. Lataus prosenttiyksikkö " "resetoituu, mutta älä ole siitä huolissaan. Ohjelman lataus ei ala alusta." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Ole hyvä ja valitse $TITLE asennustiedosto. Asennuksen aikana varmista että " "olet poistanut kaikki valinnat lisä-ajureista, jotka asennusohjelma haluaa " "asentaa." #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Steam asennus huomattu\\nhaluatko asentaa pelin samaan virtuaaliasemaan?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Päivitetaan $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Ole hyvä ja etsi asennustiedosto (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Ole hyvä ja valitse $TITLE asennustiedosto. ÄLÄ RASTITA KÄYNNISTÄ IMGBURN " "ASENNUKSEN LOPUTTUA:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "HUOMAUTUS: POL ei hyväksy piratismia. Käytä $TITLE:a kunniallisella tavalla" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "$EXE nimistä tiedostoa ei löydy $PREFIX virtuaaliasemalta" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Tuettua Infinity Enginen peliä ei löytynyt." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Kaikki tuetut Infinity Enginen pelit on korjattu.\\nMuokkaaksesi näytön " "tarkkuusasetuksia pikakuvakkeesta. Käytä käyttöliittymän asetuksia." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" "Rekisteröidään kirjastoja, odota hetki\\n(Se saattaa kestää jonkin aikaa)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo ei ole asennettu. Ole hyvä ja asenna mesa-utils paketti." #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Asennus ei onnistu virallisella lataajalla, anteeksi" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Varoitus: Et saa rastittaa valintaruutua \"Käynnistä $TITLE\", kun asennus " "on valmis" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Sinulla pitäisi olla nyt League of Legends hakemisto työpöydällä, joka " "sisältää ohjelmistoasentajan. Suosittelemme että pidät sen nopeuttaaksesi " "uudelleen asennusta varten." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Ole hyvä ja aseta pelin ensimmäinen media levyasemaasi" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Ole hyvä ja aseta pelin toinen media levyasemaasi" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Digital Deluxe versio" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Mikä painos sinulla on?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Minkä tyyppinen aktivointi?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Lisää lisenssipalvelimen osoite!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Lisää lisenssipalvelimen portti!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "$TITLE asennusta ei löytynyt.\\n\\nOle hyvä ja käytä $TITLE asennus scriptiä!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Kopioidaan asennustiedostoja, odota hetki..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo versio" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Valitse versio" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Tarkistetaan palasien eheyttä..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Tarkistetaan latauksen eheyttä..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Lataus epäonnistui" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Lataus on korruptoitunut" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Yritetäänkö uudelleen?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Pääkäyttäjän komentoa ei ole määritelty, keskeytetään asennus" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Ole hyvä ja lue tämä" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "Mihin hakemistoon haluat ladata GOG tiedostot?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Ole hyvä ja anna gog.com käyttäjätunnus ladataksesi $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com kirjautuminen epäonnistui, yritetäänkö uudelleen?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Haluatko ladata $TITLE GOG.com osoittesta?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Asennetaan Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Asennetaan DirectX 9 dll..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Asennetaan DirectX 10 dll..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Asennetaan DirectX 11 dll..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Odota hetki kun Desura on ladattu..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Asennetaan DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Tämä paketti ei toimi 64-bittisessä kokoonpanossa" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Tämä paketti ei toimi winen 1.3.22 versiossa tai pienemmässä" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Tämä paketti ei toimi winen 1.3.18 tai pienemmässä" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Paketin asennus epäonnistuu jos asetus on asetettu " "/proc/sys/kernel/yama/ptrace_scope tiedostosta 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Avaa $URL nyt?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Jos näet virheilmoituksen DotNet 3.0 asennuksen aikana. Voit jättää ne " "huomioimatta" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" "Tämän paketin asennus epäonnistuu Winen 1.5.21 versiossa tai uudemmassa" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Jos näet virheilmoituksen DotNet 3.5 asennuksen aikana. Voit jättää ne " "huomioimatta" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Jos näet virheilmoituksen DotNet 3.5 SP1 asennuksen aikana. Voit jättää ne " "huomioimatta" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Jos näet virheilmoituksen DotNet 4.0 asennuksen aikana. Voit jättää ne " "huomioimatta" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Asennetaan DirectX runtime" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Ladataan gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Asennetaan Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Ladataan Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Varoitus: GFWL näyttää olevan jo asennettu.\\nPakotetaan uudelleen asennus." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Asennetaan Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Asennetaan mfc42 DLL..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Asennetaan msasn1 DLL..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Odota hetki kun Steam on ladattu..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "Odota hetki kun $APPLICATION_TITLE lataa Ubisoft Game Lancherin" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Asennetaan Visual Basic runtime" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "Varoitus: vcrun2005 on jo asennettu.\\nPerutaan asennus." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "Varoitus: vcrun2008 on jo asennettu.\\nPerutaan asennus." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 asennus voi epäonnistua, koska PlayOnLinux versio on liian vanha. " "Päivitä se." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "Varoitus: vcrun2010 on jo asennettu.\\nPerutaan asennus." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 asennus voi epäonnistua, koska PlayOnLinux versio on liian vanha. " "Päivitä se." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Ladataan..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Asennetaan wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Asennetaan Xact dll..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Asennetaan Xinput dll..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Asennetaan XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft kirjaimet" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Microsoftin kirjaimia ei ole asennettu. Ne asennetaan sinulle." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Lisenssi on käännetty kielellesi " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " alkuperäinen lisenssi " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Ole hyvä ja lue seuraava ja hyväksy se:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Ladataan kirjaisimet" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Ladataan: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Asennetaan kirjaisimet" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Asennetaan: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Siivotaan" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Microsof kirjaisimet on asennettu onnistuneesti." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Poistataan Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "Game For Windows Liveä ei ole asennettu\\nohitetaan poistorutiini." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Ole hyvä ja lue huolella" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Keskeytä asennus" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Käyttäjän keskeytys" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Ole hyvä ja aseta ensimmäinen levy" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Ole hyvä ja valise tiedosto nimeltä Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Odota hetki kun $TITLE on asennettu" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE on asennettu onnistuneesti" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Odota hetki kun asennusta esikäsitellään." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja lisää disketti 2 diskettiasemaan\\nellet ole sitä jo tehnyt." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja lisää disketti 3 diskettiasemaan\\nellet ole sitä jo tehnyt." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Ole hyvä ja valitse $TITLE asennustiedosto. ÄLÄ suorita Reaper-ohjelmaa " "ennen kuin asennusohjelma on loppunut" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "HUOMAUTUS: Alhaisen viiveen ääni, tutki WineASIO. Jälkimarkkinoilla, " "pieniviiveisen ääniliitäntää suositellaan. MIDI-ohjaimet toimivat odotetusti." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jos peli kaatuu käynnistyksessä, avaa komentorivi ja kirjoita:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Tämän pelin CD:n kopiosuojaus ei toimi oikein tässä Winessä." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Voit ladata $TITLE asennustiedoston tänne:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Huomautus" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Ole hyvä ja valitse MS-DOS versio asennusohjelmasta:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Valitse ladattu ZIP-tiedosto tänne" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Puretaan Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Anteeksi, mutta tämä ei ole oikea .zip-tiedosto" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Ole hyvä ja valitse virtuaaliaseman nimi" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Jos haluat asentaa $TITLE toiseen virtuaaliasemaan\\nAja tämä asennusohjelma " "uudestaan" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Asenna Terraria Steamissä. Käynnistä Terraria kun Steam asennus on valmis. " "Steam asentaa xna framework ohjelman peliin. Sulje Steam, jotta " "asennusohjelma voi jatkaa." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" asennus voi alkaa..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Tämä lisäosa asentaa automaatisesti pelin korjautiedoston 1.2.0416" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Parannettu painos" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Normaali painos" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Peliä ei ole asennettu" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Tervetuloa $TITLE $PVERSION asennusohjelmaan" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" "Tämä peli on jo parannettu painos\\nja se vaatii vaan 1.5 korjaustiedoston" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Valitse ensimmäinen korjaustiedosto (EE Päivitys) suorittaaksesi" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Odota hetki kun ensimmäinen korjaustiedosto on latautunut...\\nTämä " "operaatio voi viedä aikaa, riippuen yhteysnopeudestasi." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Odota hetki kun toinen korjaustiedosto on latautunut...\\nTämä operaatio voi " "viedä aikaa, riippuen yhteysnopeudestasi." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Odota hetki kun kolmas korjaustiedosto on latautunut...\\nTämä operaatio voi " "viedä aikaa, riippuen yhteysnopeudestasi." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Odota hetki kun neljäs korjaustiedosto on latautunut...\\nTämä operaatio voi " "viedä aikaa, riippuen yhteysnopeudestasi." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Lataukset ovat valmistuneet.\\nKorjaustiedostojen asennus voi alkaa" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Asennetaan vcrun2008 ja wininet ja poistetaan käytöstä d3d9 ja d3d8 dll:t ja " "pakotetaan OpenGL käyttöön" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE on onnistuneetti asennettu.\\n\\nJos peli käynnistyksessä kaatuu, " "avaa terminaali ja kirjoita:\\n\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Haluatko selata $TITLE kotisivua?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Selain aukeaa, lataa korjaustiedosto selaimestasi ja pura se." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja laita pelin ensimmäinen levy levyasemaasi. \r\n" "Jos et ole sitä jo tehnyt." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja laita pelin toinen levy levyasemaasi. \r\n" "Jos et ole sitä jo tehnyt." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja laita pelin kolmas levy levyasemaasi. \r\n" "Jos et ole sitä jo tehnyt." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja laita pelin neljäs levy levyasemaasi. \r\n" "Jos et ole sitä jo tehnyt." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Ole hyvä ja laita pelin viides levy levyasemaasi. \r\n" "Jos et ole sitä jo tehnyt." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Siirretään tiedostoja levyltä 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Ole hyvä ja anna \"$TITLE\" levy 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Siirretään tiedostoja levyltä 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine ei tällä herkellä tue USB:tä. Ohjelmisto ei voi syncronoida iLaitteita " "$APPLICATION_TITLE:ksilla. Anteeksi." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Valitse 32-bittinen versio iTunesista" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Ilmoita ongelmasta" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Ole hyvä ja anna mahdollisimman paljon lisätietoja kuin voit, muuten sinua " "voi olla vaikea auttaa" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Tämä ohjattu toiminto lähettää ongelmaraportin virallisesti tuetusta " "ohjelmasta." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Sinun $APPLICATION_TITLE on vanhentunut.\\nSinun pitää päivittää " "$APPLICATION_TITLE ennen kuin lähetät virheilmoituksen.\\nKiitos." #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Minulla on ongelma asennetun ohjelman kanssa" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Minulla on ongelma $APPLICATION_TITLE-ohjelmiston kanssa" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Minkälainen ongelma sinulla on?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Älä lisää mitään lokitiedostoon" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Manuaalinen asennus" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automaattinen asennus" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Valitse lokitiedosto joka vastaa sinun käyttämääsi ohjelmaa." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Kirjoita englanniksi ongelmaa kuvaava otsikko" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Kuvaile englanniksi ongelmaa mahdollisimman laajasti." #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Anteeksi, mutta me tarvitsemme yksityiskohtaisen kuvauksen" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Kiitos!\r\n" "\r\n" "Virheilmoitus raportti on lähetetty. \r\n" "Me teemme parhaamme ja lähetämme sinulle vastauksen mahdollisimman hyvin " "pian." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Virtuaaliaseman luoja" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Tervetuloa $APPLICATION_TITLE virtuaaliaseman luojaan.\\n\\nTämä työkalu " "auttaa sinua tekemään uuden virtuaaliaseman." #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Minkälaisen virtuaaliaseman haluat luoda" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Jos tämä lista on tyhjä, asenna Wine-ohjelmisto Wine versionhallinnalla)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Mitä versiota Winestä haluaisitte käyttää?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Ole hyvä ja nimeä virtuaaliasemasi" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Suorita paikallinen skripti" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Tämä ohjattu asennus suorittaa epävirallisen $APPLICATION_TITLE-skriptin." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Valitse suoritettava $APPLICATION_TITLE-skripti." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Virhe!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Tiedostoa ei löytynyt!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "PlayOnLinux sivusto ei ole käytettävissä" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nVarmista, verkkoyhteys on muodostettu." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Ole hyvä ja lue tämä huolella" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION on asennettu sinun tietokoneellesi." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Huomaa, että se ei aktivoidu ennen kuin uudelleenkäynnistät tietokoneesi." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Ole hyvä ja uudelleenkäynnistä tietokoneesi ja käynnistä PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Ole hyvä ja lue tämä huolella." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Varmistaakseni, että pelit ovat yhteensopivia, PlayOnMaciin on asennettava " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "XQuartz pitää asentaa PlayOnMaciin." #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Älä asenna toistaiseksi XQuartzia" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Olen ladannut tiedoston itse" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Ole hyvä ja lataa XQuartz minulle" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Ladataan XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Missä on" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Asennetaan XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz on asennettu." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "XQuartzia ei voida asentaa! Sinun pitää asentaa se, koska se parantaa pelien " "yhteensopivuutta" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Virtuaaliaseman oletus kokoonpano" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE tekee virtuaalisen Windowsin kovalevyllesi" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE -ohjelmiston ensimmäinen käyttökerta" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE lopettaa esikäsittelyn" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Varmista, että käytössä on Internet-yhteys." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Tämä ikkuna ilmestyy kun avaat ensimmäisen kerran ohjelman \t" "$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Tämä ohjattu toiminto auttaa sinua esikäsittelemään $APPLICATION_TITLE " "ympäristön" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Virhe kirjaimien asennuksen aikana" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Nauti $APPLICATION_TITLE ohjelmasta" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko asentaja" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Tämä asennusohjelma asentaa Winen version: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "tähän $APPLICATION_TITLE-ohjelmistoon." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Sovellusten määritys" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Oletko varma että haluat sulkea kaikki aktiiviset $APPLICATION_TITLE " "ohjelmat?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE pikakuvake luoja" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Valitse ohjelmisto paketti" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Luodaan pikakuvake..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Pikakuvake on sijoitettu työpöydällesi" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopioidaan virtuaaliasemaa" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Automaattinen käynnistys" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Asennustiedoston polkua ei löydy autorun.inf tiedostosta" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Tervetuloa $APPLICATION_TITLE käsin ohjattuun asennukseen.\\n\\nTämän " "scriptin avulla voit asentaa minkä tahansa ohjelman mitä $APPLICATION " "ohjelma käyttää.\\n\\nVaroitus: Emme voi taata, että sovellus toimii " "täydellisesti." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Asenna ohjelma uuteen virtuaaliasemaan" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Muokkaa tai päivitä olemassa olevaa ohjelmaa" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Mitä haluat tehdä?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Kirjoita ohjelman nimi virtuaaliasemalle.\\nNimessä ei saa olla välejä." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Ole hyvä ja valitse ohjelma" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Käytä toista versiota Winestä" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Winen asetukset" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Asenna joitakin kirjastoja" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Jos et tiedä mitään, poista kaikkien valinta" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Mitä haluat tehdä ennen kuin aletaan asentamaan?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Ole hyvä ja valitse" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Etsitään käynnistyviä CD-asemia" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Valitse toinen tiedosto" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Valitse tapa asentaaksesi ohjelma" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Ole hyvä ja valitse käynnistettävä asennustiedosto." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Sinun pitää valita tiedosto!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE asentaa sinun ohjelmaasi..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE pakettimanageri: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Käyttö: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tValitse tiedosto" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " tai " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tPura paketti" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tAsenna paketti" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tNäytä tämä viesti" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Valitse asennettava paketti" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux-paketinhallinta" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Tiedostoa ei löydy: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " ei ole kelvollinen PlayOnLinux paketti!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Tämä tiedosto: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " ei ole olemassa!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Puretaan: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Suoritetaan..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Puhdistetaan..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Tässä on lista skripteistä, joita olet lähettänyt meille. Voit suorittaa " "yhden niistä" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Sinulla ei näytä olevan yhtään omaa scriptiä" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Jos olet asentanut ohjelman 'Asenna listaamaton\\nohjema' napista, se antaa " "sinun lisätä tämän ohjelman listallemme." #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Tämän työkalun avulla voit auttaa meitä :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Aiomme kysyä muutamia kysymyksiä, olkaa mahdollisimman tarkka kuin on " "mahdollista" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Valitse tiedosto, joka vastaa ohjelmaa." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Toimiiko ohjelma?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Minkä niminen on sinun ohjelmasi?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Kuka on ohjelman luonut?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Ohjelman www-sivu?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Apuohjelmat" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Ohjelmistokehitys" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Oppiminen" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Pelit" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafiikka" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Toimisto" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Muu sijainti" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Päivitykset" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Ole hyvä ja valitse mihin kategoriaan ohjelma kuuluu?" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Koekäytössä" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Mikä ominaisuus ohjelmassa ei toimi?\\nJos kaikki toimii, ole hyvä ja " "mainitse se." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Kirjoita tänne kaikki muutokset mitä teit winen asetuksiin:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Sinun täytyy pystyä ajamaan tämä ohjelma!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Suorita oma scripti" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Lähetä meille toimiva skripti, joka on generoitu manuaalisena asennuksena" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Kirjaudu ulos" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Tapa ohjelmat virtuaaliasemasta..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Kuvakkeen valinta" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Ole hyvä ja valitse kuvaketiedosto" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Rikkinäinen tiedostopääte" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "ei ole kuvake" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Rekisterimuokkain" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Tapa kaikki prosessit" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Päivitä winen esiasetukset" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuloi Windowsin uudelleenkäynnistymistä" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Käytä kehittynyttä Wineasetus liitännäistä" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Käytä PlayOnLinux konfiguraatiota" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Vaihda kuvake" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Käytä WineTricksiä" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Valitse suoritettava toiminto" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "PC:n CD-ROM asema" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Avaa PC:n CD-asema" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Lue PC:n CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Mitä haluat tehdä?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Valitse CD-asema" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Valitse avattava CD-asema" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Ole hyvä ja valitse suoritettava ohjelma" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE virheenjäljittäjä käynnistyy..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "$PACKAGE kaatui.\\nKlikkaa linkkiä saadaksesi lisätietoja." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE kaatui." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Mikä on ohjelman nimi?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE asentaa $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE suorittaa ohjelmaa" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Odotetaan ensimmäisen avustajan valmistumista" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analysoi ohjelmaa" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Haluatko että $APPLICATION_TITLE asentaa automaattisesti sinulle?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Olemme havainneet, että ohjelma jonka haluat asentaa on:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE asennuksen poisto" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Valitse poistettava ohjelma" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Jatka napsauttamalla Seuraava." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Tämä asennusohjelma poistaa ohjelman: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Poistetaan..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " on poistettu onnistuneesti." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Pikakuvaketta ei löydy" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE automaattinen päivittäjä" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Päivitetään $APPLICATION_TITLE GIT:istä..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Haluatko päivittää ja uudelleen käynnistää $APPLICATION_TITLE:n ?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "On jo ajantasalla" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Pieni hetki, luodaan virtuaaliasemaa..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Pieni hetki, $APPLICATION_TITLE simuloi Windowsin uudelleenkäynnistymistä" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Ohjelmatiedostojen muuttujien asetukset" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Tämä toiminto on poistettu käytöstä PlayOnlinux ympäristössä." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Tässä on lähdekoodi scriptistä. Tarkista huolellisesti" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Ulkoinen kirjasto" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Tässä on lähdekoodi scriptistä. Tarkista huolellisesti" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Luodaan pikakuvaketta..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Haluatko poistaa virtuaaliaseman:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Seurattu tiedosto sijaitsee FAT32-tiedostojärjestelmässä.\\nSe saattaa estää " "Winen toimimasta\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Seurattu tiedosto sijaitsee NTFS-tiedostojärjestelmässä.\\nSe saattaa estää " "Winen toimimasta\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Seurattu tiedosto sijaitsee fuse-tiedostojärjestelmässä.\\nSe saattaa estää " "Winen toimimasta\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Seurattu tiedosto sijaitsee noexec-liitetyssä tiedostojärjestelmässä.\\nSe " "saattaa estää Winen toimimasta\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Tarkistetaan liitännäistä: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Uusi: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Päivitetään liitännäistä. Edellinen: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Asennetaan liitännäistä: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binääriä ei löytynyt: $BINARY\\nOletko asentanut ohjelman oletus sijaintiin?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Ei tarpeeksi tilaa lataukseen:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Pieni hetki, $APPLICATION_TITLE lataa tiedostoa:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Virhe sattui latauksen aikana." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Yritetäänkö uudelleen?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Virhe! Tiedoston MD5 ei täsmää\\n\\nPaikallinen: $LOCAL_MD5\\nPalvelin: " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z ei ole asennettu, ole hyvä ja tarkista että 7z on asennettu tai yritä " "uudelleen" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Paikannus epäonnistui ${dest} ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Puretaan ${filename} sijainnista ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Puretun tiedoston koko ei täsmää!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopioidaan ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Tiedostokoko ei vastaa!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profiili" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " tähän tietokoneeseen." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " asennetaan sijaintiin: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Aloita napsauttamalla Seuraava." #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Tämän asennusohjelman kehittäjä on: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Tämän ohjelman kehittäjä on: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Tämä asennusohjelma asentaa ohjelman " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Tervetuloa $APPLICATION_TITLE asennusohjelmaan." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Yksi tai useampi ohjelma on hukassa. Ole hyvä ja suorita asennus scripti " "uudestaan." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Virhe" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Missä on liitetty CD-asema?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Päivitä" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Luetaan laitetta" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Virhe: CD-asemaa ei löydy!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Pieni hetki, $APPLICATION_TITLE kopioi tiedostoja:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuaaliasemaa skannataan ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Kuinka paljon muistia on näytönohjaimessasi?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Näytönohjaimessasi ei ole tarpeeksi muistia" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Näytönohjaimessasi ei ole tarpeeksi muistia!\\nSe saattaa estää pelin " "toiminnan" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Käytä Steam Store versiota" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Käytä Steam Store demo versiota" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Käytä Desura Store versiota" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Käytä Desura Store demo versiota" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Käytä Origin Store versiota" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Käytä Origin Store demo versiota" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Käytä asennustiedostoa omalta tietokoneelta" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Käytä CD-asemaa" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Käytä DVD-asemaa" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Lataa ohjelma" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Valitse asennustapa" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "En halua tehdä toista pikakuvaketta" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Selaa" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Yhdistetään sinun $APPLICATION_TITLE tiliisi" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Yhdistetään..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Yhteys epäonnistui !\\nVarmista että käyttäjätunnuksesi ja salasanasi ovat " "voimassa." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Odota hetki kun $APPLICATION_TITLE tarkistaa laitteistoa" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Valitse päävideokortti raporttiin:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine näyttää kaatuneen\\n\\nJos ohjelma pyörii, älä välitä tästä viestistä" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Versiota ei löydy: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Ladataan Wineä: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Lataus näyttää epäonnistuneen." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Puretaan Wineä..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Ylikirjoita (yleensä toimii, ei mitään takeita)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Poista (virtuaalisen aseman sisältö häviää)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Virtuaalisen aseman kohteen $PREFNAME on jo olemassa:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Pieni hetki, asennetaan $SOFTNAME..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Ole varovainen! Tämä tappaa asennusprosessin. Jos se ei ole valmis, sinun " "täytyy uudelleen asentaa $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Asennus on valmis" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Paina seuraavaa kun asennus prosessi on loppunut" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Odota hetki kun $APPLICATION_TITLE simuloi uudelleen käynnistystä" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Varoitus:\n" "\n" "Tämä työkalu on kehittyneille käyttäjille.\n" "Poistaaksesi {0} ohjelman siististi, sinun pitää poistaa virtuaaliasema" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Yleiset" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Luo uusi pikakuvake tähän virtuaaliasemaan." #: python/configure.py:201 msgid "Name" msgstr "Nimi" #: python/configure.py:202 msgid "Wine version" msgstr "Winen versio" #: python/configure.py:203 msgid "Debug flags" msgstr "Debug liput" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuaaliasema" #: python/configure.py:207 msgid "Arguments" msgstr "Parametrit" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Suorita ohjatun asetusten määrittäminen" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windowsin uudelleenkäynnistys" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Korjaa virtuaaliasema" #: python/configure.py:265 msgid "Command prompt" msgstr "Komentorivi" #: python/configure.py:272 msgid "Task manager" msgstr "Tehtävienhallinta" #: python/configure.py:280 msgid "Kill processes" msgstr "Tapa prosessi" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Winen poistaja" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Ole varovainen! Asentamalla yhden näistä komponenteista voit rikkoa " "virtuaalisen aseman." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Asenna" #: python/configure.py:395 msgid "Open program's directory" msgstr "Avaa ohjelman kansio" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Avaa virtuaaliaseman kansio" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL-tuki" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "2D-grafiikan piirtäminen" #: python/configure.py:562 msgid "Video memory size" msgstr "Videomuistin koko" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Offscreen rendering mode" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Hiiren keskityksen ohitus" #: python/configure.py:578 msgid "Open a shell" msgstr "Avaa komentorivi" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Suorita .exe-tiedosto tässä virtuaaliasemassa" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Anna exec komento ennen ohjelman suorittamista" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Ole varovainen!\n" "Jos muutat " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} asetukset" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Valitse ohjelma tai virtuaaliasema konfiguroitavaksi" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Uusi" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Poista" #: python/configure.py:696 msgid "Install components" msgstr "Asenna komponentit" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Näytä" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Muut" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Tämä virtuaaliasema on suojattu" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Haluatko varmasti poistaa virtuaaliaseman?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Oletko varma että haluat poistaa {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0}-debuggeri" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Valitse debug tiedosto" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Etsi tämä lokitiedosto" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Tämä tiedosto on nimetty : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuaaliasemat" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Ilmoita ongelmasta {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Asenna scripti" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Virhe: Ei voi varata olemassa olevaa porttia" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "Varoitus. Ole hyvä ja laita ensimmäiseksi POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0}in Ohjattu toiminto" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Peruuta" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Seuraava" #: python/guiv3.py:166 msgid "I Agree" msgstr "Hyväksy" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Näytä virtuaaliasemat" #: python/guiv3.py:188 msgid "Login: " msgstr "Kirjaudu: " #: python/guiv3.py:189 msgid "Password: " msgstr "Salasana: " #: python/guiv3.py:192 msgid "Register" msgstr "Rekisteröidy" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "Mt ladattu" #: python/guiv3.py:288 msgid "of" msgstr "/" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Et voi sulkea tätä ikkunaa" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Ei kuvausta" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Etsi" #: python/install.py:252 msgid "Include:" msgstr "Sisältäen:" #: python/install.py:263 msgid "No-cd needed" msgstr "cd:tä ei tarvita" #: python/install.py:270 msgid "Commercial" msgstr "Kaupallinen" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Asenna listaamaton ohjelma" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Kun {0} asennetaan Windows ohjelmaa: \n" "\n" " - Jätä oletussijainti\n" " - Älä rastita valintaruutua \"Suorita ohjelma\"." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Tämä ohjelma on parhaillaan testauksessa.\n" "\n" "Se ei ehkä toimi odotetusti. Anna palautetta, positiivinen tai negatiivinen, " "se on erityisen tärkeää, että voimme parantaa asennusohjelmaa." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Tämä ohjelma sisältää (DRM) kopio suojauksen, joka on epäyhteensopiva " "emuloinnissa.\n" "Ainoa ratkaisu on käyttää \"no-cd\" korjaustiedostoa, mutta koska tätä " "voidaan käyttää myös piraattiohjelmissa, emme voi antaa mitään tukea tässä " "asiassa." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Ottamalla käyttöön tämän, sinulla on pääsy testattaviin asentajiin.\n" "\n" "{0} ei voida varmistaa, että sovellus toimii ilman ongelmitta" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Ottamalla tämän käyttöön. Sinulla on pääsy asennettaviin ohjelmiin, jotka " "käyttävät kopiosuojausta (DRM), joka on epäyhteesopiva emuloinnin kanssa. " "Ainoa ratkaisu on käyttää \"no-cd\" korjaustiedostoa, mutta koska näitä " "voidaan myös käyttää piratismi tarkoituksiin emme voi antaa mitään tukea " "tässä asiassa." #: python/irc.py:137 msgid "Send" msgstr "Lähetä" #: python/irc.py:138 msgid "Connect" msgstr "Yhdistä" #: python/irc.py:139 msgid "Disconnect" msgstr "Katkaise" #: python/irc.py:140 msgid "Leave" msgstr "Poistu" #: python/irc.py:227 msgid "Join a channel" msgstr "Liity kanavalle" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Pikaviestin" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "Haluatko varmasti sulkea tämän ikkunan? Viestit poistetaan." #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Anteeksi, tämä henkilö ei halua vastaanottaa yksityisiä viestejä" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Valitettavasti {0} Pikaviesti-palvelu ei ole käytettävissä tällä hetkellä.\n" "\n" "Yritä myöhemmin uudelleen" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Täällä ei ole mitään asennettavaa .{0} tiedostoa" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} virhe" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} www-sivu ei ole saatavissa. Tarkista yhteytesi." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Päivittää {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Päivitys on saatavilla" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Suorita" #: python/mainwindow.py:200 msgid "Donate" msgstr "Lahjoita" #: python/mainwindow.py:201 msgid "Exit" msgstr "Lopeta" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Pienet kuvakkeet" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Keskikokoiset kuvakkeet" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Suuret kuvakkeet" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Erittäin suuret kuvakkeet" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Wine-versioiden hallinta" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Lue PC:n CD-asema" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Sulje kaikki {0}in ohjelmat" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0}-konsoli" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0}-pikaviestin" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Tiedostoassosiaatiot" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Tietoja {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Lisäosien hallinta" #: python/mainwindow.py:331 msgid "File" msgstr "Tiedosto" #: python/mainwindow.py:333 msgid "Tools" msgstr "Työkalut" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Asetukset" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Lisäosat" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Sulje" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Asetukset" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Avaa sovelluksen kansio" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Lue ohjekirjasta" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Aseta kuvake" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Sulje sovellus" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Tapa ohjelma" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Ohjekirjaa ei löytynyt {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Asenna ohjelma" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Päivitä GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Päivitä ohjeet" #: python/mainwindow.py:741 msgid "Debug" msgstr "Virheenjäljitys" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Raportoi ongelma" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Luo pikakuvake" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Avaa hakemisto" #: python/mainwindow.py:755 msgid "Save" msgstr "Tallenna" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Poista asennus" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Valitse ohjelma" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} asetukset" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} asennusvalikko" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} - Winen versiohallinta" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Haluatko varmasti sulkea kaikki {0}in ikkunat?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Suorita Windows-ohjelmia " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux ja PlayOnMac tiimi\n" "GPL licence version 3 alla" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Kehittäjä ja nettisivut: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Ohjelmoijat: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Paketoijat: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Kuvakkeet:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Nämä henkilöt ovat tehneet lahjoituksen ohjelman kehitykselle: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Kääntäjät:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Lue KÄÄNTÄJÄT tiedosto" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} ei löydy {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " ( {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Sinun pitää asentaa jatkaaksesi" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Sinun pitäisi asentaa se käyttääksesi {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} ei ole tarkoitettu ajettavaksi pääkäyttäjänä." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} ei löydä 32-bittisiä OpenGL kirjastoja.\n" "\n" "Saatat kohdata ongelmia peleissä." #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} ei löydä 64-bittisiä OpenGL kirjastoja.\n" "\n" "Saatat kohdata ongelmia peleissä." #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Haluatko varmasti asentaa paketin \"{0}\"?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Välityspalvelimen määritys" #: python/options.py:129 msgid "Set a proxy" msgstr "Määritä välityspalvelin" #: python/options.py:132 msgid "Proxy address" msgstr "Välityspalvelimen osoite" #: python/options.py:135 msgid "Proxy port" msgstr "Välityspalvelimen portti" #: python/options.py:138 msgid "Proxy login" msgstr "Välityspalvelimeen kirjautuminen" #: python/options.py:141 msgid "Proxy password" msgstr "Välityspalvelimen salasana" #: python/options.py:188 msgid "Installed plugins" msgstr "Asennetut lisäosat" #: python/options.py:206 msgid "Add" msgstr "Lisää" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Käytössä" #: python/options.py:210 msgid "Choose a plugin" msgstr "Valitse lisäosa" #: python/options.py:263 msgid "What is the extension?" msgstr "Mikä on lisäosa?" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "Poista" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Haluatko varmasti asentaa: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Haluatko varmasti poistaa: " #: python/options.py:334 msgid "Disable" msgstr "Pois käytöstä" #: python/options.py:375 msgid "Apply" msgstr "Toteuta" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" "{0} ohjelma täytyy uudelleenkäynnistää, jotta muutokset tulisivat voimaan." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Asennetut Winen versiot: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Saatavilla olevat Winen versiot: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Winen versiot" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Haluatko varmasti poistaa Winen?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} ei voi käynnistää POL_SetupWindow_server." playonlinux/lang/po/fr.po000066400000000000000000005205541226051336100157600ustar00rootroot00000000000000# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # xavier, 2011. msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: MulX \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-20 14:47+0000\n" "Last-Translator: dos santos raphael \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" "Language: fr\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "À quelle application voulez-vous appliquer la modification?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Cette extension vous permettra de capturer des vidéos de vos applications " "sous PlayOnLinux." #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menu Capture (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menu Capture (Non OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Démarrer la capture d'une application" #: Capture plugin:7 msgid "Play a captured file" msgstr "Visionner un fichier capturé" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Convertir un fichier capturé en vidéo" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Appuyez sur «Suivant» puis cliquez sur la fenêtre que\\nvous souhaitez " "capturer.\\nLa capture démarrera automatiquement après 5 secondes.\\nSeule " "la vidéo sera capturée." #: Capture plugin:10 msgid "Capture will begin..." msgstr "La capture va maintenant démarrer..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Appuyez sur +F8 pour démarrer ou arrêter la capture." #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Appuyez sur +F8 pour arrêter la capture." #: Capture plugin:13 msgid "Capture in progress..." msgstr "Capture en cours..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Choisissez une action à effectuer" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Veuillez sélectionner un fichier de capture PID à lire" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Veuillez sélectionner un fichier de capture OGV à lire" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Veuillez sélectionner un fichier de capture à convertir" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Vous devez sélectionner une capture à lire" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Vous devez sélectionner une capture à convertir" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Veuillez patienter pendant la création du logo PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Ajouter le logo PlayOnLinux à votre vidéo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Attention: pour un encodage vidéo satisfaisant, \\nla résolution DOIT être " "un multiple de 16." #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Les utilisateurs d'Ubuntu doivent ajouter le dépôt Medibuntu \\npour que ce " "format de conversion fonctionne correctement." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Choisissez le format vidéo pour la conversion" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Définissez vos options d'encodage pour la passe 1 \\n (laissez les options " "par défaut si vous ne savez pas quoi définir)." #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Définissez vos options d'encodage pour la passe 2 \\n (laissez les options " "par défaut si vous ne savez pas quoi définir)." #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Définissez vos options d'encodage \\n (laissez les options par défaut si " "vous ne savez pas quoi définir)." #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Veuillez patienter pendant l'encodage de votre vidéo." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversion terminée" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Choisissez une option à modifier" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Tous" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Vous devez choisir un jeu à modifier" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bienvenu dans la configuration avancée de Wine, un système d'optimisation de " "Wine créé par GNU_Raziel. Si vous ne savez pas quelles valeurs choisir, " "laissez les valeurs par défaut." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Choisissez un jeu" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Vous n'avez pas choisi de jeu" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Utiliser le mode de rendu DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Activer la prise en charge de GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Choisir le mode de rendu Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Choisir le mode de rendu pour le verrouillage cible?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Activer la prise en charge de l'échantillonnage multiple?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Forcer la distorsionb" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimisation terminée" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Bienvenu dans Detour, une extension vous permettant de créer des raccourcis " "après installation." #: Detour plugin:5 msgid "Choose an application" msgstr "Choisissez une application" #: Detour plugin:6 msgid "Operation done" msgstr "Opération terminée" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Veuillez insérer le disque du jeu dans le lecteur de disque." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Merci de choisir le fichier d'installation à exécuter." #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Quand le téléchargement par Steam de $TITLE est terminé,\\nNe cliquez *pas* " "sur jouer !\\n\\nFermez complètement l'interface Steam,\\npour que " "l'installation puisse continuer." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Voulez-vous installer le patch 2.0a ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Voulez-vous installer le patch 1.0c ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "Pour installer $TITLE, il faut installer Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Vous n'avez pas à installer DirectX ou à utiliser GLSetup" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Veuillez sélectionner le fichier d'installation à lancer." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Veuillez patienter…" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Installation terminée." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Merci d'insérer le CD-ROM du jeu dans votre lecteur de disque" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Veuillez sélectionner le fichier d'installation à exécuter :" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam a son propre système de mises à jours automatiques" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Sélectionnez le correctif à exécuter" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le disque du jeu dans votre lecteur\\nsi ce n'est pas déjà " "fait." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam a son propre système de mises à jours automatiques" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Veuillez insérer le média de jeu dans votre lecteur de disque" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Veuillez insérer le prochain jeu dans votre lecteur." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Veuillez installer $TITLE_REQUIRED avant" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Version anglaise" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Version internationale" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Version italienne" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Version japonaise" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Quelle version possédez-vous ?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Le jeu n'est pas installé." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Cet addon installera automatiquement le patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Sélectionnez le premier patch à exécuter." #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Sélectionnez le deuxième patch à exécuter." #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Version US ou Canadienne." #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Cet addon installera automatiquement le patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Version UK" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Version Jeu De l'Année." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Version normale" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Bienvenue dans l'installation du correctif $PVERSION pour $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Choisisez le langage que vous voulez" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Veuillez patienter pendant la configuration du pack de langue..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Bienvenue dans le patch $PVERSION Installer pour $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Veuillez patienter pendant que le patch se télécharge...\\nCette opération " "peut prendre un certain temps qui dépend de votre connexion." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installation en cours..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Anglais" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Français" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Allemand" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Merci de patienter pendant la préparation de l'installation ..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Veuillez insérer le premier jeu dans votre lecteur." #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Bienvenue dans le DLC installer pour $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Sélectionnez le DLC à installer" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Quelle version voulez-vous installer?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Merci de patienter pendant l'installation de $TITLE" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Décompression de l'archives..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Erreur lors de l'installation de l'archive" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Conversion des vidéos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Démarrer $TITLE en mode sécurisé?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Serveur dédié" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Langue" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Espagnol" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Quelle est votre langue préférée?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "brésilien (texte seul)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italien (texte seul)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Espagnol (texte seul)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Non modifié" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Valeurs par défaut" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Qualité visuelle" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Démarrer \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Serveur dédié" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Avez-vous un pack de langue à installer?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Plus tard" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Non" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Oui" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Pour installer un pack de langue ultérieurement, ouvrez le panneau de " "configuration du jeu afin d'exécuter le programme d'installation dans le " "disque virtuel (onglet Divers)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "Un dossier temporaire est manquant." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Panneau de configuration" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Veuillez sélectionner la langue du jeu" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Choisissez la résolution du jeu" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE est installé" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Veuillez insérer le DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Mise à jour de $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" "glxinfo n'est pas installer. Veuillez installer le package mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Veuillez insérer le premier CD de jeu dans le lecteur" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Veuillez insérer le deuxième CD de jeu dans le lecteur" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Edition digitale Deluxe" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Quelle édition avez vous?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Quel type d'activation?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Copie des fichiers d'installation en cour, veuillez patienter..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Vérsion d'évaluation" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Veuillez sélectionner une version" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Vérification de l'intégrité du téléchargement..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Échec du téléchargement" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Le télécharger semble être corrompu" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Réessayer?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Veuillez lire ceci" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" "Veuillez renseigner vos identifiants gog.com pour télécharger $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" "L'identification sur gog.com a échoué, voulez vous essayer à nouveau?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Installation d'Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Installation des composants DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Installation des composants DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Installation des composants DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Veuillez patienter, Desura est en cour de téléchargement" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Installation de DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Ce paquet ne fonctionne pas sur une installation 64 bits" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Ce paquet ne fonctionne pas avec wine 1.3.22 ou inférieure" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Ce paquet ne fonctionne pas avec wine 1.3.18 ou inférieure" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Ouvrir $URL maintenant?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Téléchargement de gecko..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Installation du module Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Installation du module mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Installation du module msasn1" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Veuillez patientez Steam est en cour de téléchargement..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Téléchargement…" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Installation du module wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Installation du module Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Installation du module Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Installation de XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Polices Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " La licence a été traduite dans votre langue " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Veuillez lire et accepter ce qui suit:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Téléchargement des polices" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Téléchargement : " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Installation des polices" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Installation : " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Nettoyage" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Les polices de Microsoft ont été installés avec succès." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Veuillez lire attentivement" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Abandonner l'installation" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Abandon de l'utilisateur" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Veuillez insérer le premier CD" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Maintenant, insérez le CD $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "$TITLE a été installé avec succès." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Veuillez patienter pendant l'installation de $TITLE" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE a été installé avec succès" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Note" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Extraction de Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Télécharger dans le Steam store" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Edition standard" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Le jeu n'est pas installé" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE a été installé avec succès.\\n\\nSi le jeu plante au démarrage, " "ouvrez un terminal et tapez :\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Voulez-vous consulter le site de $TITLE ?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "La version du CD-ROM n'est plus à jour. N'oubliez pas de mettre à jour " "$TITLE pour qu'il fonctionne correctement avec $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le premier disque du jeu dans votre lecteur\\nsi ce n'est " "pas déjà fait." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le deuxième disque du jeu dans votre lecteur\\nsi ce n'est " "pas déjà fait." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le troisième disque du jeu dans votre lecteur\\nsi ce n'est " "pas déjà fait." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le quatrième disque du jeu dans votre lecteur\\nsi ce n'est " "pas déjà fait." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Merci d'insérer le cinquième disque du jeu dans votre lecteur\\nsi ce n'est " "pas déjà fait." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Transfert de fichiers depuis le disque 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Transfert de fichiers depuis le disque 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Veuillez sélectionner la version 32 bits d'iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "Veuillez sélectionner le fichier setup à démarrer :" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Signaler un bug" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Cet assistant vous aidera à signaler un bug sur un programme officiellement " "pris en charge." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "J'ai un problème avec un logiciel" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mon problème concerne $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Quelle sorte de problème rencontrez-vous?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Ne pas joindre de fichier log" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Installation manuelle" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Installation automatique" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Choisissez le fichier log correspondant à votre logiciel." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" "Veuillez donner une description succincte (Titre, en anglais uniquement)." #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Veuillez expliquer votre problème clairement (en anglais uniquement):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Désolé, une description détaillée est requise." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Merci! \\n\\nVotre rapport a été envoyé. \\n\\nUne réponse vous sera " "transmise par mail le plus rapidement possible." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Créateur de lecteur virtuel" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Bienvenue dans le créateur de lecteur virtuel de $APPLICATION_TITLE.\\n\\" "nCet outil va vous aider à créer un nouveau lecteur virtuel" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Quel type de lecteur virtuel désirez-vous créer" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Si cette liste est vide, veuillez installer une version de Wine avec " "gestionnaire de version de Wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Quelle version de Wine désirez vous utiliser?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Choisissez le nom du disque virtuel" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Exécuter un script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Cet assistant vous permettra d'éxécuter un script $APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Choisissez un script $APPLICATION_TITLE valide à exécuter." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Erreur !" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Fichier non trouvé !" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Le site Web de PlayOnLinux n'est pas accessible." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nVeuillez vous assurer que vous êtes bien connecté à Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Veuillez lire ceci attentivement" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION a été installé sur votre ordinateur." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Toutefois, les modifications seront activées lors du redémarrage de " "l'ordinateur" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Merci de redémarrer votre ordinateur, et de relancer PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Lisez ceci attentivement." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Pour s'assurer que vos jeux seront compatibles, PlayOnMac doit installer " "XQuartz." #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac a besoin d'installer XQuartz pour fonctionner" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Ne pas installer XQuartz pour le moment." #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Le fichier a été téléchargé manuellement par moi même." #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Télécharger XQuartz automatiquement." #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Téléchargement en cours de XQuartz." #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Où est" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Installation en cours de XQuartz" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz a été installé." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Impossible d'installer XQuartz! Vous devez l'installer pour améliorer la " "compatibilité de vos jeux." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configuration du disque virtuel par défaut" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE construit un disque dur virtuel de Windows." #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Première utilisation de $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE va terminer sa préparation" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Merci de vérifier que vous êtes connecté à Internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Il semblerait que ce soit la première fois que vous utilisez " "$APPLICATION_TITLE" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Erreur lors de l'installation des polices" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Installeur Gecko $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Cet assistant vous permettra d'installer Wine : " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "dans l'environnement $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configurateur d'application pour $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Voulez-vous vraiment fermer toutes les fenêtres ouvertes de " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Choisissez un programme pour créer son paquetage associé." #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Copie du disque dur virtuel" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Exécution automatique" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Emplacement du fichier d'installation introuvable dans «autorun.inf»" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bienvenu dans l'assistant d'installation manuelle de $APPLICATION_TITLE. \\" "n\\nCet assistant vous permettra d'installer tout programme de $APPLICATION " "et de l'utiliser avec tous les outils. \\n\\nAttention: impossible de vous " "garantir le bon fonctionnement de l'application." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installer un programme dans un nouveau disque virtuel" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Modifier ou mettre à jour une application existante" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Que voulez-vous faire ?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Veuillez choisir un nom pour le disque virtuel de votre application.\\nCe " "nom ne doit pas contenir d'espaces." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Veuillez choisir un programme" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Utiliser une autre version de Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurer Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Installer certaines librairies" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Si vous ne savez pas, décochez tout" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Que souhaiteriez vous faire avant l'installation?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Veuillez faire votre choix" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Recherche de CD-ROM exécutables" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Choisir un autre fichier" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Veuillez choisir une façon pour installer votre programme." #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Veuillez sélectionner le fichier d'installation à exécuter." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Vous devez choisir un fichier!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE est en train d'installer votre application." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestionnaire de paquetages de $APPLICATION_TITLE : " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Usage : " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tChoisir un fichier" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " ou " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtraire le paquetage" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstaller le paquetage" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tAfficher ce message" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Choisissez un paquetage à installer" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestionnaire de paquetages de PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Impossible de trouver le fichier : " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " n'est pas un paquetage valable de PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Ce fichier : " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " n'existe pas!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Extraction : " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "En cours d'exécution." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Netoyage en cours..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Ceci est la liste des scripts que vous avez envoyés. Vous pouvez en lancer " "un." #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Vous ne semblez pas avoir de script personnel" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Si vous avez réussi à installer un programme à l'aide du bouton «Installer " "un\\nlogiciel non listé», cet utilitaire vous permettra de l'ajouter \\nà " "notre liste." #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Cet outil vous permettra de nous aider :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Nous allons vous poser des questions. Merci d'être le plus précis possible." #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Choisissez le fichier correspondant à votre application." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Est-ce que votre programme se lance?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Quel est le nom de votre programme?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Quel est l'éditeur de votre programme?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Quel est l'adresse du site de votre programme?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accessoires" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Développement" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Éducation" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Jeux" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Graphisme" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimédia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Bureautique" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Autre" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Correctifs" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Choisissez une catégorie pour votre programme" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "En test" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Quelle(s) fonctionnalité(s) de votre programme ne fonctionne pas? \\nSi tout " "fonctionne, merci de le préciser." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Écrivez ici tous les changements apportés à la configuration de Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Vous devez être capable de lancer votre programme!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Lancer l'un de vos scripts personnels" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Envoyer nous un script fonctionnant et généré par l'installation manuelle." #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Déconnexion" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" "Vous êtes connecté à $APPLICATION_TITLE Online en tant que $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Vous avez été déconnecté avec succès de $APPLICATION_TITLE Online. \\nVous " "pouvez fermer cette fenêtre en toute sécurité." #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Sélection de l'icône" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Veuillez sélectionner un fichier d'icône" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Mauvaise extension de fichier" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "n'est pas une extension d'icône" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Éditeur de la base de registre" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Arrêter tous les processus du préfixe" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Mettre à jour wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuler un redémarrage de Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Utiliser l'extension de configuration avancée de Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Utiliser le configurateur de PlayOnLinux pour" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Changer l'icône" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Utiliser WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Veuillez choisir une action à exécuter" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Lecteur de CD-ROM PC" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Cet outil vous aidera a lire la partie PC d'un CD-ROM.\\n\\nUtilisez cet " "outils SEULEMENT si votre CD-ROM est hybride (Compatible Windows et MacOS), " "et que vous ne pouvez pas voir la partie Windows" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Éjecter un CD-ROM PC" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Lire un CD-ROM pour PC" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Que voulez-vous faire ?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Merci d'insérer votre CD-ROM et d'appuyer sur suivant seulement lorsque " "Finder vous montre la partie Mac OS de votre CD" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Choisissez un CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Choisissez un CD-ROM à éjecter" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Veuillez choisir un programme à exécuter" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Le debugger de $APPLICATION_TITLE est lancé." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Bienvenu dans l'assistant de $APPLICATION_TITLE. \\nIl vous aidera pour " "installer $file sur votre ordinateur. \\n\n" "Attention! Ce programme n'est pas officiellement pris en charge par " "$APPLICATION_TITLE. \\nCependant, il pourrait ne pas fonctionner comme " "attendu." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Quel est le nom de votre programme?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE est en train d'installer $PRGM_NAME." #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE est en train d'exécuter votre programme." #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Attente de la fin du premier assistant." #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE est en train d'analyser votre application." #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Voulez-vous que $APPLICATION_TITLE l'installe automatiquement pour vous ?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Nous avons détecté que le programme que vous voulez installer est :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE exécute déjà ce programme. \\nVoulez-vous conserver les " "réglages précédents?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Désinstallateur de $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Veuillez choisir un programme à désinstaller" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Cliquez sur «Suivant» pour continuer." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Cet assistant vous aidera à désinstaller : " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Désinstallation en cours" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " a été désinstallé avec succès." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Raccourci introuvable" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Mise à jour automatique de $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Mise à jour $APPLICATION_TITLE depuis le GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Voulez vous mettre à jour et relancer $APPLICATION_TITLE" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Déjà à jour." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Merci de patienter pendant la création du disque dur virtuel" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Merci de patienter pendant que $APPLICATION_TITLE simule un redémarrage de " "Windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Définition de la variable «Program Files»" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Cette fonction est désactivée dans l'environnement PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Attention !\\n\\nLa signature du script que vous essayez d'exécuter n'est " "pas valide\\n\\nPlayOnLinux n'a pas approuvé ce script et ne sera pas " "responsable de celui-ci.\\nVeuillez vous assurer que vous savez ce que vous " "faites !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Voici le code source du script. Vérifiez attentivement" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Attention !\\n\\nLa signature du script que vous essayez d'exécuter n'est " "pas valide\\n\\n$APPLICATION_TITLE n'a pas approuvé ce script et ne sera pas " "responsable de celui-ci.\\nVeuillez vous assurer que vous savez ce que vous " "faites !" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Librairie externe" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Voici le code source du script. Vérifiez attentivement" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Création du raccourci" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Voulez-vous supprimer le disque virtuel :" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Le fichier suivant est situé sur un système de fichiers FAT32.\\nIt pourrait " "empêcher wine de fonctionner\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Le fichier suivant est situé sur un système de fichiers NTFS.\\nIt pourrait " "empêcher wine de fonctionner\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Le fichier suivant est situé sur un système de fichiers FUSE.\\nIt pourrait " "empêcher wine de fonctionner\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Le fichier suivant est situé sur un système de fichiers monté avec l'option " "noexec.\\nIt pourrait empêcher wine de fonctionner\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Vérification de l'extension : " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nouvelle : " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Mise à jour de l'extension. Précédente : " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Installation de l'extension : " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Merci de patienter pendant que $APPLICATION_TITLE télécharge :" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Voulez-vous réessayer ?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Erreur! Incohérence de fichiers\\n\\nLocal: $LOCAL_MD5\\nServeur: $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z n'est pas installé. Vérifiez l'installation de 7zip et réessayez." #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Impossible de trouver ${dest} dans ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extraction de ${filename} depuis ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "La taille du fichier extrait ne correspond pas!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Copie en cours de ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Les tailles ne correspondent pas!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Désolé, APPLICATION_TITLE $VERSION est trop vieux pour fonctionner.\\" "n$APPLICATION_TITLE $NEEDED est nécessaire." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Attention : Vous exécutez $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED il est recommandé de continuer." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Profil de $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " sur votre ordinateur." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " sera installé dans : " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Cliquez sur «Suivant» pour commencer." #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Ce programme d'installation est fourni par : " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Ce programme a été créé par : " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Cet assistant vous aidera à installer " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bienvenue dans l'assistant d'installation de $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Il manque un ou plusieurs programme(s). Merci de les installer et de " "relancer le script." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Erreur" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Où est monté votre CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Actualiser" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Lecture de votre périphérique" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erreur : impossible de trouver le CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE a besoin de lire la partie Windows d'un CD-ROM hybride\\n\\nMacOS Mac " "OS vous donne seulement accès à la partie Mac du CD-ROM, qui n'est sans " "doute pas compatible avec votre version récente de MacOS.\\n\\nVoulez-vous " "que PlayOnMac essais de lire la partie PC de votre CD ?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "N'oubliez pas de votre rendre dans le menu Outils -> Lire un CD-Rom PC avant " "de lancer votre jeu" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Patientez pendant que $APPLICATION_TITLE copie des fichiers :" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Analyse du disque dur virtuel." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Quelle est la quantité de mémoire (Mo) de votre carte graphique?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Votre carte graphique n'a pas assez de mémoire." #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Votre carte graphique n'a pas assez de mémoire! \\nCela peut empêcher votre " "jeu de fonctionner." #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Utiliser la version Steam Store" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Utiliser la version de démonstration de Steam Store" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Utilisez la version ludothèque de Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Utilisez la version ludothèque de démonstration de Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Utiliser la version Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Utiliser la version démo d'Origin Store" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Choisir un fichier d'installation sur mon ordinateur" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Utiliser le(s) CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Utiliser le(s) DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Télécharger le programme" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Merci de choisir une méthode d'installation" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Je ne veux pas créer d'autre icônes" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Parcourir" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Connexion à votre compte $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Connexion en cours ..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Impossible de se connecter! \\nAssurez-vous que votre identifiant et votre " "mot de passe sont valables." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine semble avoir planté\\n\\nSi votre programme est en cours d'exécution, " "ignorez simplement ce message" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Impossible de trouver la version : " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Téléchargement de wine : " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Le téléchargement semble avoir échoué." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Extraction de wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Merci de patienter pendant l'installation de $SOFTNAME ..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Attention ! Cela fermera le processus d'installation. Si il n'a pas terminé, " "vous devrez réinstaller $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "L'Installation est effectuée" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Appuyez sur suivant seulement lorsque l'installation est terminée" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Attention :\n" "\n" "Cet outil est pour utilisateurs avancés.\n" "Pour désinstaller proprement un programme avec {0}, vous devez supprimer le " "disque virtuel associé." #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Général" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Créer un nouveau raccourci depuis ce disque dur virtuel" #: python/configure.py:201 msgid "Name" msgstr "Nom" #: python/configure.py:202 msgid "Wine version" msgstr "Version de Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Disque virtuel" #: python/configure.py:207 msgid "Arguments" msgstr "Arguments" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Lancer l'assistant de configuration" #: python/configure.py:248 msgid "Windows reboot" msgstr "Redémarrage de Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Réparer le disque virtuel" #: python/configure.py:265 msgid "Command prompt" msgstr "Invite de commandes" #: python/configure.py:272 msgid "Task manager" msgstr "Gestionnaire de tâches" #: python/configure.py:280 msgid "Kill processes" msgstr "Tuer les processus" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Désinstaller" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installer" #: python/configure.py:395 msgid "Open program's directory" msgstr "Ouvrir le dossier du programme" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Ouvrir le dossier du disque virtuel" #: python/configure.py:560 msgid "GLSL Support" msgstr "Prise en charge de GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Rendu direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Taille de la mémoire vidéo" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Mode de rendu Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Verrouillage du mode cible de rendu" #: python/configure.py:565 msgid "Multisampling" msgstr "Échantillonnage multiple" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Ordonnancement strict Draw" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Forcer la distorsion de la souris" #: python/configure.py:578 msgid "Open a shell" msgstr "Ouvrir un terminal" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Lancer un «.exe» dans ce disque virtuel" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Commande à exécuter avant de lancer le programme" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Faites attention!\n" "Si vous modifiez " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Configuration de {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" "Merci de sélectionner un programme ou un lecteur virtuel à configurer" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nouveau" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Supprimer" #: python/configure.py:696 msgid "Install components" msgstr "Installez les composants" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Affichage" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Divers" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Ce disque virtuel est protégé" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Êtes-vous sur de vouloir supprimer le disque virtuel {0} ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Êtes-vous sur de vouloir supprimer {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Veuillez sélectionner le fichier de débogage" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Ce fichier est nommé : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Disques Virtuels" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "Scripts d'installation" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Assistant de {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Annuler" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Suivant" #: python/guiv3.py:166 msgid "I Agree" msgstr "J'accepte" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Afficher les disques virtuels" #: python/guiv3.py:188 msgid "Login: " msgstr "Identifiant : " #: python/guiv3.py:189 msgid "Password: " msgstr "Mot de passe : " #: python/guiv3.py:192 msgid "Register" msgstr "S'inscrire" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "Mio téléchargés" #: python/guiv3.py:288 msgid "of" msgstr "sur" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Vous ne pouvez pas fermer cette fenêtre" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Aucune description" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Recherche" #: python/install.py:252 msgid "Include:" msgstr "Inclure :" #: python/install.py:263 msgid "No-cd needed" msgstr "No-cd requis" #: python/install.py:270 msgid "Commercial" msgstr "Commercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Installer un programme non listé" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Quand {0} installe un programme Windows : \n" "\n" " - Laisser le chemin d'installation par défaut\n" " - Ne pas cocher 'Démarrer le programme' si demandé." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Envoyer" #: python/irc.py:138 msgid "Connect" msgstr "Se connecter" #: python/irc.py:139 msgid "Disconnect" msgstr "Se déconnecter" #: python/irc.py:140 msgid "Leave" msgstr "Quitter" #: python/irc.py:227 msgid "Join a channel" msgstr "Rejoindre un canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messagerie" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Si vous fermez cette fenêtre, vous ne pouvez lire d'autres réponses. Etes-" "vous sûr que vous voulez la fermer?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Il n'y a rien d'installée pour fonctionner. {0} fichiers." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Actualisation de {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Une mise à jour de {0} est disponible" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Exécuter" #: python/mainwindow.py:200 msgid "Donate" msgstr "Faire un don" #: python/mainwindow.py:201 msgid "Exit" msgstr "Quitter" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Petites icônes" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Moyennes icônes" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Grandes icônes" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Très grandes icônes" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Gérer les versions de Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Lire un CD-Rom pour PC" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Fermer tous les programmes de {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Console de {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "Messagerie" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Associations de fichier" #: python/mainwindow.py:273 msgid "About {0}" msgstr "À propos de {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gestionnaire d'extensions" #: python/mainwindow.py:331 msgid "File" msgstr "Fichier" #: python/mainwindow.py:333 msgid "Tools" msgstr "Outils" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Réglages" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Extensions" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Fermer" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurer" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Ouvrir le dossier de l'application" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Lire le manuel" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Changer l'icône" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Fermer cette application" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Pas de manuel trouvé pour {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Installer un programme" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Mise à jour de GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Déboguer" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Signaler un problème" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Créer un raccourcis" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Ouvrir le répertoire" #: python/mainwindow.py:755 msgid "Save" msgstr "Sauvegarder" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Désinstaller" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Merci de choisir un programme." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Réglages de {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "Menu d'installation de {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Gestionnaire de version de Wine de {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Le disque virtuel associé à {0} ({1}) n'existe plus." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" "Êtes-vous certain de vouloir fermer toutes les fenêtres Windows de {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Lancer votre programme Windows sur " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Concepteur et site Web : " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Créateurs de scripts : " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Créateur de paquetages : " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Icônes :" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Les personnes suivantes ont contribué à ce programme : " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traductions :" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Lire le fichier TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} ne devrait pas être lancé en tant que superutilisateur. Désolé." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} n'est pas en mesure de trouver les bibliothèques OpenGL 32bits.\n" "\n" "Vos jeux risquent de ne pas fonctionner comme prévu" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} n'est pas en mesure de trouver les bibliothèques OpenGL 64bits.\n" "\n" "Vos jeux risquent de ne pas fonctionner comme prévu" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Votre système de fichiers pourrait empêcher {0} de fonctionner " "correctement.\n" "\n" "Merci d'ouvrir {0} dans un terminal afin d'obtenir plus de détails" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Voulez-vous vraiment installer le paquetage de {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Vous essayez d'ouvrir un script conçu pour {0} ! Il pourrait ne pas " "fonctionner comme prévu" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configuration du serveur mandataire" #: python/options.py:129 msgid "Set a proxy" msgstr "Utiliser un serveur mandataire" #: python/options.py:132 msgid "Proxy address" msgstr "Adresse du serveur mandataire" #: python/options.py:135 msgid "Proxy port" msgstr "Port du serveur mandataire" #: python/options.py:138 msgid "Proxy login" msgstr "Identifiant du serveur mandataire" #: python/options.py:141 msgid "Proxy password" msgstr "Mot de passe du serveur mandataire" #: python/options.py:188 msgid "Installed plugins" msgstr "Extensions installées" #: python/options.py:206 msgid "Add" msgstr "Ajouter" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activer" #: python/options.py:210 msgid "Choose a plugin" msgstr "Choisissez une extension" #: python/options.py:263 msgid "What is the extension?" msgstr "Quelle est l'extension?" #: python/options.py:275 msgid "Assigned program" msgstr "Programme assigné" #: python/options.py:277 msgid "Delete" msgstr "Effacer" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Voulez-vous vraiment installer : " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Voulez-vous vraiment supprimer : " #: python/options.py:334 msgid "Disable" msgstr "Désactiver" #: python/options.py:375 msgid "Apply" msgstr "Appliquer" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Vous devez redémarrer {0} pour que les changements prennent effet." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versions de Wine installées : " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versions de Wine disponibles : " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versions de Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Etes vous certain de vouloir supprimer wine {0} ?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/gl.po000066400000000000000000004502371226051336100157530ustar00rootroot00000000000000# Galician translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:34+0000\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "A que aplicación dexesas aplicarlle a modificación?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Este plugin lle permitirá capturar as suas aplicacións baixo PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Captura do menú (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Captura do menú (sen OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Iniciar a captura dunha aplicación" #: Capture plugin:7 msgid "Play a captured file" msgstr "Reproducir un arquivo capturado" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Convertir un arquivo de captura a video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Pulse Seguinte e logo faga clic na fiestra\\nse a dexesas capturar.\\" "nCapture se iniciará automáticamente despóis de 5 segundos.\\nSolo un video " "será capturado." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Comeza a captura..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pulsar +F8 para iniciar ou parar a captura" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pulsa +F8 para parar a captura" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Captura en marcha..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Escolle unha acción a relalizar" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Porfavor elixe un arquivo de captura PID para xogar" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Porfavor elixe un arquivo de captura OGV para xogar" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Porfavor elixe un arquivo de captura a convertir" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Debes elexir unha captura para leer" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Debes elexir una captura para convertir" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Porfavor espera mentras o logo PlayOnLinux e creado..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Engadir o logo de Playonlinux no teu video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Advertenza: Para unha correcta codificación do video,\\na resolución DEBE " "ser un multiplo de 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Os usuarios de Ubuntu deben engadir o repositorio MEDIBUNTU\\npara que esta " "conversión de formato traballe correctamente." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Elixa un formato de video para a conversión" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define as tuas opcións de condificación para o paso 1 \\n (deixa isto por " "defecto se non sabes o que fai)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Define as tuas opcións de condificación para o paso 2 \\n (deixa isto por " "defecto se non sabes o que fai)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Define as tuas opcións de condificación \\n (deixa isto por defecto se non " "sabes o que fai)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Porfavor espere mentres o video se está codificando..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversión feita" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Elixe unha opción a modificar" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Todo" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Debes elexir un xogo para modificar" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Benvido/a ao modo avanzado de configuración de Wine, unha optimización do " "sistema para wine creada por GNU_Raziel. Se non sabes que elexir, DEIXENO " "POR DEFECTO" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Elixa un xogo" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Non selecionaches un xogo" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Elexiu o modo DirectDraw Render?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Activar Soporte GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Elexir o modo Renderizado fora da pantalla=" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Elexir o modo Renderizado objetivo bloqueado?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Activar soporte de muestreo múltiple?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Activar o rato integrado?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Benvido/a en Deteur, un plugin que permite crear acesos diretos posteriores " "a instalación." #: Detour plugin:5 msgid "Choose an application" msgstr "Escolla unha aplicación" #: Detour plugin:6 msgid "Operation done" msgstr "Operación completada" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Porfavor selecione o arquivo de instalación para iniciar" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Insira o disco na unidade" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Por favor, seleccione o arquivo de instalación para executar:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Seleccione o parche a executar" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "Insira o disco de xogo na unidade de disco\\nif si aínda non o fixo" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "O xogo non está instalado." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalación en curso..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Porfavor espere mentres $TITLE é instalado." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Non" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Sí" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "O xogo non se instalou" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Reportar un erro" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Escolle o nome da nova unidade virtual" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Executar script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accesorios" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Desenvolvemento" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educación" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Xogos" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Gráficos" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Oficina" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Outro" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "parches" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Provas" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor de Rexistro" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Buscar" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Xeral" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Crear un acceso directo a esta unidade virtual" #: python/configure.py:201 msgid "Name" msgstr "Nome" #: python/configure.py:202 msgid "Wine version" msgstr "Versión de Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Unidade virtual" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Executar o asistente de configuración" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reinicio Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "Saida do comando" #: python/configure.py:272 msgid "Task manager" msgstr "Administrador de tareas" #: python/configure.py:280 msgid "Kill processes" msgstr "Matar proceso" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instalar" #: python/configure.py:395 msgid "Open program's directory" msgstr "Abrir carpeta de programas" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Abrir carpeta de unidades virtuais" #: python/configure.py:560 msgid "GLSL Support" msgstr "Soporte para GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Render Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Tamaño da memoria do video" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Modo de renderizado fora da pantalla" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Bloquear o modo Render target" #: python/configure.py:565 msgid "Multisampling" msgstr "Multiexemplo" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Pedido strict draw" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Señalizar punteiro" #: python/configure.py:578 msgid "Open a shell" msgstr "Abrir unha linea de comandos" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Executar un .exe nesta unidade virtual" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} configuración" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Novo" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Eliminar" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Pantalla" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Varios" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protexida" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Asistente de {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Seguinte" #: python/guiv3.py:166 msgid "I Agree" msgstr "De acordo" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Ver dispositivos virtuais" #: python/guiv3.py:188 msgid "Login: " msgstr "Nome de usuario: " #: python/guiv3.py:189 msgid "Password: " msgstr "Contrasinal: " #: python/guiv3.py:192 msgid "Register" msgstr "Rexistro" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB descargado" #: python/guiv3.py:288 msgid "of" msgstr "de" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Sen descrición" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Instalar un programa non-listado" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Enviar" #: python/irc.py:138 msgid "Connect" msgstr "Conectar" #: python/irc.py:139 msgid "Disconnect" msgstr "Desconectar" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "Unirse a unha canle" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Mensaxería" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Volvendo a cargar {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Unha nova versión de {0} esta dispoñible" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Executar" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donar" #: python/mainwindow.py:201 msgid "Exit" msgstr "Saír" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Administar versión de Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Cerrar todos o software de {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Consola de {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} mensaxería" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "A cerca de {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Xestor de plugins" #: python/mainwindow.py:331 msgid "File" msgstr "Arquivo" #: python/mainwindow.py:333 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Axustes" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configuración" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Abrir o directorio da aplicación" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Elexir o icono" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Cerrar esta aplicación" #: python/mainwindow.py:611 msgid "KillApp" msgstr "MatarApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Configuración de {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "Instalar menú de {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Xestor de versións de Wine de {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Está seguro de querer pechar todas as ventás de {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Executar os teus programas windows en " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Deseñador e Páxina web: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Escritores: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Empaquetador: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Iconas:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "A seguinte xente colaborou con este programa: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} non está pensado para executarse como root. Desculpe." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Está seguro de que desexa instalar o paquete {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configuración do proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Elexir proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Direción proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Porto proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Contrasinal Proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Plugins instalados" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activado" #: python/options.py:210 msgid "Choose a plugin" msgstr "Escolla un plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Está seguro de que quere instalar: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Está seguro de que quere borrar: " #: python/options.py:334 msgid "Disable" msgstr "Desabilitar" #: python/options.py:375 msgid "Apply" msgstr "Aplicar" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versións de Wine instaladas: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versións de Wine dispoñibles: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versións de Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Está seguro de que desexa eliminar Wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/he.po000066400000000000000000005455641226051336100157550ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:11+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: he_HE.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "על איזה יישום ברצונך להחיל את השינויים?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "תפריט הלכידה (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "תפריט הלכידה (לא OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "התחלת לכידת היישום" #: Capture plugin:7 msgid "Play a captured file" msgstr "ניגון קובץ שנלכד" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "יש להמיר קובץ שנלכד לווידאו" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "יש ללחוץ על הבא ואז על החלון\\nשברצונך ללכוד.\\nהלכידה תתחיל אוטומטית לאחר 5 " "שניות.\\nיילכד וידאו בלבד." #: Capture plugin:10 msgid "Capture will begin..." msgstr "הלכידה תתחיל..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "יש ללחוץ על ‎+F8 כדי להתחיל או לעצור לכידה" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "יש ללחוץ על ‎+F8 כדי לעצור לכידה" #: Capture plugin:13 msgid "Capture in progress..." msgstr "הלכידה מתבצעת..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "נא לבחור משימה לביצוע" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "נא לבחור קובץ לכידה מסוג PID לנגינה" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "נא לבחור לכידה מסוג OGV לנגינה" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "נא לבחור קובץ שנלכד להמרה" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "עליך לבחור בלכידה לקריאה" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "עליך לבחור בלכידה להמרה" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "נא להמתין בעת יצירת הלוגו של PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "האם להוסיף את הלוגו של PlayOnLinux לתצוגה שלך?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "אזהרה: כדי לקבל הצפנה נכונה של הווידאו,\\nעל הרזולוציה להיות בכפולות של 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "על משתמשי אובונטו להוסיף את המאגר MEDIBUNTU\\nכדי שהמרת סוגים זו תעבוד כראוי." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "יש לבחור את מבנה הווידאו להמרה" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "הגדרת אפשרויות ההצפנה שלך למעבר 1 \\n (יש להשאיר בבררות המחדל אם אין לך מושג " "מה לעשות)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "הגדרת אפשרויות ההצפנה שלך למעבר 2 \\n (יש להשאיר בבררות המחדל אם אין לך מושג " "מה לעשות)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "ניתן להגדיר את אפשרויות ההצפנה שלך \\n (יש להשאיר בבררות המחדל אם אין לך " "מושג מה לעשות)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "נא להמתין בעת הצפנת הווידאו שלך..." #: Capture plugin:29 msgid "Conversion done" msgstr "ההמרה הושלמה" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "יש לבחור אפשרות לשינוי" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "הכול" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "עליך לבחור משחק לשינוי" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "ברוך בואך לתצורה המתקדמת של Wine, השיפור למערכת ה־Wine נוצר על ידי " "GNU_Raziel. אם אין לך מושג במה לבחור, מוטב להשאיר בבררת המחדל" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "בחר משחק" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "לא נבחר אף משחק" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "האם לבחור במצב עיבוד של DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "האם להפעיל תמיכה ב־GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "האם לבחור מצב עיבוד חוץ צגי?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "האם לבחור במצב נעילת יעד עיבוד?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "האם להפעיל תמיכה בריבוי דגימות?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "האם להפעיל דריסת הקפצת סמן העכבר?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "השיפור הושלם" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "ברוך בואך ל־Detour (מעקף), תוסף המאפשר לך ליצור קיצורי דרך לאחר ההתקנה." #: Detour plugin:5 msgid "Choose an application" msgstr "בחירת יישום" #: Detour plugin:6 msgid "Operation done" msgstr "התהליך הושלם" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "נא להכניס את המדיה של המשחק לכונן התקליטורים שלך." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "נא לבחור את קובץ ההתקנה להפעלה" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "כאשר הורדת $TITLE על ידי Steam מסתיימת, \\n\r\n" "אל תלחץ \"Play\"-\"הפעל\". \\n\r\n" "\\n\r\n" "סגור לגמרי את כל ממשקי (חלונות ויישומים של...) Steam, \\n\r\n" "כך שסקריפט ההתקנה יוכל להמשיך." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "שם לב: כדי לבצע הרשמה, כאשר הוא נפתח ומבקש, גררו את קובץ ה-reg והניחו אותו ב-" "$TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" "שם לב: בשביל שמע עם עכבת (איחור-הזמן מרגע כניסת האות למערכת ועד הישמעו) " "נמוכה (שזה טוב), תביט ב-WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "זוהי תכנית התקנה עבור עדכון או תוסף;\\n\r\n" "נא התקן את $TITLE_REQUIRED תחילה" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "כאשר הורדת $TITLE על ידי Steam מסתיימת, \\n\r\n" "אל תלחץ \"Play\"-\"הפעל\". \\n\r\n" "\\n\r\n" "סגור לגמרי את כל ממשקי (חלונות ויישומים של...) של Steam, \\n\r\n" "כך שסקריפט ההתקנה יוכל להמשיך" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "אינך צריך להתקין DirectX או להשתמש ב-GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "נא בחר את קובץ ההתקנה להרצה." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "נא המתן..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "נא להכניס מדיה של משחק לכונן התקליטורים שלך" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "נא לבחור את קובץ ההתקנה להפעלה:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "ל-Steam יש מערכת עדכון אוטומטית משלו" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "נא בחר טלאי למימוש" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים " "כגון CDEmu) אל כונן התקליטורים \\n\r\n" "במידה שלא ביצעת עדיין." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "ל-Steam יש מערכת עדכון אוטומטית משלו." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון CDEmu) " "אל כונן התקליטורים" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "כאשר ההתקנה תבקש את התקליטור (דיסק) הבא \\n\r\n" "לחץ על \\\"\"הבא\"\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" "נא הכנס את מדיית המשחק הבאה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון " "CDEmu) אל כונן התקליטורים" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "נא התקן את $TITLE_REQUIRED תחילה" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "גרסה אנגלית" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "גרסה איטלקית" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "גרסה יפנית" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "אילו מהגרסאות יש לך?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "המשחק אינו מותקן." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" "תוסף זה מתקין את טלאי (Patch בלועזית, טלאי בעברית) 2.5.26461 אוטומטית" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "בחר טלאי (Patch) ראשון למימוש" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "בחר טלאי (patch) שני למימוש" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "גרסא קנדית או אמריקאית" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "תוסף זה מתקין את טלאי (Patch בלועזית, טלאי בעברית) 1.3.5511 אוטומטית" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "גרסא אנגלית/בריטית (\"!Tea Time\")" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "נא נטרל את הגנת המשחק נגד פיראטיות \\n\r\n" "בכדי לאפשר לו לרוץ עם Wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "שם לב! בכדי להריץ את $TITLE עם $APPLICATION_TITLE, עליך להתקין טלאי פריצה של " "\"הרצה ללא הדיסק\" (No-CD) אפילו אם ברשותך גרסא מקורית. \\n\\n\r\n" "\r\n" "עליך לזכור כי $APPLICATION_TITLE נוהגים בחריפות נגד פיראטיות (\"R\"), ולעולם " "לא יתמכו בה." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "נא נטרל את הגנת המשחק נגד פיראטיות \\n\r\n" "בכדי לאפשר לו לרוץ עם Wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "גרסת משחק \"משחק השנה\"-\"Game Of The Year\"" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "גרסה רגילה" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" "ברוכים הבאים לתכנית ההתקנה של הטלאי (\"פאטצ'\"-\"Patch\" בלועזית) $PVERSION " "עבור $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "נא לשם לב: GameShadow (אתר המשרת שחקני מחשב ומעדכן אותם לגבי משחקים-גירסאות, " "חדשות ועוד) לא יפעל. \\n\r\n" "נא בטל סימון בחירה זו במהלך ההתקנה." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "נא זכור לסגור את Steam כאשר ההורדה \\n\r\n" "הסתיימה, כדי לאפשר ל-$APPLICATION_TITLE להמשיך \\n\r\n" "להתקין את המשחק שבחרת." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "בחר את שפת המשחק שבה אתה חפץ" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "נא המתן בזמן הגדרת חבילת השפה..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" "ברוכים הבאים לתכנית ההתקנה של הטלאי (\"פאטצ'\"-\"Patch\" בלועזית) $PVERSION " "עבור $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "נא המתן בזמן שהטלאי (\"Patch\" בלועזית) יורד... \\n\r\n" "פעולה זו עשויה לקחת זמן בהתאם ליכולות החיבור שלך." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "התקנה מתבצעת כרגע..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "אנגלית" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "צרפתית (\"יחד בפריז\")" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "גרמנית (\"גוסטיבן שלאכט\")" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "שם 3> : תכנית ההתקנה דורשת תקליטור CD (דיסק) של המשחק/תכנית. אם הורדת קובצי " "ISO (קובץ תמונת המשחק) חופשי ששוחרר על ידי חברת EA, נא צרוב אותם לדיסק CD-" "ROM או DVD באמצעות תכנית כגון Brasero (להתקנה דרך המסוף אם לא מותקן: sudo " "apt-get install brasero), והכנס את התקליטור לכונן התקליטורים שלך. טעינת " "קובצי (אומרים קובצי ולא קבצי) תמונת ISO עשויה להצליח עם תכנות מסוימות. נראה " "ש\"Mounty\" לא תפעל הפעם. נסה את CDEmu." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "לתשומת לבך: לאחר השלמת ההתקנה, הטלאי (Patcher) יתחיל להיטען. נא סגור את " "הטלאי לפני הכניסה וההתחברות כדי להשלים את ההתקנה. לאחר זאת, כשהגדרת התכנית " "מוכנה, יהיה באפשרותך להריץ את \"$TITLE\"" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים " "כגון CDEmu) הראשונה אל כונן התקליטורים \\n\r\n" "במידה שלא ביצעת עדיין." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "נא המתן בזמן שאנו מכינים את ההתקנה ^^ ..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים " "כגון CDEmu) השנייה אל כונן התקליטורים \\n\r\n" "במידה שלא ביצעת עדיין." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "נא בחר את קובץ ההתקנה שהורדת מאתר $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "התקנת $TITLE הושלמה. \\n\r\n" "\\n\r\n" "ברצוננו להודות ל\"אריק הובר\"-\"Erich Hoover\" עבור טלאי זה (AcceptEx Fix) " "של Wine. תודה לך אריק (:" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "אם נתקלת בשגיאה 3007 בהתחברות, פתח את המסוף (Ctrl+Alt+T) ופעל לפי ההוראות " "הבאות: \\n\r\n" "\\n\r\n" "הדרך המקורית לתיקון נמצאת למטה. הנה הדרך השנייה והבטוחה יותר מהדרך המקורית " "(בשפה האנגלית, אני מתרגם ^^ ). הפקודה הראשונה היא להפצות המבוססות דביאן " "ודומותיה, ובפדורה למשל עליך להחליף את \"apt-get\" ב-\"yum\" והיא תפעל. " "המדריך מאפשר לתכנית Wine ותהליכיה בלבד לעקוב אחר כל תהליך אחר: \\n\r\n" "sudo apt-get install libcap2-bin\r\n" "\\n\r\n" "sudo setcap cap_sys_ptrace=eip /usr/bin/wineserver\r\n" "\\n\r\n" "sudo setcap cap_sys_ptrace=eip /usr/bin/wine-preloader\r\n" "\\n\\n\r\n" "הכנס כל פקודה בנפרד למסוף (העתק-הדבק עם העכבר), והקש אנטר על כל אחת. הכנס את " "ססמתך כשתתבקש, ובמקום נקודות/כוכביות לא רואים שמקלידים. \\n\r\n" "לאחר שהפקודה האחרונה תרוץ, סיימת (; . \\n\r\n" "\\n\r\n" "הדרך המקורית: \\n\r\n" "פתח את המסוף והעתק-הדבק אליו את השורה הבאה עם העכבר: \\n\r\n" "echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope\r\n" "\\n\\n\r\n" "הקש אנטר. פקודה זו מאפשרת לתהליך אחד במחשב לעקוב אחר תהליך אחר גם ללא יחס " "אבא-בן ביניהם. במקור ביטול אופציה זו מספק עוד הגנה למחשב. אבל תכנת Wine " "זקוקה לפעולות כאלו בשביל תכניות מסויימות.\r\n" "\r\n" "מקור (אנגלית) לדרך הבטוחה יותר (CrossOver כלולה בהדרכה, והמדריך הוא להפצות " "המבוססות דביאן ודומותיה): http://askubuntu.com/questions/146160/what-is-the-" "ptrace-scope-workaround-for-wine-programs-and-are-there-any-risks\r\n" "\\n\\n\r\n" "\"שלום על ישראל\"" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "כאשר הורדת $TITLE על ידי Steam מסתיימת, \\n\r\n" "אל תלחץ \"Play\"-\"הפעל\". \\n\r\n" "\\n\r\n" "סגור לגמרי את כל ממשקי (חלונות ויישומים של...) של Steam, \\n\r\n" "כך שסקריפט ההתקנה יוכל להמשיך" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "אם תכנית ההתקנה תבקש ממך התקנת DirectX, תסרב וענה \"לא\"/\"No\"." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "התוסף הזה יתקן (עם טלאי-פאטצ') אוטומטית את המשחק לגירסא 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "כאשר התקנת המשחק תבקש את תקליטור ה-DVD הבא \\n\r\n" "לחץ על \"\\הבא\"\\ (\"Forward\")" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "אל לך לכוון את את רמת ההצללה למקסימום \\n\r\n" "או שיהיה עליך למחוק את התקנת המשחק ולבצעה מחדש." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "ברצונך לפתוח את דף ההורדה של $TITLE בדפדפן שלך?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" "נא הכנס את מדיית המשחק הראשונה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן " "כגון CDEmu) אל כונן התקליטורים" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" "נא הכנס את מדיית המשחק השנייה (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן כגון " "CDEmu) אל כונן התקליטורים" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "במהלך ההתקנה, נא בטל את סימון הבחירה עבור ASIO4ALL, ובסופה בטל את סימון " "הבחירה עבור הרצת FL Studio." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "שם לב: בשביל שמע עם עכבת נמוכה (איחור קצר, שזה טוב, מרגע כניסת האות למערכת " "ועד הישמעו) תביט ב-WineASIO. בקר ה-MIDI שלך אמור לפעול כראוי." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים " "כגון CDEmu) השלישית אל כונן התקליטורים \\n\r\n" "במידה שלא ביצעת עדיין." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "נא הכנס את מדיית המשחק (דיסק. או הרץ קובץ ISO עם תכנת דימוי כונן תקליטורים " "כגון CDEmu) הרביעית אל כונן התקליטורים \\n\r\n" "במידה שלא ביצעת עדיין." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "לחץ על \"הבא\"/\"Forward\" אך ורק כאשר התקנת המשחק של Steam \\n\r\n" "תסתיים או שיהיה עליך להתקין מחדש." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" "ברוכים הבאים לתכנית ההתקנה של DLC (באנגלית: Downloadable content) עבור $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" "בחר DLC להתקנה (DLC באנגלית: Downloadable content-תוכן הניתן להורדה. חבילת " "הרחבה, expansion pack, היא דוגמא ל-DLC אחד גדול מאוד (: . בעוד שחבילות הרחבה " "נמכרות בחנויות, DLC זמין להורדה בלבד מאתר היצרן והוא חינמי. ה-DLC מכיל רק " "כמה תיקונים ושינויים, ואילו חבילת הרחבה מכילה תוספת גדולה למשחק, לפעמים " "גדולה ממנו, ולפעמים גם עצמאית)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" "קל (702MB), לתיקון בעיות מרכזיות, כמו סנכרון אודיו לוידאו ומהירות ניגון " "(מכיל 18 מסצינות קידום עלילה הערוכות מחדש -הקטעים בהם השחקן מוגבל חלקית או " "לגמרי ומופיעים לו קטע עם מידע, רמז, סיפור רקע או דיאלוג וכו')" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" "מלא (1.5GB), לתיקון כל הבעיות, גם קטנות יותר וזעירות, כדוגמת רעשים, פריימים " "עם תוכן טעון חלקית ושבירה גרפית (\"Screen tearing\")-למשל כאשר שניים או יותר " "פריימים של סרטון מוצגים יחד על חלקי המסך, ומזכירים קשית בכוס מים ש\"נשברת\" " "(כולל את כל 49 סצינות קידום העלילה הערוכות מחדש. ראה הסבר אצל הטלאי הקל)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "איזו גרסא ברצונך להתקין?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "נא להמתין בזמן התקנת $TITLE." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "מחלץ ארכיון..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "התקנת הארכיון לא צלחה ואירעה שגיאה" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "הטלאי \"Advent Revising\" (טלאי-פאטצ'-לא רשמי עבור Advent Rising המתקן " "כתוביות, ניגון קטעים, השמעה קולנועית, תוכן חתוך ועוד תיקונים שונים ואחרים).\\" "n\r\n" "זכור להודות ל\" סת' \" (\"Setz\"), יוצר הטלאי, עבור עבודתו (אימייל: " "setz@miketyndall.com, או הודעה...).\\n\r\n" "\\n\r\n" "הנה קישור לסרטון המדגים את יעילות הטלאי, בערוץ של יוצר הסרטון (אני די משוכנע " "שזה הוא לפי שם המשתמש. כלולים סרטונים נוספים על המשחק): " "http://www.youtube.com/user/DukeSetz?feature=watch\r\n" "\\nדף הבית של הטלאי: http://www.miketyndall.com/setz/Advent%20Revising/\r\n" "\\n\\n\r\n" "תודה לך הדוכס סת'! (;" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "עורך" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "תסריט (Script) התקנה זה דורש ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "ממיר קטעי וידאו..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "בהרצה הראשונה המשחק יזהה אוטומטית רינדורים/מרנדרים (\"renderers\") זמינים.\\" "n\r\n" "קרוב לוודאי שתשיג ביצועים טובים יותר על ידי מרנדר/רינדור ה-OpenGL;\r\n" "\\nתוכל לבחורו אחרי לחיצה על \"Show all devices\"-\"הצג כל ההתקנים\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "להריץ את $TITLE במצב בטוח?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "נתיב התכנית לא נמצא" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "עורך השלבִּים (כמו עצב > עצבִּים ^^ )" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "אילו משגרים (קיצורי דרך) נוספים ברצונך ליצור?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "הגדרות ברירת המחדל של הוידאו מעט נמוכות עבור מחשבים מודרניים,\\n\r\n" "זכור לבחור ב\"זיהוי אוטומטי\" (\"Auto-detect\") בהגדרות הוידאו המתקדמות." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "שקול לנטרל את ה-\"triple-buffering\"-\"חוצץ משולש\"/\"אגירה-משולשת\" (המחשה " "כאן למטה) בהגדרות,\\n\r\n" "שהרי \"Wine\", אינה תומכת בו באופן מלא עדיין.\\n\r\n" "\\n\r\n" "המחשת חוצץ-משולש:\\n\r\n" "אם המסך שלנו הוא בריכה (דימוי טוב, רק זכרו שבמסך יש לנו תמונות-פריימים, " "שמתחלפים במהירות, ולכן הרעיון של התמלאות הבריכה לא ענייני-לא קשור), והמים הם " "הפריימים, התמונות, שהכ. (כרטיס) מסך מצייר, והפעולות שלנו הן מילוי דלי=עיבוד " "וציור פריים, וריקון דלי=העברת המידע, אז בואו נראה מה קורה עם דלי אחד:\\n\r\n" "ממלאים> התמלא> משתמשים באותו דלי כדי לשפוך את המים לבריכה. בזמן ששפכנו " "לבריכה, שום עבודה נוספת לא התבצעה. הדלי שלנו גם משמש כדי להכיל את המידע, וגם " "כדי להעבירו.\\n\r\n" "\\n\r\n" "שני דליים: \r\n" "הדלי מתמלא > מלא > תוכנו נשפך לדלי השני. הדלי השני הוא דלי להעברה. מצב זה " "יעיל יותר, כי בזמן העברת המידע, המידע הבא כבר מוכן, ומרוקנים את הדלי שהתמלא " "שוב לדלי הנייד.בזמן שהובלתם את המידע לבריכה, הדלי הבא התמלא. יעיל אך לא " "לגמרי. מה נעשה אם באחת הפעמים הדלי לא יתמלא מהר כמצופה? תהליך ציור הפריים " "(התמונה) הבא, ארך זמן ארוך מהמצופה (אם תרצו, ששני הדליים יהיו ניידים, ועדיין " "ייתכן שתחזרו והדלי עדיין לא מלא, רק שככה פשוט יותר להבנה). ההמתנה הזו היא " "זמן שהולך, ועשוי להפריע לתהליכים במחשב.\\n\r\n" "\\n\r\n" "שלושה דליים:\r\n" "שני ההדליים הראשונים מתמלאים (לכל אחד ברז משלו) > הראשון מלא > הראשון מועבר " "לדלי נייד. כשהדלי הנייד חוזר מוכן להתמלא במידע הבא ולהעבירו, הדלי הבא (השני) " "יהיה בטוח מלא, כי הוא קיבל יותר זמן (לא חיכה לדלי שהתמלא ראשון כדי שיוכל " "להתמלא, אלא הם מתמלאים בנפרד, ללא תור). כאשר הדלי הנייד לוקח מידע מדלי " "שהתמלא, הדלי הנושא את המידע הבא כבר מלא או כמעט מלא, ככה כשיבוא תורו להעביר " "מידע, לא נצטרך להמתין להתמלאותו. הוא כבר מלא.\\n\r\n" "\\n\r\n" "תודה לויקיפדיה באנגלית ערך \"buffer\" על הבסיס לרעיון המלא שנתתי." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" "עורך שרת ייעודי (שרת שלא מחולק לכמה קליינטים כשרתים וירטואליים, אלא שייך " "לקליינט יחיד)" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "עכשיו ללכת לשם?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "ביכולתך להוריד את קובץ הארכיון מכאן:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "שרת ייעודי" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "שפה" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" "מהי השפה שתעדיף (עברית ^^ . אבל אם הכוונה למשחק ועברית-\"Hebrew\" לא נמצאת, " "בחרו אנגלית-\"English\", או שפה אחרת שאתם שולטים בה טוב)?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "ברזילאית (טקסט בלבד)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "הולנדית (טחנות רוח, קבקבים, טקסט בלבד)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "איטלקית (\"המגדל הזה יעמוד לפחות מאתיים שנה\", טקסט בלבד)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "ספרדית (טקסט בלבד, ללא בדיחות)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "מקשי חיצים (ברירת המחדל)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "פריסת מקלדת רגילה" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "ללא שינוי" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" "WASD (מקלדת Qwerty-בחר בזאת, היא הנפוצה ובה משתמשים בישראל ובמקלדות עברית (: " ")" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (מקלדת Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "ברירת המחדל של היצרן (הגדרות בטוחות ולאיפוס-Factory defaults)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" "איכות גבוהה (הגדרות אנטרופיה-Entropy-הגדרות לפי הרמה-מדד, גודל מאפיין-של " "מספר הדרכים הספציפיות לסידור מערכת. תרגום לא קל ^^ . במקור: \"(High quality " "(Entropy settings\" )" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "איכות חזותית/ראיה. במקור: \"Visual quality\"" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" "ברצונך לקרוא את הדיון (פוסט, נושא, אשכול) המקורי בפורומים של GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "חילוץ הארכיון לא צלח. אירעה שגיאה." #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "ניתן עכשיו להפעיל ולהגדיר את הטלאי (פאטצ') דרך:\\n\r\n" "אשף ההתקנה/הגדרה של PlayOnLinux עבור Outcast.\r\n" "\\nזכור להשאיר הודעה ל\"Zenger\" בפורומים של GOG!\r\n" "\\nהנה קישור לדיון/פוסט שלו: " "http://www.gog.com/forum/outcast/how_outcast_would_look_played_in_high_res_in" "game_screenshots_inside\\n\r\n" "קישור נוסף: " "http://www.gog.com/forum/outcast/experimental_outcast_hi_res_patch_up_to_1280" "x768_cyana_lighthouse_problem_fixed/page1\\n\\n\r\n" "\r\n" "שימו את העכבר על המשתמש ויופיע קישור להודעה פרטית (עליכם להרשם לאתר).\\n\r\n" "או אם הוא יהיה מחובר ולא \"OFFLINE\", אולי תוכלו להתכתב ועוד.\\n\\n\r\n" "\r\n" "תודה לך זנגר על הכל!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "להריץ את \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "נא בדוק שהרזולוציה שונתה\\n\r\n" "(מוגדר לבסוף ל\"\\HI-RES\"\\) בהרצה." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" "שרת ייעודי (שרת שלא מחולק לכמה קליינטים כשרתים וירטואליים, אלא שייך לקליינט " "יחיד)" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "הקודים הדרושים להתחלת משחק חדש ניתנים למציאה ב:\\n\r\n" "דפי המידע-documentation-המסמכים והתיעוד של המשחק עם המידע, ההוראות וההדרכה " "לגביו;\\n\r\n" "קליק ימני על צלמית (אייקון ^^ ) המשחק, ובחר \"Read the manual\"-לקרוא את " "המדריך/ההוראות. שם תמצא את דפי המידע (: ." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "אם לא קל לך להבחין ברקע שמאחורי התפריט הראשי,\\n\r\n" "בטל \"ערפול\"-\"FOG\" באפשרויות הגרפיקה-\"Graphic Options\"." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(מצב חלון)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" "Code wheel (הגנת תוכנה נפוצה מסוף שנות השמונים ועד שנות התשעים המוקדמות-" "דיסקת נייר שיש לסובב למצב הנכון ולפיו לדעת קוד או צופן שבדיסקה האחרת המחוברת " "אליה)" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "ברצונך להתקין חבילת שפה שברשותך?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "לא כרגע" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "לא" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "כן" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "בכדי להתקין את חבילת השפה אחר-כך, פתח את לוח התצורה (ההגדרות, לוח הבקרה) של " "\"PlayOnLInux\" עבור המשחק בשביל להריץ את תכנית ההתקנה לתוך הכונן הוירטואלי -" "שהרי \"PlayOnLInux\" יוצרת לכל משחק כונן וירטואלי כדי לדמות את מערכות " "\"Windows\" (לשונית \"שונות\"-\"Misc tab\")\\n\\n\r\n" "\r\n" "הדרכה:\\n\r\n" "מהחלון הראשי לחצו על גלגל השיניים-\"הגדרות\"-\"Configure\", בחרו את המשחק " "מהתפריט בצד ימין ויופיעו לכם לשוניות. האחרונה בצד שמאל היא \"שונות\" (: . " "אם הבנתי נכון, מבין הכפתורים בלשונית, האחרון למטה אומר \"הרצת exe. בכונן " "וירטואלי זה\", לחצו עליו ^^ )." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "מומלץ ביותר להתקין כעת את חבילת המוד (Modpack. מודים הם תוספות או שינויים " "למשחק שלא היו בו לפני כן. לדוגמא: רכבת, פריט לבוש, אנשים או עציץ...) " "\"Circle of Eight\" עבור המשחק \"Temple of Elemental Evil\".\r\n" "\\nזאת כדי לתקן בעיות רבות עם המשחק, ובכדי לאפשר התקנת תוספות חדשות אם תחפוץ " "בכך (אם תתקין את חבילת המוד \"NC\"-הכוונה \"New Content\"-תוכן חדש, ולא את " "ה\"Standard\"-סטנדרטית/רגילה).\\n\r\n" "השתמש בתסריט (סקריפט) PlayOnLinux המוקדש לכך בסעיף (על) הטלאים (פאטצ'ים).\\" "n\r\n" "\\n\r\n" "קישורים (אנגלית):\\n\r\n" "הורדה ישירה (אם תצטרכו. כנראה שהתכנה כבר תוריד לבד (: ):\\n\r\n" "\"NC\"-כולל תוכן " "חדש:http://www.gamefront.com/files/service/thankyou?id=23249335\\n\r\n" "\"Standard\"-רגילה: " "http://www.gamefront.com/files/service/thankyou?id=23249276\\n\r\n" "\\nההבדלים בין חבילת מוד רגילה לתוכן חדש (כולל הסברים והוראות נוספות. מכאן " "תוכלו להגיע גם להתקנה על ידי DESURA. רק זכרו שכנראה התכנה מתקינה בעצמה): " "http://www.co8.org/forum/showthread.php?t=7737\\n\r\n" "\\n\r\n" "\"שלום על ישראל\"" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "כעת עליך להתקין את חבילת המוד במיקום:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "נא בחר 3 צלמיות (אייקונים) כלשהן כשתשאל על כך." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "תיקיה זמנית (temp directory) חסרה" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "לוח הבקרה של \"Two Worlds\" הוא כלי מאת הקהילה של \"InsideTwoWorlds\",\r\n" "\\nשמאפשר לך לשפר הגדרות ונתונים (במקור באנגלית: tweak parameters) ולנהל " "מודים\\n\r\n" "עבור המשחק. ראה\\n\r\n" "http://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 לפרטים.\\" "n\r\n" "להתקינו?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "לוח הבקרה" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "\"אזעקה! אור אדו-ום!\":\\n\n" " \\n\n" "\\n\n" "בחלון ההתקנה שיבוא עכשיו, אל! ו\"בשום פנים\"! אל תלחץ על כפתור ה\"אפשרויות\" " "(\"Options\"), זה יבלגן את בחירת השפה." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "בהרצה הראשונה המשחק יזהה אוטומטית רינדורים/מרנדרים (\"renderers\") זמינים.\\" "n\r\n" "קרוב לוודאי שתשיג ביצועים טובים יותר על ידי מרנדר/רינדור ה-OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "נא בחר את שפת המשחק" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "נא בחר את רזולוציית (כושר הפרדת) המשחק" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "עכשיו באפשרותך לבחור את מצב (אופן) המשחק:\\n\r\n" "1) מצב חלון:\\n\r\n" "הכל פועל חוץ מעכבר (סמן) המערכת בחלון המשחק.\\n\r\n" "\\n\r\n" "מסך מלא:\\n\r\n" "הכל פועל חוץ מהשמיים, שהם שחורים (גזענות?).\\n\r\n" "\\n\r\n" "\\n\r\n" "\\n\r\n" "מה אתה בוחר?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE מותקן" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "נא הכנס את תקליטור ה-DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "עקב באג Wine מספר #30512, ההורדה לא תצלח לעיתים קרובות. רק פתח מחדש את " "הקליינט (פתח את ההורדה מחדש. כנראה) וההורדה תמשיך מהיכן שהפסיקה. האחוזים " "יתאפסו, אבל אל דאגה, היא לא באמת מתחילה מחדש, אלא ממשיכה." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "נא בחר את קובץ ההתקנה של $TITLE. במהלך ההתקנה, בטל את כל הדרייברים הנוספים " "שהיא תרצה להתקין (כנראה לבטל את סימוני הבחירה):" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "זוהתה התקנת Steam \\n\r\n" "ברצונך להתקין משחק זה לאותו כונן וירטואלי של Steam הקיים?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "מעדכן את $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "נא בחר את קובץ ההתקנה של $TITLE. ו\"בשום פנים\" אל תבחר או תסמן להריץ את " "IMGBURN בסוף ההתקנה!:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "\"היי! .. נחש מה!\": POL (פלייאונלינוקס) לא מעודדים פיראטיות (המתרגם יותר.. " "\"אני מתעב\" את ההגנות. אבל אני מתרגם ^^ ). נא השתמש ב-$TITLE בצורה מכובדת, " "כמו \"נסיך צעיר\".\\n\\n\r\n" "\"ילד נחמד. ועכשיו רוץ לך להשתעשע, וזכור זה הסוד הקטן שלנו.\"" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "לא נמצא קובץ ההפעלה $EXE בכונן הוירטואלי $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" "לא נמצא משחק \"Infinity Engine\" (\"מנוע גרפי Infinity\"-מנוע משחק/גרפי) " "תומך." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "כל משחקי המנוע הגרפי Infinity הנתמכים תוקנו (הותקנו להם הטלאים).\\n\r\n" "כדי להגדיר את רזולוציית המסך של משגר (קיצור דרך)," #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "ביטול ההתקנה" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "ביטול המשתמש" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "המשחק אינו מותקן" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "דיווח על תקלה" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "הרצת סקריפט מקומי" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "הגדרת Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "עזרים" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "פיתוח" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "חינוך" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "משחקים" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "גרפיקה" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "אינטרנט" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "מולטימדיה" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "יישומים משרדיים" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "אחר" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "פריצות" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "בדיקה" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "עורך רישומי המערכת" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "שגיאה" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "איפה כונן התקליטורים שלך מעוגן?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "רענון" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "ההתקן שלך נקרא" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "שגיאה: לא ניתן למצוא את כונן התקליטורים!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "נא להמתין בזמן שמועתקים קבצים על ידי $APPLICATION_TITLE:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "הכונן הווירטואלי נסרק ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "כמה זיכרון יש לכרטיס הגרפי שלך?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "עיון" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "התחברות לחשבון שלך ב־$APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "בהתחברות..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "ההתחברות נכשלה !\\nנא לוודא ששם המשתמש והססמה שלך נכונים." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "נא להמתין בזמן שהחומרה שלך נסרקת על ידי $APPLICATION_TITLE" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "מסתבר שאירעה קריסה של Wine\\n\\nאם התכנית שלך פועלת, ניתן פשוט להתעלם מהודעה " "זו" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "לא ניתן למצוא את הגרסה: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "מתבצעת הורדה של Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "מסתבר כי ההורדה נכשלה." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "מתבצע חילוץ של Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "שכתוב (עוד על פי רוב, לא תמיד)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "(מחיקה) תוכן הכונן הווירטואלי יאבד)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "כונן היעד הווירטואלי $PREFNAME כבר קיים:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "נא להמתין בזמן ההתקנה של $SOFTNAME..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "נא להיזהר! פעולה זו תחסל תהליך התקנה. אם ההתקנה לא הסתיימה, יהיה עליך להתקין " "מחדש את $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "ההתקנה הסתיימה" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "יש ללחוץ על הבא רק כאשר תהליך ההתקנה הסתיים" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "נא להמתין בזמן שהיישום $APPLICATION_TITLE מבצע הדמייה של הפעלה מחדש" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "אזהרה:\n" "\n" "כלי זה הנו למשתמשים מתקדמים.\n" "כדי להסיר תכנית באופן נקי עם {0}, עליך למחוק את הכונן הווירטואלי המשויך" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "כללי" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "יצירת קיצור דרך חדש מכונן וירטואלי זה" #: python/configure.py:201 msgid "Name" msgstr "שם" #: python/configure.py:202 msgid "Wine version" msgstr "גרסת ה־Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "כונן וירטואלי" #: python/configure.py:207 msgid "Arguments" msgstr "ארגומנטים" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "הפעלת אשף תצורה" #: python/configure.py:248 msgid "Windows reboot" msgstr "הפעלה מחדש של Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "תיקון כונן וירטואלי" #: python/configure.py:265 msgid "Command prompt" msgstr "שורת פקודה" #: python/configure.py:272 msgid "Task manager" msgstr "מנהל משימות" #: python/configure.py:280 msgid "Kill processes" msgstr "חיסול יישומים" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "תכניות הסרה של Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "נא להיזהר! התקנת כל אחד מהרכיבים האלה עלול לפגום בפעילות הכונן הווירטואלי " "שלך." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "התקנה" #: python/configure.py:395 msgid "Open program's directory" msgstr "פתיחת התיקייה של התכנית" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "פתיחת התיקייה של הכונן הווירטואלי" #: python/configure.py:560 msgid "GLSL Support" msgstr "תמיכה ב־GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "מעבד Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "גודל זיכרון הווידאו" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "ריבוי דגימות" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "פתיחת מסוף" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "הרצת ‎.exe בכונן וירטואלי זה" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "פעולה להפעלה לפני הרצת התכנית" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "נא להיזהר!\n" "אם יערכו שינויים " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "בתצורה של {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "נא לבחור תכנית או כונן וירטואלי להגדרה" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "חדשה (Prefix)התקן תוכנה בתחילית" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "הסרה" #: python/configure.py:696 msgid "Install components" msgstr "התקנת רכיבים" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "תצוגה" #: python/configure.py:698 msgid "Miscellaneous" msgstr "שונות" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "כונן וירטואלי זה מוגן" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "האם אכן למחוק את הכונן הווירטואלי {0} ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "האם אכן למחוק את {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "נא לבחור קובץ ניפוי שגיאות" #: python/debug.py:76 msgid "Locate this logfile" msgstr "איתור קובץ יומן זה" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "שם הקובץ הוא : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "כוננים וירטואליים" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "דיווח על בעיה כנגד {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "סקריפטים לצורך התקנה" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "שגיאה: לא ניתן לשמור פתיחה תקנית" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "אזהרה. נא להשתמש ב־POL_SetupWindow_Init תחילה" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "אשף {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "ביטול" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "הבא" #: python/guiv3.py:166 msgid "I Agree" msgstr "מוסכם בעיני" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "הצגת כוננים וירטואליים" #: python/guiv3.py:188 msgid "Login: " msgstr "שם משתמש: " #: python/guiv3.py:189 msgid "Password: " msgstr "ססמה: " #: python/guiv3.py:192 msgid "Register" msgstr "הרשמה" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "מ״ב התקבלו" #: python/guiv3.py:288 msgid "of" msgstr "מתוך" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "אסור לסגור חלון זה" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "ללא תיאור" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "חיפוש" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "לא נדרש תקליטור" #: python/install.py:270 msgid "Commercial" msgstr "מסחרי" #: python/install.py:304 msgid "Install a non-listed program" msgstr "התקנת תכנית שאינה ברשימה" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "תכנית זו נמצאת כעת בשלבי בדיקה.\n" "\n" "יתכן שלא תפעל כמצופה. המשוב שלך, בין אם חיובי או שלילי, הכרחי לצורך שיפור " "תכנית התקנה זו." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "שליחה" #: python/irc.py:138 msgid "Connect" msgstr "התחברות" #: python/irc.py:139 msgid "Disconnect" msgstr "ניתוק" #: python/irc.py:140 msgid "Leave" msgstr "עזיבה" #: python/irc.py:227 msgid "Join a channel" msgstr "הצטרפות לערוץ" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "למשתמש זה אין עניין בקבלת הודעות פרטיות, עמך הסליחה" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "שגיאת {0}" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "הפעלה" #: python/mainwindow.py:200 msgid "Donate" msgstr "תרומה" #: python/mainwindow.py:201 msgid "Exit" msgstr "יציאה" #: python/mainwindow.py:205 msgid "Small icons" msgstr "סמלים קטנים" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "סמלים בינוניים" #: python/mainwindow.py:207 msgid "Large icons" msgstr "סמלים גדולים" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "סמלים גדולים מאוד" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "ניהול הגרסאות של Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "קריאת תקליטור למחשב שולחני" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "שיוכי קבצים" #: python/mainwindow.py:273 msgid "About {0}" msgstr "על אודות {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "מנהל התוספים" #: python/mainwindow.py:331 msgid "File" msgstr "קובץ" #: python/mainwindow.py:333 msgid "Tools" msgstr "כלים" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "הגדרות" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "תוספים" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "סגירה" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configure" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "פתיחת תיקיית היישום" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "קריאת המדריך" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "הגדרת הסמל" #: python/mainwindow.py:600 msgid "Close this application" msgstr "סגירת יישום זה" #: python/mainwindow.py:611 msgid "KillApp" msgstr "סגירת היישום (KillApp)" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "לא נמצא מדריך עבור {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "התקנת תכנית" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "עדכון מ־GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "ניפוי שגיאות" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "יצירת קיצור דרך" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "פתיחת התיקייה" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "הסרה" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "נא לבחור בתכנית." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "ההגדרות של {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "תפריט ההתקנה של {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "מנהל גרסאות ה־wine של {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "הכונן הווירטואלי המשויך עם {0} ({1}) אינו קיים עוד." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "האם אכן לסגור את כל החלונות של {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "הפעלת תכניות ה־Windows שלך על גבי " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "צוות PlayOnLinux ו־ PlayOnMac\n" "תחת גרסה 3 של רישיון ה־ GPL" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "מפתח ואתר הבית: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "יוצרי סקריפטים: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "אורז: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "סמלים:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "האנשים הבאים תרמו לתכנית זו: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "תרגומים:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "ניתן לקרוא בקובץ TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "ל־{0} אין אפשרות למצוא את {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "עליך להתקין זאת כדי להמשיך" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "עליך להתקין זאת כדי להשתמש ב־{0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "לא היית אמור להריץ את {0} כמשתמש על, עמך הסליחה" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "האם אכן להתקין את החבילה {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy configuration" #: python/options.py:129 msgid "Set a proxy" msgstr "Set a proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:135 msgid "Proxy port" msgstr "פתחת המתווך" #: python/options.py:138 msgid "Proxy login" msgstr "שם הכניסה למתווך" #: python/options.py:141 msgid "Proxy password" msgstr "ססמת המתווך" #: python/options.py:188 msgid "Installed plugins" msgstr "Installed plugins" #: python/options.py:206 msgid "Add" msgstr "הוספה" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Enable" #: python/options.py:210 msgid "Choose a plugin" msgstr "Choose a plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "מה היא ההרחבה?" #: python/options.py:275 msgid "Assigned program" msgstr "תכנית מוגדרת" #: python/options.py:277 msgid "Delete" msgstr "מחיקה" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "האם באמת ברצונך להתקין את: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "האם באמת ברצונך למחוק את: " #: python/options.py:334 msgid "Disable" msgstr "נטרול" #: python/options.py:375 msgid "Apply" msgstr "החלה" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "עליך להפעיל את {0} מחדש כדי שהשינויים ייכנסו לתוקף." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "גרסאות ה־Wine המותקנות: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "גרסאות ה־Wine הזמינות: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "גרסאות Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "האם אכן ברצונך למחוק את wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "ל־{0} אין אפשרות להפעיל את POL_SetupWindow_server." playonlinux/lang/po/hi.po000066400000000000000000004372411226051336100157510ustar00rootroot00000000000000# Hindi translation for playonlinux # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-04 14:51+0000\n" "Last-Translator: havoc \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "मेन्यु को पकडो ‌‌‌(खुला जि .आेल)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/hr.po000066400000000000000000004730671226051336100157700ustar00rootroot00000000000000# Croatian translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # Goran Vidovic , 2012 # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: gogo \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:46+0000\n" "Last-Translator: gogo \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Na koju aplikaciju želite primjeniti izmjene?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Ovaj priključak omogućuje vam snimanje vaše aplikacije pod PlayOnLinux-om" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Snimi izbornik (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Snimi izbornik (bez OpenGL-a)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Započni snimanje aplikacije" #: Capture plugin:7 msgid "Play a captured file" msgstr "Reproduciraj snimljenu datoteku" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konvertiraj snimljenu datoteku u video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Pritisnite Naprijed zatim kliknite na prozor\\nkoji želite snimiti.\\" "nSnimanje će započeti automatski nakon 5 sekundi.\\nSamo će video biti " "snimljen." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Snimanje će započeti..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pritisnite +F8 za početak ili kraj snimanja" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pritisnite +F8 za kraj snimanja" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Snimanje u tijeku..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Odaberite radnju za izvođenje" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Odaberite PID snimljene datoteke za reprodukciju" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Odaberite OGV snimljenu datoteku za reprodukciju" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Odaberite snimljenu datoteku za konverziju" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Morate izabrati snimku za očitavanje" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Morate izabrati snimku za konverziju" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Pričekajte dok se izrađuje PlayOnLinux logo ..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Dodajte PlayOnLinux logo na vaš video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Upozorenje: Za ispravno video enkodiranje,\\nrezolucija MORA biti viša od 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu korisnici moraju dodati MEDIBUNTU repozitorij\\nda bi ovaj format " "konverzije ispravno radio." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Odaberite video format za konverziju" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Odredite vaše mogućnosti enkodiranja za pass 1 \\n (ostavite uobičajeno ako " "ne znate što radite)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Odredite vaše mogućnosti enkodiranja za pass 2 \\n (ostavite uobičajeno ako " "ne znate što radite)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Odredite vaše mogućnosti enkodiranja \\n (ostavite uobičajeno ako ne znate " "što radite)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Pričekajte dok se vaš video enkodira..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konverzija završena" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Odaberite mogućnost za promjenu" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Sve" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Morate odabrati igru za promjenu" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Dobrodošli u napredno Wine podešavanje; optimizacijski sustav za Wine koji " "je napravio GNU_Raziel. Ako ne znate što treba odabrati, OSTAVITE UOBIČAJENO" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Odaberite igru" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Niste odabrali igru" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Odaberite DirectDraw način iscrtavanja?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivirati GLSL podršku?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Odaberi offscreen način prikaza?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Odaberite način iscrtavanja zaključane mete?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktiviraj multisampling podršku?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimizacija završena" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Dobrodošli u Detour, priključak koji vam omogućuje stvaranje prečaca nakon " "instalacije." #: Detour plugin:5 msgid "Choose an application" msgstr "Odaberite aplikaciju" #: Detour plugin:6 msgid "Operation done" msgstr "Radnja završena" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Umetnite medij sa igrom u vaš optički/virtualni pogon" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Odaberite instalacijsku datoteku za pokretanje" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Molim pričekajte..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalacija završena." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Molim, umetnite medij igre u pogonski disk" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Odaberite instalacijsku datoteku za pokretanje:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Odaberite zakrpu za pokretanje" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Umetnite medij sa igrom u vaš optički/virtualni pogon\\nako već to niste " "učinili." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Igra nije instalirana." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Dobrodošli u zakrpu $PVERSION instalacije $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalacija u tijeku..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Pričekajte dok se instalacija priprema..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Pričekajte dok se $TITLE ne instalira." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Greška pri instaliranju arhive" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ne" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Da" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Molim, pročitajte ovo" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft slova" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Igra nije instalirana" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Želite li pogledati $TITLE web stranicu?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Umetnite 1. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste " "učinili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Umetnite 2. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste " "učinili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Umetnite 3. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste " "učinili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Umetnite 4. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste " "učinili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Umetnite 5. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste " "učinili." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Prijavite grešku" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Ovaj čarobnjak će vam pomoći da prijavite greške o službeno podržanom " "programu." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Imam problem sa softverom" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Moj problem se odnosi samo na $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Kakvu vrstu problema imate?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Nemoj dodati nikakvu datoteku zapisa" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Ručna instalacija" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Odaberite datoteku zapisa koja odgovara vašem problemu." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Dodajte kratak opis (naslov, samo na engleskom)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Objasnite vaš problem razumljivo (samo na engleskom):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Isprika, trebamo detaljniji opis." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Hvala Vam!\\n\\nVaše izvješće je poslano.\\n\\nPotrudit ćemo se da vam čim " "prije odgovorimo e-poštom" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Koju inačicu Wine-a želite koristiti?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Odaberite naziv virtualnog pogona" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Pokrenite lokalnu skriptu" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Čarobnjak će vam pomoći da pokrenete neslužbanu $APPLICATION_TITLE skriptu." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Odaberite valjanu $APPLICATION_TITLE skriptu za pokretanje." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Greška!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Datoteka nije pronađena!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "PlayOnLinux web stranica nije dostupna." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nMorte biti povezani na internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Pročitajte ovo pažljivo" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION je instaliran na vaše računalo." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Međutim neće biti aktiviran dok ponovno ne pokrenete vaše računalo." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Odmah ponovno pokrenite vaše računalo i pokrenite PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Pročitajte ovo pažljivo." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Da bi se osigurali da je vaša igra kompatibilna, PlayOnMac mora instalirati " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac treba instalirati XQuartz da bi radio" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Trenutno nemoj instalirati XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Sam ću preuzeti datoteku" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Molim preuzmi XQuartz umjesto mene" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Preuzimanje XQuartz-a" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Gdje je" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Instalacija XQuartza..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz je instaliran." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Nemoguća instalacija XQuartza! Morate ga instalirati za poboljšanje " "kompatibilnosti igara." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Podešavanje uobičajenog virtualng pogona" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE izrađuje virtualni windows čvrsti disk" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE prvo pokretanje" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE će završiti pripremanje" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Osigurajte priključak na internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Čini se da prvi put koristite \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Ovaj čarobnjak će vam pomoći instalirati Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "na $APPLICATION_TITLE okružju." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE podešavanje aplikacije" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "Sigurno želite isključiti sve aktivne $APPLICATION_TITLE aplikacije?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Odaberite softver za pakiranje" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopiranje virtualnog pogona" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Auto-pokretanje" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nema instalacijske lokacije pronađene u autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Dobrodošli u $APPLICATION_TITLE čarobnjak ručne instalacije.\\n\\nOva " "skripta će vam omogućiti instalaciju svakog programa na $APPLICATION i " "korištenje sa svim alatima\\n\\nUpozorenje: nismo u mogućnosti da vam " "jamčimo da će vaše aplikacije raditi savršeno." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instaliraj program u novom virtualnom pogonu" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Uredi ili ažuriraj postojeću aplikaciju" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Što želite učiniti?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Utipkajte naziv virtualnog pogona vaše aplikacije.\\nTaj naziv ne smije " "sadržavati razmake." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Odaberite program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Koristite drugu inačicu Wine-a" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Podesite Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Instaliraj neke knjižnice" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Ako ne znate, odznačite sve" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Što želite napraviti prije instalacije?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Odaberite vaš izbor" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Tražim upotrebljive CD-ROM-ove" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Odaberi drugu datoteku" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Odaberite način na koji želite instalirati vaš program" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Odaberite instalacijsku datoteku za pokretanje." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Morate odabrati datoteku!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE instalira vašu aplikaciju..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE upravitelj paketa: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Korištenje: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tOaberi datoteku" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " Ili " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tRaspakiraj paket" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstaliraj paket" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tPrikaži poruku" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Odaberi paket za instalaciju" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux upravitelj paketa" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Nemoguće je pronaći datoteku: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nije valjan PlayOnLinux paket!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Ova datoteka: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " ne postoji!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Raspakiravanje: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Pokretanje..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Čišćenje..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Ovo je popis skripti koje ste nam poslali. Možete pokrenuti jedu od njih" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Ako ste uspješno instalirali program koji nije na popisu,\\nbit će vam " "omogućeno da ga dodate na naš popis" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Ovaj alat će vam omogućiti da nam pomognete :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Postavit ćemo vam neka pitanja, budite što precizniji koliko je to\\nmoguće" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Odaberite datoteku koja odgovara vašem programu." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Je li vaš program pokrenut?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Koji je naziv vašeg programa?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Koji je uređivač vašeg programa?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Koji je uređivač web stranice vašeg programa?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Pomagala" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Razvoj" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Obrazovanje" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Igre" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedija" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Ured" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Ostalo" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Zakrpe" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Odaberite kategoriju za vaš program" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testiranje" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "Koje značajke vašeg programa ne rade?\\nAko sve radi, napomenite to" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Napišite svku promjenu koju napravite u wine podešavanjima ovdje:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Morate biti u mogućnosti da pokrenete ovaj program!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Pokrenite jednu od vaših skripti" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Pošaljite nam skriptu koja radi generiranu ručnom instalacijom" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Odjava" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Spojeni ste na $APPLICATION_TITLE internetom kao $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Uspješno ste se odspojili iz $APPLICATION_TITLE internet veze\\nMožete " "sigurno zatvoriti prozor" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Odabir ikona" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Odaberite datoteku ikone" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Pogrešna vrsta datoteke" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "nije vrst ikone" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Uređivač registra" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Ubij sve procese prefiksa" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Ažuriraj wineprefiks" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuliraj Windows ponovno pokretanje računala" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Koristi napredni priključak Wine podešavanja" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Korisit PlayOnLinux podešavanje za" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Promijeni ikonu" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Koristi WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Odaberite radnju za izvođenje" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Odaberite program za pokretanje" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE pokretanje ispravljanja grešaka..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Dobrodošli u $APPLICATION_TITLE pomoćnik.\\nPomoći će vam da instalirate " "$file na vaše računalo.\\n\\nBudite oprezni! Ovaj program nije službeno " "podržan od $APPLICATION_TITLE.\\nStoga je moguće da ne radi kao što se " "očekuje" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Koji je naziv vašeg programa?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE instalira $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE pokreće vaš program" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Čekanje dovršetka prvog pomoćnika" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analizira vašu aplikaciju" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Želite li da $APPLICATION_TITLE automatski instalira umjesto vas?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Otkrili smo da program koji želite instalirati je :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE je već pokrenuo ovaj program.\\nŽelite li zadržati stare " "postavke ?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE deinstalacija" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Odaberite program za deinstalaciju" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Kliknite Naprijed za nastavak." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Ovaj čarobnjak će vam pomoći pri deinstalaciji: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Deinstalacija..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " je uspješno deinstaliran." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Nemoguće je pronaći prečac" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Pričekajte dok se virtualni uređaj izrađuje..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Pričekajte dok $APPLICATION_TITLE simulira Windows ponovno pokretanje " "računala" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Postavljanje var datoteke programa" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ova funkcija je onemogućena u PlayOnlinux okružju." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Upozorenje !!\\n\\nPotpis skripte koju želite pokrenuti NIJE valjan\\n\\" "nPlayOnLinux nije odobrio ovu skriptu i neće biti odgovoran za nju.\\" "nMolimo, budite sigurni da znate što radite !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Ovdje je izvorni kod skripte. Pažljivo ga provjerite" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Upozorenje !!\\n\\nPotpis skripte koju želite pokrenuti NIJE valjan\\n\\" "n$APPLICATION_TITLE nije odobrio ovu skriptu i neće biti odgovoran za nju.\\" "nMolimo, budite sigurni da znate što radite !" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Vanjska knjižnica" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Ovdje je izvorni kod skripte. Provjerite ga pažljivo" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Stvaranje prečaca..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Želite li obrisati virtualni disk:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Provjera priključka: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Ažuriranje priključka. Prije: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Instalacija priključka: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Pričekajte dok se $APPLICATION_TITLE preuzima:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Greška ! Nepodudaranje datoteka\\n\\nLokalno : $LOCAL_MD5\\nPoslužitelj : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z nije instaliran, provjerite imate li instaliran 7zip i pokušajte ponovno" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Neuspjelo lociranje ${dest} iz ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Otpakiravanje ${filename} iz ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Veličina raspakirane datoteke se ne poklapa!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopiranje ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Veličina datoteke se ne poklapa!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Isprika, $APPLICATION_TITLE $VERSION je prestar za nastavak.\\" "n$APPLICATION_TITLE $NEEDED je potreban." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Upozorenje: Pokrenuli ste $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED je potreban za nastavak." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " na vaše računalo." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " bit će instaliran u: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Kliknite Naprijed za pokretanje" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Ovaj instalirani program podržava: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Ovaj program je napravio: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Ovaj čarobnjak će vam pomoći pri instalaciji " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Dobrodošli u $APPLICATION_TITLE čarobnjak instalacije." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Jedan ili više programa nedostaje. Instalirajte ih i pokrenite skriptu " "ponovno." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Greška" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Gdje je montiran vaš CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Osvježi" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Greška: nemoguće je pronaći CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Pretraživanje virtualnog diska..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Koliko memorije vaša grafička kartica ima?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Video kartica nema dovoljno memorije" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Vaša video kartica nema dovoljno memorije!\\nTo bi moglo spriječiti " "pokretanje igre" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Koristi Steam Store inačicu" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Koristi Steam Store probnu inačicu" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Koristi instalacijsku datoteku na mojem računalu" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Koristi CD-ROM(ove)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Koristi DVD-ROM(ove)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Preuzmi program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Odaberite način instalacije" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ne želim napraviti još jedan prečac" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Pregledaj" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Povežite se na vaš $APPLICATION_TITLE račun" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Povezivanje..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Neuspjelo povezivanje !\\nProvjerite je li vaše korisničko ime i lozinka " "valjani." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Izgleda da se Wine srušio\\n\\nAko je vaš program pokrenut, zanemarite ovu " "poruku" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Nemoguće je pronaći inačicu: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Preuzimanje Wine-a: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Neuspjelo preuzimanje." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Raspakiravam Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Pričekajte dok se $SOFTNAME instalira..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Budite oprezni! Ovo će prekinuti instalaciju. Ako još nije završena morat " "ćete ponovno instalirati $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalacija završena" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Pritisnite Naprijed samo kada je instalacijski proces završio" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Općenito" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Napravi novi prečac za ovaj virtualni pogon" #: python/configure.py:201 msgid "Name" msgstr "Naziv" #: python/configure.py:202 msgid "Wine version" msgstr "Wine inačica" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtualni pogon" #: python/configure.py:207 msgid "Arguments" msgstr "Argumenti" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Pokreni čarobnjak podešavanja" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows ponovno pokretanje" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "Naredbeni redak" #: python/configure.py:272 msgid "Task manager" msgstr "Upravitelj zadatka" #: python/configure.py:280 msgid "Kill processes" msgstr "Ubij procese" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instaliraj" #: python/configure.py:395 msgid "Open program's directory" msgstr "Otvori direktorij programa" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Otvori direktorij virtualnih pogona" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL podrška" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw iscrtavanje" #: python/configure.py:562 msgid "Video memory size" msgstr "Veličina video memorije" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Offscreen način prikaza" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Target mode lock prikaz" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw poredak" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Otvori ljusku" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Pokreni .exe datoteku u ovom virtualnom pogonu" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Budite pažljivi!\n" "Ako promijenite " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} podešavanje" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Novo" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Ukloni" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Prikaz" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Ostalo" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Ovaj virtualni pogon je zaštićen" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sigurno želite obrisati {0} virtual disk ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Sigurno želite obrisati {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} čarobnjak" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Otkaži" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Naprijed" #: python/guiv3.py:166 msgid "I Agree" msgstr "Slažem se" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Prikaži virtualne pogone" #: python/guiv3.py:188 msgid "Login: " msgstr "Prijava: " #: python/guiv3.py:189 msgid "Password: " msgstr "Lozinka: " #: python/guiv3.py:192 msgid "Register" msgstr "Registriraj" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB preuzeto" #: python/guiv3.py:288 msgid "of" msgstr "od" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Nema opisa" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Instalirajte program koji nije na popisu" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Pošalji" #: python/irc.py:138 msgid "Connect" msgstr "Povezivanje" #: python/irc.py:139 msgid "Disconnect" msgstr "Prekini vezu" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "Pridruži se kanalu" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Komunikator" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Ako zatvorite ovaj prozor, nećete moći pročitati buduće razgovore. Sigurno " "ga želite zatvoriti?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Osvježavanje {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Novija inačica {0} je dostupna" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Pokreni" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donirajte" #: python/mainwindow.py:201 msgid "Exit" msgstr "Zatvorite PlayOnLinux" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Male ikone" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Srednje ikone" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Velike ikone" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Najveće ikone" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Upravitelj Wine inačica" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Zatvorite sve {0} softvere" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} konzola" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} komunikator" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Upravitelj priključaka" #: python/mainwindow.py:331 msgid "File" msgstr "Datoteka" #: python/mainwindow.py:333 msgid "Tools" msgstr "Alati" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Postavke" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Priključci" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Podesi" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Otvorite direktorij aplikacije" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Pročitajte priručnik" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Postavite ikonu" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Zatvorite ovu aplikaciju" #: python/mainwindow.py:611 msgid "KillApp" msgstr "UbijAplik" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Priručnik nije pronađen za {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} postavke" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} izbornik instalacije" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} upravitelj wine inačica" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Virtualan pogon povezan s {0} ({1}) više ne postoji." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Sigurno želite zatvoriti sve {0} prozore?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Pokrenite vaš Windows program na " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Razvijatelji i web stranica: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Skripte: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Paketi: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikone:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Slijedeći ljudi su doprinjeli ovom programu: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Prijevodi:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Pročitajte datoteku PREVODITELJA" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" "{0} nije namijenjen za pokretane kao korijenski (root) korisnik, Isprika" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} je u nemogućnosti pronaći 32bitne OpenGL knjižnice.\n" "\n" "Možda ste naišli na problem u vašoj igri" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} je u nemogućnosti pronaći 64bitne OpenGL knjižnice.\n" "\n" "Možda ste naišli na problem u vašoj igri" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Sigurno želite instalirati {0} paket?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Pokušavate otvoriti skriptu napravljenu za {0}! Možda neće očekivano raditi" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy podešavanje" #: python/options.py:129 msgid "Set a proxy" msgstr "Postavi proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy adresa" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy ulaz" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy prijava" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy lozinka" #: python/options.py:188 msgid "Installed plugins" msgstr "Instalirani priključci" #: python/options.py:206 msgid "Add" msgstr "Dodaj" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Omogući" #: python/options.py:210 msgid "Choose a plugin" msgstr "Odaberite priključak" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Sigurno želite instalirati: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Sigurno želite obrisati: " #: python/options.py:334 msgid "Disable" msgstr "Onemogući" #: python/options.py:375 msgid "Apply" msgstr "Primjeni" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Instalirana Wine inačica: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Dostupne Wine inačice: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine inačice" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Sigurno želite obrisati wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/hu.po000066400000000000000000004425301226051336100157620ustar00rootroot00000000000000# translation of hu1.po to hungarian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Lisovszki Sándor , 2008. msgid "" msgstr "" "Project-Id-Version: hu1\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:02+0000\n" "Last-Translator: Gergely Szarka \n" "Language-Team: hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Melyik alkalmazásra kívánja érvényesíteni a változtatást?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Ez a kiegészítő engedélyezi az Ön számára, hogy felvételt készítsen a " "PlayOnLinux alatt futtatott alkalmazásokról" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menü felvétele (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menü felvétele (nem OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Felvétel megkezdése" #: Capture plugin:7 msgid "Play a captured file" msgstr "Felvett fájl lejátszása" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "A rögzített fájl átkonvertálása videónak" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "Felvétel el fog indulni..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" "Nyomja meg a +F8 kombinációt a felvétel elindításához vagy " "megállításához" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Nyomja meg a +F8 kombinációt a felvétel megállításához" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Felvétel folyamatban..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Hozzáadjam a PlayOnLinux logóját a videódhoz?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Figyelmeztetés: A megfelelő videó kodoláshoz\\na felbontásnak 16 " "többszörösének kell lennie" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Válassza ki a videoformátumot a konvertáláshoz" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "Konvertálás kész" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Válassz egy módosítandó opciót" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Összes" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Ki kell választanod egy játékot a módosításhoz" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Üdvözöllek a Wine Konfigurálási Varázslóban,ami egy optimalizáló rendszer " "Wine-hoz (készítette: GNU_Raziel). Ha nem tudod, hogy mit kell választani, " "HAGYD ALAPÉRTELMEZETTEN" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Válassz egy játékot" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nem választottál játékot" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktiváljam a GLSL támogatást?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktiváljam a Multisampling támogatást?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimalizálás kész" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "Alkalmazás kiválasztása" #: Detour plugin:6 msgid "Operation done" msgstr "Művelet kész" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Kérlek válaszd ki a telepítő fájlt a futtatáshoz" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "A játék nincs telepítve." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Telepítés folyamatban..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "$TITLE telepítése folyamatban" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nem" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Igen" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "A játék nincs telepítve" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Kellékek" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Fejlesztés" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Oktatás" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Játékok" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimédia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Iroda" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Egyéb" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registry Szerkesztő" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Frissítés" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Tallózás" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Általános" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Telepítés" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Új" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Eltávolítás" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Mégsem" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Következő" #: python/guiv3.py:166 msgid "I Agree" msgstr "Elfogadom" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "/" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Futtatás" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "Kilépés" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "Fájl" #: python/mainwindow.py:333 msgid "Tools" msgstr "Eszközök" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Beállítások" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Bővítőmodulok" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Beállítás" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy beállítás" #: python/options.py:129 msgid "Set a proxy" msgstr "Proxy beállítása" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy címzések" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "Telepített bővítmények" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Engedélyezés" #: python/options.py:210 msgid "Choose a plugin" msgstr "Válassz egy bővítményt" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "Tiltás" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/id.po000066400000000000000000004432621226051336100157450ustar00rootroot00000000000000# Indonesian translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:57+0000\n" "Last-Translator: robin.rootad@gmail.com \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Aplikasi mana yang ingin Anda terapkan modifikasinya?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Plugin ini akan memungkinkan Anda untuk merekam Anda aplikasi dalam " "PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Tangkap menu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Tangkap menu (bukan OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Mulai menangkap aplikasi" #: Capture plugin:7 msgid "Play a captured file" msgstr "Putar file rekaman" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konversi file rekaman ke video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Tekan lanjut dan klik di jendela\\nyang ingin anda rekam/\\nakan otomatis " "direkan setelah 5 detik.\\nhanya video yang direkam" #: Capture plugin:10 msgid "Capture will begin..." msgstr "Penangkapan akan dimulai.." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Tekan +F8 untuk mulai atau menghentikan penangkapan." #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Tekan +F8 untuk menghentikan penangkapan" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Penangkapan dalam proses..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Pilih aksi untuk menjalankan" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Harap pilih file PID rekaman untuk diputar" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Mohon pilih berkas tangkapan OGV untuk dijalankan" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Mohon pilih berkas tangkapan untuk dikonversi" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Anda harus memilih tangkapan untuk dibaca" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Anda harus memilih tangkapan untuk dikonversi" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Harap tunggu sementara logo PlayOnLinux dibuat ..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Tambahkan logo PlayOnLinux ke video Anda?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "peringatan: Untuk pengkodean video yang bnar,\\nresolusi harus kelipatan 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Pengguna ubuntu harus menambahkan repositori MEDIBUNTU\\n untuk mengubah " "format ini agar dapat bekerja" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Pilih format video untuk diubah" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tentukan opsi pengkodean anda untuk pass 1 \\n (tinggalkan settingan standar " "jika anda tidak mengerti apayang harus dilakukan)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tentukan opsi pengkodean anda untuk pass 1 \\n (tinggalkan settingan standar " "jika anda tidak mengerti apayang harus dilakukan)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Tentukan opsi pengkodean anda \\n (tinggalkan settingan standar jika anda " "tidak mengerti apayang harus dilakukan)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Harap menunggu sementara video Anda sedang dikodekan ..." #: Capture plugin:29 msgid "Conversion done" msgstr "Pengubahan selesai" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Pilih opsi untuk memodifikasi" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Semua" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Anda harus memilih permainan yang akan dimodifikasi" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Selamat datang di Konfigurasi Wine Lanjutan, sistem optimasi untuk Wine " "dibuat oleh GNU_Raziel. Jika Anda tidak tahu apa yang harus dipilih, " "TINGGALKAN BAKU" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Pilih Permainan" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Anda belum memilih permainan" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Pilih Mode DirectDraw Renderer?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktifkan Dukungan GLSL" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktifkan dukungan Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Pengoptimalan selesai" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "Operasi selesai" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Mohon pilih paket setup untuk dijalankan" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Permainan tidak dapat di pasang." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Pemasangan dalam proses..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Mohon tunggu sesaat $TITLE di pasang." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Konfigurasi Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/it.po000066400000000000000000005162171226051336100157660ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:44+0000\n" "Last-Translator: Naive D. Jack \n" "Language-Team: it_IT.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "A quale applicazione vuoi applicare le modifiche?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Questo plugin ti permetterà di registrare le tue applicazioni in PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menù di registrazione (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menù di registrazione (non OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Inizia la registrazione di un'applicazione" #: Capture plugin:7 msgid "Play a captured file" msgstr "Riproduci un file registrato" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Converti un file acquisito in un video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Premi Avanti e poi clicca la finestra \\n che vuoi registrare. \\n La " "registrazione inizierà automaticamente dopo 5 secondi. \\n Solo il video " "verrà registrato." #: Capture plugin:10 msgid "Capture will begin..." msgstr "La registrazione avrà inizio..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Premi +F8 per iniziare o terminare una registrazione" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Premi +F8 per terminare la registrazione" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Registrazione in corso..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Selezionare un'azione da eseguire" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Per favore scegli un file registrato PID da riprodurre" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Per favore scegli un file registrato OGV da riprodurre" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Per favore scegli un file registrato da convertire" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Devi scegliere una registrazione da leggere" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Devi scegliere una registrazione da convertire" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Attendere che il logo PlayOnLinux venga creato..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Aggiungere il logo PlayOnLinux al tuo video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Attenzione: Per una corretta codifica del video, \\n la risoluzione DEVE " "essere un multiplo di 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Gli utenti di Ubuntu devono aggiungere i repository MEDIBUNTU \\n per " "convertire correttamente in questo formato." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Selezionare il formato video per la conversione" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definisci le opzioni di codifica per il passo 1 \\n (lasciare default se non " "si sa cosa fare)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definisci le opzioni di codifica per il passo 2 \\n (lasciare default se non " "si sa cosa fare)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definisci le opzioni per la codifica \\n (lasciare default se non si sa cosa " "fare)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Per favore attendi mentre il tuo video viene codificato..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversione finita" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Scegli una opzione per modificarla" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Tutto" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Devi scegliere un gioco da modificare" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Benvenuti nella Configurazione Avanzata Wine, un ottimizzazione del sistema " "per Wine creata da GNU_Raziel. Se non sapete cosa scegliere, LASCIATE " "DEFAULTS" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Scegli un gioco" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Non hai selezionato un gioco" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Scegli la modalità DirectDraw Render?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Attivare il Supporto GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Scegli la modalità Offscreen Rendering?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Scegli la modalità Render Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Attiva il supporto Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Attiva il mouse warp override?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Ottimizzazione finita" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Benvenuto in Detour, un plugin che ti permette di creare i collegamenti dopo " "l'installazione." #: Detour plugin:5 msgid "Choose an application" msgstr "Scegli un'applicazione" #: Detour plugin:6 msgid "Operation done" msgstr "Operazione finita" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Per favore inserisci il disco del gioco nel lettore" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Per favore seleziona il file di installazione da eseguire." #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Una volta completato il download di $TITLE da Steam,\\nNON cliccare su " "gioca.\\n\\nChiudi COMPLETAMENTE l'interfaccia di Steam,\\nin modo che lo " "script di installazione possa continuare." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "N.B. : Per registrarsi, quando si apre chiedendo l'accesso, trascina il tuo " "file reg in $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "N.B.: Per audio a bassa latenza, cerca in WineASIO" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Quando il download di $TITLE è finito,\\nNON cliccare Gioca.\\n\\nChiudere " "completamente l'interfaccia di Steam, \\ncosicché lo script di installazione " "possa continuare." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Se l'installazione di .NET 3.0 fallisce,\\nil gioco funzionerà ugualmente." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Non c'è bisogno di installare DirectX o usare GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Inserire il file di installazione da avviare." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Per favore aspetta..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Installazione finita." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Per favore inserisci il disco del gioco nel lettore" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Per favore seleziona il file setup da eseguire:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam ha un sistema di aggiornamento automatico proprio." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Seleziona la patch da eseguire" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam ha un sistema di aggiornamento automatico proprio." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Quando l'installazione chiederà il prossimo disco\\ncliccare \\\"Avanti\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Benvenuti nell'installer della patch $PVERSION per $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Installare prima $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Versione inglese" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Versione internazionale" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Versione Italiana" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Versione Giapponese" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Specificare la versione in possesso." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Il gioco non è installato." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" "Questo componente aggiuntivo installa automaticamente la patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Versione USA o canadese" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" "Questo componente aggiuntivo installa automaticamente la patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Versione UK" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "È necessario disattivare la protezione anti-pirateria di questo gioco\\nse " "si desidera giocarci con Wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Attenzione! Per avviare $TITLE con %APPLICATION_TITLE, è necessario " "installare una patch no-CD anche se si possiede una versione legale.\\n\\" "n$APPLICATION_TITLE è contro la pirateria e non la sostiene in alcun modo." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "È necessario disattivare la protezione anti-pirateria di questo gioco\\nse " "si vuole giocare usando Wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Versione GOTY" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Versione normale" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Benvenuto nell'installazione della patch $PVERSION per $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Attenzione: GameShadow non funzionerà.\\nDisattivarlo durante " "l'installazione." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Benvenuto nell'installatore della patch $PVERSION per $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Attendere durante lo scaricamento della patch...\\nQuesta operazione può " "impiegare del tempo, a seconda della tua connessione." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installazione in corso..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Inglese" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Francese" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Tedesco" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Attendi mentre viene preparata l'installazione..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Quale versione vuoi installare?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Per favore attendi che $TITLE sia installato." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Si è verificato un errore durante l'installazione" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Lingua" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Qual'è la tua lingua preferita?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasiliano (solo testo)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Olandese (solo testo)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italiano (solo testo)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Spagnolo (solo testo)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Tasti freccia (default)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Disposizione standard della tastiera" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Non modificato" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Impostazioni di fabbrica" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Errore durante la decompressione dell'archivio" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Più tardi" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "No" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Si" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Pannello di Controllo" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Inserire la risoluzione di gioco" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE è installato" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Inserire il DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Copia dei file di installazione, attendere prego..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Seleziona la versione." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Download non riuscito" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Riprovare?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Si prega di leggere questo" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Installando Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Caratteri Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Il gioco non è installato" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Vuoi aprire il sito di $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "La versione CD-ROM è vecchia. Non dimenticare di aggiornare $TITLE se vuoi " "farlo funzionare correttamente con $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Il browser sta per essere attivato, si prega di scaricare la patch e " "decomprimerla" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco 1 nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco 2 nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco 3 nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco 4 nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Per favore inserisci il disco di gioco 5 nel lettore \\n se non lo hai già " "fatto." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Segnala un errore" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Si prega di dare più dettagli possibili, altrimenti, sarà veramente " "difficile aiutarti" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Questa procedura guidata ti aiuterà a segnalare un errore di un programma " "supportato ufficialmente." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "La versione di $APPLICATION_TITLE non è aggiornata.\\nBisogna aggiornare " "$APPLICATION_TITLE prima di inviare una segnalazione di bug. \\nGrazie" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Ho un problema con un programma" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Il mio problema riguarda $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Che tipo di problema hai?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Non unire nessun file di registro" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Installazione manuale" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Installazione automatica" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Scegli il file di registro corrispondente al tuo programma." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Per favore dai una descrizione molto breve (titolo, solo in inglese)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Per favore esponi chiaramente il tuo problema (solo in inglese)" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Ci dispiace, ci serve una descrizione dettagliata." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Grazie! \\n\\n La tua segnalazione è stata inviata. \\n\\n Faremo del nostro " "meglio per mandarti una risposta via mail al più presto" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Creatore disco virtuale" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Benvenuto nel creatore di unità virtuali per $APPLICATION_TITLE.\\n\\nQuesto " "strumento ti aiuterà a creare una nuova unità virtuale" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Che tipo di unità virtuale vuoi creare?" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Se questa lista è vuota, per favore installa una versione di wine dal " "manager versioni wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Che versione di Wine vorresti usare?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Scegli il nome dell'unità virtuale" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Esegui uno script" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Il wizard ti aiuterà ad eseguire uno script non ufficiale per " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Scegli uno script $APPLICATION_TITLE valido da eseguire." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Errore!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "File non trovato!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Il sito di PlayOnLinux non è disponibile." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\n Per favore assicurati di essere connesso ad Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Per favore leggi attentamente" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" "Copy text \t\r\n" "XQuartz $XQUARTZ_VERSION è stato installato nel tuo computer" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Però, non sarà attivo finchè non riavvii il tuo computer" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Per favore ora riavvia il tuo computer, quindi lancia PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Per favore leggi attentamente." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Per essere sicuri che il gioco sia compatibile, PlayOnMac deve installare " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac necessita l'installazione di XQuartz per funzionare" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Non installare XQuartz per il momento" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ho scaricato il file da solo" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Scarica XQuatz per me" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Scaricando XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Dov'è" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Installando XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "Xquartz è stato installato" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Impossibile installare XQuartz! Devi installarlo per aumentare la " "compatibilità dei giochi." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configurazione unità virtuale di default" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE sta creando un disco rigido Windows virtuale" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Primo avvio di $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE sta per finire la preparazione" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Per favore accertati di essere connesso ad internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Sembra che sia la prima volta che tu stai usando \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Questo wizard ti aiuterà a preparare l'ambiente per $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Errore durante l'installazione font" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Divertiti usando $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Installer Gecko per $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Questa procedura guidata ti aiuterà ad installare Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "nell'ambiente $APPLICATION_TITLE" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuratore Applicazione $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Sei sicuro di voler terminare tutte le applicazioni attive di " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Creatore di scorciatoie per $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Per favore scegli un software da scaricare" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Creazione scorciatoia in corso..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "L'icona è stata aggiunta al desktop" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Copiando unità virtuale" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Esecuzione automatica" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nessun luogo di installazione trovato in autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Benvenuto nell'installazione manuale di $APPLICATION_TITLE. \\n\\n Questo " "script ti permette di installare qualunque programma su $APPLICATION e di " "usarlo con ogni sua applicazione \\n\\n Attenzione: Non possiamo garantire " "il corretto funzionamento dell'applicazione." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installa il programma in un nuovo dispositivo virtuale" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Modifica o aggiorna un'applicazione esistente" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Cosa vorresti fare?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Per favore scrivi il nome del dispositivo virtuale della tua applicazione. \\" "n Questo nome non deve contenere spazi." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Per favore scegli un programma" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Usa un'altra versione di Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configura Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Installa qualche libreria" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Se non le conosci, deseleziona tutto" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Cosa vorresti fare prima dell'installazione?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Per favore fai la tua scelta" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "In cerca di CD-ROMs eseguibili" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Scegli un'altro file" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Per favore scegli un metodo per installare i tuoi programmi" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Per favore seleziona un file di installazione da eseguire." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Devi scegliere un file!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE sta installando le tue applicazioni..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestore pacchetti $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Utilizzo: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tScegli un file" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " o " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tEstrai il pacchetto" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalla il pacchetto" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tMostra questo messaggio" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Scegli un pacchetto da installare" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestore di pacchetti PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Impossibile trovare il file: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " Non un pacchetto PlayOnLinux valido!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Questo file: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " non esiste!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Estrazione: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "In esecuzione..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Pulizia..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Questa è la lista degli script che ci hai inviato. Puoi eseguirne uno" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Sembra che tu non abbia nessun scipt personale" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Se hai installato con successo un programma col bottone \"Installa un " "software\\nnon nella lista\", ti sarà permesso aggiungere questo progtamma " "nella nostra lista" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Questa applicazione ti permetterà di aiutarci:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Stiamo per farti delle domande, per favore sii il più accurato \\n possibile" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Scegli il file che corrisponde al tuo programma." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Il tuo programma funziona?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Qual'è il nome del tuo programma?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Qual'è l'editor del tuo programma?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Qual è il sito internet dello sviluppatore del programma?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accessori" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Sviluppo" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Istruzione" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Giochi" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafica" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Ufficio" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Altro" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Patches" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Seleziona una categoria per il tuo programma" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Prove" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Quale funzionalità del tuo programma non funziona?\\nSe funziona tutto, " "faccelo sapere" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Scrivi tutte le modifiche che hai effettuato alle configurazioni di Wine qui:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Devi essere in grado di eseguire questo programma!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Esegui uno dei tuoi script personali" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Inviaci uno script funzionante generato dall'installazione manuale" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Disconnettiti" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Sei connesso online a $APPLICATION_TITLE come $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Ti sei disconnesso correttamente da $APPLICATION_TITLE Online \\n Puoi " "chiudere la finestra" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Arresto dei programmi nella macchina virtuale..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Seleziona icona" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Per favore seleziona un file icona" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Estensione non valida" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "non è un'estensione di icona" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor di registro" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Arresto di tutti i processi prefissati" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Aggiorna i prefissi Wine" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulazione riavvio Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usa il plugin di Configurazione Avanzata di Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usare il configuratore di PlayOnLinux per" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Cambia l'icona" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Usa WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Per favore seleziona un azione da eseguire" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Lettore PC CD-ROM" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Questo tool aiuterà il tuo MAC a leggere la parte PC del CD-ROM.\\n\\nUsa " "questo tool SOLO se il tuo CD-ROM è un ibrodo (compatibile con Windows e " "MacOS), e se non ti è possibile vederne la parte Windows" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Espelle un PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Legge un PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Cosa vuoi fare?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Per favore inserisci il tuo CD-ROM e premi avanti solo quando Finder ha " "trovato la parte MacOS del tuo CD-ROM" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Per favore scegli un CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Per favore scegli un CD-ROM da espellere" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Per favore scegli un programma da eseguire" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Il debugger di $APPLICATION_TITLE sta partendo..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE si è bloccato.\\nCliccare sul link di debug per avere maggiori " "dettagli." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE si è bloccato." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Benvenuto nell'assistente $APPLICATION_TITLE.\\nTi aiuterà a installare " "$file nel tuo computer.\\n\\nStai attento! Questo programma non è " "ufficialmente supportato da $APPLICATION_TITLE.\\nPerciò potrebbe non " "funzionare come previsto" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Qual'è il nome del tuo programma?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE sta installando $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE sta eseguendo il tuo programma" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Attendere il primo assistente per completare" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE sta analizzando la tua applicazione" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Vuoi che $APPLICATION_TITLE sia installato automaticamente per te?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Abbiamo rilevato che il programma che vuoi installare è:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE ha già eseguito questo programma. \\n Vuoi mantenere le " "vecchie impostazioni?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Uninstaller $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Per favore seleziona un programma da disinstallare" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Clicca Avanti per continuare." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Questa procedura guidata ti aiuterà a disinstallare: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Disinstallazione..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " è stato disinstallato con successo." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Impossibile trovare la scorciatoia" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Aggiornamento automatico di $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Aggiornamento di $APPLICATION_TITLE da GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Vuoi aggiornare e riavviare $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Aggiornamento eseguito" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "Si è verificato un errore in $APPLICATION_TITLE. Se il programma non " "funziona correttamente, può essere la causa del problema.\\nVisitare " "www.$POL_DNS per avere ulteriori informazioni" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "Si è verificato un errore fatale in $APPLICATION_TITLE. Il processo di " "installazaione di $APPLICATION_TITLE verrà bloccato.\\nVisitare www.$POL_DNS " "per avere ulteriori informazioni" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Per favore attendi mentre viene creata l'unità virtuale..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Per favore attendi mentre $APPLICATION_TITLE simula un riavvio di Windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Impostando la var Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Questa funzione è disabilitata nell'ambiente di PlayOnLinux" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Attenzione!\\n\\nLa firma dello script che stai tentando di eseguire NON è " "valida\\n\\nPlayOnLinux non ha approvato questo script e non sarà " "responsabile dei suoi effetti.\\nPer favore accertati di quello che stai " "facendo!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Ecco il codice sorgente dello script. Controllalo con attenzione" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Attenzione!\\n\\nLa firma dello script che stai tentando di eseguire NON è " "valida\\n\\n$APPLICATION_TITLE non ha approvato questo script e non sarà " "responsabile dei suoi effetti.\\nPer favore accertati di quello che stai " "facendo!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Libreria esterna" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Ecco il codice sorgente dello script. Controllalo con attenzione" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Creando la scorciatoia..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Vuoi cancellare l'unità virtuale:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Il seguente file si trova in un filesystem FAT32.\\nPotrebbe impedire il " "corretto funzionamento di wine\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Il seguente file si trova in un filesystem NTFS.\\nPotrebbe impedire il " "corretto funzionamento di wine\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Il seguente file si trova in un filesystem fuse.\\nPotrebbe impedire il " "corretto funzionamento di wine\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Il seguente file si trova in un filesystem noexec.\\nPotrebbe impedire il " "corretto funzionamento di wine\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Controlla plugin: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nuovo: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aggiornando i plugin. Precedenti: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Installa plugin: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binario non trovato: $BINARY\\n Il programma è stato installato nella " "posizione di default?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Per favore attendi mentre $APPLICATION_TITLE scarica:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Si è verificato un errore durante lo scaricamento" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Vuoi riprovare?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Errore! File mismatch \\n\\n Locale: $LOCAL_MD5 \\n Server: $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z non è installato, accertati di averlo installato e riprova" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Impossibile trovare ${dest} in ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Estrazione di ${filename} da ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Estrazione dimensione file non corrispondente" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Dimensione file non corrispondente" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Mi dispiace, $APPLICATION_TITLE $VERSION è troppo vecchio per continuare.\\" "nRichiesto $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Attenzione: stai eseguendo $APPLICATION_TITLE $VERSION.\\nPer continuare è " "raccomandato $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Profilo di $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " sul tuo computer." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " sarà installato in: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Clicca Avanti per iniziare" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "L'installazione di questo programma è fornita da: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Questo programma è stato creato da: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Questa operazione guidata ti aiuterà ad installare " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Benvenuto al wizard di installazione $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Uno o più programmi mancano. Per favore installali e poi esegui nuovamente " "lo script." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Errore" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Dov'è montato il tuo CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Ricarica" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Leggendo la tua unità" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Errore: Impossibile trovare il CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE ha bisogno di leggere la parte PC di un CD-ROM ibrido.\\n\\nDi " "default MacOs permette l'accesso solo alla parte Mac del CD-ROM, che " "potrebbe non essere compatibile con le versioni recenti di MacOs.\\n\\nVuoi " "che PlayOnMac tenti di leggere la parte PC del tuo CD?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Non dimenticarti di andare nel menu strumenti di PlayOnMac -> Leggi un CD-" "ROM prima di avviare il tuo gioco" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Per favore aspetta che $APPLICATION_TITLE copi i tuoi file:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Scansione unità virtuali..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Quanta memoria ha la tua scheda grafica?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "La scheda video non ha abbastanza memoria" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "La tua scheda grafica non ha abbastanza memoria!\\nPotrebbe impedire il " "funzionamento del gioco." #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Usare la versione Steam Store" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Usare la versione demo di Steam Store" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Usa la versione dello Store Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Usa la versione demo dello Store Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Usa la versione dello Store Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Usa la versione demo dello Store Desura" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Usare un file d'installazione sul mio computer" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usa CD-ROM" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usa DVD-ROM" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Scaricando il programma" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Per favore scegli un metodo di installazione" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Non voglio creare un'altro collegamento" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Esplora" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Connettiti al tuo account $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Connessione..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Connessione non riuscita! \\n Per favore assicurati che il tuo nome utente e " "che la tua password siano validi." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Si prega di attendere che $APPLICATION_TITLE analizzi l'hardware" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Sembra che Wine sia crashato\\n\\nSe il tuo programma è ancora aperto, " "ignora questo messaggio." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Impossibile trovare la versione: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Scaricando Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Il download è fallito." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Estraendo Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Per favore aspetta che $SOFTNAME venga installato..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Stai attento! Questo terminerà il processo di installazione. Se non è ancora " "finito dovrai reinstallare $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Installazione completata" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Premi Avanti solo quando il processo di installazione è finito" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Si prega di attendere che $APPLICATION_TITLE simuli un riavvio" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Attenzione:\n" "\n" "Questo strumento è per utenti esperti.\n" "Per disinstallare correttamente un programma con {0}, si deve cancellare il " "drive virtuale associato" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Generale" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Crea una nuova scorciatoia per questa unità virtuale" #: python/configure.py:201 msgid "Name" msgstr "Nome" #: python/configure.py:202 msgid "Wine version" msgstr "Versione Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Unità virtuale" #: python/configure.py:207 msgid "Arguments" msgstr "Argomenti" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Avvia il wizard di configurazione" #: python/configure.py:248 msgid "Windows reboot" msgstr "Riavvio Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Riparazione drive virtuale" #: python/configure.py:265 msgid "Command prompt" msgstr "Prompt dei comandi" #: python/configure.py:272 msgid "Task manager" msgstr "Gestore processi" #: python/configure.py:280 msgid "Kill processes" msgstr "Uccidi i processi" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Disinstallazione di Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installa" #: python/configure.py:395 msgid "Open program's directory" msgstr "Apri la cartella del programma" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Apri la cartella dell'unità virtuale" #: python/configure.py:560 msgid "GLSL Support" msgstr "Supporto GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Render Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Dimensione memoria video" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Modalità di rendering Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Modalità bloccata del Render target" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict draw ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Sostituzione del Mouse warp" #: python/configure.py:578 msgid "Open a shell" msgstr "Apri una shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Esegui un file .exe in questa unità virtuale" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Comando da eseguire prima dell'avvio del programma" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Stai attento!\n" "Se cambi " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} configurazione" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Per favore seleziona un programma o un'unità virtuale da configurare" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Installa un programma in un nuovo prefisso" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Rimuovi" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Schermo" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Varie" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Questa unità virtuale è protetta" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sei sicuro di voler cancellare l'unità virtuale {0}" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Sei sicuro di voler cancellare {0}" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Debugger di {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Si prega di selezionare un file di debug" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Trovare questo file di log" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Il file si chiama: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Drive virtuali" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Segnala un problema riguardante {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Installa script" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Errore: impossibile assegnare una porta valida" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "Attenzione: prima si prega di usare POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Wizard" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Indietro" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Avanti" #: python/guiv3.py:166 msgid "I Agree" msgstr "Accetto" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Mostra i drive virtuali" #: python/guiv3.py:188 msgid "Login: " msgstr "Accesso: " #: python/guiv3.py:189 msgid "Password: " msgstr "Password: " #: python/guiv3.py:192 msgid "Register" msgstr "Registra" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB scaricati" #: python/guiv3.py:288 msgid "of" msgstr "di" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Non puoi chiudere questa finestra" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Senza descrizione" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Cerca" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "Necessario No-cd" #: python/install.py:270 msgid "Commercial" msgstr "Commerciale" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Installa un programma non presente nella lista" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Quando {0} installa un programma Windows: \n" "\n" " - Abbandonare la locazione di default\n" " - Non selezionare \"Avvia il programma\" se richiesto." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Attualmente questo programma è in fase di test.\n" "\n" "Potrebbe non funzionare correttamente. Il feedback, positivo o negativo, è " "importante per migliorare l'installer." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Attivando questo, si accede agli installer in fase di test.\n" "\n" "{0} non può garantire che l'applicazione funzioni correttamente senza " "problemi." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Invia" #: python/irc.py:138 msgid "Connect" msgstr "Connetti" #: python/irc.py:139 msgid "Disconnect" msgstr "Disconnetti" #: python/irc.py:140 msgid "Leave" msgstr "Abbandona" #: python/irc.py:227 msgid "Join a channel" msgstr "Entra in un canale" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messaggistica" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Se chiudi questa finestra, non potrai più leggere ulteriori risposte. Sei " "sicuro di volerla chiudere?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Spiacente, questa persona non vuole ricevere messaggi privati" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Spiacente il servizio di messaggistica {0} non è disponibile al momento.\n" "\n" "Si prega di riprovare più tardi." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Non è installato nulla da eseguire. {0} file." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Aggiornamento {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Una versione aggiornata di {0} è disponibile" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Esegui" #: python/mainwindow.py:200 msgid "Donate" msgstr "Fai una donazione" #: python/mainwindow.py:201 msgid "Exit" msgstr "Esci" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Icone piccole" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Icone medie" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Icone grandi" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Icone molto grandi" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Gestisci la versione di Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Leggi un PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Chiudi tutti i {0} programmi" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} programma di messaggistica" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Associazioni file" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Informazioni {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gestore plugin" #: python/mainwindow.py:331 msgid "File" msgstr "File" #: python/mainwindow.py:333 msgid "Tools" msgstr "Strumenti" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Impostazioni" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Chiudi" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configura" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Apri la cartella dell'applicazione" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Leggi il manuale" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Imposta l'icona" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Chiudi questa applicazione" #: python/mainwindow.py:611 msgid "KillApp" msgstr "AppKill" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Nessun manuale trovato per {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Installare un programma" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Aggiornare GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Esegui il debug" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Creare una scorciatoia" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Aprire la directory" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Rimuovi" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Si prega di selezionare un programma" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} Impostazioni" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} Menu di installazione" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Gestore verioni wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "L'unità virtuale associata a {0} ({1}) non esiste più." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Sei sicuro di voler chiudere tutte le {0} finestre?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Esegui il tuo programma Windows su " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Team di PlayOnLinux e PlayOnMac\n" "Sotto licenza GPL versione 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Sviluppatori e Sito: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Packager: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Icone:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Le seguenti persone hanno contribuito a questo programma: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traduzione:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Leggi il file TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} non è in grado di avviare il server PlayOnLinux Setup Window" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} non può essere eseguto come root. Ci dispiace" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} non è in grado di trovare le librerie a 32bit di OpenGL\n" "\n" "Forse si riscontreranno problemi con i giochi" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} non è in grado di trovare le librerie a 64bit di OpenGL\n" "\n" "Forse si riscontreranno problemi con i giochi" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Il tuo filesystem potrebbe impedire il corretto funzionamento di {0}.\n" "\n" "Per favore apri {0} nel terminale per maggiori dettagli." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Vuoi aiutare {0} a costruire un database per la compatibilità?\n" "\n" "Se clicchi Si, la prima volta che verrà avviato un programma di Windows " "saranno spedite in forma anonima le seguenti informazioni:\n" "\n" "- Modello scheda grafica\n" "- Versione del sistema operativo\n" "- Se sono installati driver video\n" "\n" "Queste informazioni saranno preziose per aiutare le persone." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Si è sicuri di voler installare il pacchetto {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Tentativo di apertura di uno script design per {0}! Potrebbe non funzionare " "come ci si attende" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configurazione proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Imposta un proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Indirizzo proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Porta del Proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login del Proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Password del Proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Plugins installati" #: python/options.py:206 msgid "Add" msgstr "Aggiungi" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Abilita" #: python/options.py:210 msgid "Choose a plugin" msgstr "Scegli un plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "Qual è l'estensione" #: python/options.py:275 msgid "Assigned program" msgstr "Porgramma assegnato" #: python/options.py:277 msgid "Delete" msgstr "Elimina" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Sei sicuro di voler installare: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Sei sicuro di voler rimuovere: " #: python/options.py:334 msgid "Disable" msgstr "Disabilita" #: python/options.py:375 msgid "Apply" msgstr "Applica" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Bisogna riavviare {0} per rendere effettivi i cambiamenti" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versioni di Wine installate: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versioni di Wine disponibili: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versioni di Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Sei sicuro di voler cancellare wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} non è in grado di avviare POL_SetupWindow_server." playonlinux/lang/po/ja.po000066400000000000000000004432171226051336100157430ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-28 11:31+0000\n" "Last-Translator: Akira Nakagawa \n" "Language-Team: ja_JP.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "どのアプリケーションに変更を適用しますか?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "PlayOnLinuxで実行しているアプリケーションをキャプチャするプラグインです" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "キャプチャメニュー(OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "キャプチャメニュー(OpenGLなし)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "アプリケーションのキャプチャを開始" #: Capture plugin:7 msgid "Play a captured file" msgstr "キャプチャしたファイルを再生" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "ビデオにキャプチャしたファイルを変換" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "キャプチャを開始します。" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "キャプチャを開始・停止するには+F8を押してください" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "キャプチャの実行中" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "実行する操作を選択" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "変換するキャプチャファイルを選択" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "読み込むキャプチャファイルを指定してください。" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "変換するキャプチャファイルを指定してください。" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "PlayOnLinuxのロゴを作成中です。しばらくお待ちください。" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "ビデオにPlayOnLinuxのロゴを追加しますか?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "警告:正しいビデオエンコーディングでは、\\n解像度は16の倍数である必要があります" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "変換するビデオのフォーマットを選択" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "エンコードのオプションを設定\\n (何も知らない場合、既定の設定を推奨)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "ビデオをエンコーディング中です。しばらくお待ちください。" #: Capture plugin:29 msgid "Conversion done" msgstr "変換完了" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "変更するオプションを選択" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "変更するゲームを選択" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "アプリケーションを選択してください。" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "アプリケーションが選択されていません。" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "DirectDrawを用いた描画モードを使用しますか?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSLによる支援を有効化しますか?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Offscreenを用いた描画モードを使用しますか?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "実行するセットアップを選択" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "いいえ" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "はい" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "アクセサリ" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "開発" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "ゲーム" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "グラフィック" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "インターネット" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "マルチメディア" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "オフィス" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "その他" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "レジストリエディタ" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "更新" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "参照" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "標準" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "インストール" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "新しいWine環境にアプリケーションをインストールする" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "削除" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "キャンセル" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "次へ" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "/" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "実行" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "終了" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "ファイル" #: python/mainwindow.py:333 msgid "Tools" msgstr "ツール" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "設定" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "プラグイン" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "設定" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "プロキシ設定" #: python/options.py:129 msgid "Set a proxy" msgstr "プロキシサーバーを使用する。" #: python/options.py:132 msgid "Proxy address" msgstr "プロキシサーバーアドレス" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "インストール済 プラグイン" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "有効" #: python/options.py:210 msgid "Choose a plugin" msgstr "プラグインを選択してください。" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "無効" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/jv.po000066400000000000000000004435511226051336100157710ustar00rootroot00000000000000# Javanese translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2011-04-05 08:22+0000\n" "Last-Translator: zaenal arifin \n" "Language-Team: Javanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" "Singendi aplikasine sing kowe pingin bek aplikasikno kanggo modifikasine?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Plugin iki ngolehno kowe kanggo capture aplikasimu ninggon PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Nangkapi menu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Nangkapi menu (ora OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Ngawiti nangkapi seko aplikasi-aplikasi" #: Capture plugin:7 msgid "Play a captured file" msgstr "Mainke sakwiji capture brekas" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Ngonversi sak tangkapan brekas reng video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Pejet Next trus klik nok jendelone\\nkowe pingin ing capture.\\nCapture arep " "diawiti secoro otomatis sakwise 5 detik.\\nMung vidio sing iso di captured." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Nangkape arep dimulai..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pejhet +F8 kanggo ngawiti utowo mandekno capture" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pejhet +F8 kanggo mandekno capture" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Capture lagek mroses..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Mileho sakwijine aksi kanggo performane" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Sumonggo mileh sakwiji PID capture brekas kanggo dimaenke" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Sumonggo mileh sakwiji OGV capture brekas kanggo disetel" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Sumonggo mileh sakwiji capture brekas kanggo di konversi" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Kowe kudune mileh capture kanggo diwoco" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Kowe kudune mileh capture kanggo dikonversi" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Sumonggo nunggu sakmentoro lambange PlayOnLinux yoiku dikreasi..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Nambahno lambange PlayOnLinux reng videomu?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Ngilengake: Kanggo ngoreksi video encoding,\\nresolusine KUDUNE didadikno " "mulltiple seko 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Pengguno Ubuntu kudune nambahno MEDIBUNTU repositori\\nkanggo formate " "konversi iki ben kerjo nggenah." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Mileho formate video kanggo konversi" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tentukno pilihan pengkodeanmu kanggo pass 1 \\n (tinggalno default tek kowe " "ora ngerti opo sing dilakokno)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Tentukno pilihan pengkodeanmu kanggo pass 2 \\n (tinggalno default tek kowe " "ora ngerti opo sing dilakokno)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Tentukno pilihan pengkodeanmu \\n (tinggalno default tek kowe ora ngerti opo " "sing dilakokno)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Sumonggo nunggu sakmentoro vidiomu yoiku lagek dienkoding..." #: Capture plugin:29 msgid "Conversion done" msgstr "Ngonversine Rampung" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Mileh sakwiji pilihan kanggo modifikasi" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Kabeh" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Kowe kudu mileh sakwijine game kanggo dimodifikasi" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Sugeng rawuh nok konfigurasine ahline Wine, sakwijine keoptimisan sistem " "kanggo ngekreasi Wine barengan GNU_Raziel. Tek kowe ora ngreteni iku yo " "mileho, TINGGALNO BEN DEFAULT WAE" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Mileh sakwijine game" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Kowe orak mileh sakwijine game" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Mileh Model DirectDraw Renderer?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "ngAktifake dukungan GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Mileh Model Offscreen Rendering?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Mileh Model Render Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "ngAktifake dukungan Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "ngAktifake numpuki mouse warp?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimis Rampung" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Sugengrawuh ing Detour, sakwijine plugin sing kowe gunakno kanggo ngekreasi " "sotkat post-install." #: Detour plugin:5 msgid "Choose an application" msgstr "Mileho sakwijine applikasi" #: Detour plugin:6 msgid "Operation done" msgstr "Operasine wis rampung" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ko.po000066400000000000000000004421351226051336100157600ustar00rootroot00000000000000# Korean translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-25 17:29+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "어느 어플리케이션에 수정 사항을 적용할 것 입니까?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "이 플러그인은 PlayOnLinux 아래의 어플리케이션을 캡쳐할 수 있습니다." #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "캡쳐 메뉴(OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "캡쳐 메뉴(not OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "어플리케이션의 캡쳐 시작" #: Capture plugin:7 msgid "Play a captured file" msgstr "캠쳐된 파일 실행" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "캡쳐된 파일을 비디오로 변환" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "캡쳐를 원하시면\\n창의 다음버튼을 누르세요.\\n5초 후 자동으로 캡쳐가 실행될 것 입니다.\\n비디오 만이 캡쳐될 수 있습니다." #: Capture plugin:10 msgid "Capture will begin..." msgstr "캡쳐 시작..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "캡쳐를 시작하거나 멈추기 위해 +F8 누르기" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "캡쳐를 멈추기 위해 +F8 누르기" #: Capture plugin:13 msgid "Capture in progress..." msgstr "캡쳐가 진행중..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "적용할 액션 고르기" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "실행 할 PID 캡쳐 파일 고르기" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "실행할 OGV 파일 고르기" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "변환할 캡쳐 파일 고르기" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "읽을 캡쳐를 선택해야 합니다" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "변환할 캡쳐를 선택해야 합니다" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "PlayOnLinux 로고 가 생성될 동안 기다려주세요" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "비디오에 PlayOnLinux 로고를 더할까요?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "게임을 선택해 주세요." #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "게임을 선택하지 않았습니다." #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "아니오" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "예" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "보조 프로그램" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "개발" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "교육" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "게임" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "그래픽" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "인터넷" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "멀티미디어" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "오피스" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "기타" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "패치" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "시험중" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "레지스트리 편집기" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "새로고침" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "탐색" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "일반적인" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "설치" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "새로 만들기" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "삭제" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "취소" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "다음" #: python/guiv3.py:166 msgid "I Agree" msgstr "동의함" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "의" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "설명 없음" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "실행" #: python/mainwindow.py:200 msgid "Donate" msgstr "기부" #: python/mainwindow.py:201 msgid "Exit" msgstr "종료" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "파일" #: python/mainwindow.py:333 msgid "Tools" msgstr "도구" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "설정" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "플러그인" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "구성" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "아이콘 설정" #: python/mainwindow.py:600 msgid "Close this application" msgstr "이 어플리케이션 종료" #: python/mainwindow.py:611 msgid "KillApp" msgstr "킬어플리케이션" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "프록시 설정" #: python/options.py:129 msgid "Set a proxy" msgstr "프록시 설정" #: python/options.py:132 msgid "Proxy address" msgstr "프록시 주소" #: python/options.py:135 msgid "Proxy port" msgstr "프록시 포트" #: python/options.py:138 msgid "Proxy login" msgstr "프록시 로그인" #: python/options.py:141 msgid "Proxy password" msgstr "프록시 비밀번호" #: python/options.py:188 msgid "Installed plugins" msgstr "플러그인 설치 됨" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "사용하기" #: python/options.py:210 msgid "Choose a plugin" msgstr "플러그인 선택" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "사용 안 함" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine version들" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/lt.po000066400000000000000000004456041226051336100157720ustar00rootroot00000000000000# Lithuanian translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-11-27 16:46+0000\n" "Last-Translator: Mantas Kriaučiūnas \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Kuriai programai norite pritaikyti pakeitimus?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Papildinys leis užfiksuoti programų vaizdus naudojant PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Vaizdo fiksavimo meniu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Vaizdo fiksavimo meniu (be OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Pradėti programos vaizdų fiksavimą" #: Capture plugin:7 msgid "Play a captured file" msgstr "Rodyti įrašytą failą" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konvertuoti įrašytą failą į video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Spauskite Sekantis ir langą,\\nkurį norite užfiksuoti.\\nVaizdo fiksavimas " "prasidės automatiškai po 5 sekundžių.\\nBus fiksuojamas tik vaizdas." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Prasidės vaizdo fiksavimas..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Norint pradėti ar sustabdyti vaizdo fiksavimą, spauskite +F8" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Norint sustabdyti vaizdo fiksavimą, spauskite +F8" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Įrašinėjama..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Pasirinkite veiksmą" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Pasirinkite įrašytą PID failą rodymui" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Pasirinkite įrašytą OGV failą rodymui" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Pasirinkite įrašytą failą konvertavimui" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Pasirinkite vaizdo fiksavimą skaitymui" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Pasirinkite vaizdo fiksavimą konvertavimui" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Palaukite, kol kuriamas PlayOnLinux logotipas..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Pridėti PlayOnLinux logotipą į savo vaizdo įrašą?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Įspėjimas: Siekiant tinkamai užkoduoti vaizdą,\\nraiška TURI būti dauginė iš " "16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu naudotojai privalo pridėti MEDIBUNTU saugyklą,\\nkad šis konvertuotas " "formatas veiktų tinkamai." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Pasirinkite video formatą, į kurį norite konvertuoti" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Nustatykite kodavimo parinktis \\n (palikite numatytuosius, jei nežinote, ką " "daryti)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Palaukite, kol video užkoduojamas..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konvertavimas baigtas" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Išsirinkite ką norite keisti" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Visus" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Jūs turite pasirinkti žaidimą, kurį keisite" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Tai išplėstinis Wine konfigūravimas, pagal GNU_Raziel sukurta Wine " "optimizavimo sistema. Jei nežinote, ką pasirinkti, PALIKITE NUMATYTUOSIUS" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Pasirinkite žaidimą" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Jūs nepasirinkote žaidimo" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Pasirinkote DirectDraw atvaizdavimo būdą?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktyvuoti GLSL palaikymą?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimizavimas atliktas" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "Detour įskiepis leidžia sukurti programų nuorodas po jų įdiegimo." #: Detour plugin:5 msgid "Choose an application" msgstr "Pasirinkite programą" #: Detour plugin:6 msgid "Operation done" msgstr "Operacija atlikta" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Pasirinkite įdiegimo (setup) failą" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Pasirinkite įdiegimo (setup) failą:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ne" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Taip" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Pranešk apie klaidą" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Pasirinkite virtualaus disko pavadinimą" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Paleisti lokalų skriptą" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Konfigūruoti Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Reikmenys" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Kūrimas" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Švietimas" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Žaidimai" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internetas" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedija" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Raštinė" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Kita" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Pataisos" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testavimas" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Registro redaktorius" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Atnaujinti" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Naršyti" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Bendra" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Padaryti naują nuorodą iš šio virtualaus disko" #: python/configure.py:201 msgid "Name" msgstr "Vardas" #: python/configure.py:202 msgid "Wine version" msgstr "Wine versija" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtualus diskas" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Paleiskite konfigūravimo vedlį" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "komandų eilutę" #: python/configure.py:272 msgid "Task manager" msgstr "Užduočių tvarkyklė" #: python/configure.py:280 msgid "Kill processes" msgstr "Užbaigti procesus" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Įdiegti" #: python/configure.py:395 msgid "Open program's directory" msgstr "Atidaryti programos direktoriją" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Atidaryti virtualaus disko direktoriją" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL Palaikymas" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "Vaizdo atminties dydis" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Atidaryti konsolę" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Paleisti .exe failą iš šio virtualaus disko" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} parinktys" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Naujas" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Pašalinti" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Rodyti" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Įvairūs" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Šis virtualus diskas yra apsaugotas" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Vedlys" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Atšaukti" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Sekantis" #: python/guiv3.py:166 msgid "I Agree" msgstr "Sutinku" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Rodyti virtualius diskus" #: python/guiv3.py:188 msgid "Login: " msgstr "Prisijungti: " #: python/guiv3.py:189 msgid "Password: " msgstr "Slaptažodis: " #: python/guiv3.py:192 msgid "Register" msgstr "Registruotis" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB atsisiųsta" #: python/guiv3.py:288 msgid "of" msgstr "iš" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Nėra aprašymo" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Siųsti" #: python/irc.py:138 msgid "Connect" msgstr "Prisijungti" #: python/irc.py:139 msgid "Disconnect" msgstr "Atsijungti" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Pranešėjas" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Vykdyti" #: python/mainwindow.py:200 msgid "Donate" msgstr "Paaukoti" #: python/mainwindow.py:201 msgid "Exit" msgstr "Baigti" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Tvarkyti Wine versijas" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Įskiepių valdyklė" #: python/mainwindow.py:331 msgid "File" msgstr "Failas" #: python/mainwindow.py:333 msgid "Tools" msgstr "Įrankiai" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Nustatymai" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Įskiepiai" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Nustatyti" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Atverti programos katalogą" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Nustatyti piktogramą" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Užverti šią programą" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Uždaryti programą" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Ar tikrai norite uždaryti visus {0} langus?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Vystytojas ir tinklalapis: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Piktogramos:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Programą tobulino šie žmonės: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy konfigūravimas" #: python/options.py:129 msgid "Set a proxy" msgstr "Nustatyti proxy" #: python/options.py:132 msgid "Proxy address" msgstr "proxy adresas" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy prisijungimas" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy slaptažodis" #: python/options.py:188 msgid "Installed plugins" msgstr "Idiegti įskiepiai" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Įjungti" #: python/options.py:210 msgid "Choose a plugin" msgstr "Pasirinkite įskiepį" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Ar esate įsitikinęs, kad norite įdiegti: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Ar esate įsitikinęs, kad norite pašalinti: " #: python/options.py:334 msgid "Disable" msgstr "Išjungti" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Įdiegtos Wine versijos: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Prieinamos Wine versijos: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine versijos" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ms.po000066400000000000000000005756401226051336100157760ustar00rootroot00000000000000# Malay translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # Abuyop , 2013. msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-21 17:19+0000\n" "Last-Translator: abuyop \n" "Language-Team: malay loco team\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" "Language: ms\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Aplikasi yang manakah anda hendak laksanakan pengubahsuaian?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Pemalam ini membolehkan anda tangkap aplikasi anda dibawah PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menu tangkap (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menu tangkap (bukan OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Mula menangkap aplikasi" #: Capture plugin:7 msgid "Play a captured file" msgstr "Main fail yang ditangkap" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Tukar fail ditangkap kepada video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Tekan Berikutnya kemudian klik pada tetingkap\\nyang anda mahu tangkap.\\" "nTangkapan akan mula secara automatik selepas 5 saat.\\nHanya video akan " "ditangkap." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Tangkapan akan bermula..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Tekan +F8 untuk mula atau hentikan tangkapan" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Tekan +F8 untuk henti menangkap" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Penangkapan dalam proses..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Pilih tindakan untuk dilakukan" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Sila pilih satu fail tangkapan PID untuk dimainkan" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Sila pilih satu fail tangkapan OGV untuk dimainkan" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Sila pilih satu fail tangkapan untuk dimainkan" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Anda mesti pilih satu tangkapan untuk dibaca" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Anda mesti pilih satu tangkapan untuk ditukarkan" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "SIla tunggu semasa logo PlayOnLinux dicipta..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Tambah liogo PlayOnLinux kedalam video anda?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Amaran: Untuk pengekodan video yang betul,\\nresolusi MESTILAH dalam gandaan " "16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Pengguna Ubuntu mesti tambah repositori MEDIBUNTU\\nsupaya format penukaran " "berfungsi dengan baik." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Pilih format video untuk penukaran" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Takrifkan pilihan pengekodan anda untuk laluan 1 \\n (biarkan lalai jika " "anda tidak tahu apa perlu dibuat)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Takrifkan pilihan pengekodan anda untuk laluan 2 \\n (biarkan lalai jika " "anda tidak tahu apa perlu dibuat)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Takrifkan pilihan pengekodan anda \\n (biarkan lalai jika anda tidak tahu " "apa perlu dibuat)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Tunggu sebentar semasa video anda dienkodkan..." #: Capture plugin:29 msgid "Conversion done" msgstr "Penukaran selesai" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Pilih pilihan untuk ubahsuai" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Semua" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Anda mesti pilih permainan untuk diubahsuai" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Selamat datang ke Konfigurasi Wine Lanjutan, ia merupakan sistem " "pengoptimuman untuk Wine yang dicipta oleh GNU_Raziel. Jika anda tidak tahu " "apa perlu dipilih, BIARKAN LALAI" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Pilih satu permainan" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Anda tidak memilih permainan" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Pilih Mod Penerap DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktifkan Sokongan GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Pilih Mod Penerapan Luar Skrin?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Pilih Mod Kunci Sasaran Terap" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktifkan sokongan Persampelan Berbilang?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktifkan pembatalan leding tetikus?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Pengoptimuman selesai" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Selamat datang ke Detour. merupakan pemalam yang membolehkan anda cipta " "pintasan post-pasang" #: Detour plugin:5 msgid "Choose an application" msgstr "Pilih satu aplikasi" #: Detour plugin:6 msgid "Operation done" msgstr "Operasi selesai" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Sila sisip media permainan ke dalam pemacu cakera anda." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Sila pilih fail persediaan untuk dijalankan" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Bila $TITLE dimuat turun oleh Steam telah selesai,\\nJANGAN klik pada Main.\\" "n\\nTutup SEPENUHNYA antaramuka Steam, \\nsupaya skrip pemasangan dapat " "diteruskan." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "PERHATIAN: untuk mendaftar, bila ia meminta pendaftaran, seret-dan-lepas " "fail reg anda ke dalam $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "PERHATIAN: Untuk audio kependaman-rendah, rujuk WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Anda hendak pasang Tampalan 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Ini adalah pemasang untuk kemaskini atau tambahan;\\nSila pasang " "$TITLE_REQUIRED dahulu" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Anda mahu pasang Tampalan 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Untuk memasang $TITLE, anda perlu pasang Mod Pack Studio Lite 2.0 dahulu" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Perhatian Peta Piawai tidak berfungsi dengan baik, manakan Peta Suai dapat " "berfungsi tanpa masalah." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Bila $TITLE dimuat turun oleh Steam selesai,\\nJANGAN klik pada Main.\\n\\" "nTutup SEPENUHNYA antaramuka Steam, \\nsupaya skrip pemasangan boleh " "diteruskan" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Jika pemasangan .NET 3.0 gagal, jangan risau\\npermainan masih berfungsi" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Anda tidak perlu pasang DirectX atau guna GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Sila pilih fail pemasangan untuk dijalankan." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Sila tunggu..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Pemasangan selesai." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Sila sisipkan media permainan ke dalam cakera keras anda" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Sila pilih fail persediaan untuk dijalankan:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Selamat datang ke pemasang tampalan $PVERSION untuk $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Stema mempunyai sistem kemaskini automatiknya sendiri" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Pilih tampalan untuk dilakukan" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan anda ke dalam pemacu cakera\\njika belum lagi " "selesai." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam mempunyai sistem kemaskini automatiknya sendiri." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Sila masukkan media permainan ke dalam pemacu cakera anda" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Bila persediaan permainan menanya Cakera berikutnya\\nklik pada \\\"Maju\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Sila masukkan media permainan berikutnya ke dalam pemacu cakera anda" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Selamat datang ke pemasang tampalan $PVERSION untuk $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Sila pasang $TITLE_REQUIRED dahulu" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Versi bahasa Inggeris" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Versi antarabangsa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Versi bahasa Itali" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Versi Bahasa Jepun" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Versi yang manakah anda miliki?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Permainan tidak dipasang." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Tambahan ini akan memasang tambahan 2.5.26461 secara automatik" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Pilih tampalan pertama untuk dilakukan" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Pilih tampalan kedua untuk dilakukan" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Versi US atau Canada" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Tambahan ini akan memasang tambahan 1.3.5511 secara automatik" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Versi UK" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Anda mesti lumpuhkan perlindungan anti-cetak rompak bagi permainan ini\\" "njika anda mahu mainkannya dengan wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Berhati-hati! Untuk jalankan $TITLE dengan $APPLICATION_TITLE, anda mesti " "pasang tampalan No-CD walaupun anda mempunyai versi yang sah.\\n\\nSila " "ingat bahawa $APPLICATION_TITLE adalah tidak menyokong cetak-rompak, dan " "tidak akan sesekali menyokongnya." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Anda mesti lumpuhkan perlindungan anti-cetak rompak bagi permainan ini\\" "njika anda mahu mainkannya dengan wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Veris Permainan Terbaik Tahun Ini" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Versi biasa" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Selamat datang ke pemasangan tampalan $PVERSION untuk $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Amaran: GameShadow tidak berfungsi.\\nSila nyahpilih semasa pemasangan." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Jangan lupa menutup Steam bila muat turun\\nselesai, supaya " "$APPLICATION_TITLE dapat diteruskan\\nuntuk pemasangan permainan anda." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam akan membuat kemaskini.\\nSelepas Steam selesai mengemaskini dan " "tunjukkan antaramuka daftar masuk, daftar masuk dan kemudiannya biarkan " "$TITLE dipasang.\\n\\nBila pemasangan selesai, tekan berikutnya (Jangan " "tutup Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam sedang memasang $TITLEW, tekan berikutnya bila pemasangan selesai" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam sedang memasang $TITLEBTS, tekan berikutnya bila pemasangan selesai" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam sedang memasang $TITLECOL, sila tutup Steam dengan betul bila " "pemasangan selesai (pastikan Steam tidak berada dalam palang talam) dan " "kemudian tekan berikutnya supaya skrip pemasangan boleh diteruskan." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Pemasangan selesai\\n\\nPermainan akan mengalami kerosakan kali pertama " "dibuka, tetapi jangan risau, hanya cuba sekali lagi." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam akan membuat kemaskini.\\nSelepas Steam selesai mengemaskini dan " "tunjukkan antaramuka daftar masuk, daftar masuk dan kemudiannya biarkan " "$TITLE dipasang.\\n\\nBila pemasangan selesai, tekan berikutnya" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Pilih bahasa permainan yang anda mahu" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Tunggu semasa pek bahasa dikonfigur..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Selamat datang ke Pemasang tampalan $PVERSION untuk $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Tunggu semasa tampalan dimuat turun...\\nOperasi ini mengambil masa, " "bergantung kepada sambungan anda." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Pemasangan di dalam proses..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Inggeris" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Perancis" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Jerman" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Versi bahasa yang manakah anda hendak pasang?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "PERHATIAN: Pemsang ini memerlukan penggunaan CD, jika anda muat turun imej " "ISO percuma yang dikeluarkan oleh EA, sila rakam ia ke dalam CD atau DVD " "menggunakan perisian seperti Brasero, dan masukkannya ke dalam pemacu CD " "anda. Melekap imej ISO tidak akan berfungsi dengan sesetengah perisian, oleh " "itu saya tahu Mounty tidak berfungsi bagi kes ini." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Perhatian: Selepas pemasangan selesai, penampal akan dimuatkan. Sila tutup " "penampal sebelum mendaftar masuk untuk selesaikan pemasangan. Selepas ini, " "anda boleh jalankan \"$TITLE\" bila persediaan selesai" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Sila masukkan media 1 ke dalam pemacu cakera anda\\njika belum lagi selesai." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Tunggu sehinga pemasangan selesai..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Sila masukkan media 2 ke dalam pemacu cakera anda\\njika belum lagi selesai." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Sila pilih fail persediaan yang dimuat turun pada laman sesawang $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE telah dipasang.\\n\\nTerima kasih kepada Erich Hoover atas tampalan " "winenya (Pembaikan AcceptEx)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jika anda mempunyai Ralat 3007 semasa menyambung, buka terminal dan taip:\\" "necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Bila Pemulihan $TITLE oleh Steam telah selesai,\\nJangan klik Main.\\n\\" "nTutup SEPENUHNYA antaramuka Steam, \\nsupaya skrip pemasangan dapat " "diteruskan." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Bila $TITLE dimuat turun oleh Steam telah selesai, JANGAN klik pada Main.\\" "n\\nTutup SEPENUHNYA antaramuka Steam, \\nsupaya skrip pemasangan dapat " "diteruskan" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Jika persediaan meminta pemasangan DirectX, jawab tidak." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Selamat datang ke Pemasangan DLC untuk $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Tambahan ini akan menampal permainan secara automatik ke versi 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Bila persediaan permainan menanya DVD berikutnya\\nklik pada \\\"Maju\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Anda terperlu tetapkan aras bayang ke nilai maksimumnya\\natau anda perlu " "padam dan buat semula pemasangan permainan." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Memerlukan kira-kira 18Gb ruang bebas.nnDan juga, tambahan 5Gb dalam folder " "/home/ anda jika anda guna pemasang atas-talian.nDisarankan gunakan pemasang " "luar-talian." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Anda mahu buka halaman muat turun $TITLE dalam pelayar anda?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Anda mahu cipta pautan simbolik bagi tetapan $TITLE dalam /home/ folder " "anda?n(Dicadangkan ya.)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Isu diketahui:nn1) Memuatkan EULA kali pertama dijalankan mengambil masa " "yang lama (5min).nn2) Fitur Captain's Quarters mengalami kerosakan untuk " "(semua?) kebanyakan pengguna.nJika anda menghadapi kerosakan selepas memilih " "satu karakter cuba tekan kekunci escape semasa skrin daftar masuk dan " "lumpuhkan Captain's Quarters dibawah pemilihan grafik.n(Fitur ini dianggap " "tidak berguna oleh kebanyakan Pemain Eve.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Sila masukkan media permainan pertama ke dalam pemacu cakera anda" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Sila masukkan media permainan kedua ke dalam pemacu cakera anda" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Semasa pemasangan, sila BUANG TANDA pilihan bagi ASIO4ALL, dan BUANG TANDA " "jalankan FL Studio dipenghujung pemasangan." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "PERHATIAN: Bagi audio kependaman-rendah, rujuk WineASIO. Pengawal MIDI anda " "sepatutnya berfungsi." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Sila masukkan media 3 ke dalam pemacu cakera anda\\njika belum selesai." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Sila masukkan media 4 ke dalam pemacu cakera anda\\njika belum selesai." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Klik pada \"Maju\" SHAJA bila pemasangan permainan Steam\\nakan selesai atau " "anda perlu buat semula pemasangan." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Selamat datang ke Pemasang DLC bagi $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Pilih DLC untuk dipasangkan" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Ringan (702MB), baiki isu major (18 adegan)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Penuh (1.5GB), baiki sehingga isu minor (49 adegan)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Versi manakah yang anda ingin pasang?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Sila tunggu semasa $TITLE dipasang." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Menyahmampat arkib..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Ralat semasa memasang arkib" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Tampalan Advent Revising telah dipasang;\\nJangan lupa hantar emel terima " "kasih kepada Setz atas usahanya." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Penyunting" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Skrip pemasangan ini memerlukan ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Menukar video..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Kali pertama dijalankan permainan akan kesan-sendiri penerap yang tersedia.\\" "nBerkemungkinan anda akan dapat prestasi penerap OpenGL yang lebih baik;\\" "nAnda boleh pilih ia selepas mengklik pada \"Papar semua peranti\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Jalankan $TITLE dalam mod selamat?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Tidak dapat cari direktori program" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Penyunting aras" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Apakah pintasan tambahan yang patut dicipta?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Tetapan video lalai adalah rendah bagi kebanyakan komputer modern,\\ningat " "klik pada \"Kesan-sendiri\" dalam tetapan video lanjutan." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Ini merupakan pemasang untuk satu kemaskini;nSila pasang $TITLE_REQUIRED " "terlebih dahulu" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Mahu lumpuhkan penimbalan-tripel di dalam tetapan,\\nkerana ia belum lagi " "disokong sepenuhnya oleh Wine buat masa ini." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Penyunting Pelayan Berdedikasi" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Pergi kesana sekarang?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Anda boleh muat turun fail arkib dari:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Pelayan Khusus" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Bahasa" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Sepanyol" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Apakah bahasa kegemaran anda?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasil (teks sahaja)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Belanda (teks sahaja)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Itali (teks sahaja)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Sppanyol (teks sahaja)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Kekunci anak panah (lalai)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Bentangan kekunci piawai" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Tidak berubah" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Lalai kilang" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Kualiti tinggi (Tetapan entropi)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Kualiti visual" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Anda hendak baca bebenang asal dari forum GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Ralat semasa menyahmampat arkib" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Tampalan kini boleh diaktifkan dan dikonfigur melalui\\nBestari Persediaan " "PlayOnLinux untukr Outcast.\\nDan jangan lupa beri mesej kepada Zenger dalam " "forum GoG!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Jalan \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Semak sama ada resolusi telah berubah\\n(biasanya ditetapkan kepada \\\"HI-" "RES\\\") dalam pemuat." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Pelayan khusus" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Kod diperlukan untuk memulakan permainan baru boleh ditemui di dalam\\" "ndokumentasi;\\nKlik-kanan pada ikon permainan, \"Baca panduan\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Jika anda dapat lihat lanskap disebalik menu utama,\\nlumpuhkan FOG dalam " "pilihan grafik." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(bertetingkap)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Roda kod" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Anda mempunyai pek bahasa untuk dipasang?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Kemudian" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Tidak" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ya" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Untuk memasang pek bahasa kemudian, buka panel konfigurasi permainan untuk " "melakukan pemasang ke cakera maya (Tab pelbagai)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Adalah sangat disarankan memasang pek mod Circle of Eight\\nuntuk membaiki " "banyak isu dengan permainan ini, secara pilihan menambah kandungan baru\\" "n(untuk pek mod \"NC\").\\nGuna skrip PlayOnLinux yang khusus dalam seksyen " "tampalan." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Kini anda mesti pasang pek mod dalam direktori:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Sila pilih MANA-MANA 3 ikon bila dipinta." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "direktori sementara hilang" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Panel Kawalan Two Worlds adalah alat daripada komunitit InsideTwoWorlds,\\" "nyang membolehkan anda pulas parameter dan urus mod\\nbagi permainan ini. " "Rujuk\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 " "untuk perincian.\\nPasang ia?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Panel Kawalan" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "PENTING:\n" " \\n\\nPada tetingkap pemasangan berikutnya, JANGAN klik butang Pilihan, " "ia akan merosakkan pemilihan bahasa." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "Pertama kali dijalankan, permainan akan kesan-sendiri penerap yang " "tersedia.\\nBerkemungkinan anda akan dapat prestasi yang lebih baik daripada " "penerap OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Sila pilih bahasa permainan" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Pilih resolusi permainan" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Kini anda boleh memilih mod permainan:\\n1)Mod tetingkap:\\nSemua berfungsi " "disebalik kursor sistem di dalam tetigkap permainan.\\n\\n2)Mod skrin " "penuh:\\nSemua berfungsi selain dari langit, ia menjadi hitam.\\n\\n\\n\\" "nApakah mod yang anda mahu guna?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE telah dipasang" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Sila sisip DVV-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Oleh kerana pepijat wine #30512, proses muat turun akan mengalami kerosakan, " "hanya lancarkan semula klien dan muat turun akan disambung semula pada " "kedudukan ia dihentikan. Peratus muat turun akan ditetap semula tetapi " "jangan risau, ia tidak bermula daripada permulaan." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Sila pilih fail pemasangan $TITLE. Semasa pemasangan, buang tanda semua " "pemacu tambahan yang ia mahu pasangkan:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Pemasangan Steam telah dikesan\\nanda hendak pasang permainan ini ke dalam " "pemacu maya yang serupa?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Mengemaskini $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Sila cari program pemasangan (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap " "baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada " "${END_JP} dan kemudian pada ${YES_JP}. Klik Berikutnya untuk mula memasang." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Sila pilih fail pemasangan $TITLE. JANGAN TANDA JALANKAN IMGBURN " "DIPENGHUJUNG PEMASANGAN:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "PERHATIAN: POL tidak mengizinkan cetak rompak. Sila guna $TITLE dengan cara " "yang sah" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "Tidak dapat cari bolehlaku $EXE dalam cakera maya $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Tiada permainan Engine Infiniti yang tersokong ditemui." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Semua permainan Infinity Engine tersokong sudah ditampal.\\nUntuk " "mengubahsuai resolusi skrin bagi pintasan. guna konfiguratornya." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Anda hendak pasang versi unikod bagi Persediaan Inno?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Mendaftarkan pustaka, tunggu sebentar\\n(Ia mengambil masa)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo tidak dipasang. Sila pasang pakej mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Amaran! pemampatan S3TC tidak tersedia dalam sistem anda.\\n\\nJika anda " "mempunyai pemacu bebas, anda perlu pasang pemacu proprietari \\n\\nJika " "tidak, anda boleh benarkannya dengan memasang pakej libtxc-dxtn0 tetapi anda " "akan dapati prestasinya lebih perlahan." #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Tidak dapat pasang menggunakan pemuat turun rasmi, maaf" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Amaran: Anda tidak boleh tandakan kotak tanda \"Jalankan $TITLE\" bila " "persediaan telah selesai" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Anda kini mempunyai direktori Leauge of Legends pada dekstop yang mana ia " "mengandungi pemasangnya. Anda boleh simpan ia untuk mempercepatkan proses " "pemasangan semula." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Sila masukkan media permainan 1 kedalam pemacu cakera anda" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Sila masukkan media permainan 2 kedalam pemacu cakera anda" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Versi Digital Deluxe" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Edisi yang manakah anda ada?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Prosedur ini akan memasang Microsoft Office $TITLE, program percuma yang " "membolehkan anda lihat dokumen .doc dan .docx, tetapi anda tidak dapat " "menyuntingnya. Program ini dikhususkan untuk pengguna yang tidak dapat " "memaparkan dokumen doc atau docx yang kompleks. Jika anda mahu sunting " "dokumen, guna LibreOffice, OpenOffice atau lain-lain penyunting. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE telah berjaya dipasang\\n\\nJika Tetingkap pemasangan menghalang " "program anda dijalankan, anda mesti buang dan pasang semula $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Jenis pengaktifan?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Masukkan alamat pelayan lesen!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Masukkan port pelayan lesen!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Adakah data bagi pelayan lesen adalah betul?\\nDapatkah nilai ini ditambah " "ke registri?\\n\\nNama pelayan lesen: $licenseServerName\\nPort pelayan " "lesen: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE kini sepatutnya diaktifkan.\\nBunga dua kali permulaan $TITLE " "diperlukan:\\nSatu untuk mengawalkan dan satu lagi untuk pendaftaran.\\n\\" "nHanya mula, tutup dan mula semula $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Tiada pemasangan $TITLE ditemui.\\n\\nSila guna skrip pemasangan $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Tanda komponen yang anda hendak pasang lagi:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Menyalin fail pemasangan, tunggu sebentar..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Daftar atau daftar masuk dan muat turun fail pemasangan : " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" "Sila buang tanda \"Lancar Need For Speed\" dipenghujung kotak pemasangan" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Jika kemaskini muat turun tersangkut, tutup dan jalankannya sehingga muat " "turun selesai." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Versi demo" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Sila pilih versi." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Memeriksa integriti kandungan..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Memeriksa integriti muat turun..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Muat turun gagal" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Muat turun kelihatan sudah rosak" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Cuba lagi?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Tiada perintah root dinyatakan, menghentipaksa pemasangan." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "Falsafah PlayOnLinux/PlayOnMac adalah tidak sesekali meminta kata laluan " "pengguna-super, namun, bagi skrip ini, ia adalah mandatori. Oleh itu, kami " "memberikan kepada anda perintah yang anda mesti taip sendiri supaya " "pemasangan dapat diteruskan :" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Tiada sambungan nama fail dinyatakan , melangkau asosiasi ke aplikasi tabii." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Sila baca ini" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "Dalam direktori manakah anda mahu muat turun fail GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Sila masukkan daftar masuk gog.com anda untuk muat turun $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Daftar masuk Gog.com mengalami kegagalan, cuba lagi?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Fail telah dikemaskini. Jika masalah masih lagi wujud, laporkan isu tersebut " "supaya skrip tersebut dapat dilaras semula." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Anda mahu muat turun $TITLE dari GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Memasang Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "Dalam direktori manakah anda mahu alih semula direktori pengguna?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Memasang dll DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Memasang dll DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Memasang dll DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Sila tunggu semasa Desura dimuat turun..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Memasang DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Pakej ini tidak berfungsi pada pemasangan 64-bit" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Pakej ini tidak berfungsi dengan wine 1.3.22 atau yang lebih rendah" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Pakej ini tidak berfungsi dengan wine 1.3.18 atau yang lebih rendah" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Pemasangan pakej akan gagal sehinggalah anda tetapkan " "/proc/sys/kernel/yama/ptrace_scope kepada 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Buka $URL sekarang?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Jika anda temui mesej ralat semasa pemasangan DotNet 3.0, anda boleh " "abaikannya tanpa sebarang isu" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Pakej ini gagal dipasang dengan wine 1.5.21 atau yang lebih baharu" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Jika anda temui mesej ralat semasa pemasangan DotNet 3.5, anda boleh " "abaikannya tanpa sebarang isu" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Jika anda temui mesej ralat semasa pemasangan DotNet 3.5 SP1, anda boleh " "abaikannya tanpa sebarang isu" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Jika anda temui mesej ralat semasa pemasangan DotNet 4.0, anda boleh " "abaikannya tanpa sebarang isu" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Memasang masa jalan DirectX" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Memuat turun gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Memasang Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Memuat turun Game Fot Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "Amaran : GFWL kelihatan sudah dipasang.\\nMemaksa pemasangan semula." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "Pilih bahasa Internet Explorer yang anda mahu" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Memasang DLL Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Memasang DLL mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Memasang DLL msasn1..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Sila tunggu semasa Steam dimuat turun..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Sila tunggu semasa $APPLICATION_TITLE memuat turun Pelancar Permainan Ubisoft" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Memasang masa jalan Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Amaran: vcrun2005 kelihatan telah dipasang.\\nMemaksa pemasangan semula." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Amaran : vcrun2008 kelihatan sudah dipasang.\\nMemaksa pemasangan semula." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 mungkin gagal dipasang kerana versi PlayOnLinux anda terlalu tua. " "Sila kemaskini." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Amaran : vcrun 2o1o kelihatan sudah dipasang.\\nMemaksa pemasangan semula." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 mungkin gagal dipasang kerana versi PlayOnLinux anda terlalu tua. " "Sila kemaskini." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Memuat turun..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Memasang DLL wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Memasang dll Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Memasang dll Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Memasang XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft fonts" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Fon Microsoft tidak dipasang; saya akan pasangkannya untuk anda." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Lesen diterjemah kedalam bahasa anda " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Fon disediakan oleh Microsoft\\n\"atas minat terhadap keserasian platform-" "silang\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "Ia tiada lagi menjadi masalah, kerana sudah tersedia daripada pihak ketiga." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Anda bebas memuat turun fon ini dan guna ia untuk kegunaan anda sendiri,\\" "ntetapi anda tidak boleh edar semula ia dalam bentuk terubahsuai,\\" "ntermasuklah perubahan pada nama fail atau format pempakejan." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Lesen asal " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Sila baca dan terima yang berikut:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Memuat turun fon" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Memuat turun: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Memasang fon" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Memasang: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Membersihkan" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Fon Microsoft telah berjaya dipasang." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Buang Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "Game For Windows Live tidak dipasang\\nmelangkau nyahpasang rutin." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Untuk teruskan, PlayOnLinux perlu nyahlekap CD-ROM terdahulu anda yang " "sebelum ini dilekap dengan pilihan unhide." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Kami perlukan capaian sudo pada komputer anda. Maka, kata laluan root anda " "akan diminta. Disini adalah perintah yang mana PlayOnLinux dijalankan " "sebagai root:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Sila baca dahulu" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Untuk teruskan, PlayOnLinux perlu lekap semula CD-ROM anda dengan pilihan " "unhide." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Henti paksa pemasangan" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Benarkan ptrace() secara sejagat" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Beri keupayaan ke bolehlaku wineserver" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Saya baiki sendiri, cuma ujian semula" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Program perlu capaian ke ptrace() untuk diteruskan:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Pengguna henti paksa" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Sila masukkan cakera pertama" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Baca dahulu!\\n\\nBila pemasang $TITLE meminta anda ubah cdrom anda, sila " "kembali ke tetingkap $APPLICATION_TITLE ini" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Bila pemasang meminta anda masukkan cdrom nombor $CDNumber, klik " "berikutnya.\\n" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Sekarang, masukkan cdrom nombor $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" "Kini anda boleh kembali ke tetingkap pemasangan $TITLE untuk teruskan" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "Sila jangan jalankan $TITLE selepas pemasangan selesai." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "$TITLE telah berjaya dipasang." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Sila pilih fail bernama Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Sila tunggu ketika $TITLE dipasang" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE telah berjaya dipasang" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Bila $TITLE yang dimuat turun oleh Desura telah selesai,\\nJANGAN klik pada " "Main.\\n\\nTutup SEPENUHNYA antaramuka Desura, \\nsupaya skrip pemasangan " "dapat diteruskan" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Tunggu semasa pemasangan disediakan..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Sila masukkan cakera 2 ke dalam pemacu cakera anda\\njika belum lagi selesai." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Sila masukkan cakera 3 ke dalam pemacu cakera anda\\njika belum lagi selesai." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Sila pilih fail pemasangan $TITLE. JANGAN jalankan Reaper selepas pemasangan " "selesai." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "PERHATIAN: Untuk audio kependaman-rendah, pergi ke WineASIO. Selepas itu, " "antaramuka audio kependaman-rendah akan disarankan. Pengawal MIDI anda akan " "berfungsi seperti yang dijangkakan." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "PERHATIAN: Tetingkap pendaftaran akan tersembunyi disebalik logo Reason " "semasa kali pertama dijalankan; klik-kanan pada item palang tugas dan klik " "ALIH. Jika soundbank gagal salin dan program mengalami kerosakan selepas " "memasukan kod pendaftaran, maka keluarkan cakera dan masukkan semula dan " "cuba jalankannya sekali lagi. Jika masih tidak berfungsi, anda perlu salin " "soundbanks secara manual ke pemacu maya Reasons. Muat turun digital tidak " "mengalami isu seperti ini." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jika permainan rosak semasa permulaan, buka terminal dan taip:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Perlindungan CD bagi permainan ini tidak berfungsi baik dengan Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE dipasang!\\n\\nPerhatian!\\n1)But semula wine\\n2)Tetapkan peranti " "output yang betul di dalam tetapan audio wine\\n3)Selamat bermain!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Anda boleh muat turun fail pemasangan $TITLE disini:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Perhatian" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Ia membolehkan anda pasang Sacrifice, kemudian akan muat turun dan pasang " "tampalan #3nya. Jangan lancarkan permainan sehinggalah tampalan telah " "dipasang." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Semasa prose pemasangan, sila nyahpilih\\n\"Pasang Bonjour for Windows\" dan " "\"Kemsakini Safari secara automatik\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" "Semasa memasang, pastikan tidak benarkan Scrolls dilancar secara automatik, " "supaya persediaan POL dapat diselesaikan." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Tunggu sebentar ketika data permainan $TITLE diekstrak." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Sila pilih versi MS-DOS bagi fail persediaan:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "Jika anda belum lagi memuat turun permainan, anda perlu membuatnya. Anda " "boleh mendapatkannya melalui Google cari, dan perlukan Slender_v0_9_7.zip " "supaya skrip ini diselesaikan." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Pilih fail ZIP yang dimuat turun disini" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Mengektrak Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Maaf, ia bukanlah fail .zip yang sah" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap " "baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada " "${END_JP} dan kemudian pada ${YES_JP}. Klik Berikutnya bila anda selesai " "memasang." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap " "baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada " "${END_JP} dan kemudian pada ${YES_JP} (Y). Klik Berikutnya bila anda selesai " "memasang." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Sila cari fail tampalan terjemahanan Bahasa Inggeris" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "Apabila pemasangan program bermula, klik pada ${INSTALL_JP}. Bila tetingkap " "baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada " "${END_JP} dan kemudian pada ${YES_JP} (Y) . Klik Berikutnya untuk mulakan " "pemasangan." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jika anda menghadapi ralat masa jalan semasa menjalankan permainan, buka " "terminal dan taip:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Sila cari program pemasangan (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "Bila pelancar dibuka, klik pada butang atas untuk buka pemasang. Bila " "tetingkap baru dibuka, klik OK. Apabila tetingkap baru yang lain dibuka, " "klik pada butang yang bermula dengan huruf N sehinggilah ia memasang. Tunggu " "sehingga ia selesai dan klik butang kanan untuk keluar. Klik Berikutnya bila " "anda selesai memasang." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Sila pilih nama pemacu maya" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Jika anda mahu pasang $TITLE dalam pemacu maya lain\\nJalankan pemasang ini " "sekali lagi" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "Muat turun pada Pulih Steam-Pulih Sandar Steam" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "Anda mahu pasang ?" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Muat turun Kedai Steam" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Pasang Terraria di dalam Steam. Jalankan Terraria bila Steam telah memasang " "permainan tersebut. Steam memasang kerangka kerja xna permainan. Tutup Steam " "supaya pemasang dapat diteruskan." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "Pemasangan \"Horse Armor Pack\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "Pemasangan \"Knights of the Nine\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "Pemasangan \"Mehrunes Razor\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "Pemasangan \"Orrery\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "Pemasangan \"Spell Tomes\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "Pemasangan \"Theives Den\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "Pemasangan \"Vile Lair\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "Pemasangan \"Wizard Tower\" akan bermula..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Jika anda tidak mempunyai tambahan \"Shivering Isle\"\\nanda mesti kemaskini " "permainan ini sebelum membukanya." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Bila $TITLE yang dimuat turun oleh Steam telah selesai, JANGAN klik pada " "Main.\\n\\nTutup SEPENUHNYA antaramuka Steam, \\nsupaya skrip pemasangan " "dapat diteruskan" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Jika anda tidak mempunyai tambahan \"Shivering Isle\"\\nanda mesti kemaskini " "permainan ini sebelum membukanya." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Tambahan ini akan menampal permainan secara automatik ke 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Kod yang diperlukan untuk keluar dari dungeon pertama boleh ditemui di " "dalam\\ndokumentasi;\\nKlik-kanan pada ikon permainan, \"Baca panduan\" " "kemudian periksa halaman 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Permainan akan gagal dilancarkan sehinggalah anda tetapkan " "/proc/sys/kernel/yama/ptrace_scope kepada 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Edisi Dipertingkatkan" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Edisi Piawai" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Bila persediaan permainan akan meminta cakera berikutnya\\nklik pada \"Maju\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Sila sisip media sarang ke dalam pemacu cakera anda" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Permainan tidak dipasang" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Selamat datang ke pemasang $PVERSION untuk $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" "Permainan ini sudah dalam Edisi Dipertingkat\\dan hanya perlu tampalan 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Pilih tampalan pertama (Tatar EE) untuk dilakukan" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Pilih tampalan kedua (1.5) untuk dilakukan" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Tunggu ketika tampalan 1 dimuat turun...\\nOperasi ini mengambil masa, " "bergantung pada sambungan anda." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Tunggu ketika tampalan 2 dimuat turun...\\nOperasi ini mengambil masa, " "bergantung pada sambungan anda." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Tunggu ketika tampalan 3 dimuat turun...\\nOperasi ini mengambil masa, " "bergantung pada sambungan anda." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Tunggu ketika tampalan 4 dimuat turun...\\nOperasi ini mengambil masa, " "bergantung pada sambungan anda." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Muat turun selesai.\\nPemasangan tampalan akan bermula" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Memasang vcrun2008 dan wininet dan lumpuhkan dll d3d9 dan d3d8 akan memaksa " "permainan gunakan OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Semasa pemasangan, sia BUANG TANDA semua pemacu untuk pengawal NI dan " "antaramuka audio. Pemasangan akan gagal jika dibiarkan bertanda, dan " "sebenarnya tidak diperlukan." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" "Penyetempatan ja_JP.utf8 mesti dipasang supaya $TITLE dapat berfungsi." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Anda hendak benarkan tampalan GUI Bahasa Inggeris?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE telah berjaya dipasang.\\n\\nJika permainan mengalami kerosakan " "semasa permulaan, buka terminal dan taip:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Anda hendak layar laman sesawang $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Versi CD-ROM sudah lapuk. Jangan lupa kemaskini $TITLE jika anda mahu " "jalankannya dengan $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Pelayar anda akan ditimbulkan, muat turun tampalan darinya dan janga lupa " "menyahmampatnya" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Versi wilayah manakah World of Tank yang anda ingin pasang? Perhatian: Korea " "tidak menyokong pemasangan ini." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Perhatian: Selepas pemasangan selesai, penampal akan dimuatkan. Sila tutup " "penampal sebelum mendaftar masuk atau selesaikan mengemaskini untuk " "selesaikan pemasangan. Selepas itu, anda boleh jalankan \"$TITLE\" bila " "persediaan selesai" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan 1 ke dalam pemacu cakera anda\\njika belum " "lagi selesai." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan 2 ke dalam pemacu cakera anda\\njika belum " "lagi selesai." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan 3 ke dalam pemacu cakera anda\\njika belum " "lagi selesai." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan 4 ke dalam pemacu cakera anda\\njika belum " "lagi selesai." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Sila sisipkan media permainan 5 ke dalam pemacu cakera anda\\njika belum " "lagi selesai." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "Bila $TITLE dimuat turun oleh Steam telah selesai,nJANGAN klik Main.nnTutup " "SEPENUHNYA antaramuka Steam, nsupaya skrip pemasangan dapat diteruskan." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Memindahkan fail dari Cakera 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Sila masukkan cakera 2 \"$TITLE\"" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Memindahkan fail dari Cakera 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Sila pilih LAGI PILIHAN, kemudian buang tanda pilihan JALANKAN \"$TITLE\" " "SELEPAS PEMASANGAN. Jika tidak pemasangan akan gagal!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Anda hendak pasang $TITLE untuk disegerak dengan peranti USB?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine belum lagi menyokong USB lagi. Anda tidak boleh segerakkan iDevices " "anda dengan $APPLICATION_TITLE. Maaf" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Sila pilih iTunes versi 32bit" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Tekan berikutnya untuk mulakan pengemaskini. Bila pengemaskini selesai, " "tutup ia. Jangan mulakan osu! lagi." #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "Sila pilih fail persediaan untuk dijalankan :" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Sila pilih fail pemasangan $TITLE. JANGAN jalankan rFactor selepasa " "pemasangan selesai. Biarkan DirectX dipasang bila diminta. Pastikan anda " "tetapkan resolusi kepada 32-bit bila Konfig rFactor Config muncul." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Laporkan pepijat" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "Sila berikan perincian, jika tidak, adalah sukar membantu anda" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Bestari ini akan membantu anda laporkan pepijat mengenai program yang " "disokong secara rasmi." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Veris $APPLICATION_TITLE anda sudah lapuk.\\nAnda mesti kemaskini " "$APPLICATION_TITLE sebelum menghantar laporan pepijatt.\\nTerima kasih" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Saya mempunyai masalah dengan perisian" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Masalah saya berkenaan $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Apakah jenis masalah yang anda hadapi?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Jangan sertakan sebarang fail log" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Pemasangan manual" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Pemasangan automatik" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Pilih fail log yang berkaitan dengan program anda." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Sila beri keterangan ringkas (tajuk, bahasa sahaja)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Sila jelaskan masalah anda (Bahasa Inggeris sahaja):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Maaf, kami perlukan keterangan terperinci." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Terima kasih !\\n\\nLaporan anda telah dihantar.\\n\\nKami akan membalasnya " "melalui mel dengan jawapan yang terbaik nanti" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Pencipta pemacu maya" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Selamat datang ke pencipta pemacu maya $APPLICATION_TITLE.\\n\\nAlat ini " "akan membantu anda membuat pemacu maya baru" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Apakah jenis pemacu maya yang anda hendak ciptakan" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Jika senarai ini kosong, sila pasang versi wine dengan pengurus versi wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Versi wine yang manakah anda mahu gunakan?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Pilih nama bagi pemacu maya" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Jalankan skrip setempat" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Bestari ini akan membantu anda jalankan Skrip $APPLICATION_TITLE tidak rasmi." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Pilih skrip $APPLICATION_TITLE yang sah untuk dijalankan." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Ralat!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Fail tidak ditemui!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Laman sesawang PlayOnLinux tidak tersedia." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nSila pastikan anda telah bersambung dengan internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Sila baca ini dengan teliti" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION telah dipasang dalam komputer anda." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Namun, ia tidak akan diaktifkan sehinggalah anda but semula komputer anda." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Sila but semula komputer anda sekarang, dan jalankan PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Sila baca ini dengan teliti." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Untuk memastikan permainan anda menjadi serasi, PlayOnMac mesti memasang " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac perlu pasangkan XQuartz untuk berfungsi dengan baik" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Jangan pasang XQuartz buat masa ini" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Saya telah muat turun fail tersebut" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Sila muat turun XQuartz untuk saya" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Memuat turun XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Di mana" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Memasang XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz telah dipasang." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Tidak boleh pasang XQuartz! Anda mesti pasang ia untuk mempertingkatkan " "keserasian permainan." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Konfigurasi pemacu maya lalai" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE sedang membuat pemacu keras windows maya" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Penggunaan pertama kali $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE sedang menyiapkan penyediaannya" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Sila pastikan anda telah bersambung dengan internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Kelihatan ini merupakan kali pertama anda menggunakan \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Bestari ini akan membantu anda menyediakan persekitaran untuk " "$APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Ralat semasa memasang fon" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Selamat menggunakan $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Pemasang Gecko $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Pemasang Mono $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Bestari ini akan membantu anda memasang Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "dalam persekitaran $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Penkonfigur Aplikasi $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Anda pasti hendak matikan semua aplikasi $APPLICATION_TITLE yang aktif?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Pencipta pintasan $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Sila pilih perisian untuk dipakejkan" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Mencipta pintasan..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Pintasan telah diletak pada dekstop anda" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Menyalin pemacu maya" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Jalan-sendiri" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Tiada lokasi persediaan ditemui dalam autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Selamat datang ke bestari pemasangan manual $APPLICATION_TITLE.\\n\\nSkrip " "ini akan membolehkan anda memasang sebarang program pada $APPLICATION dan " "guna ia dengan semua alatan\\n\\nAmaran: Kami tidak dapat memberikan jaminan " "aplikasi anda akan berfungsi dengan sempurna." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Pasang program di dalam pemacu maya baru" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Sunting atau kemaskini aplikasi sedia ada" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Apakah yang anda ingin lakukan?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Sila taip nama bagi pemacu maya aplikasi anda.\\nNama ini tidak boleh " "mengandungi jarak." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Sila pilih satu program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Guna versi wine yang lain" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Konfigur Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Pasang beberapa pustaka" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Jika anda tidak tahu, nyahpilih semua" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Apa yang anda hendak buat sebelum pemasangan?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Sila buat pilihan" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Mencari CD-ROM yang boleh berjalan" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Pilih fail lain" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Sila pilih cara untuk memasang program anda" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Sila pilih fail pemasangan untuk dijalankan." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Anda mesti pilih satu fail!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE sedang memasang aplikasi anda..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Pengurus pakej $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Penggunaan: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tPilih satu fail" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " atau " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tEkstrak pakej" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tPasang pakej" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tPapar mesej ini" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Pilih satu pakej untuk dipasang" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Pengurus pakej PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Tidak boleh cari fail: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " bukanlah pakej PlayOnLinux yang sah!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Fail ini: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " tidak wujud!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Mengekstrak: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Menjalankan..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Membersihkan..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Ini merupakan senarai skrip yang anda hantar kepada kami. Anda boleh " "jalankan salah satu daripadanya" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Anda kelihatan tidak mempunyai sebarang skrip peribadi" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Jika anda berjaya memasang program dengan butang 'Pasang perisian bukan-\\" "ntersenarai', ia membolehkan anda tambah program ini ke dalam senarai kami" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Alatan ini akan membolehkan anda bantu kami :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Kami akan menanya anda beberapa soalan, sila jawab setepat yang mungkin" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Pilih fail yang berkaitan dengan program anda." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Adakah program anda berjalan?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Apakah tajuk program anda?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Apa penyunting program anda?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Apa penyunting laman sesawang bagi program anda?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Aksesori" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Pembangunan" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Pendidikan" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Permainan" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafik" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Pejabat" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Lain-lain" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Tampalan" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Pilih kategori bagi program anda" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Pengujian" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Apakah fitur bagi program anda yang tidka berfungsi\\nJika semuanya " "berfungsi dengan baik, sila jelaskannya" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Tulis sebarang perubahan yang anda buat terhadap konfigurasi wine disini:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Anda mesti boleh menjalankan program ini!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Jalankan salah satu skrip peribadi anda" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Hantar kepada kami skrip yang berfungsi yang dijana dengan pemasangan manual" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Daftar Keluar" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" "Anda kin bersambung ke $APPLICATION_TITLE atas-talian sebagai $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Anda berjaya mendaftar keluar dari $APPLICATION_TITLE Atas-talian\\nAnda " "boleh menutup tetingkap ini dengan selamat" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Mematikan program di dalam pemacu maya..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Pemilihan ikon" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Sila pilih fail ikon" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Sambungan fail teruk" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "bukanlah sambungan ikon" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Penyunting Registry" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Matikan semua proses prefix" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Kemaskini wineprofix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulasikan but semula Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Guna pemalam Konfigurasi Wine Lanjutan" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Guna pengkonfigur PlayOnLinux untuk" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Ubah ikon" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Guna WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Sila pilih satu tindakan untuk dilakukan" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Pemaca CD-ROM PC" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Alat ini membantu Mac anda baca bahagian PC bagi CD-ROM.\\n\\nGuna alat ini " "hanya CD-ROM anda adalah CD-ROM hibrid (Serasi dengan Windows dan MacOS), " "dan jika anda tidak dapat melihat bahagian Windows" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Lenting CD-ROM PC" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Baca CD-Rom PC" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Apa yang anda hendak buat?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Sila sisipkan CD-ROM anda, dan tekan maju hanya bila Finder telah menemui " "bahagian Mac OS bagi CD-ROM anda" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Sila pilih CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Sila pilih CD-ROM untuk dilentingkan" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Sila pilih perisian untuk dijalankan" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Penyahpepijat $APPLICATION_TITLE sedang dimulakan..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE mengalami kerosakan.\\nKlik pada pautan nyahpepijat untuk perincian." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE mengalami kerosakan." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Selamat datang ke pembantu $APPLICATION_TITLE.\\nIa akan membantu anda " "memasang $file dalam komputer anda.\\n\\nBerhati-hati! Program tidak " "disokong secara rasmi oleh $APPLICATION_TITLE.\\nMaka, ia berkemungkinan " "tidak berfungsi sepertimana yang diharapkan" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Apakah nama program anda?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE sedang memasang $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE sedang menjalankan program anda" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Menunggu pembantu-pertama selesai" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE sedang menganalisis aplikasi anda" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Anda hendak $APPLICATION_TITLE memasangnya secara automatik untuk anda?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Kami telah mengesan bahawa program yang anda mahu pasang adalah :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE telahpun menjalankan program ini.\\nAnda hendak kekalkan " "tetapan lama ?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Penyahpasang $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Sila pilih program untuk dinyahpasang" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Klik Berikutnya untuk teruskan." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Bestari ini akan membantu anda menyahpasang: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Menyahpasang..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " telah berjaya dinyahpasang." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Tidak dapat cari pintasan" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Pengemaskini-automatik $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Mengemaskini $APPLICATION_TITLE dari GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Anda hendak kemaskini dan mulakan semula $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Sudahpun dikemaskini." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE telah mengalami ralat. Jika program tidak berfungsi " "dengan baik, ia mungkin punca masalah.\\nLawati www.$POL_DNS untuk maklumat " "lanjut" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE mengalami ralat. Jika program yang anda pasang tidak " "berfungsi dengan baik, ia mungkin disebabkan oleh masalah tersebut.\\nLawati " "www.$POL_DNS untuk maklumat lanjut" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE telah mengalami ralat mati. $APPLICATION_TITLE akan " "hentikan proses pemasangan.\\nLawati www.$POL_DNS untuk maklumat lanjut" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Sila tunggu semasa pemacu maya dicipta..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Sila tunggu semasa $APPLICATION_TITLE mensimulasi but semula Windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Menetapkan var Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Fungsi ini dilumpuhkan di dalam persekitaran PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Amaran !!\\n\\nTandatangan skrip yang anda cuba jalankan TIDAK sah\\n\\" "nPlayOnLinux tidak pernah mengesahkan skrip ini dan tidak akan " "bertanggungjawab darinya.\\nSila pastikan anda tahu apa yang anda buat !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Disini merupakan kod sumber skrip. Periksa ia dengan hati-hati" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Amaran !!\\n\\nTandatangan skrip yang anda cuba jalankan TIDAK sah\\n\\" "n$APPLICATION_TITLE tidak pernah mengesahkan skrip ini dan tidak akan " "bertanggungjawab darinya.\\nSila pastikan anda tahu apa yang anda buat!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Pustaka luaran" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Disini merupakan kod sumber skrip. Periksa ia dengan hati-hati" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Membuat pintasan..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Anda hendak padam pemacu maya:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Fail berikut berada dalam sistem fail FAT32.\\nIa mungkin menghalang wine " "berfungsi dalam\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Fail berikut berada dalam sistem fail NTFS.\\nIa mungkin menghalang wine " "berfungsi dalam\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Fail berikut berada dalam sistem fail fuse.\\nIa mungkin menghalang wine " "berfungsi dalam\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Fail berikut berada dalam sistem fail terlekap noexec.\\nIa mungkin " "menghalang wine berfungsi dalam\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Memeriksa pemalam: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Baru: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Mengemaskini pemalam. Terdahulu: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Memasang pemalam: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binari tidak ditemui: $BINARY\\nAdakah anda memasang program ke lokasi " "lalainya?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Pembatalan fungsi dikesan, melumpuhkan pelaporan pepijat" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Ruang tidak mencukupi untuk memuat turun:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Sila tunggu semasa $APPLICATION_TITLE memuat turun:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Ralat berlaku semasa muat turn." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Anda hendak cuba lagi?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Ralat ! Fail tidak sepadan\\n\\nSetempat : $LOCAL_MD5\\nPelayan : $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z tidak dipasang, sila semak sama ada anda telah memasang 7zip dan cuba " "sekali lagi" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Gagal mencari ${dest} dari ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Mengekstrak ${filename} dari ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Saiz fail terekstrak tidak sepadan!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Menyalin ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Saiz fail tidak sepadan!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Maaf, $APPLICATION_TITLE $VERSION terlalu tua untuk diteruskan.\\" "n$APPLICATION_TITLE $NEEDED diperlukan." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Amaran: Anda kini menjalankan $APPLICATION_TITLE $VERSION.\\" "n$APPLICATION_TITLE $NEEDED disarankan untuk diteruskan." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " pada komputer anda." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " akan dipasang dalam: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Klik Berikutnya untuk mula" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Program pemasangan ini disediakan oleh: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Program ini telah dicipta oleh: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Bestari ini akan membantu anda pasang " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Selamat datang ke Bestari Pemasangan $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Satu atau lebih program telah hilang. Sila pasang ia dan jalankan skrip " "sekali lagi." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Ralat" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Dimanakan CD-ROM anda dilekap?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Segar Semula" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Membaca peranti anda" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Ralat: Tidak dapat cari CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE perlu baca bahagian PC daripada CD-Rom hibird.\\n\\nSecara lalai, " "MacOS hanya memberikan anda capaian ke bahagian the Mac daripada cd-rom, " "yang mana tidak serasi dengan versi terkini Mac OS.\\n\\nAnda mahu PlayOnMac " "cuba membaca bahagian PC CD anda?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Jangan lupa pergi ke menu alatan PlayOnMac -> Baca CD-Rom PC sebelum " "menjalankan permainan anda" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Sila tunggu semasa $APPLICATION_TITLE menyalin fail:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Mengimbas pemacu maya ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Berapa banyak ingatan papan grafik anda miliki?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Kad video tidak mempunyai ingatan yang mencukupi" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Kad video anda tidak mempunyai ingatan yang mencukupi!\\nIa menghalang " "permainan daripada berfungsi" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Guna versi Kedai Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Guna versi demo Kedai Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Guna versi Kedai Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Guna versi demo Kedai Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Guna versi Kedai Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Guna versi demo Kedai Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Guna fail persediaan di dalam komputer saya" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Guna CD-ROM" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Guna DVD-ROM" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Mut turun program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Sila pilih kaedah pemasangan" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Saya tidak mahu buat pintasan lain" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Layar" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Sambung ke akaun $APPLICATION_TITLE anda" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Menyambung..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Gagal menyambung !\\nSila pastikan daftar masuk dan kata laluan anda adalah " "betul." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Sila tunggu semasa $APPLICATION_TITLE mengimbas perkakasan anda" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Pilih kad video utama untuk laporan:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine kelihatan mengalami kerosakan\\n\\nJika program masih berjalan, abaikan " "mesej ini" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Tidak boleh cari versi: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Memuat turun Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Muat turun kelihatan telah mengalami kegagalan." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Mengekstrak Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Tulis-ganti (biasanya berfungsi, tetapi tiada jaminan)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Padam (kandungan pemacu maya akan hilang)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Pemacu maya sasaran $PREFNAME sudah wujud:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Sila tunggu semasa $SOFTNAME dipasang..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Berhati-hati! Ia akan matikan proses pemasangan. Jika ia masih belum " "selesai, anda perlu pasang semula $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Pemasangan selesai" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Tekan maju hanya bila proses pemasangan telah selesai" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Sila tunggu semasa $APPLICATION_TITLE mensimulasi but semula" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Amaran:\n" "\n" "Alat ini hanya untuk pengguna mahir.\n" "Untuk menyahpasang secara bersih program dengan {0}, anda mesti memadam " "pemacu maya yang berkaitan dengannya" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Am" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Buat pintasan baru dari pemacu maya ini" #: python/configure.py:201 msgid "Name" msgstr "Nama" #: python/configure.py:202 msgid "Wine version" msgstr "Versi Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Nyahpepijat bendera" #: python/configure.py:205 msgid "Virtual drive" msgstr "Pemacu maya" #: python/configure.py:207 msgid "Arguments" msgstr "Argumen" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Jalankan bestari konfigurasi" #: python/configure.py:248 msgid "Windows reboot" msgstr "But semul Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Baiki pemacu maya" #: python/configure.py:265 msgid "Command prompt" msgstr "Promp perintah" #: python/configure.py:272 msgid "Task manager" msgstr "Pengurus Tugas" #: python/configure.py:280 msgid "Kill processes" msgstr "Matikan proses" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Penyahpasang Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Berhati-hati! Memasang salah satu komponen ini boleh merosakkan pemacu maya " "anda." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Pasang" #: python/configure.py:395 msgid "Open program's directory" msgstr "Buka direktori program" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Buka direktori pemacu maya" #: python/configure.py:560 msgid "GLSL Support" msgstr "Sokongan GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Penerap Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Saiz ingatan video" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Mod penerapan luar-skrin" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Terap kuncian mod sasaran" #: python/configure.py:565 msgid "Multisampling" msgstr "Persampelan-berbilang" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Penertiban Lukis Ketat" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Batal ledingan tetikus" #: python/configure.py:578 msgid "Open a shell" msgstr "Buka shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Jalankan fail .exe di dalam pemacu maya ini" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Perintah untuk dilakukan sebelum menjalankan program" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Berhati-hati!\n" "Jika anda ubah " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Konfigurasi {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Sila pilih program atau pemacu maya untuk dikonfigurkan" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Baru" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Buang" #: python/configure.py:696 msgid "Install components" msgstr "Pasang komponen" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Paparan" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Pelbagai" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Pemacu maya ini dilindungi" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Anda pasti hendak memadam pemacu maya {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Anda pasti hendak memadam {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Penyahpepijat {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Sila pilih fail nyahpepijat" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Cari fail log ini" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Fail dinamakan : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Pemacu maya" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Laporkan masalah mengenai {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Pasang skrip" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Ralat: Tidak boleh simpan port yang sah" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "AMARAN. Sila guna POL_SetupWindow_Init dahulu" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Bestari {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Batal" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Maju" #: python/guiv3.py:166 msgid "I Agree" msgstr "Saya Setuju" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Papar pemacu maya" #: python/guiv3.py:188 msgid "Login: " msgstr "Daftar Masuk: " #: python/guiv3.py:189 msgid "Password: " msgstr "Kata Laluan: " #: python/guiv3.py:192 msgid "Register" msgstr "Daftar" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB dimuat turun" #: python/guiv3.py:288 msgid "of" msgstr "dari" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Anda tidak boleh tutup tetingkap ini" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Tiada keterangan" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Gelintar" #: python/install.py:252 msgid "Include:" msgstr "Termasuk:" #: python/install.py:263 msgid "No-cd needed" msgstr "Tiada-cd diperlukan" #: python/install.py:270 msgid "Commercial" msgstr "Komersial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Pasang program yang tidak-tersenarai" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Bila {0} memasang program Windows: \n" "\n" " - Biarkan lokasi lalai\n" " - Jangan tanda kotak tanda 'Jalankan program' jika ditanya." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Program ini buat masa ini masih di dalam pengujian.\n" "\n" "Ia mungkin tidak berfungsi sepertimana yang diharapkan. Maklumbalas anda, " "positif atau negatif, adalah penting untuk mempertingkatkan pemasang ini." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Program ini mengandungi perlindungan terhadap penyalinan (DRM) yang mana ia " "tidak serasi dengan emulasi.\n" "Cara lain adalah dengan menggunakan tampalan \"tanpa-cd\", tetapi oleh " "kerana ia boleh digunakan atas tujuan cetak rompak kami tidak menyokongnya " "lagi." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Dengan membenarkan ini, anda akan mempunyai capaian ke pemasang pengujian.\n" "\n" "{0} tidak dapat pastikan aplikasi anda akan berfungsi tanpa sebarang masalah" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Dengan membenarkan ini, anda akan mempunyai capaian ke pemasang untuk " "program ini mengandungi perlindungan terhadap penyalinan (DRM) yang mana ia " "tidak serasi dengan emulasi.\n" "Cara lain adalah dengan menggunakan tampalan \"tanpa-cd\", tetapi oleh " "kerana ia boleh digunakan atas tujuan cetak rompak kami tidak menyokongnya " "lagi." #: python/irc.py:137 msgid "Send" msgstr "Hantar" #: python/irc.py:138 msgid "Connect" msgstr "Sambung" #: python/irc.py:139 msgid "Disconnect" msgstr "Putuskan" #: python/irc.py:140 msgid "Leave" msgstr "Biarkan" #: python/irc.py:227 msgid "Join a channel" msgstr "Sertai saluran" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Pemesej" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Jika anda tutup tetingkap ini, anda tidak dapat baca balasan lanjutan. Anda " "pasti hendak menutupnya?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Maaf, orang ini tidak mahu menerima mesej peribadi" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Maaf perkhidmatan pemesej {0} tidak tersedia buat masa ini.\n" "\n" "Sila cuba lagi kemudian" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Tiada apa yang dipasang untuk menjalankan fail .{0}." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "Ralat {0}" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "Laman sesawang {0} tidak tersedia. Sila semak sambungan anda" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Menyegar Semula {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Versi terkemaskini {0} sudah tersedia" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Jalan" #: python/mainwindow.py:200 msgid "Donate" msgstr "Beri Sumbangan" #: python/mainwindow.py:201 msgid "Exit" msgstr "Keluar" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Ikon kecil" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Ikon sederhana" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Ikon besar" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Ikon sangat besar" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Urus versi Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Baca CD-Rom PC" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Tutup semua perisian {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Konsol {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "Pemesej {0}" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Asosiasi fail" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Perihal {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Pengurus pemalam" #: python/mainwindow.py:331 msgid "File" msgstr "Fail" #: python/mainwindow.py:333 msgid "Tools" msgstr "Alatan" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Tetapan" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Pemalam" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Tutup" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Konfigur" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Buka direktori aplikasi" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Baca panduan" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Tetapkan ikon" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Tutup aplikasi ini" #: python/mainwindow.py:611 msgid "KillApp" msgstr "MatikanApl" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Tiada panduan ditemui untuk {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Pasang program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Kemaskini GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Kemaskini arahan" #: python/mainwindow.py:741 msgid "Debug" msgstr "Nyahpepijat" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Laporkan masalah" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Cipta satu pintasan" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Buka direktori" #: python/mainwindow.py:755 msgid "Save" msgstr "Simpan" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Nyahpasang" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Sila pilih satu program." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Tetapan {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "Menu pemasangan {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Pengurus versi wine {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Pemacu maya berkaitan dengan {0} ({1}) tidak lagi wujud." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Anda pasti hendak menutup semua tetingkap {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Jalankan program Windows anda pada " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Pasukan PlayOnLinux dan PlayOnMa\n" "Dibawah lesen GPL versi 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Pembangun dan Laman Sesawang: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Penulis Skrip: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Pembuat Pakej: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikon:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Individu berikut telah memberi sumbangan pada program ini: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Terjemahan:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Baca fail TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} tidak boleh memulakan pelayar Tetingkap Persediaan PlayOnLinux." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} tidak dapat cari {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (dari {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Anda perlu memasangnya untuk teruskan" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Anda patut pasang ia supaya dapat guna {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} tidak sepatutnya dijalankan sebagai root. Maaf" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} tidak dapat cari pustaka OpenGL 32bits.\n" "\n" "Anda akan menghadapi masalah dengan permainan anda" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} tidak dapat cari pustaka OpenGL 64bits.\n" "\n" "Anda akan menghadapi masalah dengan permainan anda" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Sistem fail anda mungkin menghalang {0} dijalankan dengan baik.\n" "\n" "Sila buka {0} dalam terminal untuk perincian" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Anda inign membantu {0} membina pangkalan data keserasian?\n" "\n" "Jika anda klik ya, perkara berikut akan dihantar kepada kami secara awanama " "kali pertama anda menjalankan program Windows:\n" "\n" "- Mod kad grafik anda\n" "- Versi OS anda\n" "- Jika pemacu grafik dipasang atau tidak dipasang.\n" "\n" "\n" "Maklumat ini sangat penting untuk kami membantu pengguna." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Anda pasti hendak memasang pakej {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Anda cuba membuka rekabentuk skrin bagi {0}! Ia mungkin tidak berfungsi " "sepertimana yang diharapkan" #: python/options.py:116 msgid "Proxy configuration" msgstr "Konfigurasi proksi" #: python/options.py:129 msgid "Set a proxy" msgstr "Tetapkan proksi" #: python/options.py:132 msgid "Proxy address" msgstr "Alamat proksi" #: python/options.py:135 msgid "Proxy port" msgstr "Port proksi" #: python/options.py:138 msgid "Proxy login" msgstr "Daftar masuk proksi" #: python/options.py:141 msgid "Proxy password" msgstr "Kata laluan proksi" #: python/options.py:188 msgid "Installed plugins" msgstr "Pemalam dipasamg" #: python/options.py:206 msgid "Add" msgstr "Tambah" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Benarkan" #: python/options.py:210 msgid "Choose a plugin" msgstr "Pilih satu pemalam" #: python/options.py:263 msgid "What is the extension?" msgstr "Apakah itu sambungan?" #: python/options.py:275 msgid "Assigned program" msgstr "Program terumpuk" #: python/options.py:277 msgid "Delete" msgstr "Padam" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Anda pasti hendak memasang: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Anda pasti hendak memadam: " #: python/options.py:334 msgid "Disable" msgstr "Dilumpuhkan" #: python/options.py:375 msgid "Apply" msgstr "Laksana" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Anda perlu mulakan semula {0} supaya perubahan berkesan." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versi Wine dipasang: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versi Wine tersedia: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versi Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Anda pasti hendak memadam wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} tidak boleh memulakan POL_SetupWindow_server." playonlinux/lang/po/nb.po000066400000000000000000004450451226051336100157510ustar00rootroot00000000000000# Norwegian Bokmal translation for playonlinux # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:09+0000\n" "Last-Translator: Alfred Løvgren \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Hvilke programmer ønsker du å bruke endringen på" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Dette programtillegget vil tillate opptak av dine applikaskjoner på " "PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Opptaksmeny (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Opptaksmeny (not OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Start opptak av en applikasjon" #: Capture plugin:7 msgid "Play a captured file" msgstr "Spill av et opptak" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konverter en opptaksfil til video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Trykk Neste, deretter trykk på det vinduet\\ndu vill starte opptak av.\\" "nOpptak startes automatisk etter 5 sekunder.\\nBare video vill bli tatt opp." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Starter opptak..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "For å starte/stoppe opptak trykk +F8" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "For å stoppe opptak trykk +F8" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Opptak pågår..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Velg handlig" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Velg PID opptaksfil for avspilling" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Velg OGV opptaksfil for avspilling" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Velg opptaksfil som skal konverteres" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Du må velge opptaksfil for konvertering" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Vennligst vent mens PlayOnLinux-logoen lages..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Legge til PlayOnLinux-logo til videoen din?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Advarsel: For å kode videoen korrekt,\\nMÅ oppløsningen være en " "multiplikasjon av 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu brukere må legge til MEDIBUNTU\\nfor at denne konverteringen skal " "fungere skikkelig." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Velg video format for konvertering" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definer dine kode instillinger for pass 1\\n (la stå standar hvis du ikke " "vet hva du skal gjøre)." #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definer dine kode instillinger for pass 2\\n (la stå standar hvis du ikke " "vet hva du skal gjøre)." #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definer dine kode instillinger\\n (la stå standar hvis du ikke vet hva du " "skal gjøre)." #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Vent litt... Videoen din blir nå konvertert" #: Capture plugin:29 msgid "Conversion done" msgstr "Ferdig med å konvertere" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Velg et alternativ å tilpasse" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Alle" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Du må velge et spill å endre" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Velkommen til Advanced Wine Configuration, et optimalisert Wine system laget " "av GNU_Raziel. Hvis du ikke vet hva du skal gjøre, LA STÅ STANDARD" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Velg et spill" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Du har ikke valgt et spill" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Velg DirectDraw rendrings modus?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivere GLSL støtte?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Vleg Offscreen renderings modus?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "Velg en applikasjon" #: Detour plugin:6 msgid "Operation done" msgstr "Operasjon fullført" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Sett in media for installasjon av spillet" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Venligst velg innstallasjons fil å åpne" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Ikke uroe deg hvis .NET 3.0 installasjonen feilet\\nspillet starter uansett" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Du trenger ikke å installere DirectX eller bruke GLSetup" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam har sitt eget automatiske oppdateringssystem" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam har sitt eget automatiske oppdateringssystem" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Installer $TITLE_REQUIRED først" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Engelsk versjon" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Internasjonal versjon" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italiensk versjon" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japansk versjon" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Hvilken versjon vill du bruke?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Spillet er ikke installert." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Amerikansk eller Canadisk versjon?" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Storbritannia versjon" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "\"Game of the year\" versjon" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normal versjon" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Ikke glem å lukke Steam når nedlastingen er fulført\\n sånn at " "$APPLICATION_TITLE kan fortsette \\n å installere spillet ditt." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam skal nå installere en oppdatering.\\nNår Staem er ferdig med " "oppdateringen og viser login siden, log in og la $TITLE installeres.\\n\\" "nNår installasjonen er ferdig, trykk \"neste\" (ikke lukk Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Venligst vent mens $TITLE blir innstallert" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Er du sikker på at du vill slette: " #: python/options.py:334 msgid "Disable" msgstr "Deaktiver" #: python/options.py:375 msgid "Apply" msgstr "Bruk" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Du må restarte {0} for at endringene skal ha effekt." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Installerte Wine versjoner: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Tilgjengelige Wine versjoner: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine versjoner" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Er du sikker på at du vill slette wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} klarer ikke å starte POL_SetupWindow_server." playonlinux/lang/po/nl.po000066400000000000000000006055261226051336100157650ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-20 10:17+0000\n" "Last-Translator: rob \n" "Language-Team: nl_NL.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Op welke programma wilt u de wijziging toepassen?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Deze plug-in geeft u de mogelijkheid om uw programma's onder PlayOnLinux op " "te nemen" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Opnamemenu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Opnamemenu (geen OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Start de opname van een programma" #: Capture plugin:7 msgid "Play a captured file" msgstr "Speel een opgenomen bestand af" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Converteer een opgenomen bestand naar video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Klik op Volgende en klik daarna op het venster\\ndat u op wilt nemen.\\nDe " "opname zal automatisch starten na 5 seconden.\\nEr zal alleen video " "opgenomen worden." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Opname gaat starten…" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Druk op +F8 om de opname te starten of te stoppen" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Druk op +F8 om de opname te stoppen" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Bezig met opnemen…" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Selecteer een actie om uit te voeren" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Selecteer een PID-opnamebestand om af te spelen" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Selecteer een OGV-opnamebestand om af te spelen" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Selecteer een opnamebestand om te converteren" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "U moet een opname selecteren om te lezen" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "U moet een opname selecteren om te converteren" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Een moment geduld, het PlayOnLinux-logo wordt aangemaakt…" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "PlayOnLinux-logo toevoegen aan uw video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Waarschuwing: Voor de juiste videocodering,\\nMOET de resolutie een veelvoud " "van 16 zijn" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu-gebruikers moeten de MEDIBUNTU-pakketbron toevoegen\\nom dit " "videoformaat te kunnen gebruiken." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Selecteer het videoformaat voor de conversie" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Bepaal uw codeeropties voor ronde 1 \\n (gebruik de standaardwaarden als u " "niet weet wat u moet doen)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Bepaal uw codeeropties voor ronde 2 \\n (gebruik de standaardwaarden als u " "niet weet wat u moet doen)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Bepaal uw codeeropties \\n (gebruik de standaardwaarden als u niet weet wat " "u moet doen)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Een moment geduld, uw video wordt gecodeerd…" #: Capture plugin:29 msgid "Conversion done" msgstr "Conversie voltooid" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Selecteer een optie om aan te passen" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Alles" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "U moet een spel kiezen om aan te passen" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Welkom in de geavanceerde Wine-configuratie, een optimaliseringssysteem voor " "Wine gemaakt door GNU_Raziel. Als u niet weet wat u moet selecteren, gebruik " "dan de STANDAARDWAARDEN!" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Selecteer een spel" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "U heeft geen spel geselecteerd" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Modus Direct Draw renderen selecteren?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSL-ondersteuning inschakelen?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Modus Offscreen renderen selecteren?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Modus Target Lock renderen selecteren?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Multisampling-ondersteuning inschakelen?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Verspringen muis negeren inschakelen?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimalisatie voltooid" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Welkom in Detour, een plug-in waarmee u post-installatiesnelkoppelingen aan " "kunt maken." #: Detour plugin:5 msgid "Choose an application" msgstr "Selecteer een programma" #: Detour plugin:6 msgid "Operation done" msgstr "Bewerking voltooid" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Voer spelschijf in in schijfstation." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Selecteer het installatiebestand om uit te voeren" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Wanneer het downloaden van $TITLE door Steam is voltooid,\\nKlik dan NIET op " "afspelen.\\n\\nSluit de Steam-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "LET OP: wanneer u wordt gevraagd om uzelf te registreren, versleep dan het " "registratiebestand naar $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Wilt u patch 2.0a installeren?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Dit is een installatieprogramma voor een update of een add-on;\\nInstalleer " "$TITLE_REQUIRED a.u.b. eerst" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Wilt u patch 1.0c installeren?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Om $TITLE te kunnen installeren dient u eerst Mod Pack Studio Lite 2.0 te " "installeren" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "LET OP: de standaardkaarten werken niet correct, in tegenstelling tot de " "aangepaste kaarten die wel zonder problemen werken." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Wanneer het downloaden van $TITLE door Steam is voltooid,\\nKlik dan NIET op " "afspelen.\\n\\nSluit de Steam-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Indien de .NET 3.0-installatie mislukt\\nmaak u dan geen zorgen want het " "spel zal gewoon werken" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "U hoeft geen DirectX te installeren of GLSetup te gebruiken." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Selecteer het installatiebestand om uit te voeren." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Een moment geduld…" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Installatie voltooid." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Voer spelschijf in in schijfstation" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Selecteer het installatiebestand om uit te voeren:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" "Welkom in het patch-installatieprogramma $PVERSION voor $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam heeft zijn eigen automatische updatesysteem" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Selecteer patch om uit te voeren" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "Voer spelschijf in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam heeft zijn eigen automatische updatesysteem." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Voer spelschijf in in schijfstation" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Wanneer de spelinstallatie vraagt om de volgende schijf\\nklik op \\" "\"Doorgaan\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Voer volgende spelschijf in in schijfstation" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" "Welkom in het patch-installatieprogramma $PVERSION voor $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Installeer $TITLE_REQUIRED a.u.b. eerst" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Engelse versie" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Internationale versie" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italiaanse versie" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japanse versie" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Welke versie heeft u?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Spel is niet geïnstalleerd." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Deze add-on installeert automatisch patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Selecteer eerste patch om uit te voeren" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Selecteer tweede patch om uit te voeren" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Amerikaanse of Canadese versie" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Deze add-on installeert automatisch patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Britse versie" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "U moet de beveiligingen van dit spel uitschakelen\\nanders kunt u het niet " "met Wine spelen." #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Opgepast! Om $TITLE te kunnen draaien met $APPLICATION_TITLE, heeft u een No-" "cd-patch nodig zelfs als u een legale versie hebt.\\n\\nHoud er rekening mee " "dat $APPLICATION_TITLE sterk tegen piraterij is, en het nooit zal " "ondersteunen." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "U moet de beveiligingen van dit spel uitschakelen\\nanders kunt u het niet " "met Wine spelen." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Spel van het Jaar-versie" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normale versie" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Welkom in het patch-installatieprogramma $PVERSION voor $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Waarschuwing: GameShadow zal niet werken.\\nDeselecteer het tijdens de " "installatie." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Vergeet niet om Steam af te sluiten nadat het downloaden\\nis voltooid, " "zodat $APPLICATION_TITLE door kan gaan\\n\r\n" "met het installeren van uw spel." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam zal een update gaan uitvoeren.\\nNadat de Steam-update is voltooid en " "u het aanmeldscherm te zien krijgt, meldt u dan aan en laat $TITLE " "installeren.\\n\\nWanneer de installatie voltooid is, klik dan op Volgende " "(sluit Steam niet af)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam is bezig met het installeren van $TITLEW, klik op Volgende wanneer de " "installatie voltooid is" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam is bezig met het installeren van $TITLEBTS, klik op Volgende wanneer " "de installatie voltooid is" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam is bezig met het installeren van $TITLECOL, sluit Steam VOLLEDIG af " "wanneer de installatie voltooid is, (zorg ervoor dat Steam niet nog " "zichtbaar is in de systeembalk) en klik dan op Volgende zodat het " "installatiescript door kan gaan." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Installatie voltooid\\n\\nHet spel kan mogelijk vastlopen nadat het voor de " "eerste keer gedraaid wordt, maar geen zorgen probeer het dan gewoon opnieuw." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam zal een update gaan uitvoeren.\\nNadat de Steam-update is voltooid en " "u het aanmeldscherm te zien krijgt, meldt u dan aan en laat $TITLE " "installeren.\\n\\nWanneer de installatie voltooid is, klik dan op Volgende" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Selecteer de gewenste taal voor het spel" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Een moment geduld, het taalpakket wordt geconfigureerd…" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Welkom in het patch-installatieprogramma $PVERSION voor $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Een moment geduld, de patch wordt gedownload…\\nDit kan even duren, " "afhankelijk van uw verbinding." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Bezig met installeren…" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Engels" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Frans" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Duits" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Welke taalversie wilt u installeren?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "LET OP: Voor deze installatie heeft u een cd nodig. Indien u de gratis ISO-" "imagebestanden uitgegeven door EA heeft gedownload, brand deze dan eerst op " "een cd of dvd met Brasero of iets dergelijks, en voer de schijf vervolgens " "in in uw cd-station. Mogelijk werkt het aankoppelen van het ISO-imagebestand " "met bepaalde software, maar met Mounty werkt het echter niet." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Let op: Nadat de installatie voltooid is, zal de patch geladen worden. Sluit " "de patch af voordat u zich aanmeldt om de installatie te voltooien. Hierna " "kunt u \"$TITLE\" draaien wanneer het instellen is voltooid" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "Voer schijf 1 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Een moment geduld, de installatie wordt voorbereid…" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "Voer schijf 2 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Selecteer het installatiebestand dat gedownload werd op de website van " "$EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE is geïnstalleerd.\\n\\nSpeciale dank aan Erich Hoover voor zijn Wine-" "patch (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Indien u een foutmelding 3007 krijgt tijdens het verbinden, open dan een " "terminalvenster en typ:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Wanneer het herstellen van $TITLE door Steam is voltooid,\\nKlik dan NIET op " "afspelen.\\n\\nSluit de Steam-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Wanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op " "afspelen.\\n\\nSluit de Steam-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" "Wanneer de spelinstallatie vraagt om de installatie van DirectX, antwoord " "dan met nee." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Welkom in het DLC-installatieprogramma voor $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Deze add-on werkt het spel automatisch bij naar versie 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Wanneer de spelinstallatie vraagt om de volgende dvd\\nklik op \\\"Doorgaan\\" "\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "U moet het schaduwniveau niet op het maximum instellen\\nanders moet u het " "spel verwijderen en moet u de installatie opnieuw uitvoeren." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Vereist ongeveer 18Gb vrije ruimte.nnEn nog eens een extra 5Gb in uw " "Persoonlijke map wanneer u de online-installatie wilt gebruiken.nHet wordt " "aanbevolen om de installatie offline uit te voeren." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Wilt u de downloadpagina van $TITLE in uw browser openen?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Wilt u symbolische links aanmaken voor de $TITLE-instellingen in uw " "Persoonlijke map?n(Wordt aanbevolen.)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Bekende problemen:nn1) Het laden van de eindgebruikersovereenkomst (EULA) " "kan bij de eerste start mogelijk een lange tijd duren (5min).nn2) De " "Captain's Quarters-optie werkt niet bij de meeste (alle?) gebruikers.nIndien " "het spel vastloopt na het selecteren van een spelpersonage, probeer dan op " "de Escape-toets te drukken tijdens het aanmelden en vervolgens Captain's " "Quarters uit te schakelen in de grafische selectie.n(Deze optie wordt als " "nutteloos beschouwd door de meeste Eve-spelers.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Voer eerste spelschijf in in schijfstation." #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Voer tweede spelschijf in in schijfstation" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "VINK tijdens de installatie de optie voor ASIO4ALL UIT, en VINK tevens run " "FL Studio UIT aan het einde van de installatie." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO. Uw MIDI-" "controlepanelen zouden moeten werken." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "Voer schijf 3 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "Voer schijf 4 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Klik ALLEEN op \"Doorgaan\" wanneer de Steam-spelinstallatie voltooid is\\" "nanders moet u de installatie opnieuw uitvoeren." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Welkom in het DLC-installatieprogramma voor $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Selecteer een DLC om te installeren" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Lite (702MB), repareert grote problemen (18 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Volledig (1.5GB), repareert zelfs kleine problemen (49 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Welke versie wilt u installeren?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Een moment geduld, $TITLE wordt geïnstalleerd." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Archief wordt uitgepakt…" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Fout tijdens installeren van archief" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Advent Revising-patch is geïnstalleerd;\\nVergeet niet om een e-mail naar " "Setz te sturen voor zijn werk." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Dit installatiescript vereist ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Video's converteren…" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Bij de eerste start zal het spel de beschikbare renderers detecteren.\\nHet " "is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen;\\nU " "kunt het selecteren na het klikken op \"Alle apparaten tonen\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "$TITLE draaien in veilige modus?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Kon programmamap niet vinden" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "De niveau-editor" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Welke extra snelkoppelingen moeten worden aangemaakt?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "De standaardvideo-instellingen zijn een beetje laag voor een moderne " "computer,\\ndenk er aan om te klikken op \"Auto-detecteren\" in de " "geavanceerde video-instellingen." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Dit is een installatieprogramma voor een update;nInstalleer $TITLE_REQUIRED " "a.u.b. eerst" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Overweeg om driedubbel bufferen uit te schakelen in de instellingen,\\nomdat " "het nog niet volledig ondersteund wordt door Wine." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Editor specifieke server" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Daar nu naar toegaan?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "U kunt het archief downloaden op:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Specifieke server" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Taal" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Spaans" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Welke taal wilt u gebruiken?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Braziliaans (alleen tekst)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Nederlands (alleen tekst)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italiaans (alleen tekst)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Spaans (alleen tekst)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Pijltjestoetsen (standaard)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standaardtoetsenbordindelingen" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Ongewijzigd" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Fabrieksinstellingen" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Hoge kwaliteit (Entropy-instellingen)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Visuele kwaliteit" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Wilt u het originele draadje lezen op het forum van GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Fout tijdens uitpakken van archief" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "De patch kan nu ingeschakeld en geconfigureerd worden\\nin de installatie-" "wizard van PlayOnLinux voor Outcast.\\nEn vergeet niet om een bericht voor " "Zenger achter te laten op GoG-forums!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "\\$TITLE draaien?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Controleer of de resolutie is gewijzigd\\n(eventueel instellen op \\\"HI-" "RES\\\") in de lader." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Specifieke server" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "De benodigde codes om een nieuw spel te starten, kunnen gevonden worden\\nin " "de documentatie;\\nKlik met rechts op het spelpictogram, selecteer \"Read " "the manual\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Als u amper een landschap achter het hoofdmenu kunt onderscheiden\\ndient u " "FOG uit te schakelen in het grafische menu." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(in venster)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Codewiel" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Heeft u een taalpakket om te installeren?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Later" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nee" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ja" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Om een taalpakket later te installeren, opent u het configuratiepaneel voor " "dit spel, waarna u het installatieprogramma uit kunt voeren in het virtuele " "station (Diverse-tabblad)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Het wordt zeer aanbevolen om nu de Circle of Eight-modpack te installeren\\" "nom vele problemen met dit spel te repareren en optioneel nieuwe content toe " "te voegen\\n(voor \"NC\"-modpacks).\\nGebruik het specifieke PlayOnLinux-" "script in de patches-sectie." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Nu moet u de modpack installeren in de map:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" "Selecteer WELKE 3 pictogrammen DAN OOK wanneer hierom gevraagd wordt." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "tijdelijke map ontbreekt" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Het Two Worlds-configuratiepaneel is een hulpmiddel vanuit de TwoWorlds-" "gemeenschap,\\nwaarmee u parameters kunt aanpassen en mods beheren\\nvoor " "dit spel. Zie\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 voor meer " "details.\\nWilt u het installeren?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Configuratiepaneel" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "BELANGRIJK:\n" " \\n\\nIn het volgende installatievenster, klik NIET op de Options-knop, " "omdat hierdoor uw taalkeuze in de war raakt." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "Bij de eerste start zal het spel de beschikbare renderers detecteren.\\nHet " "is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Selecteer de gewenste taal voor het spel" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Selecteer de spelresolutie" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Nu kunt u de spelmodus selecteren:\\n1)Modus Venster:\\nAlles werkt correct " "behalve de systeemcursor in het spelvenster.\\n\\n2)Modus Schermvullend:\\" "nAlles werkt correct behalve de hemel, die is zwart.\\n\\n\\n\\nWelke modus " "heeft uw voorkeur?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE is geïnstalleerd" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Voer de dvd-rom in" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Wegens Wine-fout #30512, zal het downloaden vaak vastlopen, herstart de " "client en het downloaden zal opnieuw starten vanaf het punt waar deze " "gestopt was. Het downloadpercentage zal gereset worden, maar het downloaden " "zal niet opnieuw gestart worden vanaf het begin." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Selecteer het $TITLE-installatiebestand. Vink tijdens de installatie alle " "extra drivers uit die het wil installeren:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Er is een Steam-installatie gevonden\\nwilt u dit spel in hetzelfde virtuele " "station installeren?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "$TITLE bijwerken" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Ga naar het installatieprogramma (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er " "een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de " "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). " "Klik op Volgende om de installatie te starten." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Selecteer het $TITLE-installatiebestand. SELECTEER NIET DE OPTIE RUN IMGBURN " "AAN HET EINDE VAN DE INSTALLATIE:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "LET OP: POL keurt piraterij af. Gebruik $TITLE daarom op een fatsoenlijke " "manier" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" "Kon uitvoerbaar bestand $EXE niet vinden in het virtuele station $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Geen ondersteund spel gevonden voor de Infinity Engine." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Alle ondersteunde spellen voor de Infinity Engine zijn al gepatcht .\\nOm de " "schermresolutie van een snelkoppeling aan te passen gebruikt u de " "configurator." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Wilt u de unicode-versie van Inno Setup installeren?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" "Een moment geduld, de bibliotheken worden geregistreerd\\n(Dit kan even " "duren)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo is niet geïnstalleerd. Installeer het mesa-utils-pakket" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Waarschuwing! S3TC-compressie is niet beschikbaar op uw systeem.\\n\\nIndien " "u een vrije driver heeft, is het misschien noodzakelijk om een niet-vrije " "driver te installeren \\n\\nAnders kunt u dit ook inschakelen door het " "libtxc-dxtn0-pakket te installeren, maar de resultaten zijn dan mogelijk " "langzamer" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Kan niet installeren via de officiële downloader, sorry" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Waarschuwing: u moet niet de keuze \"Run $TITLE\" selecteren wanneer de " "installatie is voltooid" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "U zou nu een League of Legends-map op uw bureaublad moeten zien met daarin " "het installatieprogramma. U zou deze kunnen bewaren zodat u sneller een " "eventuele herinstallatie kan uitvoeren." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Voer spelschijf 1 in in schijfstation" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Voer spelschijf 2 in in schijfstation" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Digital Deluxe-versie" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Welke editie heeft u?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Deze procedure zal Microsoft Office $TITLE installeren, een gratis programma " "waarmee u .doc- en .docx-documenten kunt bekijken, maar die u echter niet " "kunt bewerken. Dit programma is bedoeld voor gebruikers die geen complexe " "doc- o docx-documenten kunnen weergeven. Als u een document wilt bewerken, " "gebruik dan LibreOffice, OpenOffice of een andere geschikte editor. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE is succesvol geïnstalleerd\\n\\nWanneer een Windows-installatie uw " "programma's belet om te draaien, dient u $TITLE te verwijderen en opnieuw te " "installeren" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Welk type activering?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Voer adres van de licentieserver in!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Voer poort van de licentieserver in!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Zijn de gegevens voor de licentieserver correct?\\nKunnen deze waarden " "toegevoegd worden aan het register?\\n\\nNaam licentieserver: " "$licenseServerName\\nPoort licentieserver: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE zou nu geactiveerd moeten zijn.\\nMisschien zijn er twee starts van " "$TITLE noodzakelijk:\\nEenmaal voor het initialiseren en de andere voor het " "registreren.\\n\\nStart $TITLE, sluit deze weer af en start deze vervolgens " "opnieuw!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Geen $TITLE-installatie gevonden.\\n\\nGebruik a.u.b. het $TITLE-" "installatiescript!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Controleer welke extra componenten u nog meer wilt installeren:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Installatiebestanden worden gekopieerd, een moment geduld..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Registeer uzelf en/of meld u aan, waarna u het installatiebestand kunt " "downloaden : https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" "Vink \"Launch Need For Speed\" uit aan het einde van het installatiescherm" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Indien het downloaden van de update vastloopt, sluit deze dan af en start " "deze opnieuw totdat het downloaden voltooid is." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo-versie" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Selecteer a.u.b. de versie." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Integriteit van stuk controleren..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Integriteit van download controleren..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Downloaden is mislukt" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "De download lijkt beschadigd te zijn" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Opnieuw proberen?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Geen root-opdracht ingevoerd, de installatie wordt afgebroken." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "PlayOnLinux/PlayOnMac vraagt normaliter nooit om het root-wachtwoord, voor " "dit script is het echter noodzakelijk. We zullen u de opdracht geven die u " "zelf in moet voeren om verder te gaan met deze installatie:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Geen bestandsnaamextensie aangegeven, associatie met oorspronkelijke " "programma wordt overgeslagen." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Lees dit a.u.b. door" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "In welke map wilt u de GOG-bestanden downloaden?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" "Voer a.u.b. uw aanmeldgegevens in voor gog.com om $BASENAME te downloaden" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Aanmelden op Gog.com is mislukt, opnieuw proberen?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Het bestand is ook bijgewerkt. Indien het probleem zich blijft voortdoen, " "overweeg dan om dit probleem te rapporteren zodat het script aangepast kan " "worden." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Wilt u $TITLE downloaden vanaf GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Adobe Air installeren" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "In welke map wilt u de gebruikersmappen plaatsen?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "DirectX 9 DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "DirectX 10 DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "DirectX 11 DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Een moment geduld, Desura wordt gedownload…" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "DirectMusic installeren" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Dit pakket werkt niet op een 64-bits-installatie" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Dit pakket werkt niet met Wine-versie 1.3.22 of lager" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Dit pakket werkt niet met Wine-versie 1.3.18 of lager" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "De pakketinstallatie zal niet mogelijk zijn totdat u " "/proc/sys/kernel/yama/ptrace_scope op 0 instelt" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "$URL nu openen?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Indien u foutmeldingen krijgt tijdens de installatie van DotNet 3.0, dan " "kunt u deze zonder problemen negeren" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" "Dit pakket kan niet geïnstalleerd worden met Wine-versie 1.5.21 of hoger" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Indien u foutmeldingen krijgt tijdens de installatie van DotNet 3.5, dan " "kunt u deze zonder problemen negeren" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Indien u foutmeldingen krijgt tijdens de installatie van DotNet 3.5 SP1, dan " "kunt u deze zonder problemen negeren" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Indien u foutmeldingen krijgt tijdens de installatie van DotNet 4.0, dan " "kunt u deze zonder problemen negeren" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "DirectX runtime installeren" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Gecko wordt gedownload…" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Spellen voor Windows Live installeren" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Spel voor Windows Live wordt gedownload…" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Waarschuwing : GFWL lijkt al geïnstalleerd te zijn.\\nHerinstallatie " "forceren." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "Selecteer de gewenste taal voor Internet Explorer" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Linuxtrack-Wine DLL wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "mfc42 DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "msasn1 DLL wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Een moment geduld, Steam wordt gedownload…" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Een moment geduld, $APPLICATION_TITLE is bezig met het downloaden van " "Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Visual Basic runtime installeren" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Waarschuwing : vcrun2005 lijkt al geïnstalleerd te zijn.\\nHerinstallatie " "forceren." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Waarschuwing : vcrun2008 lijkt al geïnstalleerd te zijn.\\nHerinstallatie " "forceren." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 kan mogelijk niet geïnstalleerd worden omdat uw PlayOnLinux-versie " "te oud is. Werk deze eerst bij." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Waarschuwing : vcrun2010 lijkt al geïnstalleerd te zijn.\\nHerinstallatie " "forceren." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 kan mogelijk niet geïnstalleerd worden omdat uw PlayOnLinux-versie " "te oud is. Werk deze eerst bij." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Bezig met downloaden…" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "wintrust DLL wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Xact DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Xinput DLLs wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "XMLlite wordt geïnstalleerd…" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft-lettertypes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "Er zijn geen Microsoft-lettertypes geïnstalleerd; Ik zal ze voor u " "installeren." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licentie vertaald in uw taal " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Deze lettertypes werden beschikbaar gesteld door Microsoft\\n\"in het kader " "van de cross-platform compatibiliteit\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "Dit is niet langer het geval, maar ze zijn nog wel beschikbaar via derden." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "U bent vrij om deze lettertypes te downloaden en voor eigen gebruik te " "gebruiken,\\nmaar u mag ze niet herdistribueren in een aangepaste vorm,\\nen " "ook geen wijzigingen aan de bestandsnaam of het pakketformaat maken." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Originele licentie " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Lees en accepteer het volgende:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Lettertypes downloaden" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Downloaden: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Lettertypes installeren" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Installeren: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Opruimen" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Microsoft-lettertypes zijn succesvol geïnstalleerd." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Spel voor Windows Live verwijderen…" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" "Spel voor Windows Live is niet geïnstalleerd\\ndeïnstallatieroutine wordt " "overgeslagen." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Om door te kunnen gaan dient PlayOnLinux uw cd-rom, die eerder aangekoppeld " "werd via de Tonen-optie, af te koppelen." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Wij dienen beheerderstoegang tot uw computer te verkrijgen, daarom zal om uw " "root-wachtwoord gevraagd worden. Hier zijn de opdrachten die PlayOnLinux uit " "zal voeren als root:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Lees dit a.u.b. zorgvuldig door" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Om door te kunnen gaan dient PlayOnLinux uw cd-rom opnieuw aan te koppelen " "via de Tonen-optie." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Installatie afbreken" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Schakel ptrace() algemeen in" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Geef deze mogelijkheid aan wineserver executable" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Ik heb het zelf gerepareerd, test het a.u.b. opnieuw" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" "Dit programma heeft toegang nodig tot ptrace() om verder te kunnen gaan:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Afgebroken door gebruiker" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Voer schijf 1 in" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Lees dit a.u.b. zorgvuldig door!\\n\\nWanneer het installatieprogramma van " "$TITLE vraagt om een andere cd-rom , ga dan a.u.b. terug naar dit " "$APPLICATION_TITLE-venster" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Wanneer het installatieprogramma vraagt om cd-romnummer $CDNumber, klik dan " "op Volgende.\\n\\nKlik NIET eerder op Volgende!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Voer nu cd-romnummer $CDNumber in." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" "U kunt nu teruggaan naar het $TITLE-installatievenster om door te gaan" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "A.u.b. $TITLE NIET draaien nadat de installatie is voltooid." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "$TITLE is succesvol geïnstalleerd." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Selecteer het bestand genaamd Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Een moment geduld, $TITLE wordt geïnstalleerd" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE is succesvol geïnstalleerd" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Wanneer het downloaden van $TITLE door Desura is voltooid,\\nklik dan NIET " "op afspelen.\\n\\nSluit de Desura-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Een moment geduld, de installatie wordt voorbereid…" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "Voer schijf 2 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "Voer schijf 3 in in schijfstation\\nindien dit nog niet gedaan is." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Selecteer het $TITLE-installatiebestand. Draai Reaper NIET voordat de " "installatie voltooid is." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "LET OP: Voor low-latency audio, bekijk a.u.b. WineASIO. Een aftermarket low-" "latency audio-interface wordt aanbevolen. Uw MIDI-controlepanelen zouden " "moeten werken." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "LET OP: het registratievenster zal bij de eerste start verborgen zijn achter " "het Reason-logo; klik met rechts op het taakbalkitem en klik daarna op MOVE. " "Wanneer het kopiëren van de soundbanks mislukt en het programma vastloopt na " "het invoeren van de registratiecode, verwijder dan de schijf, voer de schijf " "daarna weer in en probeer het dan opnieuw. Als dat niet werkt, dient u de " "soundbanks handmatig te kopiëren naar het Reason-virtuele station. Digitale " "downloads zouden geen last moeten hebben van dit probleem." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Wanneer het spel vastloopt bij het opstarten, open dan een terminal en typ:\\" "necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "De cd-beveiliging van dit spel werkt niet goed met Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE is geïnstalleerd!\\n\\nLet op!\\n1)Herstart Wine\\n2)Stel het juiste " "uitvoerapparaat in in Wine-geluidsinstellingen\\n3)Veel plezier!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "U kunt het $TITLE-installatiebestand hier downloaden:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Opmerking" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Dit zal Sacrifice voor u installeren, hierna zal patch #3 gedownload en " "geïnstalleerd worden. Start het spel niet op totdat de patch is " "geïnstalleerd." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Deselecteer tijdens de installatie\\n\"Install Bonjour for Windows\" en " "\"Automaticaly update Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" "Let er op bij de installatie dat Scroll niet automatisch gestart wordt, " "zodat de installatie door POL voltooid kan worden." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Een moment geduld, $TITLE wordt uitgepakt…" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Selecteer de MS-DOS-versie van het installatiebestand:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "U dient het spel te downloaden als u dit nog niet gedaan heeft. U zou het " "moeten kunnen vinden via een zoekopdracht op Google, u heeft " "Slender_v0_9_7.zip nodig om dit script te voltooien." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Selecteer het gedownloade zip-bestand" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Bezig met uitpakken van Slender…" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Sorry, maar dit is geen geldig .zip-bestand" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er " "een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de " "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP}. Klik " "op Volgende wanneer de installatie voltooid is." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er " "een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de " "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). " "Klik op Volgende wanneer de installatie voltooid is." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Ga naar het patch-bestand voor de Engelse taal" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "Wanneer het installatieprogramma start, klikt u op ${INSTALL_JP}. Wanneer er " "een nieuw venster wordt geopend, klikt u op ${INSTALL_JP}. Wanneer de " "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). " "Klik op Volgende om de installatie te starten." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Wanneer u een runtime error krijgt tijdens het draaien van het spel, open " "dan een terminal en typ het volgende in:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Ga naar het installatieprogramma (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "Wanneer u de starter opent, klikt u op de bovenste knop om het " "installatieprogramma te starten. Wanneer er een nieuw venster wordt geopend, " "klikt u op OK. Wanneer er nog een venster wordt geopend, klikt u op de knop " "met de letter N om de installatie te starten. Wacht totdat de installatie " "voltooid is en klik op de rechterknop om te stoppen. Klik op Volgende " "wanneer de installatie voltooid is." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Selecteer de naam van een virtueel station" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Als u $TITLE wilt installeren in een ander virtueel station\\nVoer dit " "installatieprogramma dan opnieuw uit" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "Downloaden vanaf Steam Store-Steam back-up herstellen" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "Wilt u het installeren met ?" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Downloaden vanaf Steam Store" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Installeer Terraria in Steam. Draai Terraria wanneer Steam het spel " "geïnstalleerd heeft. Steam zal dan het xna framework voor dit spel " "installeren. Sluit de Steam af zodat het installatieprogramma door kan gaan." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "De installatie van \"Horse Armor Pack\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "De installatie van \"Knights of the Nine\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "De installatie van \"Mehrunes Razor\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "De installatie van \"Orrery\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "De installatie van \"Spell Tomes\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "De installatie van \"Thieves Den\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "De installatie van \"Vile Lair\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "De installatie van \"Wizard Tower\" zal gestart worden…" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Wanneer u de add-on \"Shivering Isle\" niet heeft\\nmoet u het spel eerst " "bijwerken voordat u het gaat gebruiken." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Wanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op " "afspelen.\\n\\nSluit de Steam-interface VOLLEDIG af, \\nzodat het " "installatiescript door kan gaan" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Wanneer u de add-on \"Shivering Isle\" niet heeft\\n moet u het spel eerst " "bijwerken voordat u het gaat gebruiken." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Deze add-on werkt het spel automatisch bij naar versie 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "De benodigde codes om de eerste kerker te verlaten, kunnen gevonden worden\\" "nin de documentatie;\\nKlik met rechts op het spelpictogram, selecteer " "\"Read the manual\" en ga naar pagina 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Het starten van dit spel zal niet mogelijk zijn totdat u " "/proc/sys/kernel/yama/ptrace_scope op 0 instelt" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Enhanced Edition" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standard Edition" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Wanneer de spelinstallatie vraagt om de volgende schijf\\nklik op " "\"Doorgaan\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Voer volgende spelschijf in in schijfstation" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Spel is niet geïnstalleerd" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Welkom in het installatieprogramma $PVERSION voor $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Dit spel is al de Enhanced Edition\\nen heeft alleen patch 1.5 nodig" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Selecteer de 1ste patch (EE Upgrade) om uit te voeren" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Selecteer de 2de patch (1.5) om uit te voeren" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Een moment geduld, de 1ste patch wordt gedownload…\\nDit kan even duren, " "afhankelijk van uw verbinding." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Een moment geduld, de 2de patch wordt gedownload…\\nDit kan even duren, " "afhankelijk van uw verbinding." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Een moment geduld, de 3de patch wordt gedownload…\\nDit kan even duren, " "afhankelijk van uw verbinding." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Een moment geduld, de 4de patch wordt gedownload…\\nDit kan even duren, " "afhankelijk van uw verbinding." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" "Donwload voltooid.\\n De installatie van de patches zal gestart worden" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "vcrun2008 en wininet installeren en d3d9 en d3d8 DLLs uitschakelen om spel " "te forceren om OpenGL te gebruiken" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "VINK tijdens de installatie alle extra drivers UIT voor de NI-" "controlepanelen en audio-interfaces. De installatie zal mislukken wanneer u " "deze aangevinkt laat en ze niet nodig zijn." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" "De tekenset ja_JP.utf8 moet geïnstalleerd worden om $TITLE te kunnen laten " "werken." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Wilt u de Engelse GUI-patch inschakelen?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE is succesvol geïnstalleerd.\\n\\nWanneer het spel vastloopt bij het " "opstarten, open dan een terminal en typ:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Wilt u de website van $TITLE doorbladeren?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Uw cd-romversie is verouderd. Vergeet niet om $TITLE bij te werken zodat " "deze probleemloos kan draaien met $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Uw browser zal geopend worden, download de patch en pak deze daarna uit " "a.u.b." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Welke regionale versie van World of Tanks wilt u installeren? Let op: Korea " "wordt niet ondersteund bij deze installatie." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Let op: Nadat de installatie voltooid is, zal de patch geladen worden. Sluit " "de patch af voordat u zich aanmeldt om de installatie bij te werken of te " "voltooien. Hierna kunt u \"$TITLE\" draaien wanneer het instellen is voltooid" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "Voer spelschijf 1 in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "Voer spelschijf 2 in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "Voer spelschijf 3 in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "Voer spelschijf 4 in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "Voer spelschijf 5 in in schijfstation\\nindien nog niet gedaan." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "Wanneer het downloaden van $TITLE door Steam is voltooid, klik dan NIET op " "afspelen.nnSluit de Steam-interface VOLLEDIG af, nzodat het " "installatiescript door kan gaan." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Bestanden overzetten vanaf schijf 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Voer \"$TITLE\"-schijf 2 in" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Bestanden overzetten vanaf schijf 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Selecteer MORE OPTIONS, vink daarna de optie RUN \"$TITLE\" AFTER " "INSTALLATION uit. Wanneer u dit niet doet, zal de installatie mislukken!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Wilt u $TITLE installeren om een USB-apparaat te synchroniseren?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine kent nog geen ondersteuning voor USB. Daardoor is het niet mogelijk om " "uw i-Apparaten met $APPLICATION_TITLE te synchroniseren. Onze excuses " "hiervoor" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Selecteer a.u.b. de 32bit-versie van iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Klik op Volgende om de update te starten. Wanneer de update voltooid is, " "sluit deze dan af. Start osu nog niet!" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "Selecteer het installatiebestand om uit te voeren :" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Selecteer het $TITLE-installatiebestand. Draai rFactor NIET voordat de " "installatie voltooid is. Laat DirectX installeren indien dit gevraagd wordt. " "Zorg ervoor dat u een 32bit-resolutie instelt wanneer rFactor-configuratie " "zichtbaar wordt." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Rapporteer een fout" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Geef a.u.b. meer details, omdat het anders moeilijk wordt om u te helpen" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Deze wizard zal u helpen met het rapporteren van een fout in een programma " "dat officieel ondersteund wordt door PlayOnLinux." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Uw $APPLICATION_TITLE-versie is niet up-to-date.\\nU dient " "$APPLICATION_TITLE eerst bij te werken voordat u een foutrapport gaat " "versturen.\\nBedankt hiervoor." #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Ik heb een probleem met bepaalde software" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mijn probleem is $APPLICATION_TITLE zelf" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Wat voor soort probleem heeft u?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Geen logbestand meesturen" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Handmatige installatie" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatische installatie" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecteer een logbestand betreffende uw software." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Geef een hele korte omschrijving (titel, alleen Engels)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Probeer uw probleem duidelijk uit te leggen (alleen Engels):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Sorry, we hebben een gedetailleerde omschrijving nodig." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Dank u !\\n\\nUw rapport is verstuurd.\\n\\nWe doen ons best om u zo spoedig " "mogelijk een antwoord te sturen per mail" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Virtueel station aanmaken" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Welkom bij $APPLICATION_TITLE virtueel station aanmaken.\\n\\nHiermee kunt u " "een nieuw virtueel station aanmaken" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Wat voor soort virtueel station wilt u aanmaken" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Indien deze lijst leeg is, installeer dan a.u.b een Wine-versie via het " "Wine-versiebeheer)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Welke versie van Wine wilt u gebruiken?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Voer een naam in voor het virtuele station" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Een lokaal script uitvoeren" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Deze wizard zal u helpen met het uitvoeren van een onofficieel " "$APPLICATION_TITLE-script." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Selecteer een geldig $APPLICATION_TITLE-script om uit te voeren." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Fout!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Bestand niet gevonden!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "De PlayOnLinux-website is niet beschikbaar." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nZorg ervoor dat u verbonden bent met het internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Lees dit a.u.b. zorgvuldig door" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION is geïnstalleerd op uw computer." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Maar het zal pas geactiveerd worden nadat u uw computer heeft herstart." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Herstart nu uw computer en draai PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Lees dit a.u.b. zorgvuldig door." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Om er zeker van te zijn dat uw spellen compatibel zijn, moet PlayOnMac " "XQuartz installeren" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac dient XQuartz te installeren om te kunnen werken" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "XQuartz nog niet installeren" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ik heb het bestand zelf gedownload" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Download XQuartz voor mij" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Bezig met downloaden XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Waar is" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartz wordt geïnstalleerd…" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz is succesvol geïnstalleerd." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Kan XQuartz niet installeren! U moet dit installeren om de " "spelcompatibiliteit te verbeteren." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configuratie standaard virtuele station" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE maakt een virtuele Windows-schijf aan" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Eerste gebruik van $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "Voorbereiding van $APPLICATION_TITLE wordt voltooid" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Zorg ervoor dat u verbonden bent met het internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Het lijkt erop dat u \t$APPLICATION_TITLE voor de eerste keer gebruikt." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Deze wizard zal u helpen met het prepareren van de $APPLICATION_TITLE-" "werkomgeving" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Fout tijdens installeren van lettertypes" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Veel plezier met $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko-installatieprogramma" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "$APPLICATION_TITLE Mono-installatieprogramma" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Deze wizard zal u helpen met het installeren van Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "in de $APPLICATION_TITLE-werkomgeving." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE-programmaconfigurator" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Weet u zeker dat u alle actieve $APPLICATION_TITLE-programma's wilt " "afsluiten?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE snelkoppeling aanmaken" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Selecteer de software om een pakket van te maken" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Snelkoppeling wordt aangemaakt…" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "De snelkoppeling werd op uw bureaublad geplaatst" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Virtuele station wordt gekopieerd" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Automatisch uitvoeren" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Geen installatielocatie gevonden in autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Welkom bij de wizard van $APPLICATION_TITLE voor handmatige installatie.\\n\\" "nDit script geeft u de mogelijkheid om elk programma in $APPLICATION te " "installeren en te gebruiken met alle hulpmiddelen\\n\\nWaarschuwing: We " "kunnen niet garanderen dat uw programma perfect zal werken." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Programma installeren in een nieuw virtueel station" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Een bestaand programma bewerken of bijwerken" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Wat wilt u doen?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Voer een naam in voor het virtuele station van uw programma.\\nDeze naam mag " "geen spaties bevatten." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Selecteer een programma" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Gebruik een andere versie van Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Wine configureren" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Installeer enige bibliotheken" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Als u het niet weet, deselecteer dan alles" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Wat wilt u doen vooraf aan de installatie?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Maak een keuze" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Zoeken naar uitvoerbare cd-roms" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Selecteer een ander bestand" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Selecteer een manier om uw programma te installeren" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Selecteer het installatiebestand om uit te voeren." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "U moet een bestand selecteren!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE installeert uw programma…" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE-pakketbeheer: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Gebruik: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tSelecteer een bestand" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " of " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tPak het pakket uit" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalleer het pakket" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tToon dit bericht" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Selecteer een pakket om te installeren" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux-pakketbeheer" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Kan bestand niet vinden: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " is geen geldig PlayOnLinux-pakket!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Dit bestand: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " bestaat niet!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Uitpakken: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Bezig…" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Opruimen…" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Dit is de lijst met scripts die u naar ons verstuurd heeft. U kunt er één " "uitvoeren" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "U lijkt geen persoonlijk script te hebben" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Als u een programma geïnstalleerd heeft met de knop 'Een niet in de lijst " "opgenomen\\nprogramma installeren', dan kunt u dit programma toevoegen aan " "onze lijst" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Via deze hulpmiddelen kunt u ons helpen :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "We gaan u een paar vragen stellen, probeer zo nauwkeurig\\nmogelijk te zijn" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Selecteer het bestand betreffende uw programma." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Draait het programma?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Wat is de naam van uw programma?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Wie is de ontwikkelaar van uw programma?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Wat is de website van de ontwikkelaar of van uw programma?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Hulpmiddelen" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Ontwikkeling" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educatief" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Spelletjes" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafisch" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kantoor" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Anders" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Patches" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Selecteer een categorie voor uw programma" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testen" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Welk onderdeel van uw programma werkt niet?\\nAls alles werkt, wilt u dit " "dan aangeven." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" "Noteer hier alle wijzigingen die u heeft gemaakt aan de Wine-configuratie:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "U zou dit programma moeten kunnen draaien!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Voer één van uw persoonlijke scripts uit" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" "Stuur een werkend script naar ons, dat aangemaakt is door handmatige " "installatie" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Afmelden" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "U bent verbonden met $APPLICATION_TITLE-online als $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "U bent afgemeld bij $APPLICATION_TITLE-online\\nHet is nu veilig om dit " "venster te sluiten" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Alle processen in het virtuele station worden beëindigd…" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Pictogramselectie" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Selecteer een pictogrambestand" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Ongeldige bestandsextensie" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "is geen pictogramextensie" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Register-editor" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Alle processen in programmaverzamelmap beëindigen" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Wine-programmaverzamelmap bijwerken" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Windows-herstart simuleren" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Gebruik plug-in geavanceerde Wine-configuratie" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Gebruik PlayOnLinux's configurator voor" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Wijzig het pictogram" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Gebruik WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Selecteer een actie om uit te voeren" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "PC-cd-rom lezer" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Hiermee kan uw Mac het PC-gedeelte van een cd-rom lezen.\\n\\nGebruik dit " "alleen wanneer uw cd-rom een hybride cd-rom (geschikt voor Windows en MacOS) " "is, en wanneer u het Windows-gedeelte niet kunt zien." #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Een PC-cd-rom uitwerpen" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Een PC-cd-rom lezen" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Wat wilt u doen?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Voer uw cd-rom in en klik alleen op \"Volgende\" wanneer de Finder het Mac " "OS-gedeelte van uw cd-rom heeft gevonden" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Selecteer een cd-rom" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Selecteer een cd-rom om uit te werpen" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Selecteer de software die u wilt draaien" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE-foutopsporing wordt gestart…" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE is vastgelopen.\\nKlik op de foutopsporingslink voor meer details." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE is vastgelopen." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Welkom bij de wizard van $APPLICATION_TITLE.\\nDeze wizard zal u helpen met " "het installeren van $file op uw computer.\\n\\nLet op! Dit programma wordt " "niet officieel ondersteund door $APPLICATION_TITLE.\\nDaardoor werkt het " "mogelijk niet zoals verwacht" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Wat is de naam van uw programma?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE is bezig met het installeren van $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE draait uw programma" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Wachten totdat de eerste wizard klaar is" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyseert uw programma" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Wilt u dat $APPLICATION_TITLE het automatisch voor u installeert?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "We hebben ontdekt dat dit het programma is dat u wilt installeren :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE heeft dit programma al eens gedraaid.\\nWilt u de oude " "instellingen behouden ?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE-deïnstallatie" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Selecteer een programma dat u wilt deïnstalleren" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Klik op Volgende om door te gaan." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Deze wizard zal u helpen met het deïnstalleren van: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Bezig met deïnstalleren…" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " is met succes gedeïnstalleerd." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Kan de snelkoppeling niet vinden" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE automatisch bijwerken" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "$APPLICATION_TITLE bijwerken vanaf GIT…" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Wilt u $APPLICATION_TITLE bijwerken en herstarten?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Is reeds up-to-date." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "Er heeft zich een fout voorgedaan in $APPLICATION_TITLE. Indien het " "programma niet goed werkt, dan kan dit de reden van het probleem zijn.\\nGa " "naar www.$POL_DNS voor meer informatie" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "Er heeft zich een fout voorgedaan in $APPLICATION_TITLE. Indien het " "programma dat u installeert niet goed werkt, dan kan dit de reden van het " "probleem zijn.\\nGa naar www.$POL_DNS voor meer informatie" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "Er heeft zich een fatale fout voorgedaan in $APPLICATION_TITLE. " "$APPLICATION_TITLE zal het installatieproces stoppen.\\nGa naar www.$POL_DNS " "voor meer informatie" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Een moment geduld, het virtuele station wordt aangemaakt…" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Een moment geduld, $APPLICATION_TITLE simuleert een Windows-herstart" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Var-programmabestanden instellen" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Deze functie is uitgeschakeld in de PlayOnlinux-werkomgeving." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Waarschuwing !!\\n\\nDe handtekening van dit script is NIET geldig\\n\\" "nPlayOnLinux heeft dit script niet goedgekeurd en is niet aansprakelijk voor " "dit script.\\nZorg ervoor dat u weet wat u doet !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Hier is de broncode van het script. Controleer het zorgvuldig" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Waarschuwing !!\\n\\nDe handtekening van dit script is NIET geldig\\n\\" "n$APPLICATION_TITLE heeft dit script niet goedgekeurd en is niet " "aansprakelijk voor dit script.\\nZorg ervoor dat u weet wat u doet !" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Externe bibliotheek" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Hier is de broncode van het script. Controleer het zorgvuldig" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Snelkoppeling wordt aangemaakt…" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Wilt u het virtuele station verwijderen:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Het volgende bestand bevindt zich in een FAT32-bestandssysteem.\\nDit kan er " "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Het volgende bestand bevindt zich in een NTFS-bestandssysteem.\\nDit kan er " "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Het volgende bestand bevindt zich in een FUSE-bestandssysteem.\\nDit kan er " "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Het volgende bestand bevindt zich in een met noexec aangekoppeld " "bestandssysteem.\\nDit kan er mogelijk voor zorgen dat Wine niet werkt\\n\\" "n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Controleren plug-in: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nieuw: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Plug-in bijwerken. Vorige: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Installeren plug-in: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binair niet gevonden: $BINARY\\nHeeft u het programma geïnstalleerd op de " "standaardlocatie?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" "Er wordt een functie genegeerd, foutrapportage wordt daarom uitgeschakeld" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Niet genoeg ruimte om te downloaden:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" "Een moment geduld, $APPLICATION_TITLE is bezig met het downloaden van:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Er is een fout opgetreden tijdens het downloaden." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Wilt u het opnieuw proberen?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Fout ! Bestanden komen niet overeen\\n\\nLokaal : $LOCAL_MD5\\nServer : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z is niet geïnstalleerd, installeer 7zip en probeer het dan opnieuw" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Kon ${dest} niet vinden in ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "${filename} wordt uitgepakt vanuit ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Grootte van uitgepakte bestand komt niet overeen!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "${filename} wordt gekopieerd" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Grootte van uitgepakte bestand komt niet overeen!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Sorry, $APPLICATION_TITLE $VERSION is te oud om door te kunnen gaan.\\" "n$APPLICATION_TITLE $NEEDED wordt vereist." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Waarschuwing: U draait momenteel $APPLICATION_TITLE $VERSION.\\" "n$APPLICATION_TITLE versie $NEEDED wordt aanbevolen om mee door te gaan." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR-profiel" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " op uw computer." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " zal geïnstalleerd worden in: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Klik op Volgende om te beginnen" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Dit installatieprogramma is beschikbaar gesteld door: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Dit programma werd gemaakt door: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Deze wizard zal u helpen met het installeren van " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Welkom bij de installatiewizard van $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Een of meer programma(s) ontbreken. Installeer deze en voer het script dan " "opnieuw uit." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Fout" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Waar is uw cd-rom aangekoppeld?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Verversen" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Uw apparaat lezen" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Fout: kan de cd-rom niet vinden!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE moet het PC-gedeelte van een hybride cd-rom lezen.\\n\\nMacOS biedt " "standaard alleen toegang tot het Mac-gedeelte van de cd-rom, dat mogelijk " "niet geschikt is voor recente versies van Mac OS.\\n\\nWilt u dat PlayOnMac " "probeert om het PC-gedeelte van uw cd te lezen?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Vergeet niet om naar het PlayOnMac-hulpmiddelenmenu te gaan -> Een PC-cd-rom " "lezen voordat u uw spel gaat draaien" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" "Een moment geduld, $APPLICATION_TITLE is bezig met het kopiëren van " "bestanden:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuele station wordt doorzocht…" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Hoe groot is uw grafische geheugen?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Uw videokaart heeft te weinig geheugen" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Uw videokaart heeft te weinig geheugen!\\nMogelijk werkt het spel niet" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Steam Store-versie gebruiken" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Steam Store-demoversie gebruiken" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Desura Store-versie gebruiken" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Desura Store-demoversie gebruiken" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Origin Store-versie gebruiken" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Origin Store-demoversie gebruiken" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Gebruik een installatiebestand op mijn computer" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Gebruik cd-rom(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Gebruik dvd-rom(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Download het programma" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Selecteer een installatiemethode" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ik wil geen andere snelkoppeling maken" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Bladeren" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Verbinding maken met uw $APPLICATION_TITLE-account" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Verbinding maken…" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Kon geen verbinding maken !\\nControleer of uw aanmeldgegevens en wachtwoord " "juist zijn." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Een moment geduld, $APPLICATION_TITLE scant uw hardware" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Selecteer de hoofdvideokaart om over te rapporteren:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine lijkt vastgelopen te zijn\\n\\nWanneer uw programma gewoon werkt, dan " "kunt u dit bericht negeren" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Kan versie niet vinden: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Wine downloaden: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "De download lijkt te zijn mislukt." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Bezig met uitpakken van Wine…" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Overschrijven (werkt meestal, geen garantie)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Wissen (inhoud virtuele station zal verloren gaan)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Virtuele doelstation $PREFNAME bestaat al:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Een moment geduld, $SOFTNAME wordt geïnstalleerd…" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Opgepast! Dit zal het installatieproces beëindigen. Indien de installatie " "nog niet voltooid was, zult u $SOFTNAME opnieuw moeten installeren" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Installatie is voltooid" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Klik alleen op \"Volgende\" wanneer de installatie voltooid is" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Een moment geduld, $APPLICATION_TITLE simuleert een herstart" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Waarschuwing:\n" "\n" "Dit hulpmiddel is voor ervaren gebruikers.\n" "Om een programma met {0} te deïnstalleren, dient u het geassocieerde " "virtuele station te verwijderen" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Algemeen" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Maak een nieuwe snelkoppeling voor dit virtuele station" #: python/configure.py:201 msgid "Name" msgstr "Naam" #: python/configure.py:202 msgid "Wine version" msgstr "Wine-versie" #: python/configure.py:203 msgid "Debug flags" msgstr "Foutopsporingsvlaggen" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuele station" #: python/configure.py:207 msgid "Arguments" msgstr "Argumenten" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Configuratie-wizard uitvoeren" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows-herstart" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Virtuele station repareren" #: python/configure.py:265 msgid "Command prompt" msgstr "Opdrachtprompt" #: python/configure.py:272 msgid "Task manager" msgstr "Taakbeheer" #: python/configure.py:280 msgid "Kill processes" msgstr "Processen beëindigen" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine-deïnstallatie" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Opgepast! Het installeren van een van deze componenten kan uw virtuele " "station breken." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installeren" #: python/configure.py:395 msgid "Open program's directory" msgstr "Open programmamap" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Open map virtuele station" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL-ondersteuning" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw renderen" #: python/configure.py:562 msgid "Video memory size" msgstr "Grootte videogeheugen" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Modus Offscreen renderen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Modus Target Lock renderen" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Verspringen muis negeren" #: python/configure.py:578 msgid "Open a shell" msgstr "Open een shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Voer een .exe-bestand uit op dit virtuele station" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Opdracht om uit te voeren voordat u het programma draait" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Wees voorzichtig!\n" "Met het wijzigen van " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0}-configuratie" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Selecteer een programma of virtueel station om te configureren" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nieuw" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Verwijderen" #: python/configure.py:696 msgid "Install components" msgstr "Componenten installeren" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Beeld" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Dit virtuele station is beveiligd" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Weet u zeker dat u het virtuele station {0} wilt verwijderen ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Weet u zeker dat u {0} wilt verwijderen ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0}-foutopsporing" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Selecteer een foutopsporingsbestand" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Ga naar dit logbestand" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Dit bestand heeft de naam : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuele stations" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Rapporteer een probleem over {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Scripts installeren" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Fout: kon geen geldige poort reserveren" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "WAARSCHUWING. gebruik a.u.b. eerst POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0}-wizard" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Annuleren" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Volgende" #: python/guiv3.py:166 msgid "I Agree" msgstr "Akkoord" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Virtuele stations tonen" #: python/guiv3.py:188 msgid "Login: " msgstr "Aanmelden: " #: python/guiv3.py:189 msgid "Password: " msgstr "Wachtwoord: " #: python/guiv3.py:192 msgid "Register" msgstr "Registreren" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB gedownload" #: python/guiv3.py:288 msgid "of" msgstr "van" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "U kunt dit venster niet sluiten" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Geen omschrijving" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Zoeken" #: python/install.py:252 msgid "Include:" msgstr "Inclusief:" #: python/install.py:263 msgid "No-cd needed" msgstr "No-cd-patch vereist" #: python/install.py:270 msgid "Commercial" msgstr "Commercieel" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Een niet in de lijst opgenomen programma installeren" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Wanneer {0} een Windows-programma installeert: \n" "\n" " - Wijzig de standaardlocatie dan niet\n" " - Vink ook niet 'Programma draaien' aan, indien dit gevraagd wordt." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Dit programma bevindt zich in de testfase.\n" "\n" "Mogelijk werkt het niet zoals verwacht. Uw feedback, positieve of negatieve, " "is heel belangrijk om dit installatieprogramma te verbeteren." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Dit programma bevat een beveiliging tegen kopiëren hebben (DRM), waardoor " "deze ongeschikt is voor emulatie.\n" "Om dit te omzeilen heeft u een zogenaamde \"No-cd-patch\" nodig, maar omdat " "deze ook voor piraterij-doeleinden gebruikt kan worden, geven wij hier geen " "ondersteuning voor." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Door dit in te schakelen krijgt u de mogelijkheid om installatieprogramma's " "te testen.\n" "\n" "{0} kan niet garanderen dat uw programma zonder problemen zal werken" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Door dit in te schakelen krijgt u toegang tot installatieprogramma's die een " "beveiliging tegen kopiëren hebben (DRM), waardoor ze ongeschikt zijn voor " "emulatie.\n" "Om dit te omzeilen heeft u zogenaamde \"No-cd-patches\" nodig, maar omdat " "deze ook voor piraterij-doeleinden gebruikt kunnen worden, geven wij hier " "geen ondersteuning voor." #: python/irc.py:137 msgid "Send" msgstr "Versturen" #: python/irc.py:138 msgid "Connect" msgstr "Verbinding maken" #: python/irc.py:139 msgid "Disconnect" msgstr "Verbinding verbreken" #: python/irc.py:140 msgid "Leave" msgstr "Weggaan" #: python/irc.py:227 msgid "Join a channel" msgstr "Een kanaal binnengaan" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messenger" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Als u dit venster sluit, kunt u geen verdere antwoorden meer lezen. Weet u " "zeker dat u het wilt sluiten?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Sorry, maar deze persoon wil geen privéberichten ontvangen" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Sorry de berichtendienst {0} is momenteel niet beschikbaar.\n" "\n" "Probeer het later opnieuw" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Er is niets geïnstalleerd om .{0}-bestanden te draaien." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0}-fout" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0}-website is niet beschikbaar. Controleer a.u.b. uw verbinding" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "{0} wordt ververst" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Er is een bijgewerkte versie van {0} beschikbaar" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Draaien" #: python/mainwindow.py:200 msgid "Donate" msgstr "Doneren" #: python/mainwindow.py:201 msgid "Exit" msgstr "Afsluiten" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Kleine pictogrammen" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Middelgrote pictogrammen" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Grote pictogrammen" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Zeer grote pictogrammen" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Wine-versies beheren" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Een PC-cd-rom lezen" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Alle {0}-software sluiten" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0}-console" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0}-messenger" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Bestandsassociaties" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Info {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Plug-inbeheer" #: python/mainwindow.py:331 msgid "File" msgstr "Bestand" #: python/mainwindow.py:333 msgid "Tools" msgstr "Hulpmiddelen" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Instellingen" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plug-ins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Sluiten" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configureren" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Open de programmamap" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Lees de gebruikershandleiding" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Selecteer het pictogram" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Sluit dit programma" #: python/mainwindow.py:611 msgid "KillApp" msgstr "StopApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Geen gebruikershandleiding gevonden voor {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Een programma installeren" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "GIT bijwerken" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Update-instructies" #: python/mainwindow.py:741 msgid "Debug" msgstr "Foutopsporing" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Rapporteer een probleem" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Een snelkoppeling aanmaken" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Map openen" #: python/mainwindow.py:755 msgid "Save" msgstr "Opslaan" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Deïnstalleren" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Selecteer een programma." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0}-instellingen" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0}-installatiemenu" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine-versiebeheer" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Het virtuele station geassocieerd met {0} ({1}) bestaat niet meer." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Weet u zeker dat u alle vensters van {0} wilt sluiten?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Draai uw Windows-programma's op " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux- en PlayOnMac-team\n" "Onder GPL licentie versie 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Ontwikkelaar en website: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptmakers: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Pakketmaker: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Pictogrammen:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "De volgende mensen hebben bijgedragen aan dit programma: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "vertalingen:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Lees het vertalersbestand" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} kon PlayOnLinux Setup Window server niet starten." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} kan {1} niet vinden" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (van {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "U dient het te installeren om door te kunnen gaan" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "U dient het te installeren om {0} te kunnen gebruiken" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} mag niet als root gedraaid worden. Sorry" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} kan de 32-bits OpenGL-bibliotheken niet vinden.\n" "\n" "Mogelijk ondervindt u problemen met uw spellen" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} kan de 64-bits OpenGL-bibliotheken niet vinden.\n" "\n" "Mogelijk ondervindt u problemen met uw spellen" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Uw bestandssysteem kan er mogelijk voor zorgen dat {0} niet goed werkt.\n" "\n" "Open {0} in een terminal om meer details te verkrijgen." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Wilt u {0} meehelpen met het maken van een compatibiliteitsdatabank?\n" "\n" "Indien u voor ja kiest, zullen de volgende dingen anoniem naar ons verstuurd " "worden,\n" "wanneer u voor de eerste keer een Windows-programma draait:\n" "\n" "- Uw model grafische kaart\n" "- Uw OS-versie\n" "- Of er grafische drivers zijn geïnstalleerd.\n" "\n" "\n" "Deze informatie is zeer waardevol voor ons om mensen te kunnen helpen." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Weet u zeker dat u pakket {0} wilt installeren?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "U probeert een script te openen dat ontworpen is voor {0}! Mogelijk werkt " "het niet zoals verwacht" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy-configuratie" #: python/options.py:129 msgid "Set a proxy" msgstr "Stel een proxy in" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy-adres" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy-poort" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy-aanmelden" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy-wachtwoord" #: python/options.py:188 msgid "Installed plugins" msgstr "Geïnstalleerde plug-ins" #: python/options.py:206 msgid "Add" msgstr "Toevoegen" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Inschakelen" #: python/options.py:210 msgid "Choose a plugin" msgstr "Selecteer een plug-in" #: python/options.py:263 msgid "What is the extension?" msgstr "Wat is de extensie?" #: python/options.py:275 msgid "Assigned program" msgstr "Toegewezen programma" #: python/options.py:277 msgid "Delete" msgstr "Verwijderen" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Weet u zeker dat u dit wilt installeren: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Weet u zeker dat u dit wilt verwijderen: " #: python/options.py:334 msgid "Disable" msgstr "Uitschakelen" #: python/options.py:375 msgid "Apply" msgstr "Toepassen" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "U moet {0 herstarten voor de wijzigingen effect zullen hebben." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Geïnstalleerde Wine-versies: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Beschikbare Wine-versies: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine-versies" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Weet u zeker dat u Wine {0} wilt verwijderen?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} kan POL_SetupWindow_server niet starten." playonlinux/lang/po/oc.po000066400000000000000000004406221226051336100157470ustar00rootroot00000000000000# Occitan (post 1500) translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-11-27 16:43+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "Conversion acabada" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Totes / Totas" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "Causissètz una aplicacion" #: Detour plugin:6 msgid "Operation done" msgstr "Operadaacion acab" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Esperatz..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Installacion en cors..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Non" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Òc" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Senhalar un bug" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accessòris" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Desvolopament" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educacion" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Jòcs" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafisme" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimèdia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Burotica" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Autres" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Mesas a jorn" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Tèsts" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Basa de registre" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Percórrer" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "General" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "Nom" #: python/configure.py:202 msgid "Wine version" msgstr "Version de wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Disc dur virtual" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reaviar Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installar" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "Supòrt GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Dobrir un terminal" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Configuracion de {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Novèl" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Suprimir" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Afichar" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Divèrs" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Assistent {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Anullar" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Seguent" #: python/guiv3.py:166 msgid "I Agree" msgstr "Accèpti" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "Identificant : " #: python/guiv3.py:189 msgid "Password: " msgstr "Senhal : " #: python/guiv3.py:192 msgid "Register" msgstr "S'enregistrar" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "sus" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Pas de descripcion" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Mandar" #: python/irc.py:138 msgid "Connect" msgstr "Se connectar" #: python/irc.py:139 msgid "Disconnect" msgstr "Se desconnectar" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "Rejónher un Canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messatjariá" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Actualizacion de {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Executar" #: python/mainwindow.py:200 msgid "Donate" msgstr "Far un don" #: python/mainwindow.py:201 msgid "Exit" msgstr "Quitar" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Consòla {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "A prepaus de {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gestionari d'extensions" #: python/mainwindow.py:331 msgid "File" msgstr "Fichièr" #: python/mainwindow.py:333 msgid "Tools" msgstr "Aisinas" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Paramètres" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Empeutons" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Reglatges de {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activar" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "Desactivar" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versions de Wine installadas : " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versions Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/pl.po000066400000000000000000006006361226051336100157640ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # # Tłmaczenie pierwotnie stworzone przez dawidope. Poprawiki Łukasz Wojniłowicz, Patryk Rajba # Copyright (C) 2009 Łukasz Wojniłowicz msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:08+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: pl_PL.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Do jakiej aplikacji chcesz wykonać modyfikacje?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Wtyczka umożliwia przechwytywanie obrazu z aplikacji pod PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Nagrywaj menu (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Nagrywaj menu (bez OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Rozpocznij nagrywanie aplikacji" #: Capture plugin:7 msgid "Play a captured file" msgstr "Odtwórz nagrany plik" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konwertuj nagrany plik do formatu wideo" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Proszę wcisnąć Dalej, następnie kliknąć\\nw okno programu, które chcesz " "przechwycić.\\nNagrywanie rozpocznie się automatycznie po 5 sekundach.\\" "nNagrany zostanie wyłącznie obraz." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Nagrywanie w toku..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Naciśnij +F8 aby rozpocząć lub zatrzymać nagrywanie" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Naciśnij +F8 by zatrzymać nagrywanie" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Nagrywanie w toku..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Proszę wybrać akcję" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Proszę wybrać PID nagranego pliku do odtworzenia" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Proszę wybrać nagrany plik OGV do odtworzenia" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Proszę wybrać nagrany plik do konwersji" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Musisz wybrać plik z nagraniem do odczytania" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Musisz wskazać nagrany plik do konwersji" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Proszę czekać, tworzenie logo PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Dodać logo PlayOnLinux do twojego wideo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Uwaga: Do poprawnego kodowania wideo,\\nrodzielczość MUSI być " "wielokrotnością 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Użytkownicy Ubuntu muszą dodać repozytoria MEDIBUNTU\\nby móc skonwertować " "do wybranego formatu prawidłowo." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Wybierz format wideo do konwersji" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Wybierz opcje kodowania dla fazy pierwszej \\n (zostaw wartości domyślne " "jeśli nie wiesz co wybrać)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Wybierz opcje kodowania dla fazy drugiej \\n (zostaw wartości domyślne jeśli " "nie wiesz co wybrać)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Ustaw opcje enkodowania \\n\r\n" "(jeśli nie wiesz co wybrać, pozostaw opcje domyślne)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Proszę czekać, trwa konwertowanie pliku wideo..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konwersja dokonana pomyślnie" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Proszę wskazać opcje do modyfikacji" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Wszystko" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Proszę wybrać program który chcesz zmodyfikować" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Witaj w Zaawansowanym Konfiguratorze Wine, wtyczka ta ma za zadanie " "zoptymalizować Wine pod konkretną aplikację.\\nAutorem wtyczki jest " "GNU_Raziel. Jeżeli nie wiesz do czego służy konkretna opcja proszę zostawić " "ją w ustawieniu domyślnym!" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Wybierz program" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nie wybrałeś programu" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Wybrać Tryb Renderowania DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktywować obsługę funkcji GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Wybrać Tryb Renderowania Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Wybierz tryb Renderowania Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktywować obsługę funkcji Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktywować mouse warp override?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optymalizacja zakończona prawidłowo" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "Witamy w Detour, plugin umożliwia tworzenie skrótów po instalacji." #: Detour plugin:5 msgid "Choose an application" msgstr "Proszę wybrać aplikację" #: Detour plugin:6 msgid "Operation done" msgstr "Operacja wykonana" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Włóż płytę z grą do napędu" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Wybierz plik do uruchomienia" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Kiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na " "Uruchom.\\n\\nZamknij CAŁKOWICIE Steam,\\ntak, aby skrypt instalacyjny mógł " "kontynuować" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "UWAGA: Aby się zarejestrować, kiedy wyświetli się prośba o rejestrację, " "przeciągnij i upuść plik reg do $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" "UWAGA: Aby uzyskać niskie opóźnienia dźwięku, poszukaj informacji o WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Czy chcesz zainstalować patch 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "To jest instalator aktualizacji lub dodatku.\\nProszę zainstalować najpierw " "$TITLE_REQUIRED" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Czy chcesz zainstalować patch 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Aby zainstalować $TITLE najpierw należy zainstalować Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Zauważ że standardowe mapy nie działają prawidłowo, natomiast mapy " "użytkowników działają bez problemów." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Kiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na " "Uruchom.\\n\\nZamknij CAŁKOWICIE Steam,\\ntak, aby skrypt instalacyjny mógł " "kontynuować" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Jeśli instalacja .NET 3.0 się nie powiedzie\\ngra i tak będzie działać" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Nie musisz instalować DirectX ani używać GLSetup" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Wybierz plik setup, który ma zostać uruchomiony" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Proszę czekać..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalacja zakończona" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Proszę włożyć nośnik z grą do stacji dysków" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Wybierz plik instalacyjny do uruchomienia:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Witaj w instalatorze aktualizacji $PVERSION dla $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam posiada własny system aktualizacji" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Wybierz ścieżkę do wykonania" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "Włóż płytę z grą do napędu jeśli\\njeszcze tego nie zrobiono." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam posiada własny system aktualizacji" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Proszę włożyć nośnik z grą do napędu" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "Gdy instalator zapyta o następną płytę\\nnaciśnij\\\"Dalej\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Włóż kolejną płytę do napędu" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Witaj w instalatorze patcha $PVERSION dla $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Proszę najpierw zainstalować $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Wersja angielska" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Wersja międzynarodowa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Wersja włoska" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Wersja japońska" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Jaką posiadasz wersję?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Gra nie jest zainstalowana." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Ten dodatek automatycznie zainstaluje patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Wybierz pierwszy patch do uruchomienia" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Wybierz drugi patch do uruchomienia" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Wersja USA lub kanadyjska" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Ten dodatek automatycznie zainstaluje patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Wersja brytyjska" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Musisz wyłączyć antypirackie zabezpieczenia tej gry\\njeśli chcesz grać z " "wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Bądź ostrożny! Aby uruchomić $TITLE za pomocą $APPLICATION_TITLE, należy " "zainstalować patch No-CD, nawet jeśli masz legalną wersję.\\n\\nProszę " "pamiętać, że $APPLICATION_TITLE zdecydowanie nie popiera piractwa i nigdy " "nie będzie go wspierać." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Musisz wyłączyć antypirackie zabezpieczenia tej gry\\njeśli chcesz grać w " "nią za pomocą wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Wersja Game Of The Year (gra roku)" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Wersja normalna" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Witaj w instalatorze łatki $PVERSION dla $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Ostrzeżenie: GameShadow nie będzie działać.\\nProszę odznaczyć tą opcję " "podczas instalacji." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Nie zapomnij zamknąć Steam po ukończeniu pobierania\\ntak, aby " "$APPLICATION_TITLE mógł ukończyć\\ninstalację." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam przeprowadzi aktualizację.\\nPo aktualizacji wyświetli się okno " "logowania. Zaloguj się i pozwól aby $TITLE się zainstalował.\\n\\nKiedy " "instalacja się zakończy naciśnij dalej (nie zamykaj Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "Stam instaluje $TITLEW, naciśnij dalej kiedy instalacja się zakończy" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam instaluje $TITLEBTS, naciśnij dalej kiedy instalacja się zakończy" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam instaluje $TITLECOL, zamknij Steam po zakończeniu instalacji (upewnij " "się że nie ma ikonki Steama w zasobniku systemowych) a następnie naciśnij " "dalej aby skrypt instalacyjny mógł kontynuować." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Instalacja zakończona\\n\\nGra może zawiesić się za pierwszym razem, w takim " "przypadku uruchom ją ponownie." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam przeprowadzi aktualizację.\\nPo aktualizacji wyświetli się okno " "logowania. Zaloguj się i pozwól aby $TITLE się zainstalował.\\n\\nKiedy " "instalacja się zakończy naciśnij dalej" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Wybierz język" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Proszę czekać, trwa konfiguracja paczki językowej..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Witaj w instalatorze patcha $PVERSION dla $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Trwa pobieranie patcha...\\nTa operacja może zająć trochę czasu, w " "zależności od szybkości twojego połączenia." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalacja w toku..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "angielski" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "francuski" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "niemiecki" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Którą wersję językową chcesz zainstalować?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "UWAGA: Instalator wymaga użycia płyty CD, jeżeli pobrałeś darmowe obrae ISO " "wydane przez EA, należy nagrać je na płytę CD lub DVD używając odpowiedniego " "oprogramowania, np. Brasero i włożyć do napędu CD. Montowanie obrazów ISO " "może działać z pewnym oprogramowaniem, jednak wiadomo, że z Mounty nie " "działa." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Uwaga: Po zakończeniu instalacji, uruchomi się patcher. Proszę zamknąć " "patcher przed zalogowaniem w celu dokończenia instalacji. Po tym, można " "uruchomić \"$TITLE\" kiedy konfiguracja gry się zakończy." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 1 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Trwa przygotowywanie do instalacji..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 2 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Proszę wybrać plik instalacyjny pobrany na stronie $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE został zainstalowany.\\n\\n Specjalne podziękowania dla Ericha " "Hoovera za jego poprawki wine (Fix AcceptEx)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jeśli występuje błąd 3007 podczas łączenia, otwórz terminal i wpisz:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Kiedy przywracanie $TITLE przez Steam zostanie zakończone,\\nNIE klikaj na " "Graj.\\n\\nZamknij CAŁKOWICIE intefejs Steam,\\ntak żeby skrypt mógł " "komentować." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Kiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na " "Uruchom.\\n\\nZamknij CAŁKOWICIE Steam,\\ntak, aby skrypt instalacyjny mógł " "kontynuować" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Jeśli nastąpi żądanie instalacji DirectX, wybierz nie." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Witaj w instalatorze DLC dla $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Ten dodatek automatycznie zaktualizuje grę do wersji 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Kiedy instalator gry poprosi o włożenie następnego DVD\\ndo napędu, kliknij " "na \\\"Dalej\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Nie możesz ustawić poziomu cieni na maksimum,\\nponieważ konieczne będzie " "usunięcie i ponowna instalacja gry." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Wymagane jest 18GB wolnego miejsca.nnW przypadku użycia instalatora online " "wymagane jest dodatkowe 5GB wolnego miejsca w twoim katalogu " "domowym.nZalecane jest użycie instalatora offline." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Czy chcesz otworzyć stronę pobierania $TITLE w przeglądarce?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Czy chcesz stworzyć dowiązanie symboliczne dla ustawień $TITLE w twoim " "katalogu domowym?n(Zalecane)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Znane problemy:nn1) Wczytywanie EULA za pierwszym razem może trochę potrwać " "(5 min).nn2) Kwatery Kapitana nie działają dla większości (wszystkich?) " "graczy.nJeżeli po wyborze postaci gra się wyłączy spróbuj nacisnąć Esc na " "ekranie logowanie i wyłącz Kwatery Kapitana pod ustawieniami " "graficznymi.n(Ta funkcja jest uznawana za bezużyteczną przez większość " "graczy EVE Online.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Proszę włożyć pierwszy nośnik z grą do stacji dysków" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Proszę włożyć drugi nośnik z grą do stacji dysków" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Podczas instalacji, należy ODZNACZYĆ opcje dla ASIO4ALL i ODZNACZYĆ \\" "\"Uruchom FL Studio po instalacji\\\"." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "UWAGA: Aby osiągnąć niskie opóźnienie audio, szukaj informacji o WineASIO. " "Kontrolery MIDI powinny działać." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 3 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 4 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Klikaj \"Dalej\" TYLKO gdy instalacja gry przez Steam\\nzostanie zakończona, " "w przeciwnym wypadku będziesz musiał powtórzyć instalację" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Witaj w instalatorze DLC dla $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Wybierz DLC do instalacji" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Lite (702MB), rozwiązuje główne problemy (18 przerywniki)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Pełny (1,5 GB), rozwiązuje nawet drobne problemy (49 przerywniki)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Którą wersję chcesz zainstalować?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Trwa instalacja $TITLE, proszę czekać." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Dekompresja archiwum w toku..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Błąd podczas instalacji archiwum" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "Patch Advent Revising został zainstalowany." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Wydawca" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Ten skrypt instalacyjny wymaga ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Konwersja wideo w toku..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Przy pierwszym uruchomieniu gry nastąpi automatyczne wykrycie dostępnych " "silników renderujących.\\nPrawdopodobnie najlepszą wydajność uzyskasz na " "ustawieniu OpenGL.\\nMożna go wybrać po kliknięciu na \"Pokaż wszystkie " "urządzenia\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Uruchomić $TITLE w trybie bezpiecznym?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Nie można znaleźć katalogu programu" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Edytor poziomów" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Jakie dodatkowe skróty powinny zostać utworzone?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Domyślne ustawienia wideo są trochę za niskie dla współczesnych komputerów,\\" "nPamiętaj aby wybrać \"Automatyczne wykrywanie\" w zaawansowanych " "ustawieniach wideo." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "To jest instalator aktualizacji;nProszę najpier zainstalować $TITLE_REQUIRED" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Pomyśl o wyłączeniu potrójnego buforowaniea w ustawieniach,\\nponieważ nie " "jest ono jeszcze w pełni obsługiwane przez Wine." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Dedykowany edytor serwerów" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Przejść tam teraz?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Możesz pobrać archiwum z:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Serwer dedykowany" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Język" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Hiszpański" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Wybierz język" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "brazylijski (wersja kinowa)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "holenderski (wersja kinowa)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "włoski (wersja kinowa)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "hiszpański (wersja kinowa)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Klawisze strzałek (domyślnie)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standardowy układ klawiszy" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Bez zmian" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WSAD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZSQD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Ustawienia domyślne" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Wysoka jakość (Ustawienia Entropii)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Jakość obrazu" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Czy chcesz przeczytać oryginalny wątek na forum GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Błąd podczas rozpakowywania archiwum" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Patch można teraz aktywować i skonfigurować za pomocą\\nkreatora " "konfiguracji PlayOnLinux dla Outcast." #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Uruchomić \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Upewnij się, że rozdzielczość została zmieniona (w ostateczności ustaw \\" "\"HI-RES\\\") w programie uruchamiającym." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Serwer dedykowany" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Kody potrzebne, aby rozpocząć nową grę można znaleźć w\\ndokumentacji.\\" "nKliknij prawym przyciskiem myszy ikonę gry i wybierz \"Przeczytaj " "instrukcję\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Jeśli ledwo możesz odróżnić krajobraz za głównym menu,\\nwyłącz mgłę w " "opcjach grafiki." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(w oknie)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Code wheel" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Czy paczka językowa została pobrana wcześniej?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Później" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nie" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Tak" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Aby zainstalować pakiet językowy później, otwórz panel sterowania gry w celu " "uruchomienia instalatora (zakładka Inne/Misc)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Zalecane jest, aby teraz zainstalować ModPack Circle of Eight\\naby " "rozwiązać wiele problemów z tą grą i ewentualnie dodać nowe treści\\" "n(modpacki \"NC\").\\nUżyj odpowiedniego skryptu PlayOnLinux w dziale \\" "\"Aktualizacje\\\"." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Teraz należy zainstalować Modpack w katalogu:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Wybierz DOWOLNE 3 ikony po wyświetleniu prośby." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "brakuje katalogu tymczasowego" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Panel Sterowania Two Worlds to narzędzie społeczności InsideTwoWorlds,\\" "nktóre pozwala dostosować parametry i zarządzać modyfikacjami\\ndo tej gry. " "Odwiedź\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 " "aby zapoznać się ze szczegółami.\\nZainstalować go?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Panel sterowania" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "WAŻNE:\n" " \\n\\nW oknie instalatora, NIE klikaj na przycisk Opcje, uszkodzi to " "menu wyboru języka." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "Podczas pierwszego uruchamiania gry automatycznie wykryje dostępne silniki " "renderujące.\\nPrawdopodobnie najlepszą wydajność osiągniesz na ustawieniu " "OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Proszę wybrać język gry" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Wybierz rozdzielczość gry" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Teraz możesz wybrać tryb gry:\\n1) Tryb okienkowy:\\nWszystko działa oprócz " "kursora systemowego w oknie gry.\\n\\n2) Tryb pełnoekranowy:\\nWszystko " "działa oprócz nieba, jest czarne.\\n\\n\\n\\nJaki tryb preferujesz?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE jest zainstalowany" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Proszę włożyć DVD do napędu" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Z powodu błędu wine #30512, pobieranie często będzie się zawieszać, po " "prostu uruchom ponownie klienta i pobieranie zostanie wznowione. Procent " "postępu zostanie zresetowany ale pobieranie będzie w rzeczywistości " "kontynuowane." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Proszę wybrać plik instalacyjny $TITLE. Podczas instalacji odznacz wszystkie " "dodatkowe sterowniki chce zainstalować:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Wykryto, że Steam jest zainstalowany\\nCzy chcesz zainstalować tę grę na tym " "samym dysku wirtualnym?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Aktualizowanie $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Podaj lokalizacje programu instalacyjnego (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe " "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na " "${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Proszę wybrać plik instalacyjny $TITLE. NIE ZAZNACZAJ \"Uruchom ImgBurn\" " "pod koniec instalacji." #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "UWAGA: POL nie toleruje piractwa. Proszę używać $TITLE w honorowy sposób" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" "Nie można odnaleźć pliku wykonywalnego $EXE na wirtualnym dysku $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Nie znaleziono wspieranej gry na silniku Infinity." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Wszystkie obsługiwane gry na silniku Infinity są już spatchowane.\\nAby " "zmienić rozdzielczość ekranu, należy użyć konfiguratora." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Czy chcesz zainstalować wersje unicode Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Rejestrowanie bibliotek, proszę czekać\\n(to może troche potrwać)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" "glxinfo nie jest zainstalowany. Proszę zainstalować pakiet mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "Ostrzeżenie! Obsługa kompresji S3TC nie jest dostępna w twoim systemie.\\n\\" "nJeśli włączony jest otwarty sterownik, być może konieczne zainstalowanie " "sterowników własnościowych do karty graficznej.\\n\\nW przeciwnym razie " "można ją włączyć, instalując pakiet libtxc-dxtn0, ale to rozwiązanie oferuje " "niższą wydajność" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Nie można zainstalować gry przy użyciu oficjalnego downloadera" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Ostrzeżenie: Nie należy zaznaczać \"Uruchom $TITLE\", po zakończeniu " "instalacji" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Powinieneś teraz mieć katalog League of Legends na pulpicie zawierający " "instalator. Możesz zachować aby przyspieszyć reinstalacje." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Proszę włożyć nośnik nr 1 do stacji dysków" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Proszę włożyć nośnik nr 2 do stacji dysków" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Cyfrowa wersja Deluxe" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Którą wersję posiadasz?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Ten skrypt zainstaluje Microsoft Office $TITLE darmowy program, który " "pozwoli Ci otwierać pliki doc i docx w trybie tylko do odczytu. Program ten " "jest przeznaczony dla użytkowników, którzy nie są w stanie wyświetlić " "złożonych plików doc lub docx. Jeśli chcesz edytować dokumenty, użyj " "LibreOffice, OpenOffice lub innego edytora. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "Instalacja $TITLE została zakończona sukcesem\\n\\nJeżeli okna instalacji " "uniemożliwiają ci uruchamianie programów, należy usunąć i ponownie " "zainstalować $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Jaki typ aktywacji?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Wpisz adres serwera licencji!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Wpisz port serwera licencji!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Czy dane serwera licencji są poprawne?\\nCzy te wartości mogą zostać dodane " "do rejestru?\\nNazwa serwera licencji: $licenseServerName\\nLicense server " "port: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE powinien być aktywowany.\\nDwa starty $TITLE mogą być są konieczne:\\" "nJeden dla inicjalizacji i jeden do rejestracji.\\n\\nWystarczy uruchomić, " "zamknąć i ponownie uruchomić $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Nie znaleziono instalacji $TITLE. Proszę użyć skryptu instalacyjnego $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Sprawdź, które komponenty chcesz zainstalować dodatkowo:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Kopiowanie plików instalacyjnych, proszę czekać..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Zarejestruj się lub zaloguj i pobierz plik instalacyjny : " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "Odznacz \"Launch Need For Speed\" na końcu instalacji." #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Jeżeli pobieranie aktualizacji się zawiesi, spróbuj wyłączać i włączać " "aktualizator aż pobieranie się zakończy." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "wersja demonstracyjna" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Wybierz wersję." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Sprawdzanie integralności kawałków..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Sprawdzanie integralności pobranych plików..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Pobieranie nie powiodło się" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Pobrany plik jest uszkodzony" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Ponowić próbę?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" "Nie określono komendy która ma być wykonana z uprawnieniami roota, " "instalacja zostanie przerwana." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "Filozofia PlayOnLinux/PlayOnMac to nigdy nie pytać o hasło super-" "użytkownika, jednak do tego skryptu, to jest konieczne. Oto komenda którą " "należy wpisać aby kontynuować instalację:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Nie określono nazwy rozszerzenia, przypisanie do natywnej aplikacji zostanie " "pominięte." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Proszę to przeczytać" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "Do jakiego katalogu chcesz pobrać pliki GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Wpisz swój login gog.com aby ściągnąć $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Logowanie do Gog.com nie powidło się, ponowić próbę?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Chmura plików również została zaktualizowana. Jeśli problem będzie się " "powtarzał, rozważ zgłoszenie problemu aby skrypt mógł być naprawiony." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Czy chcesz pobrać $TITLE z GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Instalowanie Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "W jakim katalogu chcesz przekierować katalogi użytkowników?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Instalowanie bibliotek DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Instalowanie bibliotek DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Instalowanie bibliotek DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Pobieranie Desury w toku..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Instalowanie DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Ten pakiet nie działa na systemach 64-bitowych" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Ten pakiet nie działa z wine 1.3.22 lub starszym" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Ten pakiet nie działa z wine 1.3.18 lub starszym" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Instalacja pakietu nie powiedzie się, aż ustawisz " "/proc/sys/kernel/yama/ptrace_scope to 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Otworzyć $URL teraz?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Jeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.0, można je " "ignorować bez konsekwencji" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Instalacja pakietu nie powiedzie się na wine 1.5.21 lub nowszym" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Jeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.5, można je " "ignorować bez konsekwencji" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Jeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.5 SP1, " "można je ignorować bez konsekwencji" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Jeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 4.0, można je " "ignorować bez konsekwencji" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Instalowanie środowiska DirectX" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Pobieranie gecko..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Instalowanie Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Pobieranie Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" "Ostrzeżenie : GFWL prawdopodobnie jest już zainstalowane\\nNastąpi " "wymuszenie reinstalacji." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Instalowanie bibliotek Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Instalowanie biblioteki dll mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Instalowanie biblioteki dll msasn1..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Pobieranie Steama, proszę czekać..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "Proszę czekać, $APPLICATION_TITLE pobiera Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Instalowanie środowiska Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Ostrzeżenie: vcrun2005 prawdopodobnie jest już zainstalowany.\\nNastąpi " "wymuszenie reinstalacji" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Ostrzeżenie : vcrun2008 prawdopodobnie jest już zainstalowany\\nNastąpi " "wymuszenie reinstalacji." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Instalacja VCRun2008 może się nie zakończyć się powodzeniem, ponieważ twoja " "wersja PlayOnLinux jest za stara, zaktualizuj go." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Ostrzeżenie : vcrun2010 prawdopodobnie jest już zainstalowane\\nNastąpi " "wymuszenie reinstalacji." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Instalacja VCRun2010 może się nie zakończyć się powodzeniem, ponieważ twoja " "wersja PlayOnLinux jest za stara, zaktualizuj go." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Pobieranie..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Instalowanie biblioteki dll wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Instalowanie bibliotek Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Instalowanie bibliotek Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Instalowanie XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Czcionki Microsoftu" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "Czcionki firmy Microsoft nie są zainstalowane, zostaną teraz zainstalowane." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licencja przetłumaczona na twój język " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Czcionki te zostały dostarczone przez Microsoft\\n\"w interesie zgodności " "między platformami\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "MS już nie dostarcza tych czcionek ale można dalej je pobrać od osób " "trzecich." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Możesz pobrać te czcionki i wykorzystywać je na własny użytek,\\nale nie " "możesz ich rozpowszechniać w zmienionej formie,\\nw tym również nie możesz " "mieniać nazw plików lub formatu pakowania." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Oryginalna licencja " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Proszę przeczytać i zaakceptować warunki:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Pobieranie czcionek" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Pobieranie: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Instalowanie czcionek" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Instalowanie: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Czyszczenie" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Czcionki firmy Microsoft zostały zainstalowane pomyślnie." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Usuń Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" "Game For Windows Live nie jest zainstalowany\\nprocedura odinstalowywania " "zostanie pominięta." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Aby kontynuować, PlayOnLinux musi odmontować CD-ROM wcześniej zamontowany z " "opcją unhide." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "PlayOnLinux potrzebuje dostępu do konta super użytkownika. Zostaniesz " "poproszony o hasło roota. Oto komendy które zostaną wykonane z podwyższonymi " "uprawnieniami:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Proszę uważnie przeczytać" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "Aby kontynuować, PlayOnLinux musi zamontować CD-ROM z opcją unhide." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Anuluj instalację" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Włącz ptrace() globalnie" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Daj dostęp plikowi wykonywalnemu wineservera" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Udzieliłem uprawnień ręcznie, uruchom test ponownie" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Program wymaga dostępu do ptrace() aby kontynuować:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Anulowano" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Proszę włożyć pierwszy nośnik" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Przeczytaj uważnie!\\n\\nKiedy instalator $TITLE o poprosi zmianę cdromu, " "wróć do tego okna $APPLICATION_TITLE" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Gdy instalator poprosi o włożenie płyty cd numer $CDNumber, kliknij na " "przycisk Dalej.\\n\\nNie klikaj na Dalej wcześniej!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "włóż płytę CD numer $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Teraz możesz wrócić do instalatora $TITLE, aby kontynuować" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "Nie uruchamiaj $TITLE kiedy instalacja się zakończy." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Proszę wybrać plik o nazwie Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Proszę czekać, instalacje $TITLE w toku" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE został zainstalowany prawidłowo" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Kiedy pobieranie $TITLE przez Desurę zostanie zakończone,\\nNIE włączaj " "gry.\\n\\nCAŁKOWICIE zamknij Desurę,\\ntak aby skrypt instalacyjny mógł " "kontynuować" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Proszę czekać, trwa przygotowywanie do instalacji..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 2 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Proszę włożyć nośnik 3 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Proszę wybrać plik instalacyjny $TITLE. NIE uruchamiaj Reapera po " "zakończeniu instalacji." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "UWAGA: Aby uzyskać niskie opóźnienia dźwięku, poszukaj informacji o " "WineASIO. Zalecany jest interfejs dźwięku z niskimi opóźnieniami. Kontrolery " "MIDI powinny działać." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "UWAGA: Okno rejestracji pokaże się pod logo Reason przy pierwszym " "uruchomieniu. Kliknij prawym przyciskiem myszy na pasek zadań i wybierz " "PRZENIEŚ. Jeśli pliki dźwiękowe (soundbanks) się nie skopiują a program " "zawiesi się po wpisaniu kodu rejestracyjnego, wyjmij płytę, włóż ją ponownie " "i spróbuj ponownie. Jeśli to nie zadziała, ręcznie skopiuj soundbanks na " "dysk wirtualny Reason. Wersje cyfrowe nie powinny mieć tego problemu." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jeśli gra zawiesza się przy starcie, otwórz terminal i wpisz:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Zabezpieczenia antypirackie tej gry nie działają poprawnie z Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE został zainstalowany!\\nUwaga!\\n1)Urucho ponownie wine\\n2) Ustaw " "właściwe urządzenie wyjściowe audio w ustawieniach wine\\n3) Miłej zabawy!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Możesz pobrać instalator $TITLE stąd:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Uwaga" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Ten skrypt zainstaluje Sacrifice, a następnie pobierze i zainstaluje patch " "nr 3. Nie uruchamiaj gry, dopóki patch nie zostanie zainstalowany." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Podczas procesu instalacji, należy odznaczyć\\n\"Instaluj Bonjour for " "Windows\" i \"Automatycznie aktualizuj Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "Nie uruchamiaj Scrolls kiedy instalacja się zakończy." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Proszę czekać, rozpakowywanie danych $TITLE w toku." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Proszę wybrać wersję MS-DOS pliku instalacyjnego:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "Musisz pobrać tę grę, jeśli jeszcze tego nie zrobiłeś. Powinieneś znaleźć ją " "szukając w Google, wymagany plik to Slender_v0_9_7.zip." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Wybierz pobrany plik ZIP" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Rozpakowywanie Slendera..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "To nie jest poprawny plik .zip" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe " "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na " "${END_JP} a potem na ${YES_JP}. Naciśnij dalej kiedy instalacja się zakończy." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe " "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na " "${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej kiedy instalacja się " "zakończy." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Wskaż lokalizację patchu dodającego język angielski do gry" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "Kiedy program się uruchomi kliknij na ${INSTALL_JP}. Kiedy otworzy się nowe " "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na " "${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Jeśli przy uruchamianiu wystąpi błąd, otwórz terminal i wpisz:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Podaj lokalizację programu instalacyjnego (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "Kiedy launcher się otworzy, naciśnij na przycisk na samej górze aby otworzyć " "instalator. Kiedy otworzy się nowe okno, kliknij OK. Kiedy pojawi się " "kolejne okno, kliknij na przycisk z literą N dopóki instalacja się nie " "rozpocznie. Poczekaj na zakończenie procesu instalacji a potem naciśnij " "prawy przycisk aby zamknąć okno. Naciśnij dalej kiedy skończysz instalować " "grę." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Wpisz nazwę nowego wirtualnego dysku" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Jeśli chcesz zainstalować $TITLE na innym wirtualnym dysku\\nUruchom ten " "instalator ponownie" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Zainstaluj Terraria w Steam. Uruchom Terraria gdy Steam zainstaluje grę. " "Steam zainstaluje XNA Framework dla gry. Po instalacji XNA zamknij " "całkowicie Steam tak aby instalator mógł kontynuować." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "Instalacja \"Horse Armor Pack\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "Instalacja \"Knights of the Nine\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "Instalacja \"Mehrunes Razor\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "Instalacja \"Orrery\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "Instalacja \"Spell Tomes\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "Instalacja \"Thieves Den\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "Instalacja \"Vile Lair\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "Instalacja \"Wizard Tower\" rozpocznie się..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Jeśli nie masz dodatki \"Shivering Isle\"\\nmusisz zaktualizować grę przed " "jej uruchomieniem." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Kiedy pobieranie $TITLE za pomocą Steam zostanie zakończone, NIE klikaj na " "Uruchom.\\n\\nZamknij CAŁKOWICIE Steam,\\ntak, aby skrypt instalacyjny mógł " "kontynuować" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Jeśli nie masz dodatki \"Shivering Isle\"\\nmusisz zaktualizować grę przed " "jej uruchomieniem." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Ten dodatek automatycznie aktualizuje grę do wersji 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Kody potrzebne do wyjścia z pierwszego dungeonu można znaleźć w\\" "ndokumentacji.\\nKliknij prawym przyciskiem myszy ikonę gry, wybierz " "\"Przeczytaj instrukcję\", a następnie sprawdź strony 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Gra nie uruchomi jeżeli nie ustawisz /proc/sys/kernel/yama/ptrace_scope na 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Edycja rozszerzona" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Edycja standardowa" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Kiedy instalator gry poprosi o włożenie\\nnastępnego dysku kliknij na " "\"Dalej\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Włóż następny nośnik z grą do napędu" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Gra nie jest zainstalowana" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Witaj w instalatorze patcha $PVERSION dla $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Ta gra jest już w Edycji Rozszerzonej i potrzeba tylko patcha 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Wybierz pierwszy patch (EE Upgrade), aby go uruchomić" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Wybierz drugi patch (1.5), aby go uruchomić" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Trwa pobieranie patcha nr 1...\\nTa operacja może zająć trochę czasu, w " "zależności od szybkości twojego połączenia." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Trwa pobieranie patcha nr 2...\\nTa operacja może zająć trochę czasu, w " "zależności od szybkości twojego połączenia." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Trwa pobieranie patcha nr 3...\\nTa operacja może zająć trochę czasu, w " "zależności od szybkości twojego połączenia." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Trwa pobieranie patcha nr 4...\\nTa operacja może zająć trochę czasu, w " "zależności od szybkości twojego połączenia." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Pobieranie ukończone.\\nInstalacja patchy rozpocznie się" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Instalacja vcrun2008 i wininet oraz wyłączanie bibliotek d3d9 i d3d8, aby " "zmusić grę do korzystania z OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Podczas instalacji, należy ODZNACZYĆ instalację wszystkich sterowników dla " "kontrolerów NI i interfejsów audio. Instalacja nie powiedzie się, jeśli będą " "zaznaczone, nie są one potrzebne." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "Locale ja_JP.utf8 musi zostać zainstalowany aby $TITLE działał." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Czy chcesz włączyć patch który włączy angielski interfejs?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE został zainstalowany.\\n\\nJeśli gra zawiesza się na starcie, otwórz " "terminal i wpisz:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Czy chcesz przejrzeć $TITLE (witrynę internetową)?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Wersja CD-ROM jest nieaktualna. Pamiętaj aby zaktualizować $TITLE aby " "uruchomić grę poprawnie przez $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Otworzy się twoja przeglądarka, pobierz łatkę i rozpakuj ją" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Którą wersję regionową World of Tanks chcesz zainstalować? Uwaga: Wersja " "koreańska nie jest obsługiwana w tej instalacji." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Uwaga: Po zakończeniu instalacji, uruchomi się patcher. Proszę zamknąć " "patcher przed zalogowaniem się lub zakończyć aktualizację, aby zakończyć " "instalację. Po zakończeniu instalacji można uruchomić \"$TITLE\"." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "Włóż płytę z grą nr 1 do napędu\\njeśli jej tam nie ma." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "Włóż płytę z grą nr 2 do napędu\\njeśli jej tam nie ma." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "Włóż płytę z grą nr 3 do napędu\\njeśli jej tam nie ma." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "Włóż płytę z grą nr 4 do napędu\\njeśli jej tam nie ma." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "Włóż płytę z grą nr 5 do napędu\\njeśli jej tam nie ma." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "Kiedy pobieranie $TITLE przez Steam dobiegnie końca,nNIE URUCHAMIAJ " "GRY.nnZamknij CAŁKOWICIE interfejs Steam, naby skrypt instalacji mógł " "kontynuować." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Kopiowanie plików z dysku nr 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Włóż dysk \"$TITLE\" nr 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Kopiowanie plików z dysku nr 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Proszę kliknąć na \"Więcej opcji\", a potem ODZNACZYĆ \"uruchom $TITLE po " "zakończeniu instalacji\". Jeśli tego nie zrobisz, instalacja zakończy się " "niepowodzeniem." #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" "Czy chcesz zainstalować $TITLE aby synchronizować urządzenie przez USB?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "Wine nie wspiera jeszcze USB. Nie będziesz w stanie synchronizować swoich " "iUrządzeń za pomocą $APPLICATION_TITLE." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Proszę wybrać 32-bitową wersję iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Naciśnij dalej aby uruchomić program aktualizujący. Kiedy aktualizacja się " "zakończy, zamknij program. Nie uruchamiaj osu!" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Proszę wybrać plik instalacyjny $TITLE. NIE uruchamiaj rFactor po " "zakończeniu instalacji. Zezwól na instalację DirectX. Upewnij się, że " "ustawiona jest 32-bitowa głębie kolorów kiedy rFactor Config się uruchomi." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Zgłoś błąd" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Proszę podać jak najwięcej szczegółów, w przeciwnym wypadku, pomoc tobie " "będzie bardzo trudna" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Ten kreator pomoże ci zgłosić błąd dotyczący oficjalnie wspieranego programu." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Twoja wersja $APPLICATION_TITLE jest nieaktualna.\\nMusisz zaktualizować " "$APPLICATION_TITLE przed zgłoszeniem błędu." #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Mam problem z programem" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mój problem dotyczy bezpośrednio $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Jaki jest typ twojego problemu?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Nie dołączaj logów" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Instalacja ręczna" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalacja automatyczna" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Wybierz log dotyczący oprogramowania" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Napisz krótki opis problemu (po angielsku)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Napisz dokładny opis problemu (po angielsku):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Dokładny opis jest wymagany." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Dziękujemy!\\n\\nTwój raport został wysłany.\\n\\nZrobimy co w naszej mocy " "aby odpowiedzieć na twojego maila jak najszybciej" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Kreator napędów wirtualnych" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Witaj w kreatorze wirtualnych dysków twardych $APPLICATION_TITLE.\\n\\nTo " "narzędzie pomoże ci utworzyć nowy dysk." #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Jaki rodzaj wirtualnego napędu chcesz stworzyć?" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Jeśli ta lista jest pusta, zainstaluj wersje wine za pomocą menadżera " "wersji wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Której wersji Wine chcesz użyć?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Wybierz nazwę wirtualnego dysku twardego" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Uruchom skrypt lokalny" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Ten kreator pomoże Ci uruchomić nieoficjalny skrypt $APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Wybierz poprawny skrypt $APPLICATION_TITLE do uruchomienia." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Błąd!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Nie znaleziono pliku!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Strona internetowa PlayOnLinux jest niedostępna." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nUpewnij się że połączenie z internetem działa." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Proszę przeczytać to uważnie" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION został zainstalowany na twoim komputerze." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Jednakże, nie będzie aktywny dopóki nie uruchomisz ponownie komputera." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Uruchom ponownie komputer teraz i uruchom PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Proszę przeczytać to uważnie." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Aby zapewnić kompatybilność z grami, PlayOnMac musi zainstalować XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac wymaga instalacji XQuartz aby działać" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Nie instaluj XQuartz w tym momencie" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Pobrałem plik samemu" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Pobierz XQuartz" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Pobieranie XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Gdzie jest" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Trwa instalacja XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz został zainstalowany." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Instalacja XQuartz nie powiodła się. Musisz zainstalować XQuartz aby " "zwiększyć kompatybilność gier." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Domyślna konfiguracja wirtualnego dysku twardego" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE tworzy wirtualny dysk twardy" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Pierwsze uruchomienie $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE wymaga przeprowadzania czynności przygotowujących" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Upewnij się że połączenie z internetem działa." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Wygląda na to że $APPLICATION_TITLE został uruchomiony pierwszy raz." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Ten kreator pomoże ci przygotować środowisko $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Wystąpił błąd podczas instalowania czcionek" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "$APPLICATION_TITLE jest gotowy do użycia" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Instalator Gecko $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Instalator Mono dla $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Ten kreator zainstaluje Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "w środowisku $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Konfigurator aplikacji $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Jesteś pewien że chcesz zamknąć wszystkie aktywne aplikacje " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Kreator skrótów $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Wybierz program do zpaczkowania" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Tworzenie skrótu..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Skrót został utworzony na pulpicie" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopiowanie wirtualnego dysku twardego" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Samostartująca płyta (autorun)" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Brak informacji o pliku instalacyjnym w pliku autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Witaj w kreatorze ręcznej instalacji $APPLICATION_TITLE.\\n\\nTen skrypt " "pomoże ci zainstalować dowolną aplikacją na $APPLICATION.\\n\\nUwaga: Nie " "jesteśmy w stanie zagwarantować że aplikacja będzie działać prawidłowo." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Zainstaluj program na nowym wirtualnym dysku twardym" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Edytuj lub zaktualizuj zainstalowaną aplikację" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Co chcesz zrobić?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Wpisz nazwę wirtualnego dysku twardego.\\nNazwa nie powinna zawierać spacji." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Wybierz program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Użyj innej wersji Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Skonfiguruj Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Zainstaluj dodatkowe biblioteki" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Jeśli nie wiesz co robić, odznacz wszystko" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Co chcesz zrobić przez instalacją?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Proszę wybrać" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Szukanie odpowiedniego CD-ROMu" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Wybierz inny plik" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Wybierz sposób instalacji programu" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Wybierz plik instalatora który chcesz uruchomić" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Musisz wybrać plik." #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE instaluje twoją aplikację..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Menadżer pakietów $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Używanie: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tWybierz plik" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " lub " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tRozpakuj paczkę" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\t[tan]Zainstaluj paczkę" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tPokaż wiadomość" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Wybierz paczkę do zainstalowania" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Menadżer pakietów PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Nie można odnaleźć pliku: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nie jest prawidłową paczką PlayOnLinux." #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Plik: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " nie istnieje." #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Wyodrębnianie: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Wykonywanie..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Czyszczenie..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "To jest lista skryptów które przesłałeś do nas. Możesz uruchomić jeden z nich" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Wygląda na to że nie posiadasz ani jednego osobistego skryptu" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Jeśli pomyślnie zainstalowałeś program używając przycisku 'Zainstaluj " "program\\n, którego nie ma na liście', umożliwi nam to dodanie tego programu " "na listę" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "To narzędzie pozwoli ci nam pomóc:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Zadamy ci kilka pytań, odpowiadaj możliwie najdokładniej (po angielsku)" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Wybierz plik twojego programu." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Czy program się uruchomił?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Jaka jest nazwa programu?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Kto jest autorem programu?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Jaki jest adres strony www programu?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Akcesoria" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Programowanie" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Edukacja" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Gry" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Biuro" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Inne" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Aktualizacje" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Wybierz kategorię programu" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testowe" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Czy jakaś funkcja w programie nie działa?\\nJeśli wszystko działa, napisz to" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Napisz każdą zmianę w konfiguracji wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Musisz być w stanie uruchomić ten program!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Uruchom jeden z twoich osobistych skryptów" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Wyślij działający skrypt wygenerowany przez instalację ręczną do nas" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Wyloguj" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Jesteś połączony z $APPLICATION_TITLE online jako $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Wylogowanie z $APPLICATION_TITLE Online nastąpiło pomyślnie.\\nMożesz teraz " "zamknąć to okno" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Zamykanie programów na wirtualnym dysku..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Wybieranie ikony" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Wybierz plik ikony" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Złe rozszerzenie pliku" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "nie jest rozszerzeniem ikony" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Edytor rejestru" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Zamknij wszystkie procesy prefixu" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Zaktualizuj wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Symuluj ponowne uruchomienie Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Użyj wtyczki Zaawansowana konfiguracja Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Użyj konfiguratora PlayOnLinux dla" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Zmień ikonę" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Użyj WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Wybierz akcję którą chcesz wykonać" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "czytnik PC CD-ROM" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Dzięki temu narzędzi twój Mac będzie w stanie przeczytać część CD-ROMu\\" "nprzeznaczonego dla komputerów PC.\\n\\nUżyj tego narzędzia TYLKO jeżeli " "posiadasz hybrydowy CD-ROM (kompatybilny z Windows i MacOS)\\ni tylko wtedy " "gdy nie jesteś w stanie zobaczyć części dla Windowsa." #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Wysuń PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Czytaj PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Co chcesz zrobić?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Proszę włożyć CD-ROM, naciśnij dalej tylko jeśli Finder znajdzie część CD-" "ROMu przeznaczoną dla Mac OS" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Proszę wybrać CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Proszę wybrać CD-ROM do wysunięcia" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Wybierz program, który chcesz uruchomić" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Uruchamianie debuggera $APPLICATION_TITLE..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE zawiesił się.\\nKliknij na debuguj aby uzyskać więcej informacji." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE zawiesił się." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Witaj w asystencie $APPLICATION_TITLE.\\nPomoże ci on zainstalować $file na " "twoim komputerze.\\n\\nZachowaj ostrożność! ten program nie jest oficjalnie " "wspierany przez $APPLICATION_TITLE.\\nDlatego może on nie działać tak jak " "powinien" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Jaka jest nazwa programu?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE instaluje $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE uruchamia twój program" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Oczekiwanie na zakończenie pracy asystenta" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analizuje twoją aplikacje" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Czy chcesz aby $APPLICATION_TITLE zainstalował aplikacje automatycznie dla " "ciebie?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Wykryto że program który chcesz zainstalować jest:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE uruchomił ten program.\\nChcesz zatrzymać poprzednie " "ustawienia?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Deinstalator $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Wybierz program który chcesz usunąć" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Kliknij na 'Dalej' aby kontynuować." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Ten kreator usunie: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Usuwanie..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " został pomyślnie usunięty" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Nie można odnaleźć skrótu" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Automatyczny aktualizator $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Aktualizowanie $APPLICATION_TITLE z systemu GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Zaktualizować i uruchomić ponownie $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Aplikacja jest już zaktualizowana" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "Wystąpił błąd w $APPLICATION_TITLE. Jeżeli program nie działa poprawnie, to " "może być przyczyną problemu.\\nOdwiedź www.$POL_DNS aby uzyskać więcej " "informacji" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE napotkał na błąd. Jeśli program, który jest instalowany " "nie działa prawidłowo, to może być przyczyną problemu.\\n Odwiedź " "www.$POL_DNS w celu uzyskania dalszych informacji" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "Wystąpił błąd krytyczny w $APPLICATION_TITLE. $APPLICATION_TITLE zatrzyma " "proces instalacji.\\nOdwiedź www.$POL_DNS aby uzyskać więcej informacji" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Proszę czekać, wirtualny dysk twardy jest tworzony..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Proszę czekać, $APPLICATION_TITLE symuluje ponowne uruchomienie Windows" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Ustawianie zmiennej Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ta funkcja jest wyłączona w środowisku PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Ostrzeżenie!\\n\\nSygnatura tego skryptu NIE jest prawidłowa\\n\\" "nPlayOnLinux nie zaakceptował tego skryptu nie będzie odpowiedzialny za jego " "błędne działanie.\\nKontynuuj tylko jeśli wiesz co robisz." #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Oto kod źródłowy skryptu. Sprawdź go dokładnie." #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Ostrzeżenie!\\n\\nSygnatura tego skryptu NIE jest prawidłowa\\n\\" "n$APPLICATION_TITLE nie zaakceptował tego skryptu nie będzie odpowiedzialny " "za jego błędne działanie.\\nKontynuuj tylko jeśli wiesz co robisz." #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Zewnętrzna biblioteka" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Oto kod źródłowy skryptu. Sprawdź go uważnie." #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Tworzenie skrótu..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Czy chcesz usunąć wirtualny dysk twardy:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Poniższy plik znajduje się na partycji FAT32.\\nTo może być przyczyną " "nieprawidłowego działania wine.\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Poniższy plik znajduje się na partycji NTFS.\\nTo może być przyczyną " "nieprawidłowego działania wine.\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Poniższy plik znajduje się na partycji fuse.\\nTo może być przyczyną " "nieprawidłowego działania wine.\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Poniższy plik znajduje się na partycji zamontowanej z flagą noexec.\\nTo " "może być przyczyną nieprawidłowego działania wine.\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Sprawdzanie wtyczki: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nowa: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizowanie wtyczki. Poprzednia: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Instalacja wtyczki: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Plik binarny nie znaleziony: $BINARY\\nCzy program został zainstalowany w " "domyślnej lokalizacji?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Nie ma wystarczającej ilości miejsca aby pobrać:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Proszę czekać, $APPLICATION_TITLE pobiera:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Wystąpił błąd podczas pobierania." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Ponowić próbę?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Błąd! Pliki nie zgadzają się\\n\\nLokalny: $LOCAL_MD5\\nZdalny: $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z nie jest zainstalowany, sprawdź czy 7zip jest zainstalowany i spróbuj " "ponownie" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Nie można odnaleźć ${dest} z ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Rozpakowywanie ${filename} z ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Rozmiar pliku rozpakowanego nie zgadza się!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopiowanie ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Rozmiar pliku nie zgadza się!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "$APPLICATION_TITLE $VERSION jest zbyt stary aby kontynuować.\\" "n$APPLICATION_TITLE $NEEDED jest wymagany." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Uwaga: Używasz $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED " "jest zalecana, aby kontynuować." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " na twoim komputerze." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " zostanie zainstalowany w: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Kliknij na 'Dalej' aby rozpocząć" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Ten instalator jest dostarczony przez: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Program został utworzony przez: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Ten kreator pomoże ci zainstalować " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Witamy w kreatorze instalacji $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Brakuje jednego lub więcej programów. Proszę zainstalować je i uruchomić ten " "skrypt ponownie." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Błąd" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Gdzie zamontowano CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Odśwież" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Odczytywanie danych" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Błąd: Nie można odnaleźć CD-ROMu!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE potrzebuje odczytać część przeznaczoną dla komputerów PC z " "hybrydowego CD-ROMu.\\n\\nDomyślnie, Mac OS pozwala na dostęp tylko do " "części przeznaczonej dla komputerów Mac, która może być niekompatybilna z " "aktualną wersją Mac OS.\\n\\nCzy chcesz aby PlayOnMac spróbował odczytać " "część przeznaczoną dla komputerów PC?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Pamiętaj aby przed uruchomieniem gry wybrać z menu PlayOnMac Narzędzia -> " "Czytnik PC CD-ROM" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Proszę czekać, $APPLICATION_TITLE kopiuje pliki:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Wyszukiwanie wirtualnego dysku twardego..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Ile pamięci ma twoja karta graficzna?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Karta graficzna nie ma wystarczającej ilości pamięci" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Twoja karta graficzna nie ma wystarczającej ilości pamięci!\\nGra nie będzie " "działać poprawnie" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Użyj wersji Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Użyj wersji demo Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Użyj wersji z Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Użyj wersji demo z Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Użyj wersji z Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Użyj wersji demo z Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Użyj instalatora z dysku twardego" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Użyj CD-ROM(ów)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Użyj DVD-ROM(ów)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Pobierz program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Wybierz metodę instalacji" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nie chcę tworzyć kolejnego skrótu" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Przeglądaj" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Połącz z twoim kontem $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Łączenie..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "Nie można połączyć!\\nUpewnij się że twój logi i hasło są poprawne." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Proszę czekać, $APPLICATION_TITLE sprawdza twój sprzęt" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Wybierz główną kartę graficzną którą wine ma zgłaszać grom" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wygląda na to że Wine się zawiesiło\\n\\nJeśli program dalej działa zignoruj " "tą wiadomość" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Nie można odnaleźć wersji: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Pobieranie Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Wygląda na to że pobieranie się nie powiodło." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Rozpakowywanie Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Nadpisz (zazwyczaj działa, brak gwarancji)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Wyczyść (zawartość wirtualnego dysku twardego zostanie utracona)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Docelowy wirtualny dysk twardy $PREFNAME już istnieje:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Proszę czekać, instalacja $SOFTNAME w toku..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Ostrzeżenie! Ta czynność zabije proces instalatora. Jeśli instalacja się nie " "zakończyła wymagana będzie reinstalacja $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalacja zakończona" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Kliknij 'Dalej' tylko gdy instalacja się zakończy" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Proszę czekać, $APPLICATION_TITLE symuluje ponowne uruchomienie" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Ostrzeżenie:\n" "\n" "To narzędzie jest przeznaczone dla zaawansowanych użytkowników.\n" "Aby odinstalować całkowicie program za pomocą {0}, należy usunąć wirtualny " "dysk twardy" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Ogólne" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Utwórz skrót do tego wirtualnego dysku twardego" #: python/configure.py:201 msgid "Name" msgstr "Nazwa" #: python/configure.py:202 msgid "Wine version" msgstr "Wersja wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Flagi debugowania" #: python/configure.py:205 msgid "Virtual drive" msgstr "Dysk wirtualny" #: python/configure.py:207 msgid "Arguments" msgstr "Parametry" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Uruchom kreator konfiguracji" #: python/configure.py:248 msgid "Windows reboot" msgstr "Symuluj ponowne uruchomienie Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Napraw wirtualny dysk" #: python/configure.py:265 msgid "Command prompt" msgstr "Wiersz poleceń" #: python/configure.py:272 msgid "Task manager" msgstr "Menadżer zadań" #: python/configure.py:280 msgid "Kill processes" msgstr "Zakończ wszystkie procesy" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Deinstalator wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Bądź ostrożny! Instalacja tych komponentów może uszkodzić twój wirtualny " "dysk twardy." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Zainstaluj" #: python/configure.py:395 msgid "Open program's directory" msgstr "Otwórz katalog aplikacji" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Otwórz katalog wirtualnego dysku twardego" #: python/configure.py:560 msgid "GLSL Support" msgstr "Wsparcie dla GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Renderer Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Rozmiar pamięci video" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Tryb renderowania pozaekranowego" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Tryb renderowania Target Lock" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Ścisła kolejność rysowania" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Wymuszenie przenoszenia kursora myszy" #: python/configure.py:578 msgid "Open a shell" msgstr "Uruchom powłokę" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Uruchom plik .exe na tym wirtualnym dysku twardym" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Komenda do wykonania przed uruchomieniem programu" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Uważaj!\n" "Po zmianie " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} konfiguracja" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Wybierz program lub wirtualny dysk twardy do skonfigurowania" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nowy" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Usuń" #: python/configure.py:696 msgid "Install components" msgstr "Zainstaluj komponenty" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Wyświetlanie" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Różne" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Ten wirtualny dysk twardy jest chroniony" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Czy na pewno chcesz usunąć {0} dysk wirtualny?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Czy na pewno chcesz usunąć {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Wybierz plik debugowania" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Zlokalizuj plik log" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Plik nazywa się: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Wirtualne dyski" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Zgłoś problem dotyczący {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Skrypty instalacyjne" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Błąd: Nie można zarezerwować poprawnego portu" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "OSTRZEŻENIE. Proszę najpierw użyć POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Kreator" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Anuluj" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Dalej" #: python/guiv3.py:166 msgid "I Agree" msgstr "Zgadzam się" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Pokaż wirtualne dyski" #: python/guiv3.py:188 msgid "Login: " msgstr "Login: " #: python/guiv3.py:189 msgid "Password: " msgstr "Hasło: " #: python/guiv3.py:192 msgid "Register" msgstr "Zarejestruj" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB pobrano" #: python/guiv3.py:288 msgid "of" msgstr "z" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Zamknięcie tego okna jest niemożliwe" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Brak opisu" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Wyszukaj" #: python/install.py:252 msgid "Include:" msgstr "Wyświetl:" #: python/install.py:263 msgid "No-cd needed" msgstr "Wymagające patcha no-cd" #: python/install.py:270 msgid "Commercial" msgstr "Komercyjne" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Zainstaluj program którego nie ma na liście" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Kiedy {0} instaluje program: \n" "\n" " - Nie zmieniaj lokalizacji instalacji\n" " - Nie zaznaczaj pola 'Uruchom program' jeśli zostaniesz o to poproszony" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Ten program jest obecnie w fazie testów/\n" "\n" "Może nie działać prawidłowo. Twoja opinia, pozytywna lub negatywna, jest " "bardzo ważna aby udoskonalać ten instalator." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Ten program zawiera zabezpieczenia przeciwko kopiowaniu (DRM) " "niekompatybilne z emulatorem.\n" "Jedynym obejściem jest użycie patcha \"no-cd\", ponieważ może on zostać " "użyty również do uruchomienia pirackiej wersji nie wspieramy tego " "rozwiązania." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Zaznaczając tą opcję, zostanie włączony dostęp do instalatorów testowych.\n" "\n" "{0} nie może zagwarantować że aplikacje będą działać bezproblemowo" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Zaznaczając tą opcję, otrzymasz dostęp do instalatorów programów które " "zawierają zabezpieczenia przeciwko kopiowaniu (DRM) niekompatybilne z " "emulatorem.\n" "Jedynym obejściem jest użycie patcha \"no-cd\", ponieważ może on zostać " "użyty również do uruchomienia pirackiej wersji nie wspieramy tego " "rozwiązania." #: python/irc.py:137 msgid "Send" msgstr "Wyślij" #: python/irc.py:138 msgid "Connect" msgstr "Połącz" #: python/irc.py:139 msgid "Disconnect" msgstr "Rozłącz" #: python/irc.py:140 msgid "Leave" msgstr "Wyjdź" #: python/irc.py:227 msgid "Join a channel" msgstr "Dołącz do kanału" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Czat IRC" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Jeśli zamkniesz to okno nie będziesz mógł zobaczyć kolejnych odpowiedzi. " "Jesteś pewien ze chcesz to zrobić?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Niestety, ta osoba nie chce otrzymywać prywatnych wiadomości" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Komunikator {0} jest obecnie niedostępny.\n" "\n" "Spróbuj ponownie w późniejszym czasie" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Nie zainstalowano niczego do uruchomienia plików .{0}." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "Błąd {0}" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "Strona {0} jest niedostępna. Sprawdź połączenie z internetem" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Odświeżanie {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Nowsza wersja {0} jest dostępna" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Uruchom" #: python/mainwindow.py:200 msgid "Donate" msgstr "Wesprzyj nas" #: python/mainwindow.py:201 msgid "Exit" msgstr "Wyjście" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Małe ikony" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Średnie ikony" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Duże ikony" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Bardzo duże ikony" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Zarządzanie wersjami Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Czytnik PC CD-ROM" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Zamknij wszystkie programy {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "konsola {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "komunikator {0}" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Skojarzenia plików" #: python/mainwindow.py:273 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Menedżer wtyczek" #: python/mainwindow.py:331 msgid "File" msgstr "Plik" #: python/mainwindow.py:333 msgid "Tools" msgstr "Narzędzia" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Ustawienia" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Wtyczki" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Zamknij" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Konfiguruj" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Otwórz katalog aplikacji" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Przeczytaj instrukcję" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Zmień ikonkę" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Zamknij tą aplikację" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Zabij program" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Brak instrukcji obsługi dla {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Zainstaluj program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Zaktualizuj z GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Instrukcje aktualizacji" #: python/mainwindow.py:741 msgid "Debug" msgstr "Debuguj" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Zgłoś problem" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Utwórz skrót" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Otwórz folder" #: python/mainwindow.py:755 msgid "Save" msgstr "Zapisz" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Odinstaluj" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Proszę wybrać program" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Ustawiania {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "Menu instalacji {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Menadżer wersji wine {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Wirtualny dysk twardy związany z {0} ({1}) nie istnieje." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Zamknąć wszystkie okna {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Uruchamiaj programy Windows na " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Zespół PlayOnLinux i PlayOnMac\n" "Licencja GPL, wersja 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Deweloper i strona WWW: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Twórcy skryptów: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Pakiety: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Następujące osoby przyczyniły się do rozwoju tego programu: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Tłumaczenia:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Przeczytaj plik TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" "{0} nie jest w stanie uruchomić serwera okna instalacyjnego PlayOnLinux." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} nie może odnaleźć {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Musisz zainstalować ten komponent aby kontynuować" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Powinieneś zainstalować ten komponent aby użyć {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} nie powinien być uruchamiany przez administratora." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} nie może odnaleźć 32-bitowych bibliotek OpenGL.\n" "\n" "Mogą wystąpić problemy z grami" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} nie może odnaleźć 64-bitowych bibliotek OpenGL.\n" "\n" "Mogą wystąpić problemy z grami" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "System plików może powstrzymywać {0} przed poprawnym działaniem\n" "\n" "Uruchom {0} w terminalu aby otrzymać więcej szczegółów" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Czy chcesz pomóc {0} stworzyć bazę kompatybilności?\n" "\n" "Jeśli klikniesz na tak, następujące rzeczy będą anonimowo wysyłane przy " "pierwszej próbie uruchomienia Windowsowego programu:\n" "\n" "- Model karty graficznej\n" "- Wersja systemu operacyjnego\n" "- Informacja czy sterowniki do karty graficznej są zainstalowane.\n" "\n" "\n" "Te informacje będą bardzo cenne dla nas, aby pomagać ludziom." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Zainstalować paczkę {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Próbujesz uruchomić skrypt zaprojektowany dla {0}, może nie działać " "prawidłowo" #: python/options.py:116 msgid "Proxy configuration" msgstr "Konfiguracja proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Ustaw proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Adres proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Port Proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login Proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Hasło Proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Zainstalowane dodatki" #: python/options.py:206 msgid "Add" msgstr "Dodaj" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Włącz" #: python/options.py:210 msgid "Choose a plugin" msgstr "Wybierz wtyczkę" #: python/options.py:263 msgid "What is the extension?" msgstr "Jakie jest rozszerzenie?" #: python/options.py:275 msgid "Assigned program" msgstr "Powiązany program" #: python/options.py:277 msgid "Delete" msgstr "Usuń" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Napewno zainstalować: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Jesteś pewien usunięcia: " #: python/options.py:334 msgid "Disable" msgstr "Wyłącz" #: python/options.py:375 msgid "Apply" msgstr "Zastosuj" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Musisz uruchomić ponownie {0} aby zmiany zostały zastosowane." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Zainstalowane wersje Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Dostępne wersje Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wersje Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Jesteś pewien ze chcesz usunąć Wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nie jest w stanie uruchomić POL_SetupWindow_server." playonlinux/lang/po/pol.pot000066400000000000000000004356251226051336100163330ustar00rootroot00000000000000# PlayOnLinux translation template # Copyright (C) 2007-2011 PlayOnLinux Team # This file is distributed under the same license as the PlayOnLiux package. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PlayOnLinux\n" "Report-Msgid-Bugs-To: MulX/APLU \n" "POT-Creation-Date: 2013-12-30 19:00:56+01:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n" "\\nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n" "\\nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n" "\\nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n" "\\nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho 0|" "sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ folder?n" "(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) time." "nn2) The Captain's Quarters feature is broken for most (all?) users.nIf you " "crash after selecting a character try hitting escape at the login screen and " "disabling Captain's Quarters under the graphics selection.n(This feature is " "considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;" "\\nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\nhttp://" "www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for details." "\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n" "\\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:" "\\nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : https://world." "needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__:40 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__:40 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set /proc/sys/kernel/yama/" "ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click next." "\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n" "\\nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee /" "proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for Windows" "\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and type:" "\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the" "\\ndocumentation;\\nRight-click the game icon, \"Read the manual\" then " "check pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set /proc/sys/kernel/yama/" "ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee /proc/sys/kernel/yama/" "ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:46 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed" "\\nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as" "\\npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem." "\\nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\n" "$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/pt.po000066400000000000000000006050151226051336100157700ustar00rootroot00000000000000# Portuguese translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-18 16:22+0000\n" "Last-Translator: Tiago S. \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "A que aplicação deseja aplicar as alterações?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Esta extensão irá possibilitar a captura de aplicações com o PlayOnLinux." #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menu de captura (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menu de captura (não OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Começar captura de uma aplicação" #: Capture plugin:7 msgid "Play a captured file" msgstr "Reproduzir um ficheiro capturado" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Converter um ficheiro capturado para vídeo" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Carregue em \"Seguinte\", e depois carregue na janela\\nque pretende " "capturar.\\nA captura irá começar automaticamente em 5 segundos.\\nApenas " "vídeo será capturado." #: Capture plugin:10 msgid "Capture will begin..." msgstr "A captura irá começar..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Carregue em +F8 para iniciar ou parar captura" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pressione +F8 para parar captura" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Captura em progresso..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Escolha uma acção para realizar" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Por fazer escolha um PID de um ficheiro capturado para reproduzir" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" "Por favor escolha um ficheiro capturado em formato OGV para reproduzir" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Por favor escolha o ficheiro capturado para converter" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Tem de escolher uma captura para ler" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Tem de escolher um captura para converter" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Por favor aguarde enquanto o logótipo do PlayOnLinux é criado" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Adicionar o logo do PlayOnLinux ao seu vídeo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Advertência: Para codificação correcta do vídeo,\\na resolução DEVE ser um " "múltiplo de 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Utilizadores de Ubuntu deverão adicionar o repositório do MEDIBUNTU\\n para " "que a conversão para este formato seja feita correctamente." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Escolha um formato de vídeo para a conversão" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Defina as suas preferências de codificação para a 1ª passagem \\n (deixe os " "valores de omissão se não sabe o que fazer)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Defina as suas preferências de codificação para a 2ª passagem \\n (deixe os " "valores de omissão se não sabe o que fazer)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Defina as suas preferências de codificação \\n (deixe os valores de omissão " "se não sabe o que fazer)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Por favor aguarde enquanto o vídeo é codificado..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversão concluída" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Escolha uma opção para modificar" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Todos" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Tem de escolher um jogo para modificar" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bem vindo ao painel de Configuração Avançada do Wine, um sistema de " "optimização para o Wine criado por GNU_Raziel. Se não souber o que escolher, " "deixe os valores de omissão" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Escolha um jogo" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Não escolheu um jogo" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Escolher o modo de renderização DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Activar suporte para GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Escolher o modo de renderização Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Escolher modo de captura do alvo de renderização?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Activar suporte para Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Activar o warp override do rato?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimização feita" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Bem vindo ao Detour, a extensão que possibilita a criação de atalhos pós-" "instalação" #: Detour plugin:5 msgid "Choose an application" msgstr "Escolha uma aplicação" #: Detour plugin:6 msgid "Operation done" msgstr "Operação efectuada" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Por favor insira o CD do jogo na drive" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Por favor insira o ficheiro de configuração a executar" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Quando a transferência de $TITLE do Steam tiver terminada,\\nNÃO carregue em " "Jogar.\\n\\nFeche Completamente a interface do Steam,\\nde modo a que o " "script de instalação continue." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "NOTA: Para registar, quando abrir o formulário de registo, arraste o " "ficheiro reg para $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "NOTA: Para baixa latência de áudio, veja WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Quer instalar o patch 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Este é o instalador para uma actualização ou um complento;\\nPor favor " "instale primeiro $TITLE_REQUIRED." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Quer instalar o patch 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" "Para instalar $TITLE necessita de instalar primeiro Mod Pack Studio Lite 2.0" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Por favor, note que Mapas padrão não funciona correctamente, enquanto que " "Mapas Personalizados funciona sem problemas." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Quando a descarrega de $TITLE do Steam estiver terminada,/n NÃO carregue em " "Jogar.\\n\\nFeche COMPLETAMENTE a interface do Steam,\\nde modo a que o " "script de instalação continue." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Se a instalação de .NET 3.0 falhar, não se\\npreocupe que o jogo irá " "funcionar." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Não precisa de instalar Directx ou de usar GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Por favor, escolha o ficheiro de configuração a executar." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Por favor aguarde..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalação concluída." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Por favor, coloque o disco do jogo na drive respectiva." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Por favor seleccione o ficheiro de configuração a executar:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "Bem vindo à instalador do patch $PVERSION para $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "O Steam tem o seu sistema de actualizações automáticas." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Seleccione o patch a executar" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Por favor coloque o disco do jogo no drive respectivo\\nse ainda não o tiver " "feito." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "O Steam tem o seu sistema de actualizações automáticas." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Por favor, insira o disco do jogo na drive respectiva" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Quando o instaldor do jogo pedir-lhe o próximo disco\\nCarregue em\\" "\"Avanças\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Por favor, insira o próximo disco na drive respectiva" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Benvindo ao instalador do patch $PVERSION para $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Por favor, instale $TITLE_REQUIRED primeiro." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Versão inglesa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Versão Internacional" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Versão italiana" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Versão japonesa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Que versão possui?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "O jogo não está instalado." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Este complemento irá instalar automaticamente o patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Escolha o primeiro patch a ser executado." #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Escolha o segundo patch a ser executado." #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Versão americana ou canadiana" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Este complemento instala automaticamente o patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Versão inglesa" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Tem que remover as protecções anti-pirataria para este jogo\\nse o quiser " "utilizar com o wine." #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Tenha cuidado! Para correr $TITLE com $APPLICATION_TITLE, tem de instalar o " "patch anti-pirataria sem-CD mesmo que tenha a versão legal do jogo.\\n\\nPor " "favor, lembre-se que $APPLICATION_TITLE não apoia a pirataria e nuna a " "sopurtará." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Tem que remover as protecções anti-pirataria para este jogo\\nse o quiser " "utilizar com o wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Versão Jogo do Ano" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Versão normal" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Bemvindo ao instalador do patch $PVERSION para $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Aviso: GameShadow não funciona.\\nPor favor, des-selecione-o durante a " "instalação." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Não se esqueça de fechar o Steam quando o download\\ntiver terminado, de " "modo a que $APPLICATION_TITLE possa continuar \\na instalar o jogo." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "O Steam vai fazer uma actualização.\\nDepois de o Steam terminar a " "actualização e mostrar-lhe a insterface de acesso, faça o login e deixe " "$TITLE instalar.\\n\\nQuando a instalação tiver terminado, prima " "\"Seguinte\" (Não feche o Steam)." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "O Steam está a instalar $TITLEW, prima \"Seguinte\" quando a instalação " "tiver terminado." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "O Steam está a instalar $TITLEBTS, prima \"Seguinte\" quando a instalação " "tiver terminado." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "O Steam está a instalar $TITLECOL, saia do Steam quando a instalação tiver " "terminado (certifique-se que o Steam não está na barra de tarefas) e prima " "\"Seguinte\" de modo a que o script de instalação continue." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Instalação terminada\\n\\nO jogo pode bloquear no primeiro arranque. Não se " "preocupe e tente novamente." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "O Steam vai fazer uma actualização.\\nDepois de o Steam actualizar vai " "mostrar o interface de acesso. Autentique-se e deixe $TITLE instalar.\\n\\" "nQuando a instalção tiver terminado prima \"Sequinte\"." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Escolha o idioma do jogo" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Aguarde enquanto o pacote de línguas é configurado..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Benvindo ao instalador do patch $PVERSION para $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch é descarregado...\\nEsta operação pode levar algum " "tempo, dependendo da sua ligação." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalação a decorrer..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Inglês" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Francês" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Alemão" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Que idioma pretende instalar?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "NOTA: O instalador requer que use o CD, se tiver transferido as imagens ISO " "freeware lançadas pela EA, por favor, grave-as para um CD ou DVD com uma " "aplicação como o Brasero, e insira-as na sua drive de CDs. Montar imagens " "ISO pode funcionar para algum software, mas sabe-se que não funciona nesta " "situação." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Atenção: Depois da instalação estar completa, o instalador de patches irá " "carregar. Por favor, feche o instalador de patches antes de autenticar para " "completar a instalação. Depois disso, pode correr \"$TITLE\" quando a " "configuração estiver completa." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o média 1 na drive respectiva\\nse ainda não o tiver feito." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Espere enquanto a instalação é preparada..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o média 2 na drive respectiva\\nse ainda não o tiver feito." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Por favor, selecione o icheiro de configuração descarregado no website " "$EDITOR." #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE foi instalado\\n\\nUm agradecimento em especial para Erich Hoover por " "este patch wine (AcceptEx Fix)." #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Se tiver o Erro 3007 ao conectar, abra o terminal e escreva:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Quando o restauro de $TITLE pelo Steam tiver terminado,\\n NÃO carregue em " "Play.\\n\\nFeche COMPLETAMENTE a interface do Steam,\\n de modo a que o " "script de instalação continue." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Quando a transferência de $TITLE pelo Steam tiver terminado, NÃO CARREGUE em " "Jogar.\\n\\nFeche COMPLETAMENTE a insterface do Steam,\\nde modo a que o " "script de instalação possa continuar." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" "Se o assistente de instalação pedir a instalação do DirectX, responda Não." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Bemvindo ao instalador para $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" "Este complemento instála automaticamente o patch do jogo versão 1.03." #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Quando o instalador do jogo lhe pedir pelo próximo DVD\\ncarregue em\\" "\"Seguinte\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Não deve definir o nível se sombras para o máximo\\nou não será possível " "apagar ou refazer a instalação do jogo." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Necessita cerca de 18Gb de espaço livre, assim como 5Gb adicionais na pasta " "/home se usar um instalador web. É recomendado usar instaladores locais." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Que abrir a página de transferências de $TITLE no seu navegador?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" "Criar symlink para definições $TITLE na pasta /home ? (Acção recomendada: " "Sim)" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" "Problemas conhecidos: 1) Carregar os EULA na primeira execução pode demorar. " "(5 min). 2) Os aposentos do capitão estão com problemas para muitos (senão " "todos) utilizadores. Se bloquear após seleção de personagem prima ESC no " "ecrã de login e desative os aposentos do capitão nas opções gráficas. (Esta " "funcionalidade é considerada inútil pela maioria dos jogadores de Eve.)" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Por favor, insira o primeiro disco da drive respectiva." #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Por favor, insira o segundo disco da drive respectiva." #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Durante a instalação, por favor DESMARQUE a opção ASIO4ALL, e DESMARQUE run " "FL Studio no final da instalação." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "NOTA: Para áudio de baixa latência, veja WineASIO. Os seus controladores " "MIDI devem trabalhar como o esperado." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o disco 3 na drive respectiva\\nse ainda não o tiver feito." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o disco 4 na drive respectiva\\nse ainda não o tiver feito." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Carregue em \"Seguinte\" SÓ quando a instalação do jogo no Steam\\ntiver " "terminado ou terá que recomeçar a instalação." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Benvindo ao instalador de DLCs para $TITLE." #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Selecione um DLC para instalar" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Leve (702Mb), resolve os problemas maiores (18 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Completa (1.5Gb), resolve até os problemas menores (49 cutscenes)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Que versão quer instalar?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Por favor aguarde enquanto $TITLE é instalado" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "A descompactar o ficheiro..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Erro ao instalar arquivo" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "O patch de Advent Revising foi instalado.\\nNão se esqueça de deixar uma e-" "mail ao Setz a agradecer pelo seu trabalho." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Este script de instalação requer ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "A converter vídeos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "A primeira inicialização do jogo irá detectar automaticamente os " "renderizadores disponíveis.\\nÉ provavel que obtenha melhor performance " "através do OpenGL.\\nSe puder seleccione-o depois de carregar em \"Show all " "devices\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Correr $TITLE em modo seguro?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Não foi possível encontrar o diretório do programa" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "O editor de níveis" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Que atalhos extra devem ser criados?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "As configurações de vídeo padrão são muito abaixo dos computadores " "modernos.\\nLembre-se de carregar em \"Auto-detect\" na opções avançadas de " "vídeo." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Este é um instalador para uma actualização;\\nPor favor, instale primeiro " "$TITLE_REQUIRED" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Pense em desactivar o Triple-buffering nas configurações,\\ndado que ainda " "não é totalmente suportado pelo Wine." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Editor de Servidor Dedicado" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Onde ir agora?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Pode transferir o ficheiro de:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Servidor Dedicado" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Idioma" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Castelhano" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Qual o seu idioma preferido?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasileiro (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Holandês (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italiano (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Espanhol (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Teclas direccionais (padrão)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Configuração padrão do teclado" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Não modificados" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Configurações padrão" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Alta qualidade (Definições de Entropia)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Qualidade visual" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Quer ler a discussão original nos fóruns GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Erro ao descompactar o arquivo" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Este patch pode agora ser activado e configurado para o \\nassistente de " "configuração PlayOnLinux para o Outcast.\\nnNão se esqueça de deixar uma " "mensagem ao Zenger nos foruns GOG a agradecer pelo seu trabalho." #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Correr \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Verifique se a resolução foi alterada\\n(eventualmente definida para\\\"HI-" "RES\\\") no lançador." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Servidor dedicado" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Os códigos necessários para iniciar o jogo podem ser encontrados na\\" "ndocumentação. Carregue com o botão direito do rato no\\nicone do jogo e " "\"Read the manual\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Se só conseguir distinguir tenuamente a paisagem por trás do menú " "principal,\\ndesactive FOG nas opções gráficas." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(janela)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Roda de Códigos" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Tem algum pacote de idiomas para instalar?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Mais Tarde" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Não" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Sim" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Para instalar o pacote de idiomas mais tarde, abra o painel de configurações " "para o jogo de forma a executar o instalador num disco virtual (separador " "Misc)." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "É altamente recomendado que que instale agore o pacote de Mods Circle of " "Eight\\nse quiser corrigir problemas como jogo, e opcionalmente, obter mais " "conteúdos\\n(para \"NC modpacks\").\\nUse o script dedicado do PlayOnLinux " "na secção de patches." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Agora deve instalar o modpack no directório:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Por favor, seleccione QUAISQUER 3 icones quando pedido." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "directório temp em falta" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "O painel de controlo do Two Worlds é uma ferramenta da comunidade " "InsideTwoWorlds,\\nque lhe permite afinar os parametros e gerir mods\\npare " "este jogo. Veja\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\npara " "detalhes. Quer instalá-lo?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Painel de Controlo" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "IMPORTANTE:\n" " \\n\\nNa janela de instalação que aparecerá em seguida, NÃO carregue no " "botão Opções, pois irá alterar a selecção de linguagem." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "No primeiro arranque do jogo serão detectados automaticamente os " "renderizadores disponíveis.\\n\r\n" "É provável que possa obter melhor desempenho com o renderizador OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Por favor, selecione o idioma do jogo" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Seleccione a resolução do jogo" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Agora deve puder escolher o modo de jogo:\\n1)Em modo janela:\\nTudo " "funciona menos o cursos de sistema nas janelas do jogo.\\n\\n2)Modo de Ecrã " "Completo:\\nTudo funciona menos o céu, que fica negro.\\n\\n\\nQue modo " "prefere?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE está instalado" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Por favor, insira o DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Por causa do erro #30512 do wine, as tranferências irão bloquear " "frequentemente. Reinicie o cliente e a transferência irá continuar de onde " "parou. A percentagem da transferência volta a 0% mas não se preocupe, que " "não irá recomeçar denovo." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Por favor, seleccione o ficheiro de instalação de $TITLE.\\nDurante a " "instalação, desmarque todos os controladores extra que o programa quiser " "instalar:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Uma instalação do Steam foi detectada.\\nQuer instalar este jogo na mesma " "unidade virtual?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "A actualizar $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Por favor, indique o local do programa de instalação (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" "Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela " "abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em " "${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' quando tiver " "terminado a instalação." #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Por favor, seleccione o ficheiro de instalação de $TITLE.\\nNÃO DESMARQUE " "\"RUN IMGBURN\" NO FINAL DA INSTALAÇÃO:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "NOTA: POL não abona a pirataria. Por favor, use $TITLE de uma forma " "respeitável." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" "Não foi possível encontrar o executável $EXE in virtual dino disco virtual " "$PREFIX." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Não foi encontrado nenhum jogo suportado pelo Infinity Engine." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Todos os jogos suportados pelo Infinity Engine já foram actualizados.\\nPara " "modificar a resolução de ecrã de um atalho, use o configurador." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Quer instalar a versão Unicode do configurador Inno?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "A registar librarias, por favor aguarde.\\n(Pode levar algum tempo)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo não está instalado. Por favor, instale o pacote mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" "AVISO! A compressão S3TC nõ está disponível no seu sistema.\\n\\nSe tiver um " "controlador livre, é possível que necessite de um controlador proprietário.\\" "n\\nDe outra modo, pode activá-lo instalando o pacote libtxc-dxtn0, apesar " "de poder ter resultados mais lentos." #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Não foi possível instalar o transferidor oficial." #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Aviso: Não deve marcar a caixa \"Run $TITLE\" quando a instalação terminar." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Deve ter agora um directório com o League of Legends na sua área de trabalho " "que contém o instalador. Pode mantê-lo para acelerar futuras re-instalações." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Por favor, insira a disco 1 do jogo na unidade respectiva" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Por favor, insira a disco 2 do jogo na unidade respectiva" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Versão Digital Deluxe" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Qual edição que possuí?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Este procedimento instala Microsoft Office $TITLE, um programa gratuito que " "lhe permite ver documentos .doc e .docx, mas não lhe permite editá-los. Este " "programa é direccionado para os utilizadores que não conseguem visualizar " "correctamente documentos complexos doc e docx. Se quiser editar um " "documento, utilize o LibreOffice, OpenOffice ou outro editor. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE foi instalado com sucesso\\n\\nSe uma instalação do Windows previnir " "que os seus programas sejam executados, deve remover e reinstalar $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Que tipo de activação?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Insira o endereço do servidor de licensiamento!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Insira a porta do servidor de licensiamento!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Os dados do servidor de licensiamento estão correctos?\\nPodem estes valores " "ser adicionados ao \"regestry\"?\\n\\nNome do Servidor de " "Licensiamento:$licenseServerName\\nPorta do Servidor de Licensiamento: " "$licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE deve estar agora activado.\\nTalvez dois arranques de $TITLE sejam " "necessários:\\nUm para inicializar e outro para o registo.\\n\\nApenas " "inicia, feche e reinicie $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Nenhuma instalação de $TITLE encontrada.\\n\\nPor favor, use o script de " "instalação de $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Verifique que complonentes adicionais quer instalar:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "A copiar os ficheiros de instalação, por favor aguarde..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Registe-se ou inicie sessão. Depois faça download to ficheiro de instalação: " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" "Por favor de-selecione \"Executar Need For Speed\" no final da caixa de " "instalação" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Se bloquear ao correr atualizações, feche e reabra a aplicação até que o " "download esteja completo." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Versão de Demonstração" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Por favor, seleccione a versão." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "A verificar a integridade da peça..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "A verificar a integridade da transferência..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Transferência falhada" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "A transferência parece estar corrompida." #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Tentar novamente?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Nenhum comando root especificado. A abortar a instalação..." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "A filosofia do PlayOnLinux/PlayOnMac é nunca pedir a permissões de " "administrador, no entanto, para este script, isso é necessário. Para isso, " "vamos dar-lhe o comando que deve escrever para esta instalação continuar:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Nenhum extensão de ficheiros especificada. A avançar a associação de " "ficheiros da aplicação nativa..." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Por favor, leia o seguinte" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "Para que directório que transferir os ficheiros de GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" "Por favor, introduza a sua autenticação de gog.com para transferir $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "A autenticação de gog.com falhou. Tentar novamente?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "O ficheiro pode ter sido actualizado. Se o problema persistir, considere " "relatar o problema de modo a que o script possa ser actualizado." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Quer transferir $TITLE de GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "A instalar o Adobe Air..." #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" "Para que diretório pretende redirecionar os diretórios do utilizador?" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "A instalar os ficheiros dll do DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "A instalar os ficheiros dll do DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "A instalar os ficheiros dll do DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Por favor, aguarde enquanto Desura está sendo transferido..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "A instalar o DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Este pacote não funciona numa instalação de 64 bits" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Este pacote não funciona com o wine 1.3.22 ou inferior." #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Este pacote não funciona com o wine 1.3.18 ou inferior." #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "A instalação do pacote irá falhar enquanto definir " "/proc/sys/kernel/yama/ptrace_scope como 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Abrir $URL agora?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Se tiver mensagens de erro durante a instalação do DotNet 3.0, pode ignorá-" "las sem criar problemas." #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Este pacote irá falhar a instalação com o wine 1.5.21 ou superior." #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Se tiver mensagens de erro com a instalação do DotNet 3.5, pode ignorá-las " "sem criar problemas." #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Se tiver mensagens de erro com a instalação do DotNet 3.5 SP1, pode ignorá-" "las sem criar problemas." #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Se tiver mensagens de erro com a instalação do DotNet 4.0, pode ignorá-las " "sem criar problemas." #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "A instalar as rotinas DirectX..." #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "A transferir gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "A instalar Games For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "A transferir Games For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "Aviso: GFWL parece já estar instalado.\\nForce a re-instalação." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "Escolha a língua que quer usar no Internet Explorer" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "A instalar os ficheiros dll de Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "A instalar mfc42 DLLs..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "A instalar msasn1 DLLs..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Por favor, aguarde enquanto o Steam é transferido..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE transfere o Ubisoft Game " "Launcher..." #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "A instalar as rotinas Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Aviso: vcrun2005 parece já estar instalado.\\nA forçar a reinstalação." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Aviso: vcrun2008 parece já estar instalado.\\nA forçar a reinstalação..." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito " "antiga. Por favor, actualize." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Aviso: vcrun2010 parece já estar instalado.\\nA forçar a reinstalação..." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito " "antiga. Por favor, actualize." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "A transferir..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "A instalar wintrust DLLs..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "A instalar os ficheiros dll de Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "A instalar os ficheiros dll de Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "A instalar XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Fontes Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "A fontes da Microsoft não estão instaladas. Iremos instalá-las agora por si." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licença traduzida para o seu idioma " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Estas fontes foram fornecidas pela Microsoft\\n\"no interesse da " "compatibilidade entre plataformas\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" "Isto já não é o caso, mas continuam disponíveis através de terceiros." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Pode transferir estas fontes e fazer delas uso pessoal,\\nmas não as pode " "redistribuir com modificações,\\nincluindo alterar os nomes dos ficheiros ou " "o formato do pacote." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Licença original " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Por favor, leia e aceite o seguinte:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "A transferir as fontes..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "A transferir: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "A instalar as fontes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "A instalar: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "A limpar..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "A fontes da Microsoft foram instaladas com sucesso." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "A remover Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" "O Game for Windows Live não está instalado.\\nA avançar a rotina de " "desinstalação." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Para continuar, o PlayOnLinux precisa de desmontar a sua drive de CD-ROM " "previamente montada com a opção \"desocultar\"." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Precisamos de acesso de administrador ao seu computador. Para isso a sua " "palavra-chave de administrador será pedida. O comando que fará correr o " "PlayOnLinux como administrador é o seguinte:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Por favor, leia com atenção." #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Para continuar, PlayOnLinux precisa de remontar a drive de CD-ROM com a " "opção \"desocultar\"." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Abortar a instalação" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Permitir ptrace() globalmente." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "Dar a capacidade ao executável wineserver." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Já o reparei. Apenas testar novamente." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Este programa precisa de aceder ao ptrace() para continuar:" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Abortar manualmente" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Por favor, insira o primeiro disco" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Leia com cuidado!\\n\\nQuando o instalador de $TITLE lhe d«pedir para mudar " "o CD-ROM, por favor, regresse a esta janela de $APPLICATION_TITLE." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Quando o instalador lhe pedir para insirir o CD-ROM número $CDNumber, " "carregue em Seguinte.\\n\\nNão carregue em Seguinte antes disso." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Agora, insira o CD-ROM número $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Agora, pode voltar à janela de instalação de $TITLE para continuar." #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" "Por favor, não execute $TITLE imediatamente após a instalação ter terminado." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Por favor, escolha o ficheiro chamado Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Por favor, guarde enquanto $TITLE é instalado." #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE foi instalado com sucesso." #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Quando a transferência de $TITLE pelo Desura tiver terminado,\\nNÃO CARREGUE " "em Jogar.\\n\\nFeche COMPLETAMENTE a insterface do Desura, \\nde modo a que " "o script de instalação possa continuar." #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Aguarde enquanto a instalação está a ser preparada..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o disco 2 na drive respectiva\\nse não o tiver feito ainda." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Por favor, insira o disco 3 na drive respectiva\\nse ainda não o tiver feito." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Por favor, seleccione o ficheiro de instalação de $TITLE. NÃO execute Reaper " "depois da instalação ter terminado." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" "NOTA: Para áudio de baixa latência, veja WineASIO. Um interface comercial de " "áudio de baixa latência é recomendado. Os controladores MIDI deverão " "funcionar como o esperado." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "NOTA: A janela de registo será escondida atrás do logo do Reason no primeiro " "arranque; carregue com o botão direito do rato na barra de tarefas e " "carregue MOVER. Se os \"soundbanks\" não forem copiados e o programa bloquer " "depois de introduzir o código de registo, remova o disco, reintroduza-o e " "tente corrê-lo novamente. Se isto não resultar, terá que copiar os " "\"soundbanks\" manualmente para a drive virtual do Reaso. Versões de " "download não deverão ter este problema." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Se o jogo bloquear ao iniciar, abra o terminal e escreva:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "A protecção de CD deste jogo não funciona correctamente com o Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE foi instalado!\\nNota!\\n1)Reinicie o Wine\\n2)Defina o dispositivo " "de saída correcto nas definições de som do Wine\\n3)Divirta-se!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Pode transferir o ficheiro de instalação de $TITLE aqui:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Nota" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Isto irá permitir-lhe instalar o Sacrifice e depois irá transferir e " "instalar o patch 3. Não inicie o jogo antes do patch ser instalado." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Durante o processo de instalação, por favor, desmarque\\n\"Install Bonjour " "for Windows\" e \"Automatically update Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" "Quando estiver a instalar, certifique-se que Scrolls não é executado " "automaticamente de forma a que configuração possa terminar." #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Por favor, aguarde enquanto os dados de $TITLE são extraídos." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Por favor, selecione a versão MS-DOS do arquivo de instalação:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" "Se ainda não tiver descarregado o jogo, terá de fazê-lo agora. Deve puder " "encontrá-lo através de uma pesquisa do Google. Precisará do ficheiro " "Slender_v0_9_7.zip para usar este script." #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Escolha o ficheiro ZIP transferido, aqui:" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "A extrair o Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Desculpe, mas este não é um fichei zip válido." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" "Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela " "abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em " "${END_JP} seguido de ${YES_JP}. Carregue em 'Seguite' quando tiver terminado " "a instalação." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" "Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela " "abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em " "${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' quando tiver " "terminado a instalação." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "Por favor, localize o patch com a tradução em inglês." #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" "Quando o instalador arrancar, carregue em ${INSTALL_JP}. Quando a janela " "abrir, carregue em ${INSTALL_JP}. Quando a instalação terminar, carregue em " "${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' para começar a " "instalação." #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Se tiver um erro de rotinas quando iniciar o jogo, abra o terminal e " "escreva:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Por favor, localize o instalador (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" "Quando o lançador abrir, carregue no botão no topo do instalador. Quando a " "janela seguinte abrir carregue em OK. Quando outra janela abrir, carregue no " "botão com a letra N até que tenha instalado. Aguarde até que esteja " "terminado e carregue no botão direito para sair. Carregue em 'Seguinte' " "quando terminar a instalação." #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Por favor, escolha o nome da drive virtual." #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Se quiser instalar $TITLE noutra drive virtual\\ncorra este instalador " "novamente." #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "Descarregar na Loja do Steam -Restauro do Backup do Steam" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "Quer instalar isto?" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "Descarregar no Steam" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "Instalar o Terraria no Steam. Inicie o Terraria quando o Steam tiver " "instalado o jogo. O Steam instala em conjunto as rotinas XNA para o jogo. " "Depois disso feche o Steam para o instalador continuar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "A instalação de \"Horse Armor Pack\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "A instalação de \"Knights of the Nine\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "A instalação de \"Mehrunes Razor\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "A instalação de \"Orrery\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "A instalação de \"Spell Tomes\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "A instalação de \"Thieves Den\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "A instalação de \"Vile Lair\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "A instalação de \"\"Wizard Tower\"\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "Se não tem o DLC \"Shivering Isles\"\\ntem de actualizar este jogo antes de " "o usar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Quando a tranferência de $TITLE do Steam estiver terminada, NÃO carregue em " "Jogar.\\n\\nFeche COMPLETAMENTE a insterface do Steam,\\npara que o script " "de instalação possa continuar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Se não tem o DLC \"Shivering Isles\"\\ntem de actualizar este jogo antes de " "o usar." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Este complemento instala automaticamente o patch 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Os códigos necessários para sair da primeira masmorra podem ser\\" "nencontrados na documentação;\\nCarregue com o botão direito no icone do " "jogo, \"Read the manual\" e veja as páginas 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "O jogo irá falhar o arranque até que defina " "/proc/sys/kernel/yama/ptrace_scope para 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Enhanced Edition" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standard Edition" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Quando o instalador do jogo lhe pedir o próximo disco\\ncarregue em " "\"Foward\"." #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Por favor insira o próximo disco na drive respectiva" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "O jogo não está instalado" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Benvindo ao instalador $PVERSION para $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Este jogo já tem a \"Enhanced Edition\"\\ne só precisa do patch 1.5." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Seleccione o primeiro patch a ser executado (EE Upgrade)." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Escolha o segundo patch (1.5) a executar." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch 1 é transferido...\\nEsta operação pode levar algum " "tempo, dependendo da conexão." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch 2 é transferido...\\nEsta operação pode levar algum " "tempo, dependendo da conexão." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch 3 é transferido...\\nEsta operação pode levar algum " "tempo, dependendo da conexão." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch 4 é transferido...\\nEsta operação pode levar algum " "tempo, dependendo da conexão." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Transferência terminada.\\nA instalação dos patches vai começar." #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "A instalar vcrun2008 e wininet e a desactivar as librarias d3d9 e d3d8 para " "forçar o jogo a usar OpenGL." #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Durante a instalação, por favor, DESMARQUE todos os controladors NI e de " "interfaces de áudio. A instalação irá falhar se deixar algum marcado e for " "desnecessário." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "ja_JP.utf8 local tem que estar instalado para $TITLE funcionar." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Quer activar o Patch de interface gráfica em inglês?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE foi instalado com sucesso.\\n\\nSe o jogo bloquear a arrancar, abra o " "terminal e escreva:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Quer ver o website de $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se " "quer correr corretamente $APPLICATION_TITLE." #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Seu navegador irá abrir, por favor descarregue e descompacte o patch" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" "Que versão regional de World of Tanks deseja instalar? Nota: versão Coreana " "não suportada com este instalador." #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "ATENÇÃO: Depois de ter terminado a instalação, o patcher iniciará. Por " "favor, feche o patcher antes de autenticar ou termine a actualização para " "acabar a instalação. Depois disso poderá correr $TITLE assim que o " "configurador tenha terminado." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Por favor insira a disco 1 do jogo na unidade\\nse ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Por favor insira a disco 2 do jogo na unidade\\nse ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Por favor insira a disco 3 do jogo na unidade\\nse ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Por favor insira a disco 4 do jogo na unidade\\nse ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Por favor insira a disco 5 do jogo na unidade\\nse ainda não inseriu." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" "Quando a descarga de $TITLE pelo Steam tiver terminado,\\nNÃO carregue em " "Play.\\n\\nFeche completamente o interface do Steam, \\nde modo a que o " "script the instalação possa continuar." #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "A transferir os ficheiros do Disco 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Por favor, insira o disco 2 de \"$TITLE\"" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "A transferir os ficheiros do Disco 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Por favor, seleccione MORE OPTIONS e desmarque a opção RUN \"$TITLE\" AFTER " "INSTALLATION. Se não o fizer a instalação irá falhar." #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Quer instalar $TITLE para sincronizar com um dispositivo USB?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "O Wine ainda não suporta USB. Não será capaz de sincronizar os seus " "iDispositivos com $APPLICATION_TITLE. Lamentamos." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Por favor, selecione a versão de 32 bits do iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" "Carregue em 'Seguinte' para começar a actualização. Quando o actualizar, " "feche-o. Não inicie já o osu ainda!" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Por favor, seleccione o ficheiro de instalação de $TITLE. /nNÃO corra o " "rFactor antes da instalação terminar. /nDeixe o Directx instalar se lhe for " "pedido. /nTenha a certeza que define uma resolução de côr de 32-bit/n quanto " "o configurador do rFactor aparecer." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Reportar erro" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Por favor forneça o máximo de detalhes que possível, caso contrário será " "difícil ajudar." #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Este assistente ajuda a relatar erros de um programa suportado oficialmente." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "A sua versão do $APPLICATION_TITLE não está actualizada.\\nDeve actualizar o " "$APPLICATION_TITLE antes de enviar um relatório de erros.\\nObrigado." #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Tive um problema com este software." #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "O meu problema é com o próprio $APPLICATION_TITLE." #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Que tipo de problema teve?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Não anexar nenhum ficheiro de registo." #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Instalação manual" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalação automática" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecione o ficheiro de registo correspondente ao seu software." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Por favor, de uma breve descrição (título, só em inglês)." #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Por favor, explique o problema claramente (só em inglês)" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Desculpe mas precisamos de uma descrição detalhada." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Obrigado!\\n\\nA sua mensagem será enviada.\\n\\nFaremos o melhor para " "respondermos ao e-mail brevemente." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Criador de unidade virtual" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Bemvindo ao criador de unidade virtual de $APPLICATION_TITLE.\\n\\nEsta " "ferramenta irá ajudá-lo a fazer uma nova unidade virtual." #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Que tipo de unidade virtual deseja criar?" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Se a lista estiver vazia, instale uma versão do Wine com o gestor de " "versões do wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Qual versão do Wine gostaria de utilizar?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Escolha um nome para a unidade virtual" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Executar um script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Este assistente irá ajudá-lo a executar um script não oficial de " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Selecione um script de $APPLICATION_TITLE válido." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Erro!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Ficheiro não encontrado!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "O website do PlayOnLinux não está disponivel." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nPor favor, certifique-se que está conectado à Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Por favor, leia atentamente." #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION foi instalado no seu computador." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "De qualquer forma, não será activado até reinicie o seu computador." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Por favor, reinicie o seu computador agora e execute PlayOnMac." #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Por favor, leia atentamente." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Para garantir que os seus jogos são compatíveis, PlayOnMac precisa instalar " "o XQuartz." #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "Para funcionar o PlayOnMac precisa que o XQuartz esteja instalado." #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Não instale XQuartz agora." #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Descarreguei o ficheiro por mim." #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, descarregue o XQuartz por mim" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "A transferir o XQuartz." #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Onde está" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "A instalar o XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz foi instalado." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Não foi possível instalar o XQuartz! Instalá-le-o para melhorar a " "compatibilidade com os jogos." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configuração padrão da unidade virtual" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE está a criar uma unidade virtual para o Windows." #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Primeiro uso de $APPLICATION_TITLE." #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "A preparação de $APPLICATION_TITLE vai terminar-" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Por favor,certifique-se que está conectado à Internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Parece que é a primeira vez que está a usar \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Erro durante a instalação das fontes" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Disfrute de $APPLICATION_TITLE !" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Instalador de $APPLICATION_TITLE do Gecko" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Instalador Mono $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Este assistente irá ajudá-lo a instalar o Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "no ambiente $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuração da aplicação $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Tem certeza que deseja fechar todas as aplicações activas de " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Criador de atalhos para $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Por favor, selecione um pacote de software para" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "A criar atalho..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "O atalho foi colocado na sua área de trabalho" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "A copiar unidade virtual" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autoexecutar" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nenhum local de instalação encontrado em autorun.inf." #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bemvindo ao assistente para instalação manual de $APPLICATION_TITLE. \\n\\" "nEste script irá ajudá-lo a instalar qualquer programa em $APPLICATION e usá-" "lo com todas as ferramentas\\n\\nAVISO: Não podemos garantir que a aplicação " "irá funcionar perfeitamente." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar um programa numa unidade virtual nova" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Editar ou actualizar um aplicativo existente" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "O que gostaria de fazer?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Por favor, introduza um nome para a unidade virtual do aplicativo.\\nEste " "nome não deve conter espaços." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Por favor escolha um programa" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Usar outra versão do Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar o Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Instalar algumas bibliotecas" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Se não sabe, desmarque tudo" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "O que gostaria de fazer antes da instalação?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Por favor, escolha" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "A procurar por CD-ROMs executáveis" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Selecione outro ficheiro" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Por favor, escolha uma forma de instalar o programa" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Por favor, selecione o arquivo de instalação a executar." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Tem de selecionar um ficheiro!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está a instalar a aplicação..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestor de pacotes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Utilização: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tSelecione um ficheiro" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " ou " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtrair o pacote" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar o pacote" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tExibir esta mensagem" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Selecione um pacote para instalar" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestor de pacotes PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Não foi possível encontrar o ficheiro: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " não é um pacote PlayOnLinux válido!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Este ficheiro: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " não existe!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "A extrair: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Em execução..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "A limpar..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Esta é a lista dos scripts que enviou para nós. Pode executar um deles" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Não parece ter scripts pessoais" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Se instalou um programa com sucesso com o botão 'Instalar um\\nprograma não " "listado', poderá adicionar este programa na nossa lista" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Estas ferramentas permitirão que nos possa ajudar:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Vamos-lhe fazer algumas perguntas, por favor, seja tão preciso quanto " "possível!" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Selecione o ficheiro correspondente ao seu programa." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "O seu programa é executado?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Qual o título do seu programa?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Qual é o editor do seu programa?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Qual é o website do editor do seu programa?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Acessórios" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Desenvolvimento" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educação" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Jogos" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Gráficos" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimédia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Produtividade" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Outro(s)" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Correcções (patches)" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Selecione uma categoria para o seu programa" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Em Teste" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Que recurso do programa não funciona?\\nSe tudo funcionar, mencione-o por " "favor." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Escreva qualquer alteração feita à configuração do Wine aqui:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Deve ser capaz de executar esse programa!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Execute um dos seus scripts pessoais" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Envie-nos um script funcional gerado pela instalação manual" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Terminar Sessão" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Está conectado a $APPLICATION_TITLE como $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Foi desconectado com sucesso de $APPLICATION_TITLE\\nPode fechar essa janela " "com segurança." #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "A forçar o encerramento dos programas na unidade virtual..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Seleção de ícone" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Por favor, selecione um ficheiro de ícone" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Extensão do ficheiro inválida" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "não é uma extensão de ícone" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor do registo" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Encerrar todos os processos prefixos" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Actualizar wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular a reincialização do Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar plug-in de configuração avançada do Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usar configurador do PlayOnLinux para" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Alterar o ícone" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Usar o WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Por favor, escolha uma acção a realizar" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Leitor de CD-ROM de PC" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Essa ferramenta vai ajudar o seu Mac a ler a a partir do CD-ROM que foi " "desenvolvido especialmente para PC's.\\n\\nUse essa ferramenta APENAS se o " "seu CD-ROM for híbrido (Compatível com Windows e MacOS), e se você não puder " "ver a parte feita para o Windows no seu Mac." #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Ejetar um CD-ROM de PC" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Ler um CD-ROM de PC" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "O que pretende fazer?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Por favor, insira o CD-ROM, e pressione \"Seguinte\" somente quando o Finder " "do Mac OS encontrar o seu CD-ROM" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Por favor, escolha um CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Por favor, escolha um CD-ROM para ejectar" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Por favor, escolha um programa para executar" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Depurador de $APPLICATION_TITLE está a ser iniciado..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE bloqueou.\\nCarregue na ligação de depuramento para mais detalhes." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE bloqueou." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Bemvindo ao assistente do $APPLICATION_TITLE.\\nEle irá ajudá-lo a instalar " "o $file no seu computador.\\n\\nTenha cuidado! Este programa não é suportado " "oficialmente pelo $APPLICATION_TITLE.\\nPortanto, ele poderá não funcionar " "como o esperado" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Qual o nome do seu programa?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE está a instalar $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE está a executar o seu programa" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "A aguardar pela primeira execução do assistente terminar." #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está a analisar a sua aplicação." #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Deseja que $APPLICATION_TITLE instale automaticamente por si?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Detectamos que o programa que deseja instalar é:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE já está a executar esse programa.\\nDeseja manter as " "configurações antigas?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Desinstalador de $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Por favor, selecione um programa para desinstalar" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Clique em Avançar para continuar." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Este assistente irá ajudá-lo a desinstalar: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "A desinstalar..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " foi desinstalado com sucesso." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Não foi possível encontrar o atalho" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE actualizador automático" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "A actualizar $APPLICATION_TITLE a partir de GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Deseja actualizar e reiniciar $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Já actualizado." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE encontrou um problema. Se o programa não funcionar " "corretamente, esta pode ser a causa do problema.\\n Visite www.$POL_DNS para " "mais informações." #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE encontrou um erro. Se o programa que estiver a instalar " "não trabalhar correctamente, pode ser por causa deste problema.\\nVisite " "www.$POL_DNS para mais informações." #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE encontrou um erro fatal. $APPLICATION_TITLE irá parar o " "processo de instalação.\\nVisite www.$POL_DNS para mais informações." #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Por favor, aguarde enquanto a unidade virtual está a ser criada..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE está a simular uma " "reinicialização do Windows." #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "A configurar as variáveis para os ficheiros dos programas" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "A função está desabilitada no ambiente PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "AVISO!!\\n\\nA assinatura do script que está a tentar executar NÃO é válida\\" "n\\nPlayOnLinux não aprovou esse script e não será responsável pelo seu " "uso.\\nPor favor, certifique-se que sabe o que está fazer!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Aqui está o código fonte do script. Verifique-o cuidadosamente." #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "AVISO!!\\n\\nA assinatura do script que está a tentar executar NÃO é válida\\" "n\\n$APPLICATION_TITLE não aprovou este script e não será responsável por " "ele.\\nPor favor, certifique-se que sabe o que está a fazer!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Biblioteca externa" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Aqui está o código fonte do script. Verifique-o cuidadosamente." #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "A criar o atalho..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Quer excluír a unidade virtual:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte ficheiro está localizado numa partição FAT32.\\nIsso pode impedir " "que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte ficheiro está localizado numa partição NTFS.\\nIsso pode impedir " "que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado numa partição FUSE.\\nIsso pode impedir " "que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado numa partição montada noexec.\\nIsso pode " "impedir que o Wine funcione\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "A verificar plug-in: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "A actualizar o plug-in. Anterior: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "A instalar o plug-in: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Binário não encontrado: $BINARY\\nTem instalado o programa na localização " "pré-definida?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Sem espaço suficiente para a transferência :\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Por favor, aguarde enquanto $APPLICATION_TITLE descarrega:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Ocorreu um erro durante a transferência." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Deseja repetir?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Erro! Incompatibilidade de ficheiros\\n\\nLocal : $LOCAL_MD5\\nServidor : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z não está instalado, verifique se tem instalado o 7zip e tente novamente." #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falha ao localizar ${dest} de ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "A extrair ${filename} de ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Tamanho do arquivo extraído não corresponde!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "A copiar ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Tamanho do arquivo não corresponde!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Desculpe, $APPLICATION_TITLE $VERSION é demasiado antigo para continuar.\\nÉ " "necessário $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "AVISO: A execução de $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED é recomendada para continuar." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " no seu computador." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " será instalado em: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Carregue em \"Próximo\" para iniciar" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "A instalação do programa é fornecida por: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Este programa foi criado por: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Este assistente irá ajudá-lo a instalar " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bemvindo ao assistente de instalação de $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Um ou mais programa(s) estão em falta. Por favor, instale-o(s) e execute o " "script novamente." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Erro!" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Onde está o CD-ROM montado?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "A ler o seu dispositivo" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erro: Nõ foi possível encontrar o CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE precisa ler a parte Windows de um CD-ROM híbrido.\\n\\nPor padrão, o " "MacOS apenas dá acesso à parte do CD-ROM desenvolvida para MacOS - o que " "pode ser incompatível com versões mais recentes do MacOS.\\n\\nGostaria que " "o PlayOnMac tente ler a parte Windows do CD?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Não esqueça de verificar o menu de ferramentas do PlayOnMac -> Ler um CD-ROM " "de PC antes de rodar o seu jogo." #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE está a copiar os ficheiros." #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "A analizar a unidade virtual ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Quanta memória a sua placa gráfica tem?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "A placa gráfica não tem memória suficiente" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "A sua placa placa gráfica não tem memória suficiente!\\nIsso pode impedir " "que o jogo funcione." #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Usar a versão do Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar a versão de demonstração do Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Usar a versão do Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Usar a versão de demonstração do Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Usar a versão do Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Usar uma de demonstração do Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar um ficheiro de configuração do seu computador" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "transferir o programa" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, escolha um método de instalação" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Não quero criar outro atalho" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Navegar" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Conectar à sua conta de $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "A estabelecer a ligação..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "Falha ao conectar!\\nVerifique se seu login e senha são válidos." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE analisa o seu equipamento." #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Seleccione a placa de video pricipal a reportar:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "O Wine parece ter deixado de funcionar\\n\\nSe o programa ainda está a ser " "executado, ignore esta mensagem." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Não foi possível determinar a versão: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "A transferir o Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "A transferência parece ter falhado." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "A extrair o Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Escrever por cima (por norma funciona, mas não é garantido)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Apagar (os conteúdos da unidade virtual serão perdidos)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "A unidade virtual destino $PREFNAME já existe:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Por favor, aguarde enquanto $SOFTNAME é instalado..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Tenha cuidado! Isso vai forçar o encerramento do processo de instalação. Se " "não estiver terminado, precisará de reinstalar $SOFTNAME." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalação terminada" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" "Carregue em \"Seguinte\" somente quando o processo de instalação estiver " "terminada." #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" "Por favor, aguarde enquanto o $APPLICATION_TITLE está a simular uma " "reinicialização." #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Aviso:\n" "\n" "Esta ferramenta é para utilizadores avançados.\n" "Para desinstalar um programa de forma limpa com {0}, deve apagar a unidade " "virtual associada." #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Geral" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Criar um atalho para esta unidade virtual" #: python/configure.py:201 msgid "Name" msgstr "Nome" #: python/configure.py:202 msgid "Wine version" msgstr "Versão do Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Marcas de depuração" #: python/configure.py:205 msgid "Virtual drive" msgstr "Unidade Virtual" #: python/configure.py:207 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Correr o assistente de configuração" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reiniciar o Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Reparar a unidade virtual" #: python/configure.py:265 msgid "Command prompt" msgstr "Linha de comandos" #: python/configure.py:272 msgid "Task manager" msgstr "Gestor de Tarefas" #: python/configure.py:280 msgid "Kill processes" msgstr "Encerrar processo" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Desinstalador do Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Tenha cuidado! A instalação de um destes componentes pode estragar a sua " "unidade virtual." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instalar" #: python/configure.py:395 msgid "Open program's directory" msgstr "Abrir o diretório do programa" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Abrir o diretório da unidade virtual" #: python/configure.py:560 msgid "GLSL Support" msgstr "Suporte GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Renderizador DirectDraw" #: python/configure.py:562 msgid "Video memory size" msgstr "Tamanho da Memória Gráfica" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Mode de Renderização Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Bloquear o Modo do Renderizador Destino" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Ordenação de Desenho Estrita" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Ignorar Fuga do Rato" #: python/configure.py:578 msgid "Open a shell" msgstr "Abrir na \"shell\"" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Correr o executável na unidade virtual" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Comondo de execução antes de correr o programa" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Tenha cuidado!\n" "Se mudar " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Configuração {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Escolha o programa ou a unidade virtual a configurar" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Novo" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Remover" #: python/configure.py:696 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Mostrar" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diversos" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protegida" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Tem a certeza que pretende apagar a unidade virtual {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Tem a certeza que pretende apagar {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Depurador {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Por favor, escolha o ficheiro de depuração" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Procure este ficheiro de registo" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "O nome do ficheiro é: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Unidades Virtuais" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Relate um erro do {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Instalar \"scripts\"" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Erro: Não foi possível reservar uma porta válida." #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "AVISO: Por favor, uso primeiro POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Assistente {0}" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Seguinte" #: python/guiv3.py:166 msgid "I Agree" msgstr "Eu aceito" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Mostrar unidades virtuais" #: python/guiv3.py:188 msgid "Login: " msgstr "Nome de Utilizador: " #: python/guiv3.py:189 msgid "Password: " msgstr "Palavra-passe: " #: python/guiv3.py:192 msgid "Register" msgstr "Registar" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB descarregados" #: python/guiv3.py:288 msgid "of" msgstr "de" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Não pode fechar esta janela" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Sem descrição" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Procurar" #: python/install.py:252 msgid "Include:" msgstr "Incluír:" #: python/install.py:263 msgid "No-cd needed" msgstr "Patch \"No-CD\" necessário" #: python/install.py:270 msgid "Commercial" msgstr "Comercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Ínstalar pocotes não listados" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Quando {0} instala um programa do Windows: \n" "\n" " - Mantenha a localização padrão;\n" " - Se lhe for pedido, não desmarque a caixa \"Correr o Programa\"." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Este programa ainda está em testes.\n" "\n" "Pode não funcionar como o esperado. Os seus comentários, positivos ou " "negativos, são importantes para melhorar este instalador." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Este programa contém uma protecção anti-cópia (DRM) incompativél com o " "emulador.\n" "A única forma de contornar o proble é usar um patch \"NO-CD\", mas dado que " "podem ser usados para fins de pirataria não lhe poderemos auxiliar desta vez." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Ao habilitar isto, terá acesso a instaladores em teste.\n" "\n" "{0} não pode garantir que a sua aplicação funcione sem problemas." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Ao habilitar isto, terá acesso aos instaladores de progrmas que contém " "proteções anti-cópia (DRM) que são incompatíveis com a emulação.\n" "A única forma de contornar é utilizar um patch \"No-CD\", mas dado que estes " "podem ser usados para pirataria não daremos suporte neste assunto." #: python/irc.py:137 msgid "Send" msgstr "Enviar" #: python/irc.py:138 msgid "Connect" msgstr "Conectar" #: python/irc.py:139 msgid "Disconnect" msgstr "Desconectar" #: python/irc.py:140 msgid "Leave" msgstr "Sair" #: python/irc.py:227 msgid "Join a channel" msgstr "Entrar num canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Mensageiro" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Se fechar esta janela, não poderá continuar a ler novas respostas. Tem a " "certeza que pretende fechá-la?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Desculpe, esta pessoa não quer receber mensagens privadas." #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "Desculpe, o serviço de mensagens {0} não está disponível de momento." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Não existe nada instalado que permita correr ficheiros .{0}." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "Erro {0}." #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} não está disponível. Verifique a sua ligação." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "A actualizar {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Uma versão actualizada de {0} está disponível." #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Executar" #: python/mainwindow.py:200 msgid "Donate" msgstr "Fazer um donativo" #: python/mainwindow.py:201 msgid "Exit" msgstr "Sair" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Icones pequenos" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Icones médios" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Icones grandes" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Icones muito grandes" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Gerir versões Wine." #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Ler um CD-ROM de PC" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Fechar todos os programas {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Consola {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "Mensageiro {0}" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Associações de ficheiros" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Sobre {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gestor de extensões" #: python/mainwindow.py:331 msgid "File" msgstr "Ficheiro" #: python/mainwindow.py:333 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Definições" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Fechar" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Abrir a directoria da aplicação" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Ler o manual" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Definir um ícone" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Fechar esta aplicação" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Matar aplicação" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Nenhum manual encontrado para {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Instalar um programa" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Actualizar o GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Instruções de actualização" #: python/mainwindow.py:741 msgid "Debug" msgstr "Depurar" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Relatar um problema" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Criar um atalho" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Abrir um diretório" #: python/mainwindow.py:755 msgid "Save" msgstr "Guardar" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Por favor, escolha um programa." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Configurações {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "Menu de instalação {0}" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Gestor de versões do Wine {0}" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "A unidade virtual associada a {0} ({1}) já não existe." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Tem a certeza que pretende fechar todas as janelas {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Corra os seus programas do Windows em " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Equipa do PlayOnLinux e PlayOnMac\n" "Sob a licença GPL versão 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Programador e website: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Gestor de pacotes: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Icones:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "As seguintes pessoas contribuíram para esta aplicação: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traduções:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Leia o ficheiro dos TRADUTORES" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" "{0} não é capaz de iniciar o servidor de janela de configuração do " "PlayOnLinux" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} não conseguiu encontrar {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (para {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Precisa de o instalar para continuar" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Deve instalá-lo ustilizando {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} não deve correr como administrador. Desculpe." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} não conseguiu encontrar as bibliotecas OpenGL de 32 bits.\n" "\n" "Pode vir a ter problemas com os seus jogos." #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} não conseguiu encontrar as bibliotecas OpenGL de 64 bits.\n" "\n" "Pode vir a ter problemas com os seus jogos." #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "O sistema de ficheiros da sua partição pode fazer com que {0} não execute " "corretamente.\n" "\n" "Por favor abra {0} no terminal para obter mais informações." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Pretende auxiliar {0} a criar uma base de dados de compatibilidade?\n" "\n" "Se carregou em sim, os itens seguintes serão enviados para nós de forma " "anónima na primeira vez que iniciar um programa do Windows:\n" "\n" "- O modelo da sua placa gráfica\n" "- O seu sistema operativo\n" "- Se os controladores da sua placa gráfica estão instalados ou não.\n" "\n" "\n" "These information will be very precious for us to help people." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Tem a certeza que pretende instalar o pacote {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Está a tentar abrir um \"script\" feito para {0}! Poderá não funcionar como " "o esperado." #: python/options.py:116 msgid "Proxy configuration" msgstr "Configuração de Proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Definir uma proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Endereço de proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Porta proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Palavra-passe proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Plugins instalados" #: python/options.py:206 msgid "Add" msgstr "Acrescentar" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activar" #: python/options.py:210 msgid "Choose a plugin" msgstr "Escolha um plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "Qual é a extensão?" #: python/options.py:275 msgid "Assigned program" msgstr "Programa atribuido" #: python/options.py:277 msgid "Delete" msgstr "Eliminar" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Tem a certeza que pretende instalar: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Tem a certeza que pretende eliminar: " #: python/options.py:334 msgid "Disable" msgstr "Desactivar" #: python/options.py:375 msgid "Apply" msgstr "Aplicar" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Deve reiniciar {0} para que as alterações tenham efeito." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versões do Wine instaladas: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versões disponíveis do Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versões do Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Tem a certeza que pretende apagar o Wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} não pôde iniciar POL_SetupWindow_server." playonlinux/lang/po/pt_BR.po000066400000000000000000005351641226051336100163620ustar00rootroot00000000000000# Brazilian Portuguese translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:06+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Em qual aplicação você gostaria de efetuar a modificação?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Este plugin irá permitir que você capture seus aplicativos através do " "PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menu de captura (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menu de captura (sem OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Começar a captura de uma aplicação" #: Capture plugin:7 msgid "Play a captured file" msgstr "Reproduzir arquivo capturado" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Converte um arquivo capturado para vídeo" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Pressione Prosseguir então clique na janela\\nvocê quer capturar.\\nCaptura " "irá inciar automaticamente depois de 5 segundos.\\nSomente vídeo será " "capturado." #: Capture plugin:10 msgid "Capture will begin..." msgstr "A captura irá começar." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pressione +F8 para iniciar ou finalizar a captura" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pressione +F8 para finalizar a captura" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Captura em progresso..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Escolha uma ação para realizar" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Por favor escolha um arquivo de captura PID para reproduzir" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Por favor escolha um arquivo de captura OGV para reproduzir" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Por favor escolha um arquivo de captura para converter" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Você precisa escolher uma captura para ler" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Você precisa escolher uma captura para converter" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Por favor aguarde enquanto o logo do PlayOnLinux é criado..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Adicionar o logo do PlayOnLinux no seu vídeo?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Aviso: Para a forma correta de codificação de vídeo,\\na resolução PRECISA " "ser múltiplo de 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Usuários de Ubuntu precisam adicionar o repositório MEDIBUNTU\\npara esse " "formato de conversão funcionar corretamente." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Escolha o formato de vídeo para conversão" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definir suas opções de codificação para o passo 1 \\n (deixe padrão se você " "não sabe o que fazer)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definir suas opções de codificação para o passo 2 \\n (deixe padrão se você " "não sabe o que fazer)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definir suas opções de codificação \\n (deixe padrão se você não sabe o que " "fazer)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Por favor aguarde enquanto seu vídeo está sendo codificado..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversão concluída" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Escolha uma opção para alterar" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Tudo" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Você precisar escolher um jogo para alterar" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bem-vindo à Configuração Avançada do Wine, um sistema de otimização para " "Wine criado por GNU_Raziel. Se você não sabe o que escolher, DEIXE COMO ESTÁ" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Escolha um jogo" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Você não selecionou um jogo" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Escolher o modo de renderização do DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Ativar suporte GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Escolher o modo de renderização Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Escolher modo de renderização Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Ativar suporte Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Ativar a substituição do mouse warp?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Otimização concluída" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Bem vindo ao Detour, um plugin que permite que você crie atalhos pós " "instalação." #: Detour plugin:5 msgid "Choose an application" msgstr "Escolha um aplicativo" #: Detour plugin:6 msgid "Operation done" msgstr "Operação finalizada" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Por favor, insira a mídia do jogo na sua unidade de disco." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Por favor, selecione o arquivo de instalação a ser executado." #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Quando o download de $TITLE pela Steam terminar,\\nNÃO clique em Jogar.\\n\\" "nFeche COMPLETAMENTE a interface da Steam, \\npara que o script da " "instalação possa continuar." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "AVISO: Para registar, quando o jogo abrir pedindo para registar, arraste e " "solte seu arquivo reg em $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "AVISO: Para áudio de baixa latência, verifique o WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Você deseja instalar o Patch 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Esse é o instalador de uma atualização ou um complemento;\\nPor favor, " "instale $TITLE_REQUIRED primeiro" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Você deseja instalar o Patch 1.0c?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Quando o download de $TITLE pela Steam terminar,\\nNÃO clique em Jogar.\\n\\" "nFeche COMPLETAMENTE a interface da Steam, \\npara que o script da " "instalação possa continuar." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Se a instalação do .NET 3.0 falhar, não se preocupe\\no jogo continuará " "funcionando" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Você não precisa instalar Directx ou usar GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Por favor, selecione o arquivo de instalação para executar." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Por favor, aguarde..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalação finalizada" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Favor inserir o disco do jogo na sua unidade de disco" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Por favor, selecione o arquivo de instalação a ser executado:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam tem o seu próprio sistema de atualização automático" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Selecione o patch a ser executado" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Por favor, insira a mídia do jogo na unidade se você ainda não inseriu." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam tem o seu próprio sistema de atualização automático." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Por favor, insira a mídia do jogo em sua unidade de disco" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Por favor, insira a próxima mídia de jogo em sua unidade de disco" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "Bem-vindo ao patch $PVERSION Instalador do $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Por favor, instale $TITLE_REQUIRED primeiro" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Versão em inglês" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Versão internacional" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Versão italiana" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "versão japonesa" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Qual versão você tem?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "O jogo não está instalado." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Este complemento instala automaticamente o patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Selecione o primeiro patch para executar" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Selecione o segundo patch para executar" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Versão americana ou canadense" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Este complemento instala automaticamente o patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Versão britânica" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Você deve desativar proteções anti-pirataria desse jogo\\nse você quiser " "jogá-lo com wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Cuidado! Para rodar $TITLE com $APPLICATION_TITLE, você deve instalar um " "patch sem CD mesmo que você tenha uma versão legal.\\n\\nPor favor lembre " "que $APPLICATION_TITLE é fortemente contra pirataria, e nunca irá apoiá-la." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Você deve desativar proteções anti-pirataria desse jogo\\nse você quiser " "jogá-lo com wine" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Versão Jogo do Ano" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Versão normal" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Bem vindo à instalação do patch $PVERSION de $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Não esqueça de fechar a Steam quando o download\\nfor completado, para que " "$APPLICATION_TITLE possa continuar\\na instalar o jogo." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam está prestes a fazer uma atualização.\\nQuando a Steam terminar de " "atualizar e mostrar a tela de login, logue e deixe $TITLE instalar.\\n\\" "nQuando a instalação terminar, clique em Próximo (Não feche a Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam está instalando $TITLEW, clique em Próximo quando a instalação terminar" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam está instalando $TITLEBTS, clique em Próximo quando a instalaçao " "terminar" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam está instalando $TITLECOL, por favor feche a Steam corretamente quando " "a instalação terminar (confirme que a Steam não está aberta na bandeja do " "sistema) e então clique em Próximo para que o script da instalação possa " "continuar." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Instalação concluída\\n\\nO jogo poderá dar erro na primeira tentativa, mas " "não se preocupe, apenas tente mais uma vez." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam está prestes a fazer uma atualização.\\nQuando a Steam terminar de " "atualizar e mostrar a tela de login, logue e deixe $TITLE instalar.\\n\\" "nQuando a instalação terminar, clique em Próximo" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Escolha o idioma do jogo" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Aguarde enquanto o pacote de idioma é configurado..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Bem-vindo ao patch $PVERSION Instalador do $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Aguarde enquanto o patch está sendo baixado...\\nEssa operação pode levar " "tempo, dependendo de sua conexão." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Instalação em andamento..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Inglês" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Francês" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Alemão" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Qual versão do idioma você deseja instalar?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "ATENÇÃO: Esse instalador necessita que você use um CD. Se você baixou a " "imagem ISO grátis liberada pela EA, por favor grave-a em um CD ou DVD usando " "algum programa como Brasero, e coloque-o no seu drive de disco. Montar a " "imagem ISO pode funcionar com algum programa, porém eu sei que Mounty não " "funciona nesse caso." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Atenção: Quando a instalação terminar, o patcher vai carregar. Por favor " "feche o patcher antes de logar para completar a instalação. Após isso, você " "pode rodar \"$TITLE\" quando o setup terminar" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Por favor, insira a mídia 1 no seu drive de disco\\nse não tiver feito isso " "ainda." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Aguarde enquanto a instalação é preparada..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Por favor, insira a mídia 2 no seu drive de disco\\nse não tiver feito isso " "ainda." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Por favor, selecione o arquivo de setup baixado no site $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Se você receber Erro 3007 ao conectar, abra o terminal e digite:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Quando o download de $TITLE pela Steam terminar,\\nNÃO clique em Jogar.\\n\\" "nFeche COMPLETAMENTE a interface da Steam, \\npara que o script da " "instalação possa continuar." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" "Se o assistente de instalação pedir a instalação do DirectX, responda no." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Esse complemento automaticamente atualiza o jogo para versão 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Quando o setup do jogo pedir o próximo DVD\\nclique em \\\"Forward\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Você quer abrir a página de download do $TITLE em seu navegador?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Por favor, insira a primeira mídia do jogo em sua unidade de disco" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Por favor, insira a segunda mídia do jogo em sua unidade de disco" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Durante a instalação, por favor DESMARQUE a opção para ASIO4ALL e DESMARQUE " "executar FL Studio no final da instalação." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Por favor, insira a mídia 3 no seu drive de disco\\nse não tiver feito isso " "ainda." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Por favor, insira a mídia 4 no seu drive de disco\\nse não tiver feito isso " "ainda." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Clique em \"Forward\" APENAS quando a instalação do jogo da Steam\\nterminar " "ou você terá que reinstalar." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Selecione um DLC para instalar" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Qual versão você quer instalar?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Por favor, aguarde enquanto $TITLE é instalado." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Descompactando arquivo..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Ocorreu um erro instalando o arquivo" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Editor" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Este script de instalação requer ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Convertendo vídeos..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Na primeira vez que for aberto o jogo irá detectar automaticamente " "renderizadores disponíveis.\\nÉ provável que você consiga uma performance " "melhor usando o renderizador OpenGL;\\nVocê pode selecioná-lo após clicar em " "\"Mostrar todos os dispositivos\"." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Executar $TITLE no modo seguro?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Não foi possível encontrar o diretório do programa" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Quais atalhos extras deverão ser criados?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Esse é o instalador de uma atualização;\\nPor favor, instale $TITLE_REQUIRED " "primeiro" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Ir para lá agora?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Você pode baixar o arquivo em:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Servidor Dedicado" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Idioma" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Espanhol" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Qual o seu idioma preferido?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasileiro (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Holandês (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italiano (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Espanhol (somente texto)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Teclas de seta (padrão)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Sem modificações" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Configurações padrão" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Qualidade visual" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Você deseja ler o tópico original nos forum do GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Erro ao descompactar o arquivo" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Executar \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Servidor dedicado" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(janela)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Você tem um pacote de idiomas para instalar?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Mais tarde" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Não" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Sim" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Para instalar o pacote de idiomas mais tarde, abra o painel de configurações " "do jogo para executar o instalador no disco virtual (aba Misc)" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "diretório temp não encontrado" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Painel de controle" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Por favor, selecione o idioma do jogo" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Selecione a resolução do jogo" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE está instalado" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Por favor, insira o DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Atualizando $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Por favor, selecione o arquivo de instalação do $TITLE. NÃO MARQUE A OPÇÃO " "RUN IMGBURN NO FINAL DA INSTALAÇÃO:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo não está instalado. Por favor, instale o pacote mesa-utils" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Por favor, insira a mídia 1 do jogo em sua unidade de disco" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Por favor, insira a mídia 2 do jogo em sua unidade de disco" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Qual edição você tem?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Que tipo de ativação?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Copiando arquivos de instalação, por favor aguarde..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Falha ao baixar" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Tentar novamente?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Por favor leia isto" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Login do Gog.com falhou, tentar novamente?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Deseja baixar $TITLE do GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Instalando Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Instalando dlls do DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Instalando dlls do DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Instalando dlls do DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Por favor, aguarde enquanto Desura está sendo baixado..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Instalando o DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Este pacote não funciona em uma instalação de 64 bits" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Este pacote não funciona com wine 1.3.22 ou inferior" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Este pacote não funciona com wine 1.3.18 ou inferior" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Se você ver mensagens de erro durante a instalação do DotNet 3.0, poderá " "ignorá-las sem problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Este pacote falha ao instalar com wine 1.5.21 ou superior" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Se você ver mensagens de erro durante a instalação do DotNet 3.5, poderá " "ignorá-las sem problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Se você ver mensagens de erro durante a instalação do DotNet 3.5 SP1, poderá " "ignorá-las sem problemas" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Se você ver mensagens de erro durante a instalação do DotNet 4.0, poderá " "ignorá-las sem problemas" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Instalando DirectX runtime" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Baixando gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Instalando Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Baixando Games For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Instalando DLL Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Por favor aguarde enquanto a Steam é baixada." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE está baixando o Ubisoft Game " "Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Instalando Visual Basic runtime" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2008 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito " "antiga. Por favor, atualize." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito " "antiga. Por favor, atualize." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Instalando dlls Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Instalando dlls Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Fontes da Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" "Fontes da Microsoft não estão instaladas; irei instalá-las para você." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Licença traduzida para o seu idioma " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Licença original " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Baixando fontes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Baixando: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Instalando fontes" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Instalando: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Limpando" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Remover Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Por favor, leia com atenção" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Interromper instalação" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Por favor, insira o primeiro disco" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Agora, insira o cdrom número $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Aguarde enquanto a instalação está sendo preparada..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Você pode fazer o download do arquivo de instalação do $TITLE aqui:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Por favor, selecione a versão MS-DOS do arquivo de instalação:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Selecione o arquivo ZIP baixado aqui" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Extraindo Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "A instalação de \"Horse Armor Pack\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "A instalação de \"Knights of the Nine\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "A instalação de \"Mehrunes Razor\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "A instalação de \"Orrery\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "A instalação de \"Spell Tomes\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "A instalação de \"Thieves Den\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "A instalação de \"Vile Lair\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "A instalação de \"\"Wizard Tower\"\" irá começar..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Enhanced Edition" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standard Edition" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "O jogo não está instalado" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Selecione o segundo patch (1.5) para executar" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Você quer ver o website de $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se " "você o deseja rodando corretamente com $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "Seu navegador irá abrir, por favor baixe e descompacte o patch" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Por favor insira a mídia 1 do jogo na unidade\\nse você ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Por favor insira a mídia 2 do jogo na unidade\\nse você ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Por favor insira a mídia 3 do jogo na unidade\\nse você ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Por favor insira a mídia 4 do jogo na unidade\\nse você ainda não inseriu." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Por favor insira a mídia 5 do jogo na unidade\\nse você ainda não inseriu." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Transferindo os arquivos do Disco 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Por favor, insira o disco 2 de \"$TITLE\"" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Transferindo os arquivos do Disco 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Por favor, selecione a versão de 32 bits do iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Relatar um problema (bug)" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Por favor forneça o máximo de detalhes que você puder, caso contrário será " "difícil lhe ajudar" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Este assistente te ajuda a reportar bugs sobre um programa oficial suportado." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Sua versão do $APPLICATION_TITLE não está atualizada.\\nVocê deve atualizar " "o $APPLICATION_TITLE antes de enviar um relatório de bugs.\\nObrigado" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Eu tive um problema com este software." #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Meu problema é com $APPLICATION_TITLE mesmo." #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Que tipo de problema você teve ?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Não unir nenhum arquivo de log" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Instalação manual" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalação automática" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecione o arquivo de log correspondete ao seu software." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Por favor, de uma breve descrição (titulo, em ingles somente)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Por favor explique o problema claramente ( ingles somente)" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Por favor , nos precisamos da descrição detalhada." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Obrigado! \\n\\n Sua mensagem sera enviada.\\n\\n Nos faremos o melhor e " "reponderemos por e-mail logo." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Criador de unidade virtual" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Bem-vindo ao criador de unidade virtual de $APPLICATION_TITLE.\\n\\nEsta " "ferramenta irá ajudá-lo a fazer uma nova unidade virtual" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Que tipo de unidade virtual você deseja criar" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Se a lista estiver vazia, instale uma versão do wine com o gerenciador de " "versão do wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Qual versão do Wine você gostaria de usar?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Escolha um nome para a unidade virtual" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Executar um script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Este assistente irá ajudá-lo a executar um script não oficial de " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Selecione um script de $APPLICATION_TITLE válido para executar." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Erro!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Campo não encontrado!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "O PlayOnLinux não está disponivel." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\n Por favor tenha certeza que você está conectado na internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Por favor leia atentamente." #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION foi instalado em seu computador." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "De qualquer forma, isto não sera ativado até você reiniciar seu computador." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Por favor reinicie seu computador agora, e execute PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Por favor, leia com atenção." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Para garantir que seus jogos sejam compatíveis, PlayOnMac precisa instalar " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac precisa que XQuartz esteja instalado para funcionar" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Não instale XQuartz agora" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Eu mesmo baixei o arquivo" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, baixe XQuartz para mim" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Baixando XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Onde" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Instalando XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz foi instalado." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Incapaz de instalar XQuartz! Você deve instalá-lo para melhorar a " "compatibilidade de jogos." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configuração padrão de unidade virtual" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE está criando um disco rígido virtual do windows" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Primeiro uso de $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE vai acabar a sua preparação" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Por favor, tenha certeza que você está conectado à internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" "Parece que é a primeira vez que você está usando \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Erro durante a instalação das fontes" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Seja feliz usando $APPLICATION_TITLE !" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Instalador Gecko de $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Este assistente irá ajudá-lo a instalar o Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "no ambiente $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuração da aplicação $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Tem certeza que deseja encerrar todas as aplicações ativas de " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Criador de atalho para $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Por favor, selecione um pacote de software para" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Criando atalho..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "O atalho foi colocado em sua área de trabalho" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Copiando unidade virtual" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autoexecutar" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nenhum local de instalação encontrado em autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bem vindo ao assistente para instalação manual de $APPLICATION_TITLE. \\n\\" "nEste script irá ajudá-lo a instalar qualquer programa em $APPLICATION e usá-" "lo com todas as ferramentas\\n\\nAviso: Nós somos incapazes de garantir que " "sua aplicação vai funcionar perfeitamente." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar um programa em uma unidade virtual nova" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Editar ou atualizar um aplicativo existente" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "O que você gostaria de fazer?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Por favor, digite um nome para a unidade virtual do aplicativo.\\nEste nome " "não deve conter espaços." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Por favor escolha um programa" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Usar outra versão do Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurar o Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Instalar algumas bibliotecas" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Se você não sabe, desmarque todos" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "O que você gostaria de fazer antes da instalação?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Por favor, faça a sua escolha" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Procurando por CD-ROMs executáveis" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Selecione outro arquivo" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Por favor, escolha uma forma de instalar o programa" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Por favor, selecione o arquivo de instalação para ser executado." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Você deve selecionar um arquivo!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está instalando o aplicativo..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gerenciador de pacotes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Uso: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tSelecione um arquivo" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " ou " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtrair o pacote" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar o pacote" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tExibir esta mensagem" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Selecione um pacote para instalar" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gerenciador de pacotes PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Incapaz de encontrar o arquivo: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " não é um pacote PlayOnLinux válido!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Este arquivo: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " não existe!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Extraindo: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Executando..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Limpando..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Esta é a lista dos scripts que você enviou para nós. Você pode executar um " "deles" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Você não parece ter qualquer script pessoal" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Se você instalou um programa com sucesso com o botão 'Instalar um\\nprograma " "não listado', você pode adicionar este programa em nossa lista" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Estas ferramentas permitirão que você possa nos ajudar:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Nós vamos lhe fazer algumas perguntas, por favor, seja tão preciso quanto " "possível" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Selecione o arquivo correspondente ao seu programa." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Será que seu programa está em execução?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Qual o título do seu programa?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Qual é o editor do seu programa?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Qual é o website do editor do seu programa?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Acessórios" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Desenvolvimento" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educação" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Jogos" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Gráficos" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimídia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Escritório" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Outro" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Correções" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Selecione uma categoria para o seu programa" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testando" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Qual recurso do programa não funciona?\\nSe tudo funcionar, por favor, " "mencione-o" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Escreva qualquer alteração feita à configuração do wine aqui:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Você deve ser capaz de executar esse programa!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Execute um dos seus scripts pessoais" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Envie-nos um roteiro de trabalho gerado pela instalação manual" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Sair" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Você está conectado ao $APPLICATION_TITLE conectado como $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Você foi desconectado com sucesso de $APPLICATION_TITLE\\nVocê pode fechar " "essa janela com segurança" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Matando programas no drive virtual..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Seleção de ícone" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Por favor, selecione um arquivo de ícone" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Extensão de arquivo inválida" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "não é uma extensão de ícone" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor de registro" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Matar todos os processos de prefixo" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Atualizar wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular reincialização do Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar plug-in de configuração avançada do Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usar configurador do PlayOnLinux para" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Alterar o ícone" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Usar WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Por favor escolha uma ação para realizar" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Leitor de CD-ROM do PC" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "Essa ferramenta vai ajudar o seu Mac a ler a a parte do CD-ROM que foi " "especialmente desenvolvidas para PC's.\\n\\nUse essa ferramenta APENAS se o " "seu CD-ROM for híbrido (Compatível com Windows e MacOS), e se você não puder " "ver a parte feita para o Windows no seu Mac." #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Ejetar um CD-ROM de PC" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Ler um CD-ROM de PC" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "O que você deseja fazer?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" "Por favor insira seu CD-ROM, e pressione próximo somente quando o Finder do " "Mac OS encontrar seu CD-ROM" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Por favor, escolha um CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Por favor, escolha um CD-ROM para ejetar" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Por favor, escolha um programa para executar" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Depurador de $APPLICATION_TITLE está sendo iniciado..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE travou." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Bem vindo ao assistente do $APPLICATION_TITLE.\\nEle vai ajudar você a " "instalar o $file no seu computador.\\n\\nTenha cuidado! Este programa não é " "suportado oficialmente por $APPLICATION_TITLE.\\nPortanto, ele pode não " "funcionar como esperado" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Qual o nome do seu programa?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE está instalando $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE está executando o seu programa" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Aguardando o assistente de primeira execução para finalizar" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está analisando seu aplicativo" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Você deseja que $APPLICATION_TITLE instale automaticamente para você?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Nós detectamos que o programa que deseja instalar é:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE já está executando esse programa.\\n Você deseja manter " "as configurações antigas?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Desinstalador de $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Por favor, selecione um programa para desinstalar" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Clique em Avançar para continuar." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Este assistente irá ajudá-lo a desinstalar: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Desinstalando..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " foi desinstalado com sucesso." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Não é possível encontrar o atalho" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE atualizador automático" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Atualizando $APPLICATION_TITLE a partir de GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Você deseja atualizar e reiniciar $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Já atualizado." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE encontrou um erro fatal. $APPLICATION_TITLE irá parar o " "processo de instalação.\\nVisite www.$POL_DNS para obter mais informações" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Por favor aguarde enquanto a unidade virtual está sendo criada..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Por favor aguarde enquanto $APPLICATION_TITLE está simulando uma " "reinicialização do Windows." #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Configurando arquivos de programas var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "A função está desabilitada no ambiente PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Aviso !!\\n\\nA assinatura do script que você está tentando executar NÃO é " "válida\\n\\nPlayOnLinux não aprovou esse script e não será responsável por " "ele.\\nPor favor, certifique-se de saber o que você está fazendo !" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Aqui está o código fonte do script. Verifique com cuidado" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Aviso !!\\n\\nA assinatura do script que você está tentando executar NÃO é " "válida\\n\\n$APPLICATION_TITLE não aprovou esse script e não será " "responsável por ele.\\nPor favor, certifique-se de saber o que você está " "fazendo !" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Biblioteca externa" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Aqui está o código fonte do script. Verifique com cuidado" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Criando atalho..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Você quer excluir a unidade virtual:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado em um arquivo de sistemas FAT32.\\nIsso " "pode impedir que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado em um sistema de arquivos NTFS.\\nIsso " "pode impedir que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado em um sistema de arquivos FUSE.\\nIsso " "pode impedir que o Wine funcione\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "O seguinte arquivo está localizado em um sistema de arquivos montado como " "noexec.\\nIsso pode impedir que o Wine funcione\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Verificando plug-in: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Atualizando plug-in. Anterior: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Instalando plug-in: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Por favor aguarde enquanto $APPLICATION_TITLE está baixando:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Ocorreu um erro durante o download." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Deseja repetir?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Erro ! Incompatibilidade de arquivos\\n\\nLocal : $LOCAL_MD5\\nServidor : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z não está instalado, verifique se você tem instalado o 7zip e tente " "novamente" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falha ao localizar ${dest} de ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extraindo ${filename} de ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Tamanho do arquivo extraído não corresponde!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Tamanho do arquivo não corresponde!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Desculpe, $APPLICATION_TITLE $VERSION é muito antigo para continuar.\\" "n$APPLICATION_TITLE $NEEDED é necessário." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Aviso: Você está executando $APPLICATION_TITLE $VERSION.\\" "n$APPLICATION_TITLE $NEEDED é recomendado para continuar." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " no seu computador." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " será instalado em: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Clique em Próximo para iniciar" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "A instalação do programa é fornecida por: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Este programa foi criado por: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Este assistente irá ajudá-lo a instalar " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bem vindo ao assistente de instalação de $APPLICATION_TITLE" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Um ou mais programa(s) estão ausentes. Por favor, instale-o e execute o " "script novamente." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Erro" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Onde o CD-ROM está montado?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Atualizar" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Lendo seu dispositivo" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erro: Incapaz de encontrar o CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE precisa ler a parte do CD-ROM que foi desenvolvida para Windows em um " "CD-ROM híbrido.\\n\\nPor padrão, MacOS apenas dá acesso à parte do CD-ROM " "desenvolvida para MacOS - que pode ser incompatível com versões recentes do " "MacOS.\\n\\nVocê gostaria que o PlayOnMac tente ler a parte Windows do CD?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Não esqueça de verificar o menu de ferramentas do PlayOnMac -> Leia PC CD-" "ROM antes de rodar o seu jogo." #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" "Por favor, aguarde enquanto $APPLICATION_TITLE está copiando os arquivos" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Varrendo a unidade virtual ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Quanta memória sua placa gráfica tem?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Placa de vídeo não tem memória suficiente" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Sua placa de vídeo não tem memória suficiente!\\nPode evitar que o jogo " "funcione" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Usar a versão da loja Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar a versão demo da loja Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Use a versão Desura Store" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Use a versão Desura Store demo" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Use a versão Origin Store" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Use a versão Origin Store demo" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar um arquivo de configuração no meu computador" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Baixar o programa" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, escolha um método de instalação" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Eu não quero criar outro atalho" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Navegar" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Conectar a sua conta de $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Conectando..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "Falha ao conectar !\\nVerifique se seu login e senha são válidos." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine parece ter deixado de funcionar\\n\\nSe seu programa está sendo " "executado, apenas ignore esta mensagem" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Incapaz de encontrar a versão: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Baixando o Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "O download parece ter falhado." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Extraindo o Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Sobrescrever (geralmente funciona, sem garantia)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Apagar (o conteúdo do drive virtual será perdido)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Por favor aguarde enquanto $SOFTNAME é instalado..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Tenha cuidado! Isso vai matar processo de instalação. Se não estiver " "terminado, você precisará reinstalar $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalação está feita" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" "Clique em próximo somente quando o processo de instalação estiver terminado" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" "Por favor aguarde enquanto o $APPLICATION_TITLE está simulando uma " "reinicialização" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Aviso:\n" "\n" "Esta ferramenta é para usuários avançados.\n" "Para desinstalar um programa de forma limpa com {0}, você deve apagar o " "drive virtual associado" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Geral" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Faça um novo atalho a partir deste drive virtual" #: python/configure.py:201 msgid "Name" msgstr "Nome:" #: python/configure.py:202 msgid "Wine version" msgstr "Versão do Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Disco virtual" #: python/configure.py:207 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Executar o assistente de configuração" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reinicialização do Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Reparar drive virtual" #: python/configure.py:265 msgid "Command prompt" msgstr "Prompt de comando" #: python/configure.py:272 msgid "Task manager" msgstr "Gerenciador de tarefas" #: python/configure.py:280 msgid "Kill processes" msgstr "Matar processos" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Desinstalador do Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Tenha cuidado! Instalar um destes componentes poderá quebrar o seu drive " "virtual." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instalar" #: python/configure.py:395 msgid "Open program's directory" msgstr "Abrir diretório do programa" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Abrir diretório do drive virtual" #: python/configure.py:560 msgid "GLSL Support" msgstr "Suporte GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:562 msgid "Video memory size" msgstr "Tamanho da memória de vídeo" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Modo de renderização Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Renderizar modo de bloqueio do destino" #: python/configure.py:565 msgid "Multisampling" msgstr "Multiamostragem" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Controlar ordenação de desenho" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Substituir fuga do mouse" #: python/configure.py:578 msgid "Open a shell" msgstr "Abrir o shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Rodar um arquivo .exe em um drive virtual" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Comando para executar antes de abrir o programa" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Tenha cuidado!\n" "Se você alterar " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "configuração {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" "Por favor, selecione um programa ou um drive virtual para configurar." #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Novo" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Remover" #: python/configure.py:696 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Exibir" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diversos" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protegida" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Tem certeza que deseja excluir a unidade virtual {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Tem certeza que deseja excluir {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "depurador {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Por favor selecione um arquivo de depuração" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Localizar este arquivo de log" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "O arquivo possui o nome: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Drives virtuais" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Informar um problema sobre {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Scripts de instalação" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Assistente" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Avançar" #: python/guiv3.py:166 msgid "I Agree" msgstr "Eu aceito" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Exibir unidades virtuais" #: python/guiv3.py:188 msgid "Login: " msgstr "Login: " #: python/guiv3.py:189 msgid "Password: " msgstr "Senha: " #: python/guiv3.py:192 msgid "Register" msgstr "Registrar" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB baixados" #: python/guiv3.py:288 msgid "of" msgstr "de" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Você não pode fechar esta janela" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Sem descrição" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Procurar" #: python/install.py:252 msgid "Include:" msgstr "Incluir:" #: python/install.py:263 msgid "No-cd needed" msgstr "Não precisa de cd" #: python/install.py:270 msgid "Commercial" msgstr "Comercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Instalar um programa não listado" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Quando {0} instala um programa Windows: \n" "\n" " - Permanecer com a localização padrão\n" " - Não marcar a caixa de seleção 'Rodar o programa' se solicitado." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Este programa está atualmente em teste.\n" "\n" "Ele pode não funcionar como esperado. Seu feedback, positivo ou negativo, é " "especialmente importante para melhorar este instalador." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Enviar" #: python/irc.py:138 msgid "Connect" msgstr "Conectar" #: python/irc.py:139 msgid "Disconnect" msgstr "Desconectar" #: python/irc.py:140 msgid "Leave" msgstr "Sair" #: python/irc.py:227 msgid "Join a channel" msgstr "Entrar em um canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Mensageiro" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Se você fechar essa janela, você não poderá ler novas respostas. Tem certeza " "que deseja fechá-la?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Desculpe, esta pessoa não quer receber mensagens privadas" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Desculpe o serviço de mensagens {0} não está disponível nesse momento.\n" "\n" "Por favor tente novamente mais tarde" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Não há nada instalado para abrir arquivos .{0}" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} erro" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} o website está indisponível. Por favor, verifique a sua conexão" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Atualizando {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Uma versão atualizada de {0} está disponível" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Executar" #: python/mainwindow.py:200 msgid "Donate" msgstr "Faça uma doação" #: python/mainwindow.py:201 msgid "Exit" msgstr "Sair" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Ícones pequenos" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Ícones médios" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Ícones grandes" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Ícones muito grandes" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Gerenciar versões do Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Ler um CD-ROM para PC's." #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Fechar todos os {0} programas" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} mensageiro" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Associações de arquivos" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Sobre {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Gerenciador de Plugin" #: python/mainwindow.py:331 msgid "File" msgstr "Arquivo" #: python/mainwindow.py:333 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Configurações" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Fechar" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Abrir o diretório do aplicativo" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Ler o manual" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Definir o ícone" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Fechar este aplicativo" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Matar aplicativo" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Nenhum manual encontrado para {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Instalar um programa" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Atualizar GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Depurar" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Relatar um problema" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Criar um atalho" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Abrir a pasta" #: python/mainwindow.py:755 msgid "Save" msgstr "Salvar" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Por favor selecione um programa." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} configurações" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} menu de instalação" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} gerenciador de versões wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "O drive virtual relacionado com {0} ({1}) não existe mais." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Tem certeza que deseja fechar todas as {0} janelas?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Executar os programas do Windows em " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Grupos PlayOnLinux e PlayOnMac\n" "Sob a licença GPL versão 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Desenvolvimento e Website: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scriptors " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Empacotador: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ícones:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "As seguintes pessoas contribuíram para esse programa: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traduções:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Ler arquivo TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Você precisa instalar para continuar" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Você precisa instalar para usar {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} não é para ser executado como root. Desculpe" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} é incapaz de encontrar as bibliotecas OpenGL 32bits.\n" "Você pode ter problemas com seus jogos" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} é incapaz de encontrar as bibliotecas OpenGL 64bits.\n" "Você pode ter problemas com seus jogos" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Seu sistema de arquivos previne {0} de rodarem corretamente.\n" "\n" "Por favor abra o {0} em um terminal para obter mais detalhes" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Você quer ajudar {0} a fazer um banco de dados de compatibilidade?\n" "\n" "Se você clicar em sim, as seguintes informações serão enviadas para nós " "anonimamente na primeira vez que você rodar um programa Windows:\n" "\n" "- O modelo da sua placa de vídeo\n" "- A versão do seu Sistema Operacional\n" "- Se os drivers da placa de vídeo estão instalados ou não.\n" "\n" "\n" "Essas informações serão muito preciosas para que nós ajudemos as pessoas." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Tem certeza de que quer deseja instalar {0} pacote?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Você está tentando abrir um projeto de script para {0}! Pode não funcionar " "como esperado" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configuração de proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Definir um proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Endereço do proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Porta do proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Senha do proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Plugins instalados" #: python/options.py:206 msgid "Add" msgstr "Adicionar" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Habilitar" #: python/options.py:210 msgid "Choose a plugin" msgstr "Escolha um plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "Qual é a extensão?" #: python/options.py:275 msgid "Assigned program" msgstr "Programa assimilado" #: python/options.py:277 msgid "Delete" msgstr "Apagar" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Você tem certeza que quer instalar: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Você tem certeza que quer excluir: " #: python/options.py:334 msgid "Disable" msgstr "Desativar" #: python/options.py:375 msgid "Apply" msgstr "Aplicar" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Você deve reiniciar {0} para que as alterações tenham efeito." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versões instaladas do Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versões do Wine disponíveis: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versões do Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Tem certeza de que deseja excluir wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} não consegue iniciar POL_SetupWindow_server." playonlinux/lang/po/ro.po000066400000000000000000005060541226051336100157700ustar00rootroot00000000000000# Romanian translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:05+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Cărei aplicaţii doriţi să-i aplicaţi modificarea?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Acest modul vă permite captura aplicaţiilor din PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Meniu captură (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Meniu captură (fără OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Se începe captura unei aplicații" #: Capture plugin:7 msgid "Play a captured file" msgstr "Se redă un fișier capturat" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Se convertește un fișier capturat la video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Apăsaţi Înainte apoi apăsați pe fereastra\\ncare doriţi să o capturați.\\" "nCaptura va porni automat după 5 secunde.\\nDoar video va fi capturat." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Captura va începe..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Apăsaţi + F8 pentru a porni sau opri captura" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Apăsaţi + F8 pentru a opri captura" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Captură în curs..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Alegeți o acțiune de executat" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Alegeți de redat o captură fișier PID" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Alegeți redarea unui fişier de captură OGV" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Alegeți un fișier capturat pentru conversie" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Trebuie să alegeţi o captură pentru citire" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Trebuie să alegeţi o captură pentru conversie" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Așteptați până este creat logoul PlayOnLinux" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Se adaugă logoul PlayOnLinux la fișierul video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Atenţie: Pentru o codare video corectă,\\nrezoluția TREBUIE să fie un " "multiplu de 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Utilizatorii Ubuntu trebuie să adauge depozitele MEDIBUNTU\\npentru ca acest " "format de conversie să funcţioneze corect." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Alegeţi formatul video pentru conversie" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definiți opţiunile de codare pentru pasul 1 \\n (lăsați-le implicite dacă nu " "știți ce să faceți)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definiți opţiunile de codare pentru pasul 2 \\n (lăsați-le implicite dacă nu " "știți ce să faceți)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definiți opţiunile de codare \\n (lăsați-le implicite dacă nu știți ce să " "faceți)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Așteptați până când video va fi codat..." #: Capture plugin:29 msgid "Conversion done" msgstr "Conversie realizată" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Selectați o opțiune pentru modificare" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Toate" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Trebuie să selectați un joc de modificat" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Bun venit în meniul configurărilor avansate Wine, un sistem optimizat " "pentru Wine creat de GNU_Raziel. Dacă nu ştiți ce să alegeți, lăsați " "setările implicite." #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Alegeți un joc" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nu ați selectat un joc" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Alegeți modul de randare DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Activați suportul GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Alegeți modul de randare Offscreen?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Alegeți modul de randare Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Activați suportul Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Activați depășirea devierii mausului?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimizare efectuată" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Bun venit în Detour, un modul care vă permite crearea scurtăturilor după " "instalare." #: Detour plugin:5 msgid "Choose an application" msgstr "Alegeți o aplicație" #: Detour plugin:6 msgid "Operation done" msgstr "Operaţiune efectuată" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Introduceți suportul media al jocului în unitatea de disc." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Alegeți fișierul de configurare pentru rulat" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "După ce $TITLE se descarcă prin Steam,\\nNU apăsaţi pe Play.\\n\\nÎnchideţi " "COMPLET interfaţa Steam, \\npentru ca instalarea scriptului să poată " "continua." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Așteptați..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Instalarea s-a terminat." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Introduceți suportul media al jocului în unitatea optică" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Selectați fișierul de configurare pentru rulare:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Selectați pachetul de executat" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Introduceți suportul media al jocului în unitatea disk\\ndacă nu ați făcut-o " "deja." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Jocul nu este instalat." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Bine ați venit la pachetul $PVERSION instalerul pentru $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Se instalează..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Așteptați până când instalarea este pregătită..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Așteptați până când $TITLE este instalat." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Eroare în timpul instalării arhivei" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nu" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Da" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Citiți asta" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Fonturi Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Abandonează instalarea" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Abandonat de utilizator" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Jocul nu este instalat" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Doriți să navigați website-ul $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Versiune CD-ROM este veche. Nu uitați să actualizați $TITLE dacă doriți să " "ruleze corect cu $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Introduce-ți suportul media 1 al jocului în unitatea disk\\ndacă nu ați " "făcut-o deja." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Introduceți suportul media 2 al jocului în unitatea disk\\ndacă nu ați făcut-" "o deja." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "introduceți suportul media 3 al jocului în unitatea disk\\ndacă nu ați făcut-" "o deja." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Introduceți suportul media 4 al jocului în unitatea disk\\ndacă nu ați făcut-" "o deja." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Introduceți suportul media 5 al jocului în unitatea disk\\ndacă nu ați făcut-" "o deja." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Raportaţi o eroare" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Vă rugăm să ne oferiți cât de multe detalii puteți, altfel, va fi foarte " "greu să vă ajutăm" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Acest vrăjitor vă va ajuta să raportați o eroare despre un program suportat " "oficial." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Versiune dumneavoastră de $APPLICATION_TITLE nu este actualizată.\\nTrebuie " "să actualizați $APPLICATION_TITLE înainte să trimiteți un raport de eroare.\\" "nVă mulțumim" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Am o problemă cu un soft" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Poate că problema se referă la $APPLICATION_TITLE însuși" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Ce fel de problemă aveți?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Nu alătura nici un fișier de jurnal" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Instalare manuală" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalare automată" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Alegeți fișierul de jurnal corespunzător softului." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Expuneți o descriere foarte scurtă (tilul, numai în engleză)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Explicați problema clar (numai în englază)" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Ne pare rău, avem nevoie de o descriere detaliată." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Mulțumesc!\\n\\nRaportul v-a fost trimis.\\n\\nVom face tot ce putem să vă " "răspundem foarte curând prin poștă" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Creator disc virtual" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Bine ați venit la $APPLICATION_TITLE creatorul de disc virtual.\\n\\nAceastă " "unealtă vă va ajuta să faceți un nou disc virtual" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Ce tip de disc virtual doriți să creați" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Ce versiune de Wine v-ar place să folosiți?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Alegeți numele driverului virtual" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Ruleaza un script local" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Acest vrăjitor vă ajută să rulați un neoficial $APPLICATION_TITLE script." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Alegeți un script valabil $APPLICATION_TITLE de rulat." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Eroare!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Fișierul nu a fost găsit!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Website-ul PlayOnLinux este indisponibil." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nAsigurațivă că sunteți conectat la internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Citiți aceasta cu atenție" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION v-a fost instalată pe computer." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Oricum, nu va fi activată până la repornirea computerului." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Vă rog să reporniți computerul acum, și rulați PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Citiți asta cu atenție." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Ca să vă asigurați că jocul este compatibil,PlayOnMac trebuie să instaleze " "XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac necesită instalarea XQuartz să lucreze" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Pentru moment nu instalați XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Am descărcat fișierele însumi" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Descărcați XQuartz pentru mine" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Se descarcă XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Unde este" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Se instalează XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz a fost instalat." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Incapabil de instalat XQuartz!Trebuie să-l instalați pentru îmbunătățirea " "compatibilității jocurilor." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Configurarea inițială a unității virtuale" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE crează un hard drive virtual windows" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Prima folosire a $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE își va termina pregătirea" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Asigurațivă ca sunteți conectat la internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Se pare că este prima dată când folosiți \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Acest vrăjitor vă va ajuta să pregătiți mediul $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Eroare la instalarea fonturilor" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Bucurați-vă folosind $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Acest vrăjitor vă ajută la instalarea Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "în mediul $APPLICATION_TITLE" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE configuratorul aplicației" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Sunteți sigur că doriți să închideți toate aplicațiile active " "$APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Alegeți un soft de împachetat" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Se crează scurtătura..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Scurtătura a fost plasată pe birou" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Se copiază unitatea virtuală" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autorun" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nu s-a găsit locul configurării în autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bine ați venit la $APPLICATION_TITLE vrăjitorul de instalare manuală.\\n\\" "nAcest script vă permite să instalați orice program în $APPLICATION și să-l " "folosiți cu toate uneltele\\n\\nAtenție:Nu sunte capabili să garantăm că " "aplicația va funcționa perfect." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Se instalează un program într-o nouă unitate virtuală" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Editați sau actualizați o aplicație existentă" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Ce doriţi să faceţi?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Tastați un nume pentru unitatea virtuală a aplicației.\\nAcest nume nu " "trebuie să conțină spații." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Alegeți un program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Folosiți o altă versiune de Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Configurare Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Se instalează câteva librări" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Dacă nu știți,deselectați tot" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Ce v-ar place să faceți înaintea instalării?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Faceți alegerea" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Caut CD-ROM-uri rulabile" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Selectați alt fișier" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Alegeți o cale să vă instalați programul" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Selectați fișierul de instalare pentru rulat." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Trebuie să alegeți un fișier!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE vă instalează aplicația..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Managerul de pachet $APPLICATION_TITLE: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Folosit: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tAlege un fișier" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " sau " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tExtrage pachetul" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tInstalează pachetul" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tArată acest mesaj" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Alegeți un pachet pentru instalat" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Managerul de pachete PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Incapabil de găsit fișierul: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nu este un pachet valabil PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Acest fișier: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " nu există!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Se extrage: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "În desfășurare..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Se șterge..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Aceasta este lista scripturilor pe care ni-leați trimis.Puteți rula unul " "dintre ele" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Se pare că nu aveți nici un script personal" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Dacă ați instalat cu succes un program cu 'Instalare un ne listat\\" "nsoftware' buton,asta vă permite să-l adăugați în lista noastră" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Aceste unelte vă permite să ne ajutați:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "Vă vom întreba câteva întrebări,fiți cât de clar este\\nposibil" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Alegeți fișierul corespunzător programului." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Vă rulează programul?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Care vă este titlul programului?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Care vă este editorul programului?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Care vă este editorul web al programului" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Accesorii" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Dezvoltare" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Educaţie" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Jocuri" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafică" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Birou" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Altele" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Petice" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Selectați-vă o categorie pentru program" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testare" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Ce propietate aprogramului nu vă lucrează?\\ndacă totul lucrează,menționați " "asta" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Scrieți aici orice schimbare ați făcut configurării wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Trebuie să puteți rula acest program!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Rulați unul dintre scripturile personale" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Trimiteți-ne un script funcțional generat de instalarea manuală" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Delogare" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Sunteți conectat la $APPLICATION_TITLE online ca $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Vați delogat cu succes de la $APPLICATION_TITLE Online\\nputeți închide în " "siguranță fereastra" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Se omoară programele din discul virtual" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Selectarea iconiței" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Selectați un fișier iconiță" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Extensie fișier greșită" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "nu este extensia unei iconițe" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Eroare de Registry" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Se omoară toate prefixele proceselor" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Se actualizează prefixul wine" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Se simulează repornirea Windows-ului" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Folosiți modulul de configurare avansată Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Utilizați configuratorul PlayOnLinux pentru" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Schimbați iconița" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Folosiți WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Alegeți o acțiune de efectuat" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Lector PC CD-ROM" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Scoate un PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Citește un PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Ce doriți să fac?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Alegeți un CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Alegeți un CD-ROM pentru a-l scoate" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Alegeți un soft de rulat" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "debugger-ul $APPLICATION_TITLE este pornit..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE a crăpat.\\nApăsați pe legătura de depanare pentru a obține mai " "multe detalii." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE a crăpat." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Bine ați venit la asistentul $APPLICATION_TITLE.\\nvă va ajuta să instalați " "$file pe computer.\\n\\nFiți atent!Acest program nu este suportat oficial de " "$APPLICATION_TITLE.\\nașadar, s-ar putea să nu lucreze cum vă așteptați" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Care vă este numele programului?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE instalează $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE vă rulează programul" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Se așteaptă ca primul asistent să se termine" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE vă analizează aplicația" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Doriți ca $APPLICATION_TITLE să vă fie instalat automat?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "S-a detectat că programul pe care doriți să-l instalați este:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE deja rulează acest program.\\nDoriți păstrarea vechilor " "setări?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Dezinstalatorul $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Selectați un program pentru dezinstalat" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Apăsați Următorul ca să continuați." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Acest vrăjitor vă va ajuta să dezinstalați: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Se dezinstalează..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " a fost dezinstalat cu succes." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Scurtătura nu poate fi găsită" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Autto actualizare $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Actualizare $APPLICATION_TITLE de la GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Doriți să actualizați și să reporniți $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Este deja actualizat." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE a întâmpinat o eroare. Dacă programul nu lucrează corect, " "ar putea fi cauza problemei.\\nVizitați www.$POL_DNS pentru a obține " "informații viitoare" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE a întâmpinat o eroare fatală. $APPLICATION_TITLE va opri " "procesul de instalare.\\nVizitați www.$POL_DNS pentru a obține informații " "viitoare" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Așteptați până când driverul virtual va fi creat..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Așteptați în timp ce $APPLICATION_TITLE simulează o repornire a Windows-ului" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Se setează Program Files var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Această funcție este dezactivată în mediul PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Atenție!!\\n\\nSemnnătura scriptului care încercați sî-l rulațiNU este " "valabilă\\n\\nPlayOnLinux nu a aprobat acest script și nu va fi responsabil " "pentru el.\\nAsigurațivă că știți ce faceți!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Iată codul sursă al scriptului.Verificați-l cu atenție" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Atenție!!\\n\\nSemnătura scriptului care încercați să-l rulați nu este " "valabilă\\n\\n$APPLICATION_TITLE nu a aprobat acest script și nu va fi " "responsabil pentru el.\\nAsigurațivă că știți ce faceți!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Librărie externă" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Iată codul sursă al scriptului.Verificați-l cu atenție" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Se crează scurtătura..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Doriți ștergerea driver-ului virtual:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Fișierul următor este situat pe un sistem de fișiere FAT32.\\nPoate " "împiedica Wine să lucreze\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Fișierul următor este situat pe un sistem de fișiere NTFS.\\nPoate împiedica " "Wine să lucreze\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Se verifică modulul: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nou: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Se actualizează modulul.Precedent: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Se instalează modulul: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Nu s-au găsit fișierele binare: $BINARY\\nAți instalat programul la locația " "implicită?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Nu este spațiu suficient pentru a descărca:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Așteptați până când $APPLICATION_TITLE este descărcat:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "A intervenit o eroare în timpul descărcării." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Doriți să reâncercați?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Eroare ! Fișierele nu se potrivesc\\n\\nLocal: $LOCAL_MD5\\nServer : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z nu este instalat,verificați dacă aveți 7zip instalat și încercați din nou" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Eșuare la localizarea ${dest} din ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Se extrage ${filename} din ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Dimensiunea fișierului extras nu se potrivește!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Se copiază ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Mărimea fișierului nu se potrivește!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Regret,$APPLICATION_TITLE $VERSION este foarte vechi să continui.\\" "n$APPLICATION_TITLE $NEEDED este necesar." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Atenție: Rulați $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED " "este recomandat să continui." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " pe computerul dumneavoastră." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " se va instala în: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Apăsați Următorul pentru pornire" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Acest program de instalare este furnizat de: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Acest program a fost creat de: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Acest vrăjitor vă va ajuta să instalați " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bine ați venit la vrăjitorul instalării $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Lipsesc unul sau mai multe programe.Instalați-le și rulați scriptul din nou." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Eroare" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Unde vă este montat CD-ROM-ul?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Reîncărcare" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Se citește dispozitivul" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Eroare: Incapabil să găsesc CD-ROM-ul!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Nu uitați să mergeți la meniul de unelte PlayOnMac -> Citește un PC CD-Rom " "înainte să rulați jocul" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Așteptați până ce $APPLICATION_TITLE copiază fișierele:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Se scanează driverul virtual..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Câtă memorie vă are placa grafică?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Placa video nu are memorie suficientă" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Placa video nu are memorie suficientă!\\npoate împiedica jocul să lucreze" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Folosiți versiunea Steam Store" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Folosiți versiunea demo a Steam Store" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Folosiți versiunea Desura Store" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Folosiți versiunea demo Desura Store" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Folosiți versiunea Origin Store" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Folosiți versiunea demo a Origin Store" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Folosiți un fișier de configurare în my computer" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Folosiți CD-ROM-ul(urile)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Folosiți DVD-ROM-ul(urile)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Descărcați programul" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Alegeți o metodă de instalare" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nu doresc să fac o altă scurtătură" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Navighează" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Conectați-vă la $APPLICATION_TITLE cont" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Se conectează..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Eșuare la conectare!\\nAsigurați-vă că numele de logare și parola sunt " "valide." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Așteptați în timp ce $APPLICATION_TITLE scanează hardware-ul" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine pare a fi prăbușit\\n\\nDacă programul vă rulează,ignorați acest mesaj" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Incapabil să aflu versiunea: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Se descarcă Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Descărcarea se pare că a eșuat." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Se extrage Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Suprascrie (lucrează de obicei, fără garanție)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Șterge (se va pierde conținutul discului virtual)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Ținta discul virtual $PREFNAME există deja:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Așteptați până când $SOFTNAME este instalat..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Fiți atent! Acesta va omorâ procesul instalării.Dacă nu este finalizat, va " "trebui să reinstalați $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Instalarea este terminată" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Apăsați următorul numai după ce s-a terminat procesul instalării" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Așteptați până ce $APPLICATION_TITLE simulează o repornire" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Atenție:\n" "\n" "Această unealtă este pentru utilizatorii avansați.\n" "Pentru a dezinstala complet un program cu {0}, va trebui să ștergeți discul " "virtual asociat" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "General" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Faceți o nouă scurtătură acestui driver virtual" #: python/configure.py:201 msgid "Name" msgstr "Nume" #: python/configure.py:202 msgid "Wine version" msgstr "Versiune Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Driver virtual" #: python/configure.py:207 msgid "Arguments" msgstr "Argumente" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Rulează vrăjitorul de configurare" #: python/configure.py:248 msgid "Windows reboot" msgstr "Repornește Windows-ul" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Repară discul virtual" #: python/configure.py:265 msgid "Command prompt" msgstr "Command prompt" #: python/configure.py:272 msgid "Task manager" msgstr "Task manager" #: python/configure.py:280 msgid "Kill processes" msgstr "Omoară procesele" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Dezinstalatorul Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Fiși atent! Instalând una dintre aceste componente poate distruge discul " "virtual." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Instalează" #: python/configure.py:395 msgid "Open program's directory" msgstr "Deschide directorul programului" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Deschide directorul driverului virtual" #: python/configure.py:560 msgid "GLSL Support" msgstr "Suport GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Randare Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Mărimea memoriei video" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Mod de randare offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Blocare randare mod țintă" #: python/configure.py:565 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:576 msgid "Mouse warp override" msgstr "Suprascrie devierea mouse-lui" #: python/configure.py:578 msgid "Open a shell" msgstr "Deschide un shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Rulați un fișier .exe în acest driver virtual" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Fiți atent!\n" "Dacă schimbați " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} configurare" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Selectați un program sau un disc virtual de configurat" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nou" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Eliminaţi" #: python/configure.py:696 msgid "Install components" msgstr "Instalare componente" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Afișează" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Acest driver virtual este protejat" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sigur doriți să ștergeți driverul virtual (0) ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Sigur doriți să ștergeți (0)?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Selectați un fișier de depanare" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Găsiți acest fișier jurnal" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Acest fișier este denumit: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Discuri virtuale" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Raportați o problemă despre {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Instalare scripturi" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Eroare: Nu se poate rezerva un port valid" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "ATENȚIE. Utilizați întâi POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Vrăjitor" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Anulează" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Următoarea" #: python/guiv3.py:166 msgid "I Agree" msgstr "Sunt de acord" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Arată driverii virtuali" #: python/guiv3.py:188 msgid "Login: " msgstr "Autentificare: " #: python/guiv3.py:189 msgid "Password: " msgstr "Parolă: " #: python/guiv3.py:192 msgid "Register" msgstr "Înregistrare" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB descărcați" #: python/guiv3.py:288 msgid "of" msgstr "din" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Nu puteți închide această fereastră" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Fără descriere" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Cauta" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "Nu este nevoie de cd" #: python/install.py:270 msgid "Commercial" msgstr "Comercial" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Instalează un program ne-listat" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Acest program este actualmente în testări.\n" "\n" "Este posibil să nu lucreze după așteptări. Sugestiile dumneavoastră, " "pozitive sau negative, sunt de o importanță specială pentru a îmbunătăți " "acest instaler." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Activând asta, veți avea acces la testarea instalerelor.\n" "\n" "{0} nu poate asigura că aplicația va lucra fără probleme" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Trimite" #: python/irc.py:138 msgid "Connect" msgstr "Conectare" #: python/irc.py:139 msgid "Disconnect" msgstr "Deconectare" #: python/irc.py:140 msgid "Leave" msgstr "Părăsire" #: python/irc.py:227 msgid "Join a channel" msgstr "Alătură un canal" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Messenger" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Dacă închideți această fereastră, nu mai puteți citi răspunsurile " "viitoare.Sunteți sigur că doriți să o închideți?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Regretăm, această persoană nu dorește să primească mesaje personale" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Nu este nimic instalat de rulat. {0} fișiere." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} eroare" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Se reâmprospătează {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "O versiune actualizată {0} este disponibilă" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Rulează" #: python/mainwindow.py:200 msgid "Donate" msgstr "Donație" #: python/mainwindow.py:201 msgid "Exit" msgstr "Ieşire" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Iconițe mici" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Iconițe medi" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Iconițe mari" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Iconițe foarte mari" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Administrează versiunile de Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Citește un PC CD-Rom" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Închide-ti tot {0} software-ul" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} terminal" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} messenger" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Fișiere asociate" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Despre {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Administrator de module" #: python/mainwindow.py:331 msgid "File" msgstr "Fișier" #: python/mainwindow.py:333 msgid "Tools" msgstr "Instrumente" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Setări" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Module" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Închide" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configurează" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Deschide directorul aplicației" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Citiți manualul" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Setează iconița" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Închide această aplicație" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Nu s-a găsit manualul pentru {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Instalează un program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Actualizare GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Depanează" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Crează o scurtătură" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Deschide directorul" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Dezinstalare" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Selectați un program." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} setări" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} meniu de instalare" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} administrator versiuni wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Discul virtual asociat cu {0} ({1}) nu mai există." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Sunteți sigur că doriți să închideți toate (0) ferestrele?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Rulați-vă programul Windows pe " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Echipa PlayOnLinux și PlayOnMac\n" "Sub licență GPL versiune 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Dezvoltator și sait web: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Scripterti: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Packageri: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Iconițe:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Următoarele persoane au contribuit la acest program: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Traduceri:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Citește fișierul TRADUCĂTORILOR" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} nu poate găsi {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Trebuie să îl instalați pentru a continua" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Trebuie să îl instalați pentru a folosi {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} nu se pare că rulați ca root. Regret" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "(0) este incapabil să găsească librăriile OpenGL la 32biți\n" "\n" "Puteți întâmpina o problemă cu jocul" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "(0) este incapabil să găsească librăriile OpenGL la 64biți.\n" "\n" "Puteți întâmpina o problemă cu jocul" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Sunteți sigur că doriți să instalați (0) pachetul?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Încercați să deschideți un script construit pentru (0)! Nu va lucra după " "așteptări" #: python/options.py:116 msgid "Proxy configuration" msgstr "Configurare proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Setează un proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Port proxy" #: python/options.py:138 msgid "Proxy login" msgstr "Logare proxy" #: python/options.py:141 msgid "Proxy password" msgstr "Parolă proxy" #: python/options.py:188 msgid "Installed plugins" msgstr "Module instalate" #: python/options.py:206 msgid "Add" msgstr "Adaugă" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Activează" #: python/options.py:210 msgid "Choose a plugin" msgstr "Alegeți un modul" #: python/options.py:263 msgid "What is the extension?" msgstr "Care este extensia?" #: python/options.py:275 msgid "Assigned program" msgstr "Program atribuit" #: python/options.py:277 msgid "Delete" msgstr "Șterge" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Sunteți sigur că doriți instalarea: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Sunteți sigur că doriți ștergerea: " #: python/options.py:334 msgid "Disable" msgstr "Dezactivat" #: python/options.py:375 msgid "Apply" msgstr "Aplică" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Trebuie să reporniți {0} pentru ca modificările să aibe efect." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Versiunile instalate de Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Versiuni disponibile de Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Versiuni Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Sigur doriți ștergerea wine (0)?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nu poate să pornească POL_SetupWindow_server." playonlinux/lang/po/ru.po000066400000000000000000006605401226051336100157770ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Oleg Koptev , 2010, 2011. msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:58+0000\n" "Last-Translator: peregrine \n" "Language-Team: gnome-cyr@gnome.org\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" "Language: ru\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "К какому приложению вы хотите применить модификацию?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Этот плагин позволяет выполнять видеозахват приложений, запущенных через " "PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Меню видеозахвата (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Меню видеозахвата (не-OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Начать видеозахват приложения" #: Capture plugin:7 msgid "Play a captured file" msgstr "Воспроизвести захваченный файл" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Преобразовать захваченный файл в видеоклип" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Нажмите «Далее», затем нажмите на окно,\\nкоторое вы хотите захватить.\\" "nЗахват начнётся автоматически через 5 секунд.\\nБудет захвачено только " "видео." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Захват начнётся…" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Нажмите +F8 для запуска/остановки захвата" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Нажмите +F8 для остановки захвата" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Производится захват…" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Выберите выполняемое действие" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Выберите файл PID для воспроизведения" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Выберите файл OGV для воспроизведения" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Выберите захваченный файл для конвертации" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Вы должны выбрать захваченное видео для чтения" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Вы должны выбрать файл видеозахвата для конвертации" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Подождите, добавляется логотип PlayOnLinux…" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Добавить логотип PlayOnLinux в видеоклип?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Внимание, для корректного кодирования видео,\\nразрешение ДОЛЖНО БЫТЬ кратно " "16!" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Пользователи Ubuntu должны добавить репозиторий Medibuntu\\nдля поддержки " "этого формата." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Выберите формат видео для конвертации" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Задайте необходимые параметры кодирования для 1 прохода \\n (оставьте " "значения по умолчанию, если вы не знаете, за что они отвечают)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Задайте необходимые параметры кодирования для 2 прохода \\n (оставьте " "значения по умолчанию, если вы не знаете, за что они отвечают)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Задайте необходимые параметры кодирования \\n (оставьте значения по " "умолчанию, если вы не знаете, за что они отвечают)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Подождите, производится конвертация видеофайла..." #: Capture plugin:29 msgid "Conversion done" msgstr "Конвертация выполнена" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Выберите изменяемый параметр" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Все" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Вы должны выбрать игру для изменения" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Добро пожаловать в «Расширенные настройки Wine», систему оптимизации Wine, " "созданную GNU_Raziel. Если вы не знаете, что выбрать, ОСТАВЬТЕ значения по " "умолчанию" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Выберите игру" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Вы не выбрали игру" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Выбрать режим рендеринга DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Активировать поддержку GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Выбрать режим внеэкранного вывода?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Выбрать режим блокировки вывода?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Активировать поддержку мультисемплинга?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Активировать удержание мыши в окне?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Оптимизация выполнена" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Добро пожаловать в Detour, модуль позволяющий создавать ярлыки после " "установки." #: Detour plugin:5 msgid "Choose an application" msgstr "Выберите приложение" #: Detour plugin:6 msgid "Operation done" msgstr "Операция завершена" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Пожалуйста вставьте носитель с игрой в дисковод." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Пожалуйста, выберите установочный файл для запуска" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Когда загрузка $TITLE через Steam завершится,\\nНЕ нажимайте \"Играть\" " "(\"Play\").\\n\\nПОЛНОСТЬЮ закройте интерфейс Steam, \\n чтобы скрипт " "установки мог продолжить работу." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "ПРИМЕЧАНИЕ: Чтобы зарегистрироваться, когда $TITLE потребует, перетащите ваш " "reg-файл в окно $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" "ПРИМЕЧАНИЕ: для получения звука с малой задержкой обратитесь к WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Это установщик для обновления или дополнения;\\nПожалуйста, сначала " "установите $TITLE_REQUIRED." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Когда загрузка $TITLE через Steam завершится,\\nНЕ нажимайте \"Играть\" " "(\"Play\").\\n\\nПОЛНОСТЬЮ закройте интерфейс Steam, \\n чтобы скрипт " "установки мог продолжить работу." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Если установка .NET 3.0 завершится неудачно - не беспокойтесь,\\nигра все " "еще будет работать." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Установка DirectX или GLSetup не требуется." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Пожалуйста, выберите установочный файл для запуска." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Пожалуйста, подождите..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Установка завершена." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Вставте пожалуйста диск с игрой в ваш привод" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Пожалуйста, выберите установочный файл для запуска:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam имеет собственную систему обновлений" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Выберите патч для установки" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте диск с игрой в дисковод\\nесли вы еще не сделали этого." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam имеет собственную систему обновлений" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Пожалуйста, вставьте диск с игрой в ваш дисковод." #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Когда установщик попросит вас вставить следующий диск,\\nнажмите на \\" "\"Далее\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Пожалуйста, вставьте следующий игровой диск в ваш дисковод." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" "Добро пожаловать в установщик патча версии $PVERSION для $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Пожалуйста, перед началом установки установите $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "English version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Интернациональная версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Итальянская версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Японская версия" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Какая у вас версия игры?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Игра не установлена." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Это дополнение автоматически установит патч 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Выберите первый патч для выполнения" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Выберите второй патч для выполнения" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Версия для США или Канады" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Это дополнение автоматически установит патч 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Версия для Великобритании" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Вы должны отключит антипиратскую защиту для этой игры\\nесли вы хотите " "играть в неё при помощи wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Будьте осторожны! Для запуска $TITLE с $APPLICATION_TITLE, вы должны " "установить No-CD патч даже если имеете легальную версию.\\n\\nПожалуйста " "помните, что $APPLICATION_TITLE категорически против пиратства, и никогда не " "будет поддерживать его." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Вы должны отключить антипиратскую защиту для этой игры\\nесли вы хотите " "играть в неё при помощи wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Издание \\\"Игра Года\\\"" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Обычная версия" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Приветствуем в установщике патча $PVERSION для $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Предупреждение: GameShadow не будет работать.\\nПожалуйста, отключите его во " "время инсталляции." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Не забудьте закрыть Steam по завершении загрузки,\\nчтобы $APPLICATION_TITLE " "смог продолжить установку." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam готов к обновлению.\\nПосле того как обновление завершится и откроется " "окно входа, войдите в аккаунт и запустите установку $TITLE. Когда установка " "завершится нажмите \\\"Далее\\\" (закрывать Steam не нужно)." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam устанавливает $TITLEW. Нажмите \\\"Далее\\\" по завершении установки." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam устанавливает $TITLEBTS. Нажмите \\\"Далее\\\" по завершении установки." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam устанавливает $TITLECOL. Пожалуйста убедитесь в том, что по завершении " "установки вы полностью вышли из Steam (иконки на панели инструментов быть не " "должно) и нажмите кнопку \\\"Далее\\\" чтобы установочный скрипт смог " "продолжить свою работу." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Установка завершена.\\n\\nПри первой попытке запуска игра может вылететь, но " "не беспокойтесь, просто попробуйте еще раз." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam готов к обновлению.\\nПосле того как обновление завершится и откроется " "окно входа, войдите в аккаунт и запустите установку $TITLE. Когда установка " "завершится нажмите \\\"Далее\\\" (закрывать Steam не нужно)." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Выберите желаемый язык игры" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Подождите, идет настройка языкового пакета..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Добро пожаловать в установщик патча версии $PVERSION для $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Подождите пока загружается патч...\\nЭта операция может занять некоторое " "время, которое зависит от вашего соединения." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Выполняется установка..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Английский" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Французкий" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Немецкий" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Какой язык вы хотите установить?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "ПРИМЕЧАНИЕ: Этот установщик требует использования компакт-диска. Если Вы " "загрузили бесплатно распространяемый ISO-образ, выпущенный EA, пожалуйста, " "запишите его на CD или DVD чем-нибудь вроде Brasero и вставьте в Ваш компакт-" "дисковод. Монтирование ISO-образов может работать с некоторым программным " "обеспечением, однако известно, что Mounty для этого не подходит." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Внимание: когда установка успешно завершится, загрузится патчер. Пожалуйста, " "закройте патчер перед входом в игру для завершения установки. По завершении " "настройки вы можете запустить \"$TITLE\" ." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Пожалуйста вставьте диск№ 1 в ваш дисковод,\\nесли это еще не сделано." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Подготовка к установке..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Пожалуйста вставьте диск №2 в ваш дисковод,\\nесли это еще не сделано." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Пожалуйста выберите установойчный файлЮ скаченный с сайта $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE установлен.\\n\\nВыражаем особую благодарность Эрику Гуверу за патч к " "wine (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Если во время соединения вы столкнулись с ошибкой Error 3007, откройте " "терминал и наберите:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Когда Steam закончит восстановление $TITLE,\\nНЕ нажимайте \"Играть\" " "(\"Play\").\\n\\nПОЛНОСТЬЮ закройте интерфейс Steam , \\nчтобы скрипт " "установки смог продолжить свою работу." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Когда Steam закончит загрузку $TITLE, НЕ НАЖИМАЙТЕ на кнопку \\\"Играть\\" "\".\\n\\nGJKYJCNM> закройте Steam чтобы скрипт смог продолжить свою работу." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Tckb вас спросят, устанавливать ли DirectX, отвечайте \\\"нет\\\"." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Добро пожаловать в установщик DLC для $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Это дополнение автоматически обновит игру до версии 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Когда установщик попросит вам вставить следующий DVD\\nнажмите на \\\"Далее\\" "\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Не нужно устанавливать настройки теней на максимум\\nили же вам придется " "удалить и переустановить игру." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "Хотите открыть страницу загрузки $TITLE в вашем браузере?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Пожалуйста вставьте Диск 1 в ваш дисковод" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Пожалуйста вставьте Диск 2 в ваш дисковод" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Во время установки, пожалуйста, СНИМИТЕ галочки \"ASIO4ALL\" и \"Запустить " "FL Studio в конце установки\" (\"Run FL Studio at end of install\")." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "ПРИМЕЧАНИЕ: для получения звука с низкой задержкой загляните в WineASIO. " "Ваши MIDI-контроллеры должны работать как полагается." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Пожалуйста вставьте диск №3 в ваш дисковод\\n,если это еще не сделано." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Пожалуйста вставьте диск №4 в ваш дисковод\\n,если это еще не сделано." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Кликните по кнопке \"Далее\" ТОЛЬКО когда Steam завершит\\nустановку, иначе " "вам придется отменить установку." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Добро пожаловать в установщик DLC для $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Выберите DLC для установки" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Лайт версия (702Мб), исправляет серьезные проблемы (18 катсцен)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Полная версия (1.5Гб), исправляет даже мелкие проблемы (49 катсцен)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Какую версию вы хотите установить?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Пожалуйста, подождите пока программа $TITLE устанавливается." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Распаковка архива..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Произошла ошибка во время установки архива" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Патч Advent Revising установлен;\\nНе забудьте поблагодарить Setz за работу!" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Редактор" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Этот скрипт установки требует наличия ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Конвертация видео..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "При первом запуске игра автоматически определит доступные рендеры.\\nСкорее " "всего лучшая производительность будет на рендере OpenGL;\\nВыберите его " "нажав на \"Показать все устройства\" (Show all devices)." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Запустить $TITLE в безопасном режиме?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Не найдена дериктория программы" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Редоктор уровней" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Какие дополнительные ярлыки следует создать?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Настройки графики по-умолчанию немного низковаты для современных " "компьютеров,\\nтак что не забудьте нажать на \"Автоопределение\" в " "расширенных настройках графики." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Редактор Выделенного Сервера" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Куда теперь?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Вы можете загрузить архив из:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Выделенный Сервера" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Язык" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Испанский" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Какой язык вы предпочитаете?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Португальский (только текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Нидерландский (только текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Итальянский (только текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Испанский (только текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Стрелки (по-умолчанию)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Стандартная раскладка клавиатуры" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Без изменений" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Заводские установки" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Хотите прочесть тему на форуме GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Ошибка во время распаковки архива" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Теперь патч можно активировать и настроить через\\nмастер настройки " "PlayOnLinux для Outcast.\\nИ не забудьте оставить сообщение мэтру Zenger на " "форумах GoG!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Запустить \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Проверьте, что разрешение экрана изменилось\\n(в конечном итоге на \\" "\"высокое\\\" (\\\"HI-RES\\\") в загрузчике." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Выделенный сервер" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Коды, необходимые для начала новой игры, можно найти\\nв докуметации;\\" "nКликните по значку игры правой кнопкой мыши" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Если вы с трудом различаете задник в главном меню,\\nотключите Туман (FOG) в " "графических настройках." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(оконный режим)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "У вас есть языковой пакет, который вы хотите установить?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Позже" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Нет" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Да" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Чтобы установить языковой пакет позже, откройте панель управления игры, " "чтобы запустить установщик на виртуальном диске (Вкладка " "\"Разное\"(\"Misc\"))" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Настоятельно рекомендуем установить пакет модов Circle of Eight.\\nОн не " "только исправит ошибки но и добавит новый контент\\n(для пакета модов " "\"NC\")Используйте соответствующий скрипт PlayOnLinux в разделе \"Патчи\"." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Теперь вы должны установить пакет модов в следующую директорию:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "Пожалуйста, выберите ЛЮБЫЕ три значка, когда Вас об этом попросят." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "отсутствует временная папка" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "\"Контрольная панель Two Worlds\" - инструмент от сообщества " "InsideTwoWorlds,,\\nпозволяющий тонко настраивать параметры и управляю " "модификациями\\nдля этой игры. См. \\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nУстановить его?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Панель Управления" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "ВАЖНО:\n" " \\n\\nВ следующем окне установщика НЕ НАЖИМАЙТЕ на кнопку Опции " "(Options), это повлечет за собой ошибки при выборе языка." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "При первом запуске игра автоматически определит доступные рендеры.\\nСкорее " "всего лучшая производительность будет на рендере OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Пожалуйста, выберите язык игры" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Выберите разрешение" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Теперь вам нужно выбрать режим игры:\\n1) Оконный режим:\\nБудет работать " "все, кроме системного курсора в окне игры.\\n\\n2) Полноэкранный режим:\\" "nБудет работать все, кроме неба - оно будет черным.\\n\\n\\n\\nКакой режим " "вы выбираете?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE установлен" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Пожалуйста, вставьте DVD диск" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "Из-за бага wine #30512 загрузка зачастую прерывается - просто перезапустите " "клиент и загрузка продолжится с того места где она остановилась. При этом " "проценты загрузки сбросятся, но не беспокойтесь, так и должно быть." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Пожалуйста, выберите установщик $TITLE. Во время установки снимите флажки со " "всех дополнительных драйверов:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Обнаружен установленный Steam.\\nХотите установить эту игру на тот же " "виртуальный диск?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Обновляю $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Пожалуйста, выберите установщик $TITLE. НЕ ВЫБИРАЙТЕ \"ЗАПУСТИТЬ IMGBURN\" " "ПО ОКОНЧАНИИ УСТАНОВКИ:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "ВНИМАНИЕ: POL не потворствует пиратству. Пожалуйста используйте $TITLE " "только если имеете лицензию на него." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "Не могу найти испольяемый $EXE на вашем виртуальном диске $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Не найдена игра, поддерживающая Infinity Engine." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Все поддерживаемые игры на движке \"Infinity Engine\" уже пропатчены.\\" "nЧтобы изменить разрешение игры для конкретного ярлыка, используйте его " "конфигуратор." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Хотите установить юникод версию Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" "Регистрируются библиотеки, пожалуста подождите\\n(Это может занять некоторое " "время)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo не установлен. Пожалуйста, установите пакет mesa-utils." #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" "Не получается установить игру используя оффициальный загрузчик, приносим " "извенения." #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Внимание: Не устанавливайте флажок \"Запустить $TITLE\" по завершении " "установки." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Теперь на вашем рабочем столе есть директория League of Legends, содержащая " "ее установщик. Сохраните ее для ускорения переустановки." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Пожалуйста, вставьте Диск 1 в ваш дисковод" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Пожалуйста, вставьте Диск 2 в ваш дисковод" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Эксклюзивная Цифровая версия" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Кака у вас версия игры?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Эта Процедура установит Microsoft Office $TITLE, бесплатную программу, " "позволяющую вам просматривать файлы .doc и .docx, но не позволяет " "редактировать их. Эта программа предназначена для тех пользователей, которые " "не могут корректно открыть doc или docx. Если вы хотите отредактировать " "такой документ, используйте LibreOffice, OpenOffice или похожие программы. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE успешно установлен.\\n\\nЕсли установленный Windows мешает вашей " "программе запускаться, вы должны удалить и переустановить $TITLE." #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Тип активации?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Вставьте адрес лицензионного сервера!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Вставьте порт лицензионного сервера!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Корректны ли данные лицензионного сервера?\\nМожно добавить эти данный в " "реестр?\\n\\nИмя лицензионного сервера: $licenseServerName\\nПорт " "лицензионного сервера: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE должен быть активирован.\\nВозможно потребуется запустить его 2 " "раза:\\nПервый раз для подготовки, второй раз для регистрации.\\n\\nПросто " "запустите, закройте и перезапустите $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Установленный $TITLE не найден.\\n\\nПожалуйста, используйте скрипт " "установки $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Выберете дополнительные файлы для установки:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Копирую файлы установки, пожалуйста, подождите..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Демоверсия" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Пожалуйста, выберите версию." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Проверка целостности отдельных частей..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Проверка целостности загрузки..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Загрузка не удалась" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Похоже что загрузка повреждена" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Повторить?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "Согласно политике PlayOnLinux/PlayOnMac мы никогда не запрашиваем у вас " "пароль суперпользователя, однако для данного скрипта это обязательно. " "Поэтому мы даем вам команды, которые нужно ввести, чтобы продолжить " "установку:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Не указано имя расширения файла, ассоциация с системным приложеним прервана." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Пожалуйста, прочтите это" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "В какую директорию вы хотите загрузить файлы GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Пожалуйста, введите свой логин на gog.com чтобы загрузить $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Вход на gog.com не удался, повторить?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Файл также может быть обновлён. Если проблема остаётся, сообщите о проблеме, " "чтобы скрипт мог быть доработан." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Хотите загрузить $TITLE с GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Устанавливается Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Устанавливаются библиотеки DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Устанавливаются библиотеки DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Устанавливаются библиотеки DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Пожалуйста, подождите пока Desura загружается..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Устанавливается DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Этот пакет не будет работать на 64 битной версии" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Этот пакет не будет рботать на Wine версии 1.3.22 или ниже" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Этот пакет не будет рботать на Wine версии 1.3.18 или ниже" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Этот пакет будет продолжать падать пока вы не установите " "/proc/sys/kernel/yama/ptrace_scope на 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Открыть $URL?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Если вы увидите ошибки во время установки DotNet 3.0 - просто игнорируйте их" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Этот пакет не установится на Wine 1.5.21 или выше" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Если вы увидите ошибки во время установки DotNet 3.5 - просто игнорируйте их" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Если вы увидите ошибки во время установки DotNet 3.5 SP1 - просто " "игнорируйте их" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Если вы увидите ошибки во время установки DotNet 4.0 - просто игнорируйте их" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Устанавливается рабочая среда DirectX" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Загружается gecko..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Устанавливается Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Загружается Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "Внимание:" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Устанавливаются библиотеки Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Устанавливаются библиотеки mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Устанавливаются библиотеки msasn1..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Пожалуйста, подождите пока Steam загружается..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Пожалуйста подождите пока $APPLICATION_TITLE загружает Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Устанавливается рабочая середа Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Внимание: vcrun2005 может быть уже установлена.\\nПренудительная " "переустановка." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Внимание: vcrun2008 может быть уже установлена.\\nПренудительная " "переустановка." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Установка VCRun2008 может не удастся из-за того, что ваша версия PlayOnLinux " "слишком старая. Пожалуйста обновитесь." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Внимание: vcrun2010 может быть уже установлена.\\nПренудительная " "переустановка." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Установка VCRun2010 может не удастся из-за того, что ваша версия PlayOnLinux " "слишком старая. Пожалуйста обновитесь." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Установка DLL-библиотеки wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Устанавливаются библиотеки Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Устанавливаются библиотеки Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Устанавливается XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Шрифты Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Шрифты от Miсrosoft не установлены; Я установлю их для вас." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Лицензия переведена на ваш язык " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Эти шрифты предоставлены компанией Microsoft\\n\"в интересах " "кроссплатформенной совместимости\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Вы можете свободно загрузить и использовать эти шрифты,\\nоднако вы не " "можете изменять их форму,\\nвключая изменения имени файла или формата " "упаковки." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Оригинальная лицензия " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Пожалуйста, прочтите и примите следующее:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Загружаются шрифты" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Загружается: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Установка шрифтов" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Устанавливается: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Очистка" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Шрифты от Microsoft успешно установлены." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Удаляется Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Для продолжения PlayOnLinux должен отмонтировать компакт-дисковод, до этого " "примонтированный с опцией \"Показать скрытое\" (\"unhide\")" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Необходим доступ к системе от имени суперпользователя (root). Для этого " "сейчас будет запрошен пароль суперпользователя. Эти команды PlayOnLinux " "выполнит от имени суперпользователя:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Пожалуйста, прочтите внимательно" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Для продолжения PlayOnLinux должен перемонтировать компакт-дисковод с опцией " "\"Показать скрытое\" (\"unhide\")" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Отмена установки" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Сделать ptrace() доступной глобально" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Я починил это своими силами, просто проверьте ещё разок" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Для продолжения работы программе необходим доступ к ptrace():" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Операция отменена пользователем" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Пожалуйста, вставьте первый диск" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Прочтите внимательно!\\n\\nКогда установщик $TITLE попросит поменять компакт-" "диск, пожалуйста, вернитесь в это окно $APPLICATION_TITLE" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Когда установщик попросит вставить компакт-диск номер $CDNumber, нажмите " "\"Далее\" (\"Next\").\\n\\nНе нажимайте \"Далее\" (\"Next\") до этого!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Теперь вставьте компакт-диск номер $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Теперь Вы можете вернуться в окно установки $TITLE и продолжить" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Пожалуйста, выберите файл с именем Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Пожалуйста, подождите, пока $TITLE будет установлен" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE успешно установлен" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Когда Desura закончит загрузку $TITLE,\\nНЕ нажимайте \"Играть\" " "(\"Play\").\\n\\nПОЛНОСТЬЮ закройте интерфейс Desura,\\nчтобы установочный " "скрипт смог продолжить свою работу" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Подождите, подготовка к установке..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте диск №2 в Ваш дисковод,\\nесли это ещё не сделано." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте диск №3 в Ваш дисковод,\\nесли это ещё не сделано." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Пожалуйста, выберите установочный файл $TITLE. НЕ запускайте Reaper после " "завершения установки." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Если игра падает при запуске, откройте терминал и наберите:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Защита компакт-диска этой игры не может корректно работать с Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE установлен!\\n\\nПримечание:\\n1)Перезагрузите Wine\\n2)Установите " "правильное устройство вывода в настройках звука Wine\\n3)Наслаждайтесь!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Вы можете загрузить установочный файл $TITLE отсюда:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Примечание" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Это позволит Вам установить Sacrifice, а затем скачать и установить для него " "патч №3. Не запускайте игру, пока патч не установлен." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Во время установки, пожалуйста, снимите галочки\\n\"Установить Bonjour для " "Windows\" (\"Install Bonjour for Windows\") и \"Автоматически обновлять " "Safari\" (\"Automaticaly update Safari\")." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" "Пожалуйста, выберите версию файла установки, предназначенную для MS-DOS:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Выберите загруженный ZIP-файл здесь" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Распаковка Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Извините, но этот файл не является правильным ZIP-архивом" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Если игра выдаёт ошибку времени выполнения, откройте терминал и наберите:\\" "necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Пожалуйста, выберите имя виртуального диска" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Если Вы хотите установить $TITLE на другой виртуальный диск,\\nзапустить " "установщик ещё раз" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "Сейчас начнётся установка \"Horse Armor Pack\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "Сейчас начнётся установка \"Knights of the Nine\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "Сейчас начнётся установка \"Orrery\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "Сейчас начнётся установка \"Spell Tomes\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "Сейчас начнётся установка \"Thieves Den\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "Сейчас начнётся установка \"Vile Lair\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "Сейчас начнётся установка \"Wizard Tower\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Когда Steam закончит загрузку $TITLE, НЕ НАЖИМАЙТЕ на кнопку \"Играть\"!\\n\\" "nПОЛНОСТЬЮ закройте Steam, \\n чтобы скрипт смог продолжить свою работу." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Если у Вас нет дополнения \"Дрожащий остров\"(\"Shivering Isle\"),\\nнужно " "обновить игру перед его использованием." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Это дополнение автоматически обновит игру до версии 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Коды, необходимые, чтобы выйти из первой темницы, можно найти в\\" "nдокументации. Щёлкните правой кнопкой мыши по значку игры, \"Прочесть " "руководство\" (\"Read the manual\"), пункты 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Игра не сможет запуститься, пока Вы не установите " "/proc/sys/kernel/yama/ptrace_scope в 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Дополненное Издание" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Обычное Издание" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Когда установщик попросит вас вставить следующий диск,\\nнажмите на \\" "\"Далее\\\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Игра не установлена" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Добро пожаловать в установщик версии $PVERSION для $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Эта игра - уже улучшенной версии\\nи нуждается только в патче 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Выберите первый патч (Обновление EE (EE Upgrade)) для применения" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Выберите второй патч (1.5) для применения" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Подождите пока загружается патч №1...\\nЭта операция может занять некоторое " "время, которое зависит от вашего соединения." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Подождите пока загружается патч №2...\\nЭта операция может занять некоторое " "время, которое зависит от вашего соединения." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Подождите пока загружается патч №3...\\nЭта операция может занять некоторое " "время, которое зависит от вашего соединения." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Подождите пока загружается патч №4...\\nЭта операция может занять некоторое " "время, которое зависит от вашего соединения." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Загрузка завершена.\\nНачинается установка патчей" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Установка vcrun2008 и wininet и отключение d3d9 и d3d8, чтобы принудить игру " "использовать OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Во время установки, пожалуйста, откажитесь ото всех драйверов для " "контроллеров NI и звуковых интерфейсов. Они не нужны, и установка завершится " "с ошибкой, если оставить их выбранными." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "Для работы $TITLE должна быть установлена локаль ja_JP.utf8" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Использовать англоязычный патч графического интерфейса?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE успешно установлен.\\n\\nЕсли игра падает при запуске, откройте " "терминал и выполните:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Вы хотите открыть сайт $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Версия, содержащаяся на компакт-диске, устарела. Не забудьте обновить " "$TITLE, чтобы корректно запускать его с $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Сейчас в браузере откроется страница, загрузите патч и распакуйте его." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Внимание: когда установка успешно завершится, загрузится патчер. Пожалуйста, " "закройте патчер перед входом в игру или завершите обновление, чтобы успешно " "закончить установку. После этого, когда устанока будет завершена, Вы сможете " "запустить \"$TITLE\"." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Пожалуйста вставьте игровой носитель 1 в дисковод, если Вы ещё этого не " "сделали." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте второй диск с игрой в дисковод\\nесли вы еще не сделали " "этого." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте третий диск с игрой в дисковод\\nесли вы еще не сделали " "этого." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте четвертый диск с игрой в дисковод\\nесли вы еще не " "сделали этого." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Пожалуйста, вставьте пятый диск с игрой в дисковод\\nесли вы еще не сделали " "этого." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Перенос файлов с Диска 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Пожалуйста, вставьте \"$TITLE\" диск 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Перенос файлов с Диска 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Пожалуйста, выберете БОЛЬШЕ ОПЦИЙ (MORE OPTIONS) а затем снимите флажок с " "ЗАПУСТИТЬ \"$TITLE\" ПОСЛЕ УСТАНОВКИ (UN \"$TITLE\" AFTER INSTALLATION). " "Если вы этого не сделаете" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Хотите установить $TITLE чтобы синхронизировать ваше USB-устройство?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "На данный момент Wine не поддерживает USB. Вы не сможете синхронизировать " "ваши яблочные устройства с помощью $APPLICATION_TITLE. Приносим извинения." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Пожалуйста, выберите 32 битную версию iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Пожалуйста, выберите установочный файл $TITLE. НЕ ЗАПУСКАЙТЕ rFactor по " "завершении установки. Установите DirectX когда вас попросят. Убедитесь в " "том, что установлено 32 битное разрешение когда появится окно конфигурации." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Сообщить об ошибке" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Пожалуйста, предоставьте как можно больше сведений и деталей, в противном " "случае помочь Вам будет очень сложно." #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Этот мастер поможет Вам сообщить об ошибке в официально поддерживаемой " "программе." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Ваша версия $APPLICATION_TITLE устарела.\\nПеред отправкой сообщения об " "ошибке следует обновить $APPLICATION_TITLE.\\nСпасибо" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "У меня возникла проблема с программой" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Моя проблема относится к $APPLICATION_TITLE как к таковому" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Какого типа возникшая проблема?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Не прикреплять лог" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Ручная установка" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Автоматическая установка" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Выберите лог, относящийся к Вашей программе." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" "Пожалуйста, дайте очень краткое описание (заголовок, строго на английском)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Пожалуйста, опишите Вашу проблему ясно и чётко (строго на английском):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Извините, но необходимо подробное описание." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Спасибо!\\n\\nВаш отчёт отправлен.\\n\\nМы постараемся ответить на него как " "можно скорее" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Утилита для создания виртуальных дисков" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Добро пожаловать в мастер создание виртуальных дисков $APPLICATION_TITLE.\\" "n\\nЭтот инструмент поможет Вам создать новый виртуальный диск" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Какого типа виртуальный диск Вы хотите создать" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Если этот список пуст, пожалуйста, установите одну из версий Wine с помощью " "управления версиями Wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Какую версию Wine Вы бы хотели использовать?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Выберите имя виртуального диска" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Выполнить локальный сценарий" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Этот мастер поможет Вам запустить неофициальный скрипт установки " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Выберите корректный скрипт $APPLICATION_TITLE для запуска." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Ошибка!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Файл не найден!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Веб-сайт PlayOnLinux недоступен." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nПожалуйста, убедитесь что Вы подключены к интернету." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Пожалуйста, прочитайте это внимательно" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION установлен на ваш компьютер." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Однако, он не будет активирован, пока Вы не перезагрузите компьютер." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Пожалуйста, перезапустите компьютер сейчас, и запустите PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Пожалуйста, прочитайте это внимательно" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "Что убедиться, что Ваши игры совместимы, PlayOnMac установит XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "Для работы PlayOnMac необходимо установить XQuartz" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Не устанавливать XQuartz сейчас" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Файл загружен программой самостоятельно" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Пожалуйста, загрузите XQuartz" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Загрузка XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Где" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Установка XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz установлен." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Не удалось установить XQuartz! Его следует установить для улучшения " "совместимости игр." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Конфигурация виртуального диска по умолчанию" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE создаёт виртуальный жёсткий диск Windows" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE Первые шаги" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE заканчивает подготовку" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Пожалуйста, убедитесь, что вы подключены к Интернету." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Похоже, это первое использование \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Этот мастер поможет Вам подготовить окружение $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Ошибка при установке шрифтов" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Наслаждайтесь $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Установщик Gecko для $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Установщик Mono для $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Этот мастер поможет вам установить Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "в окружении $APPLICATION_TITLE" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Настройка приложения $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Вы уверены, что хотите прервать все активные приложения $APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Мастер создания ярлыков $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Пожалуйста, выберите программу для упаковки" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Создание ярлыка..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Ярлык помещен на рабочий стол" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Копирование виртуального диска" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Автозапуск" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "В autorun.inf не найден путь для установки" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Добро пожаловать в мастер ручной установки $APPLICATION_TITLE!\\n\\nЭтот " "скрипт теоретически позволит Вам установить любую программу на $APPLICATION " "и использовать все её возможности.\\n\\nВнимание: мы не можем гарантировать, " "что Ваше приложение будет работать идеально." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Установить программу на новый виртуальный диск" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Редактировать или обновить существующее приложение" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Что бы вы хотели сделать?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Пожалуйста, введите имя виртуального диска Вашей программы.\\nОно не должно " "содержать пробелов." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Пожалуйста, выберите программу" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Использовать другую версию Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Настроить Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Установить дополнительные библиотеки" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Если Вы не знаете, что нужно выбрать, снимите все флажки" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Что Вы хотите сделать перед установкой?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Пожалуйста, сделайте свой выбор" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Поиск запускаемых компакт-дисков" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Выберите другой файл" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Пожалуйста, выберите путь установки программы" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Пожалуйста, выберите установщик для запуска." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Необходимо выбрать файл!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE устанавливает Ваше приложение..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE пакетный менеджер: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Использование: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tВыберите файл:" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " или " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tРаспаковать пакет" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tУстановить пакет" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tПоказывать это сообщение" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Выберите пакет для установки" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Управление пакетами PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Не удалось найти файл: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " не является корректным пакетом PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Этот файл: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " не существует!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Извлечение: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Запуск..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Очистка..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Это - список скриптов, которые вы нам прислали. Вы можете запустить один из " "них" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Похоже, у Вас нет персональных скриптов" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Если Вы успешно установили программу с помощью опции \"Установить программу " "не из списка\" (\"Install a non-listed\\nsoftware\"), это позволит добавить " "программу в список" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Эти инструменты позволят Вам помочь нам:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Сейчас мы зададим Вам несколько вопросов, пожалуйста, отвечайте как можно " "точнее и подробнее" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Выберите файл, относящийся к Вашей программе." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Ваша программа запускается?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Как называется программа?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Кто издатель вашей программы?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Кто автор сайта вашей программы?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Утилиты" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Разработка" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Обучение" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Игры" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Графика" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Интернет" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Мультимедия" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Офис" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Другие" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Патчи" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Выберите категорию для программы" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Тестирование" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Какие особенности программы не работают?\\nЕсли всё работает, пожалуйста, " "напишите об этом" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Запишите все изменения, которые Вы внесли в конфигурацию Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Эта программа должна запускаться!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Запустите один из Ваших персональных скриптов" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Пришлите нам работающий скрипт, созданный при ручной установке" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Выйти" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Вы подключены к онлайн-среде $APPLICATION_TITLE как $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Вы успешно вышли из онлайн-среды $APPLICATION_TITLE\\nТеперь это окно можно " "закрыть" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Останавливаются процессы на виртуальном диске..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Выбор значка" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Пожалуста, выберите файл значка" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Недопустимое расширение файла" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "это не расширение файла значка" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Редактор реестра" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Обновить wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Имитировать перезагрузку Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" "Используйте плагин продвинутой настройки Wine (Advanced Wine Configuration)" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Использовать мастер настройки PlayOnLinux для" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Изменить значок" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Испльзовать WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Пожалуйста, выберите выполняемое действие" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Что вы хотите сделать?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Пожалуйста, выберите компакт-дисковод" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Выберите компакт-дисковод для извлечения..." #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Пожалуйста, выберите программу для запуска" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE отладчик запускается..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE прекратил свою работу.\\nНажмите \"Отладка\" (\"Debug\"), чтобы " "узнать подробности." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE прекратил свою работу." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Добро пожаловать в помощник $APPLICATION_TITLE!\\nОн поможет Вам установить " "$file на Ваш компьютер.\\n\\nВнимание! Эта программа официально не " "поддерживается $APPLICATION_TITLE.\\nСоответственно, она может работать не " "так, как ожидается." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Как называется Ваша программа?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE устанавливает $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE запускает Вашу программу" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE анализирует Ваше приложение" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Вы хотите, чтобы $APPLICATION_TITLE установил его для Вас автоматически?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Мы определили, что программа, которую Вы хотите установить - это:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE уже запускала эту программу.\\nСохранить существующие " "настройки?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Деинсталлятор $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Пожалуйста, выберите программу для удаления" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Для продолжения щелкните Далее." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Этот мастер поможет Вам удалить программу: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Удаление..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " успешно удалена." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Не удалось найти ярлык" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Мастер автоматического обновления $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Обновление $APPLICATION_TITLE из GIT-репозитория..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Вы хотите обновить и перезапустить $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Уже установлена самая новая версия." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE обнаружила ошибку. Если программа не работает так, как " "надо, это может быть причиной проблемы.\\nБолее подробную информацию можно " "найти в интернете по адресу: www.$POL_DNS" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE обнаружила ошибку. Если программа, которую Вы " "устанавливаете, не работает так, как надо, это может быть причиной " "проблемы.\\nБолее подробную информацию можно найти в интернете по адресу: " "www.$POL_DNS" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE обнаружила критическую ошибку. $APPLICATION_TITLE прервёт " "процесс установки.\\nБолее подробную информацию можно найти в интернете по " "адресу: www.$POL_DNS" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Пожалуйста, подождите, пока создаётся виртуальный диск..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку " "Windows..." #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Установка переменной Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Эта функция недоступна в окружении PlayOnLinux" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Внимание!\\n\\nПодпись скрипта, который Вы пытаетесь запустить, " "недействительна!\\n\\nЭтот скрипт не проходил процедуру одобрения " "PlayOnLinux, и PlayOnLinux не отвечает за него.\\nПожалуйста, убедитесь, что " "знаете, что делаете!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Здесь находится исходный код скрипта. Проверьте его внимательно" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Внимание!\\n\\nПодпись скрипта, который Вы пытаетесь запустить, " "недействительна!\\n\\nЭтот скрипт не проходил процедуру одобрения " "$APPLICATION_TITLE, и $APPLICATION_TITLE не отвечает за него.\\nПожалуйста, " "убедитесь, что знаете, что делаете!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Внешняя библиотека" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Здесь находится исходный код скрипта. Проверьте его внимательно" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Создание иконки..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Вы хотите удалить виртуальный диск:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Этот файл расположен на диске с файловой системой FAT32.\\nИз-за этого Wine " "может не работать.\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Этот файл расположен на диске с файловой системой NTFS.\\nИз-за этого Wine " "может не работать.\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Этот файл расположен на файловой системой в пользовательском пространстве " "(FUSE).\\nИз-за этого Wine может не работать.\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Этот файл расположен на диске, примонтированным без прав на исполнение.\\nИз-" "за этого Wine может не работать.\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Проверка плагина: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Новые: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Обновление плагина. Предыдущий: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Установка плагина: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Исполняемый файл не найден: $BINARY\\nУбедитесь, что выбрана папка установки " "программы по умолчанию." #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Недостаточно свободного места для загрузки :\\n$URL ($neededSpace KБ)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Пожалуйста, подождите пока скачивается $APPLICATION_TITLE:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Во время загрузки произошла ошибка." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Хотите попробовать еще раз?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Ошибка! Файлы не совпадают\\n\\nЛокальный: $LOCAL_MD5\\nНа сервере : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z не установлен, пожалуйста, убедитесь что 7zip установлен и попробуйте " "снова" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Не удалось разместить ${dest} из ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Извлечение ${filename} из ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Размер извлечённого файла не сходится!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Копирование ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Размер файла не сходится!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "К сожалению, $APPLICATION_TITLE $VERSION слишком устарело, и продолжить " "нельзя.\\nТребуется $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Внимание: Вы запускаете $APPLICATION_TITLE $VERSION.\\nДля того, чтобы " "продолжить, рекомендуется $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профиль" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " на Ваш компьютер." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " будет установлена в: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Чтобы начать щелкните Далее" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Установщик предоставлен: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Программа создана: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Этот мастер поможет Вам установить " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Добро пожаловать в установщик $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Одна или несколько программ отсутствуют. Пожалуйста, установите их и " "запустите скрипт ещё раз." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Ошибка" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Где примонтирован Ваш компакт-диск?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Обновить" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Чтение Вашего устройства" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Ошибка: не удалось обнаружить CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Не забудьте перед запуском игры выполнить PlayOnMac tools menu -> Read a PC " "CD-Rom" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Пожалуйста, подождите пока $APPLICATION_TITLE копирует файлы:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Сканирование виртуального диска..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Сколько памяти в вашей видеокарте?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "У вас слишком мало видеопамяти" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "У вас слишком мало видеопамяти!\\nИгра может не заработать" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Использовать версию из магазина Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Использовать демо-версию из магазина Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Использовать версию из магазина Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Использовать демо-версию из магазина Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Использовать версию из магазина Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Использовать демо-версию из магазина Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Использовать установщик с моего компьютера" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Использовать компакт-диск(и) CD" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Использовать компакт-диск(и) DVD" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Загрузить программу из сети" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Пожалуйста, выберите метод установки" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Я не хочу создавать другой ярлык" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Просмотр" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Подключиться к Вашей учётной записи $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Подключение...." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Не удалось подключиться!\\n\\nПожалуйста, убедитесь, что имя пользователя и " "пароль правильны." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Пожалуйста, подождите, пока $APPLICATION_TITLE изучает Ваше оборудование." #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Похоже, Wine прервала работу.\\n\\nЕсли Ваша программа работает, просто не " "обращайте внимания на это сообщение." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Не удалось найти версию: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Загрузка Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Похоже, загрузка не удалась." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Извлечение Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Перезаписать (обычно работает, но без гарантии)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Стереть (содержимое виртуального диска будет уничтожено)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Целевой виртуальный диск $PREFNAME уже существует:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Пожалуйста, подождите пока $SOFTNAME установится..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Внимание! Это прервёт процесс установки. Если он не был завершён, Вам " "придётся переустановить $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Установка завершена" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Нажмите далее только когда процесс установки будет завершен" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" "Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку." #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Внимание:\n" "\n" "Эта утилита предназначена для опытных пользователей.\n" "Чтобы полностью удалить программу с {0}, нужно удалить связанный с ней " "виртуальный диск" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Основные" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Сделать новый ярлык из этого виртуального диска" #: python/configure.py:201 msgid "Name" msgstr "Имя" #: python/configure.py:202 msgid "Wine version" msgstr "Версия Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Опции отладки" #: python/configure.py:205 msgid "Virtual drive" msgstr "Виртуальный диск" #: python/configure.py:207 msgid "Arguments" msgstr "Параметры" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Запустить мастер настройки" #: python/configure.py:248 msgid "Windows reboot" msgstr "Перезагрузка Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Восстановить виртуальный диск" #: python/configure.py:265 msgid "Command prompt" msgstr "Командная строка" #: python/configure.py:272 msgid "Task manager" msgstr "Диспетчер задач" #: python/configure.py:280 msgid "Kill processes" msgstr "Завершить процессы" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Деинсталлятор Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Будьте осторожны! Установка одного из этих компонентов может повредить Ваш " "виртуальный диск." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Установка" #: python/configure.py:395 msgid "Open program's directory" msgstr "Открыть каталог программы" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Открыть каталог виртуального диска" #: python/configure.py:560 msgid "GLSL Support" msgstr "Поддержка GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Рендер Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Размер видеопамяти" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Режим рендеринга Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "Мультисэмплинг" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Строгий порядок отрисовки" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Открыть консоль" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Выполнить файл .exe на этом виртуальном диске" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Команда, выполняемая перед запуском программы" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Будьте осторожны!\n" "Если вы измените " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Параметры {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Пожалуйста, выберите настраиваемую программу или виртуальный диск" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Новый" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Удалить" #: python/configure.py:696 msgid "Install components" msgstr "Установка компонентов" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Экран" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Разное" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Этот виртуальный диск защищен" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Вы уверены, что хотите удалить виртуальный диск {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Вы уверены, что хотите удалить {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Отладчик {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Пожалуйста, выберите файл отладки" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Укажите расположение лога" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Поле называется: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Виртуальные диски" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Сообщить о проблеме, связанной с {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Установка сценариев" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Ошибка: Не удалось зарезервировать действующий порт" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "Внимание: пожалуйста, сначала используйте POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Мастер" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Отменить" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Далее" #: python/guiv3.py:166 msgid "I Agree" msgstr "Я согласен" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Показать виртуальные диски" #: python/guiv3.py:188 msgid "Login: " msgstr "Логин: " #: python/guiv3.py:189 msgid "Password: " msgstr "Пароль: " #: python/guiv3.py:192 msgid "Register" msgstr "Регистрация" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "Мб загружено" #: python/guiv3.py:288 msgid "of" msgstr "из" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Вы не можете закрыть это окно" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Нет описания" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Поиск" #: python/install.py:252 msgid "Include:" msgstr "Включая:" #: python/install.py:263 msgid "No-cd needed" msgstr "Необходим патч бездискового запуска (no-cd)" #: python/install.py:270 msgid "Commercial" msgstr "Коммерческий" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Установить программу, отсутствующую в списке" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Когда {0} устанавливает программы для Windows: \n" "\n" " - Оставляйте без изменения путь установки\n" " - Не устанавливайте флажок \"Запустить программу\", если это сказано." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Программа находится в стадии тестирования.\n" "\n" "Она может работать не так, как предполагается. Ваши отзывы, как " "положительные, так и отрицательные, особенно важны для дальнейшего " "совершенствования этого установщика." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Эта программа содержит защиту от копирования (DRM), несовместимую с режимом " "эмуляции.\n" "Единственный способ обойти это - использовать патч бездискового запуска \"no-" "cd\", но, так как это может быть использовано в пиратских целях, мы не " "оказываем никакой поддержки подобным приёмам." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Активируя эту опцию, вы получаете доступ к тестируемым установщикам.\n" "\n" "{0} не может гарантировать вам, что ваши приложения будут работать без " "проблем." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Включив эту опцию, Вы получите доступ к установщикам программ, содержащих " "защиту от копирования (DRM), несовместимую с режимом эмуляции.\n" "Единственный способ обойти это - использовать патчи бездискового запуска " "\"no-cd\", но, так как это может быть использовано в пиратских целях, мы не " "оказываем никакой поддержки подобным приёмам." #: python/irc.py:137 msgid "Send" msgstr "Отправить" #: python/irc.py:138 msgid "Connect" msgstr "Подключиться" #: python/irc.py:139 msgid "Disconnect" msgstr "Разъединить" #: python/irc.py:140 msgid "Leave" msgstr "Завершить работу" #: python/irc.py:227 msgid "Join a channel" msgstr "Зайти на канал" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Чат" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Если вы закроете это окно, вы не сможете прочесть новые сообщения. Вы " "уверены что хотите закрыть окно?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "К сожалению, этот человек не хочет получать личные сообщения" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Извините, сервис сообщений {0} в настоящий момент не доступен.\n" "\n" "Попробуте повторить попытку позже." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Отсутствует приложение для запуска .{0} файлов." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "Ошибка {0}" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "Веб-сайт {0} недоступен. Пожалуйста, проверьте интернет-соединение." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Обновление {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Доступна обновленная версия {0}" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Запуск" #: python/mainwindow.py:200 msgid "Donate" msgstr "Пожертвовать" #: python/mainwindow.py:201 msgid "Exit" msgstr "Выход" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Мелкие значки" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Обычные значки" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Крупные значки" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Огромные значки" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Управление версиями Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Закрыть все программы {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Консоль {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "Чат {0}" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Файловые ассоциации" #: python/mainwindow.py:273 msgid "About {0}" msgstr "О {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Менеджер плагинов" #: python/mainwindow.py:331 msgid "File" msgstr "Файл" #: python/mainwindow.py:333 msgid "Tools" msgstr "Утилиты" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Настройки" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Плагины" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Закрыть" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Настроить" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Открыть в каталоге приложения" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Прочитать Руководство" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Установить значок" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Закрыть приложение" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Не найдено руководство пользователя для {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Установить программу" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Обновить GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Инструкции по обновлению" #: python/mainwindow.py:741 msgid "Debug" msgstr "Отладка" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Сообщить о проблеме" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Создать ярлык" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Открыть папку" #: python/mainwindow.py:755 msgid "Save" msgstr "Сохранить" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Удалить" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Пожалуйста, выберите программу." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} настройки" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} меню установки" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} менеджер версий Wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Виртуальный диск, связанный с {0} ({1}), больше не существует." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Закрыть все окна {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Запустить Windows программы на " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Команда PlayOnLinux и PlayOnMac\n" "Под лицензией GPL v3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Разработчик и вебсайт: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Разработчики сценария: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Упаковщик: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Значки:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "В работе над программой принимали участие: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Перевод:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" "Aleksey Kabanov, Alex8Belov, Andrei B. Borisov, Andrey Olykainen, Anton " "Shestakov, Aymeric PETIT, Colix, Constantine E. Kozlov, Dennis Kowalski, " "Igor Zinovyev, Ilja Lobanov, Oleg Koptev, Quentin PÂRIS, Yuri Tkachenko, " "bazilio, fenixk19, Николай Авдеев (NickKolok, Nikolay Avdeev), Элиза. " "Подробнее - в файле TRANSLATORS." #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} не может запустить сервер установочных окон PlayOnLinux." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} не может найти {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (из {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Необходимо установить его, чтобы продолжить" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Необходимо установить его, чтобы использовать {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} не предполагается запускать с правами суперпользователя." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не может обнаружить 32bits OpenGL библиотеки.\n" "\n" "Вы можете испытывать проблемы с запуском Ваших игр" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не может обнаружить 64bits OpenGL библиотеки.\n" "\n" "Вы можете испытывать проблемы с запуском Ваших игр" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Ваша файловая система препятствует корректной работе {0}.\n" "Запустите {0} в терминале, чтобы получить подробности." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Хотите ли вы помочь {0} составить базу совместимости?\n" "\n" "Если вы согласитесь, при первом запуске Windows программы, анонимно будут " "отправлены следующие данные:\n" "\n" "- Модель Вашей видео карты\n" "- Версия OS\n" "- Информация о видео драйвере\n" "\n" "\n" "Эта информация сильно пригодится нам для помощи остальным пользователям." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Вы точно хотите установить пакет {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Вы пытаетесь открыть скриптовую конструкцию для {0}! Она может работать не " "так, как предполагается..." #: python/options.py:116 msgid "Proxy configuration" msgstr "Конфигурация прокси" #: python/options.py:129 msgid "Set a proxy" msgstr "Использовать прокси" #: python/options.py:132 msgid "Proxy address" msgstr "Адрес прокси" #: python/options.py:135 msgid "Proxy port" msgstr "Порт прокси:" #: python/options.py:138 msgid "Proxy login" msgstr "Имя пользователя" #: python/options.py:141 msgid "Proxy password" msgstr "Пароль" #: python/options.py:188 msgid "Installed plugins" msgstr "Установленные плагины" #: python/options.py:206 msgid "Add" msgstr "Добавить" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Включить" #: python/options.py:210 msgid "Choose a plugin" msgstr "Выбрать плагин" #: python/options.py:263 msgid "What is the extension?" msgstr "Какое расширение?" #: python/options.py:275 msgid "Assigned program" msgstr "Назначенная программа" #: python/options.py:277 msgid "Delete" msgstr "Удалить" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Вы уверены, что хотите установить: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Вы уверены, что хотите удалить: " #: python/options.py:334 msgid "Disable" msgstr "Отключить" #: python/options.py:375 msgid "Apply" msgstr "Применить" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Вам необходимо перезапустить {0}, чтобы изменения вошли в силу." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Установленные версии Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Доступные версии Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Версии Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Вы действительно хотите удалить wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} не может запустить POL_SetupWindow_server." playonlinux/lang/po/si.po000066400000000000000000004374121226051336100157640ustar00rootroot00000000000000# Sinhalese translation for playonlinux # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-10-25 17:34+0000\n" "Last-Translator: Aymeric PETIT \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "PlayOnLinux ලෝගෝව ඔබේ සළරුවට එක් කරන්න ද?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " බලපත්‍රය ඔබේ භාෂාවට පරිවර්තිතයි " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sk.po000066400000000000000000005000131226051336100157520ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:41+0000\n" "Last-Translator: Michal Lelek \n" "Language-Team: sk_SK.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Na ktorú aplikáciu chcete aplikovať modifikáciu?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Tento zásuvný modul Vám umožní zachytiť Vaše aplikácie v PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Menu zachytávania (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Menu zachytávania (nie OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Spustiť zachytávanie aplikácie" #: Capture plugin:7 msgid "Play a captured file" msgstr "Prehrať zachytený súbor" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Skonvertovať zachytený súbor na video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Stlačte Ďalej, potom kliknite na okno,\\nktoré chcete zachytiť.\\" "nZachytávanie začne automaticky po 5 sekundách.\\nBude zachytené iba video." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Zachytávanie bude spustené..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Stlačte +F8 na spustenie alebo zastavenie zachytávania" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Stlačte +F8 na zastavenie zachytávania" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Prebieha zachytávanie..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Zvoľte akciu, ktorá sa má vykonať" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Prosím, zvoľte zachytený PID súbor na prehratie" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Prosím, zvoľte zachytený OGV súbor na prehratie" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Prosím, zvoľte zachytený súbor na prehratie" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Musíte zvoliť zachytený súbor na načítanie" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Musíte zvoliť zachytený súbor na skonvertovanie" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Prosím čakajte, kým sa nevytvorí logo PlayOnLinux..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Pridať logo PlayOnLinux k Vášmu videu?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Upozornenie: Pre správne zakódovanie videa,\\nMUSÍ byť rozlíšenie násobkom 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Užívatelia Ubuntu musia pridať repozitár MEDIBUNTU,\\naby tento formát " "konverzie pracoval správne." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Zvoľte formát videa na konverziu" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Určite Vaše možnosti zakódovania pre priechod 1\\n(ak neviete čo robiť, " "nechajte štandardné)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Určite Vaše možnosti zakódovania pre priechod 2\\n(ak neviete čo robiť, " "nechajte štandardné)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Určite Vaše možnosti zakódovania\\n(ak neviete čo robiť, nechajte štandardné)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Prosím čakajte, kým nebude Vaše video zakódované..." #: Capture plugin:29 msgid "Conversion done" msgstr "Konverzia dokončená" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Zvoľte možnosť na zmenenie" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Všetko" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Musíte zvoliť hru na zmenenie" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Vitajte v pokročilej konfigurácii Wine - systéme optimalizácií pre Wine " "vytvorenom od GNU_Raziel. Ak neviete, čo si vybrať, NECHAJTE PREDVOLENÉ " "NASTAVENIA" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Vyberte hru" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Nevybrali ste hru" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Zvoliť režim pre vykresľovač DirectDraw?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivovať GLSL podporu?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Zvoliť vykresľovací režim vypnutej obrazovky?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Zvoliť vykresľovač pre režim Target Lock" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktivovať viac-vzorkovú(Multisampling) podporu?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Aktivovať mouse warp override?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimalizácia dokončená" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Vitajte v Detour, zásuvnom module, ktorý Vám umožní vytvoriť po-inštalačné " "odkazy." #: Detour plugin:5 msgid "Choose an application" msgstr "Zvoľte aplikáciu" #: Detour plugin:6 msgid "Operation done" msgstr "Operácia dokončená" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Prosím, vložte herné médium do Vašej mechaniky." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Prosím, zvoľte inštalačný súbor na spustenie" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Inštalácia dokončená." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Prosím, zvoľte inštalačný súbor na spustenie:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Vyberte opravu na vykonanie" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium do Vašej mechaniky\\npokiaľ ste ešte tak " "nespravili." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Najprv nainštalujte $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Anglická verzia" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Medzinárodná verzia" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Talianska verzia" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japonská verzia" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Ktorú verziu máte?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Hra nie je nainštalovaná." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Tento doplnok automaticky nainštaluje patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US alebo Kanadská verzia" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normálna verzia" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Vitajte v inštalátore opravy $PVERSION pre $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Prebieha inštalácia..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Čakajte, kým sa nepripraví inštalácia..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Prosím, čakajte, kým sa nenainštaluje $TITLE." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nie" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Áno" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Prosím, prečítajte si toto" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft písma" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium 1 do Vašej mechaniky\\nak ste tak ešte " "nespravili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium 2 do Vašej mechaniky\\nak ste tak ešte " "nespravili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium 3 do Vašej mechaniky\\nak ste tak ešte " "nespravili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium 4 do Vašej mechaniky\\nak ste tak ešte " "nespravili." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Prosím, vložte herné médium 5 do Vašej mechaniky\\nak ste tak ešte " "nespravili." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Nahlásiť chybu" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Tento sprievodca Vám pomôže nahlásiť chybu pre oficiálne podporovaný program." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "Mám problém s programom" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Môj problém sa týka samotného $APPLICATION_TITLE" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Aký máte problém?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Neprikladať žiadny súbor záznamu" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Ručná inštalácia" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Zvoľte súbor záznamu k príslušnému programu." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Prosím, zadajte veľmi krátky popis (nadpis, iba v angličtine)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Prosím, jasne opíšte Váš problém (iba v angličtine):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Prepáčte, potrebujeme podrobný popis." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Ďakujeme!\\n\\nVaše hlásenie bolo odoslané.\\n\\nUrobíme čo bude v našich " "silách, aby sme Vám čo najskôr odpovedali na mail." #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Ktorú verziu Wine chcete použiť?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Zvoľte meno virtuálnej jednotky" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Spustiť miestny skript" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Chyba!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Súbor nenájdený!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Webstránka PlayOnLinux je nedostupná." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nProsím, uistite sa, že ste pripojený na Internet." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Prosím, prečítajte si toto pozorne" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "Avšak, nebude aktivovaný pokiaľ nereštartujete Váš počítač." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Prosím, prečítajte si toto pozorne" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" "Na zaistenie kompatibility Vašich hier, PlayOnMac musí nainštalovať XQuartz." #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Teraz neinštalovať XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Stiahol som si súbor sám" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Prosím, stiahnuť XQuartz pre mňa" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Sťahuje sa XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Kde je" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Inštaluje sa XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz bol nainštalovaný." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Nedá sa nainštalovať XQuartz! Musíte ho nainštalovať na zlepšenie hernej " "kompatibility." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Konfigurácia štandardnej virtuálnej jednotky" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE vytvára virtuálnu jednotku s windowsom" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "Prvé spustenie $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Prosím, uistite sa, že ste pripojený na Internet." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Tento sprievodca Vám pomôže nainštalovať Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "do prostredia $APPLICATION_TITLE." #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE konfigurátor aplikácie" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "Naozaj chcete ukončiť všetky aktívne $APPLICATION_TITLE aplikácie?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Prosím, zvoľte program na zbalenie" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopíruje sa virtuálna jednotka" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Nenašlo sa umiestnenie inštalátora v súbore autorun.inf" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Vitajte pri $APPLICATION_TITLE sprievodcovi ručnou inštaláciou.\\n\\nTento " "skript Vám umožní nainštalovať akýkoľvek program do $APPLICATION a použiť ho " "so všetkými nástrojmi\\n\\nUpozornenie: Nemôžeme Vám zaručiť, že Vaša " "aplikácia bude fungovať bezchybne." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Nainštalovať program v novej virtuálnej jednotke" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Upraviť alebo aktualizovať existujúcu aplikáciu" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Čo chcete urobiť?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Prosím, zadajte názov virtuálnej jednotky pre Vašu aplikáciu.\\nTento názov " "nemôže obsahovať medzery." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Prosím, zvoľte program" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Použiť inú verziu Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Konfigurovať Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Nainštalovať nejaké knižnice" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Ak neviete čo, tak odznačte všetko." #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Čo chcete urobiť pred inštaláciou?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Prosím, vyberte si" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Hľadajú sa spustiteľné CD-ROMy" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Vybrať iný súbor" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Prosím, zvoľte spôsob akým nainštalovať Váš program" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Prosím, zvoľte inštalačný súbor na spustenie." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Musíte vybrať súbor!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE inštaluje Vašu aplikáciu..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE správca balíčkov: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Využitie: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tVybrať súbor" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " alebo " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tRozbaliť balíček" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tNainštalovať balíček" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tZobraziť túto správu" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Zvoľte balíček na nainštalovanie" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux správca balíčkov" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Nedá sa nájsť súbor: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nie je platným balíčkom pre PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Tento súbor: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " neexistuje!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Rozbaľuje sa: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Spúšťa sa..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Čistí sa..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Toto je zoznam skriptov, ktoré ste nám zaslali. Môžete jeden z nich spustiť." #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Ak ste úspešne nainštalovali program cez tlačidlo 'Nainštalovať program mimo " "zoznamu', umožní Vám to pridať tento program do nášho zoznamu." #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Tieto nástroje Vám umožnia pomôcť nám:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "Spýtame sa Vás na pár otázok. Prosím, buďte čo najpresnejší." #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Zvoľte príslušný súbor k Vášmu programu." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Je Váš program spustený?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Aký je názov Vášho programu?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Aký je editor Vášho programu?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Nástroje" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Vývoj" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Vzdelávanie" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Hry" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafika" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimédia" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kancelária" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Ostatné" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Opravy" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Zvoľte kategóriu pre Váš program" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Testovanie" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Ktorá z funkcií Vášho programu nefunguje?\\nAk všetko funguje, zmieňte sa o " "tom." #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Zapíšte všetky zmeny, ktoré ste vykonali v konfigurácii Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Musíte byť schopný spustiť tento program!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Spustiť jeden z Vašich osobných skriptov" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Pošlite nám funkčný skript vygenerovaný ručnou inštaláciou" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Odhlásiť" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Ste pripojený na $APPLICATION_TITLE online ako $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Úspešne ste sa odhlásili z $APPLICATION_TITLE Online\\nMôžete bez obáv " "zatvoriť toto okno." #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Výber ikony" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Prosím, vyberte súbor ikony" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Zlá prípona súboru" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "nie je prípona ikôn" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Editor registrov" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Ukončiť všetky procesy prefixu" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Aktualizovať wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulovať reštart Windowsu" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Použiť zásuvný modul Pokročilá konfigurácia Wine" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Použiť Konfigurátor PlayOnLinux pre" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Zmeniť ikonu" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Použiť WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Prosím, vyberte akciu na vykonanie" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Prosím, zvoľte program na spustenie" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE ladenie sa spúšťa..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Vitajte v $APPLICATION_TITLE pomocníkovi.\\nPomôže Vám nainštalovať $file na " "Vašom počítači.\\n\\nBuďte opatrný! Tento program nie je oficiálne " "podporovaný programom $APPLICATION_TITLE.\\nPreto nemusí fungovať ako sa " "očakáva." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Ako sa volá Váš program?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE inštaluje program $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE spúšťa Váš program" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Čaká sa na dokončenie pomocníka pri prvom spustení" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyzuje Vašu aplikáciu" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Chcete aby ho pre Vás $APPLICATION_TITLE automaticky nainštaloval?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Zistili sme, že program, ktorý chcete nainštalovať je :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE už spúšťal tento program.\\nChcete zachovať staré " "nastavenia?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE odinštalátor" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Prosím, zvoľte program na odinštalovania" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Kliknite na Ďalej pre pokračovanie." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Tento sprievodca Vám pomôže odinštalovať: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Odinštalováva sa..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " bol úspešne odinštalovaný." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Nedá sa nájsť odkaz" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Prosím, čakajte, kým sa nevytvorí virtuálna jednotka..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Prosím, čakajte, kým $APPLICATION_TITLE simuluje reštart Windowsu" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Nastavuje sa premenná pre Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Táto funkcie je zakázaná v prostredí PlayOnLinux." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Vytvára sa odkaz..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Chcete vymazať virtuálnu jednotku:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Kontroluje sa zásuvný modul: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Nový: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizuje sa zásuvný modul. Predošlý: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Inštaluje sa zásuvný modul: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Prosím, čakajte, kým $APPLICATION_TITLE nestiahne:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Chyba ! Nezhoda súborov\\n\\nMiestne : $LOCAL_MD5\\nNa serveri : $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z nie je nainštalovaný. Prosím, skontrolujte, či máte 7zip nainštalovaný a " "skúste to znovu" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Zlyhanie pri lokalizovaní ${dest} z ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Rozbaľuje sa ${filename} z ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Veľkosť rozbalených súborov nesúhlasí!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Kopíruje sa ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Veľkosť súborov nesúhlasí!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " na Vašom počítači." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " bude nainštalovaný do: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Pre spustenie kliknite na Ďalej" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Tento inštalátor je poskytovaný od: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Tento program bol vytvorený od: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Tento sprievodca Vám pomôže nainštalovať " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Vitajte pri inštalačnom sprievodcovi programu $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Jeden alebo viac programov chýba. Prosím, nainštalujte ich a spustite skript " "znovu." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Chyba" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kde je pripojený Váš CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Obnoviť" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Načítava sa Vaše zariadenie" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Chyba: Nedá sa nájsť CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Prosím, čakajte, kým $APPLICATION_TITLE neskopíruje súbory:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Skenuje sa virtuálna jednotka ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Koľko pamäte má Vaša grafická karta?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Grafická karta má nedostatok pamäte" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Vaša grafická karta má nedostatok pamäte!\\nMôže to spôsobiť nefunkčnosť hry" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Použiť verziu Steam Store" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Použiť demo verziu Steam Store" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Použiť inštalačný súbor z ,ôjho počítača" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Použiť CD-ROM(y)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Použiť DVD-ROM(y)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Stiahnuť program" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Prosím, zvoľte spôsob inštalácie" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nechcem vytvoriť ďalší odkaz" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Prehliadať" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Pripojte sa na Váš $APPLICATION_TITLE účet" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Pripája sa..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Zlyhanie počas pripájania!\\nProsím, uistite sa, že Vaše prihlasovacie meno " "a heslo je platné." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Prosím, počkajte kým $APPLICATION_TITLE nepreskúma Váš hardvér." #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Zdá sa, že Wine spadol.\\n\\nAk Váš program beží, ignorujte túto správu." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Nedá sa nájsť verzia: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Sťahuje sa Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Zdá sa, že sťahovanie zlyhalo." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Rozbaľuje sa Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Prosím, čakajte, kým sa nenainštaluje $SOFTNAME ..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Buďte opatrný! Toto ukončí inštalačný proces. Ak nie je dokončený, budete " "musieť inštalovať $SOFTNAME odznova" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Inštalácia je dokončená" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Stlačte Ďalej iba keď bude dokončený inštalačný proces" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Prosím, čakajte, kým $APPLICATION_TITLE nasimuluje reštart" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Upozornenie:\n" "\n" "Tento nástroj je pre skúsených užívateľov.\n" "Pre čisté odinštalovanie programu s {0}, musíte vymazať priradenú virtuálnu " "jednotku" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Všeobecné" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Vytvoriť nový odkaz z tejto virtuálnej jednotky" #: python/configure.py:201 msgid "Name" msgstr "Meno" #: python/configure.py:202 msgid "Wine version" msgstr "Verzia Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Virtuálna jednotka" #: python/configure.py:207 msgid "Arguments" msgstr "Argumenty" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Spustiť sprievodcu konfigurácie" #: python/configure.py:248 msgid "Windows reboot" msgstr "Reštartovať Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Opraviť virtuálnu jednotku" #: python/configure.py:265 msgid "Command prompt" msgstr "Príkazový riadok" #: python/configure.py:272 msgid "Task manager" msgstr "Správca úloh" #: python/configure.py:280 msgid "Kill processes" msgstr "Ukončiť procesy" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine odinštalátor" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Buďte opatrný! Inštaláciou týchto súčastí môžete poškodiť vašu virtuálnu " "jednotku." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Pridať" #: python/configure.py:395 msgid "Open program's directory" msgstr "Otvoriť adresár programu" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Otvoriť adresár virtuálnej jednotky" #: python/configure.py:560 msgid "GLSL Support" msgstr "Podpora GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Vykresľovač Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Veľkosť video pamäti" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Režim vykresľovania čiernej obrazovky" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Zámok režimu cieľového vykresľovača" #: python/configure.py:565 msgid "Multisampling" msgstr "Viac-vzorkovanie(Multisampling)" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Otvoriť terminál" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Spustiť .exe súbor v tejto virtuálnej jednotke" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Príkaz na vykonanie pred spustením programu" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Buďte opatrný!\n" "Ak zmeníte " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} konfigurácia" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Prosím, vyberte program alebo virtuálnu jednotku na konfiguráciu" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Nová" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Odobrať" #: python/configure.py:696 msgid "Install components" msgstr "Inštalovať súčasti" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Zobrazenie" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Rozličné" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Táto virtuálna jednotka je chránená" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Naozaj chcete zmazať virtuálnu jednotku {0} ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Naozaj chcete vymazať {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} ladenie" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Prosím, vyberte ladiaci súbor" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Lokalizovať tento súbor denníka" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Súbor je nazvaný : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Virtuálne jednotky" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Nahlásiť problém s {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Inštalovať skripty" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Chyba: Nedá sa zarezervovať platný port" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "UPOZORNENIE. Prosím, použite najskôr POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Sprievodca" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Prerušiť" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Ďalej" #: python/guiv3.py:166 msgid "I Agree" msgstr "Súhlasím" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Zobraziť virtuálne jednotky" #: python/guiv3.py:188 msgid "Login: " msgstr "Prihlasovacie meno: " #: python/guiv3.py:189 msgid "Password: " msgstr "Heslo: " #: python/guiv3.py:192 msgid "Register" msgstr "Zaregistrovať sa" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB stiahnutých" #: python/guiv3.py:288 msgid "of" msgstr "z" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Nemôžete zavrieť toto okno" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Žiadny popis" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Hľadať" #: python/install.py:252 msgid "Include:" msgstr "Zahrnúť:" #: python/install.py:263 msgid "No-cd needed" msgstr "Potrebné obídenie CD" #: python/install.py:270 msgid "Commercial" msgstr "Komerčné" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Nainštalovať program mimo zoznamu" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Keď {0} nainštaluje program pre Windows: \n" "\n" " - Ponechajte štandardné umiestnenie\n" " - Nezaškrtávajte kolónku 'Spustiť program' po opýtaní" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Tento program je práve v skúšobnej prevádzke.\n" "\n" "Nemusí fungovať podľa očakávaní. Vaša spätná väzba, pozitívna, či negatívna, " "je veľmi dôležitá na vylepšenie tohoto inštalátora." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Týmto získate prístup k testovacím inštalátorom.\n" "\n" "{0} nezaručí to, že Vaša aplikácia bude fungovať bez akýchkoľvek problémov." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Odoslať" #: python/irc.py:138 msgid "Connect" msgstr "Pripojiť" #: python/irc.py:139 msgid "Disconnect" msgstr "Odpojiť" #: python/irc.py:140 msgid "Leave" msgstr "Opustiť" #: python/irc.py:227 msgid "Join a channel" msgstr "Pripojiť sa ku kanálu" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Komunikátor" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Ak zatvoríte toto okno, nebudete môcť čítať ďalšie odpovede. Naozaj ho " "chcete zatvoriť?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Prepáčte, táto osoba nechces prijímať súkromné správy." #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Prepáčte, služba {0} komunikátora nie je momentálne dostupná.\n" "\n" "Prosím, skúste to neskôr znovu." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Nie je nainštalované nič na spúšťanie súborov typu .{0}." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} chyba" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Obnovuje sa {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Je dostupná nová verzia {0}" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Spustiť" #: python/mainwindow.py:200 msgid "Donate" msgstr "Prispieť" #: python/mainwindow.py:201 msgid "Exit" msgstr "Koniec" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Malé ikony" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Stredne veľké ikony" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Veľké ikony" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Veľmi veľké ikony" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Spravovať Wine verzie" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Načítať PC CD-Rom" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Zavrieť všetok {0} softvér" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} konzola" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} komunikátor" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Asociácie súborov" #: python/mainwindow.py:273 msgid "About {0}" msgstr "O programe {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Správca zásuvných modulov" #: python/mainwindow.py:331 msgid "File" msgstr "Súbor" #: python/mainwindow.py:333 msgid "Tools" msgstr "Nástroje" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Nastavenia" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Zásuvné moduly" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Zavrieť" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Nastaviť" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Otvoriť adresár aplikácie" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Prečítať návod" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Nastaviť ikonu" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Zavrieť túto aplikáciu" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Ukončiť aplikáciu" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Nenašiel sa návod pre {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Nainštalovať program" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Aktualizovať GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Ladenie" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Vytvoriť odkaz" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Otvoriť adresár" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Odinštalovať" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Prosím, vyberte program" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} nastavenia" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} inštalačná ponuka" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} správca wine verzií" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Virtuálna jednotka priradená k {0} ({1}) už neexistuje." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Naozaj chcete zavrieť všetky {0} okná?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Spustiť Vaše programy pre Windows na " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Tím PlayOnLinux a PlayOnMac\n" "Pod licenciou GPL verzie 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Vývojár a webstránka: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Tvorcovia skriptov: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Tvorcovia balíčkov: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Nasledujúci ľudia sa podujali na tomto programe: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Preklady:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Viď súbor TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} nie je schopný spustiť server okien inštalátora PlayOnLinux." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} nemôže nájsť {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Pre pokračovanie ho musíte nainštalovať" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Mali by ste ho nainštalovať pre používanie {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} sa nezdá že by bol spustený ako root. Prepáčte" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} nemôže nájsť 32bitové knižnice OpenGL.\n" "\n" "Môžete naraziť na problémy s Vašimi hrami" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} nemôže nájsť 64bitové knižnice OpenGL.\n" "\n" "Môžete naraziť na problémy s Vašimi hrami" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Váš súborový systém môže zabrániť správnemu spusteniu {0}.\n" "\n" "Prosím, otvorte {0} v termináli, pre získanie viacerých podrobností." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Chcete pomôcť programu {0} vytvoriť databázu kompatibility?\n" "\n" "Ak zvolíte Áno, nasledovné údaje budú anonymne odoslané k nám po prvom " "spustení programu pre Windows:\n" "\n" "- Model Vašej grafickej karty\n" "- Verzia Vášho OS\n" "- Či sú alebo nie sú nainštalované grafické ovládače\n" "\n" "\n" "Tieto informácie budú veľmi cenné pre nás pri pomoci ľuďom." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Naozaj chcete nainštalovať balíček {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Pokúšate sa spustiť skript navrhnutý pre {0}! Nemusí fungovať ako sa očakáva." #: python/options.py:116 msgid "Proxy configuration" msgstr "Konfigurácia proxy" #: python/options.py:129 msgid "Set a proxy" msgstr "Nastaviť proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:135 msgid "Proxy port" msgstr "Proxy port" #: python/options.py:138 msgid "Proxy login" msgstr "Proxy prihlásenie" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy heslo" #: python/options.py:188 msgid "Installed plugins" msgstr "Nainštalované zásuvné moduly" #: python/options.py:206 msgid "Add" msgstr "Pridať" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Zapnúť" #: python/options.py:210 msgid "Choose a plugin" msgstr "Zvoľte zásuvný modul" #: python/options.py:263 msgid "What is the extension?" msgstr "Aká je prípona?" #: python/options.py:275 msgid "Assigned program" msgstr "Priradený program" #: python/options.py:277 msgid "Delete" msgstr "Vymazať" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Naozaj chcete nainštalovať: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Naozaj chcete zmazať: " #: python/options.py:334 msgid "Disable" msgstr "Vypnúť" #: python/options.py:375 msgid "Apply" msgstr "Použiť" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Musíte reštartovať {0} pre uplatnenie zmien." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Nainštalované Wine verzie: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Dostupné Wine verzie: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Verzia wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Naozaj chcete vymazať wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nie je schopný spustiť POL_SetupWindow_server." playonlinux/lang/po/sl.po000066400000000000000000004406411226051336100157650ustar00rootroot00000000000000# Slovenian translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2012-05-18 12:42+0000\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Za kateri program naj se uveljavi sprememba?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Ta vstavek vam bo omogočil zajemanje aplikacij znotraj PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Meni zajemanja (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Meni zajemanja (ne-OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Prični z zajemnajen aplikacije" #: Capture plugin:7 msgid "Play a captured file" msgstr "Predvajaj zajeto datoteko" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Pretvori datoteko zajema v video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "Zajem se bo pričel" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pritisni +F8 za začetek ali prekinitev zajema" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pritisni +F8 za prekinitev zajema" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Zajem v teku..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Izberi dejanje za izvedbo" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Prosim izberite PID datoteko zajema za predvajanje" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Prosim izberite OGV datoteko zajema za predvajanje" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Prosim izberite datoteko zajema za pretvorbo" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Za branje je treba najprej izbrati zajeto sliko." #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Morate izbrati zajem za pretvorbo" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Počakajte, dokler se logotip PlayOnLinux ustvarja ..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Ali želite dodati PlayOnLinux logotip v video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Pozor: za pravilno kodiranje video posnetkov\\nMORA biti ločljivost " "večkratnik števila 16." #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Vse" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sr.po000066400000000000000000005122461226051336100157740ustar00rootroot00000000000000# Serbian translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # Саша Петровић , 2013. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:43+0000\n" "Last-Translator: Саша Петровић \n" "Language-Team: српски <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "На који програм желите да примените измену?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Овај додатак вам омогућава да снимате програме под Плејонлинуксом" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Сними мени (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Сними мени (не-OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Започни снимање програма" #: Capture plugin:7 msgid "Play a captured file" msgstr "Пусти снимљену датотеку" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Претвори снимљену датотеку" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Кликните на дугме „Даље“ па на\\nпрозор који желите да снимите.\\nСнимање ће " "почети након пет секунди.\\nСамо ће слика бити снимана." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Снимање ће почети…" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Притисните +F8 да започнете или зауставите снимање" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Притисните +F8 да зауставите снимање" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Снимање је у току…" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Изаберите радњу за извршавање" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Изаберите снимљену датотеку PID за пуштање" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Изаберите снимљену датотеку OGV за пуштање" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Изаберите снимљену датотеку за претварање" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Морате одабрати ток снимања за читање" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Морате одабрати ток снимања за претварање" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Сачекајте док се логотип прави…" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Додати Плејонлинуксов логотип на видео снимак?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Упозорење: да би кодирање прошло исправно,\\nрезолуција мора бити дељива са " "16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Корисници Убунтуа морају додати складиште MEDIBUNTU\\nда би претварање " "радило." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Изаберите формат за претварање" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Одредите поставке кодирања за пролаз 1 \\n (оставите ако не знате шта радите)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Одредите поставке кодирања за пролаз 2 \\n (оставите ако не знате шта радите)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "Одредите поставке кодирања \\n (оставите ако не знате шта радите)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Сачекајте док се видео снимак кодира…" #: Capture plugin:29 msgid "Conversion done" msgstr "Претварање је завршено" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Изаберите могућност за измену" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Све" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Изаберите игру коју желите да измените" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Добро дошли у Напредно подешавање Вина. Ако не знате шта да " "изаберете,ОСТАВИТЕ ПОДРАЗУМЕВАНЕ ПОСТАВКЕ" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Изаберите игру" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Нисте изабрали игру" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Изабрати Директдро исцртавање?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Активирати подршку за GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Изабрати исцртавање ван екрана?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Изабрати одредишно исцртавање?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Активирати подршку за омекшавање?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Активирати изобличење миша?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Прилагођавање је завршено" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Добродошли у Скретање, прикључак који омогућава да направите послеуградне " "пречице." #: Detour plugin:5 msgid "Choose an application" msgstr "Изаберите програм" #: Detour plugin:6 msgid "Operation done" msgstr "Радња је урађена" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Молим, унесите носач игре у вашу фиоку за дискове." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Молим, одаберите датотеку поставки за покретање" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Молим, сачекајте..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Уградња је завршена." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Молим, убаците носача игре у Ваш уређај за дискове" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Молим, изаберите датотеку поставки за покретање:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Изаберите закрпу за извршавање" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Молим да убаците носача игре у ваш уређај за дискове\\nако то већ нисте " "учинили." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Игра није уграђена." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Добродошли у уграђивача закрпе $PVERSION за $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Уградња је у току...." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Сачекајте док се уградња не подеси..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Молим, сачекајте док се не угради $TITLE." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Десила се грешка приликом уграђивања архиве" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Не" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Да" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Молим, прочитајте ово" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Микронежни словни ликови" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Прекини уградњу" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Прекинуо корисник" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Игра није уграђена" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Молим, дајте што више података, иначе, биће веома тешко да вам помогнемо" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Овај чаробњак ће вам помоћи да пријавите грешку са званично подржаним " "програмом." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Ручна уградња" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Самостална уградња" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Одаберите дневник грешака који одговара вашем софтверу." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Молим, дајте кратак опис (неслов, само енглески)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Молим, објасните Ваш проблем јасно, (али на енглеском):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Жао ми је, треба нам опширнији опис." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Творац нестварног уређаја" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Добродошли у $APPLICATION_TITLE творца нестварнох уређаја.\\n\\nОвај алат ће " "вам помоћи да створите нови нестварни уређај" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Какав нестваран уређај желите створити" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Уколико је овај списак празан, молим, уградите издање вина са управником " "издања вина)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Које издање Вина би желели да употребљавате?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Изаберите назив нестварног уређаја" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Покрените местне скрипте" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Овај чаробњак ће вам помоћи да покренете незваничне $APPLICATION_TITLE " "скрипте." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Грешка!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Нисам нашао датотеку!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Веб призор Игре на Линуксу није доступан." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Где је" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Поставке подразумеваног нестварног уређаја" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" "Овај чаробњак ће Вам помоћи да припремите $APPLICATION_TITLE окружење" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Десила се грешка приликом уградње словних ликова" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Овај чаробњак ће вам помоћи да уградите Вино: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Умножавам нестварни уређај" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Самостално покретање" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Уградите програм у нови нестварни уређај" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Уреди или освежи постојећи програм" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Шта би желели да урадите?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Молим, унесите назив нестварног уређаја Вашег програма.\\nОвај назив не би " "требао да садржи размаке." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Молим, изаберите програм" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Користи друго издање Вина" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Подесите Вино" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Уградите нешто библиотека" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Не знам, одзначи све" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Шта би желели да урадите пре уградње?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Употреба: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tИзабери датотеку" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " или " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tРаспакујте пакет" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tУградите пакет" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Управник пакета Игара на Линуксу" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Нисам успео да пронађем датотеку: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " Није исправан пакет Игара на Линуксу!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Ова датотека: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " не постоји!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Издвајам: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Покрећем..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Чистим..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Ово је списак скрипти које сте нам послали. Можете извршити неку од њих" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Изгледа да немате личних скрипата" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Ако сте успешно уградили програм дугметом „Угради програм који није на \\" "nсписку“, то ће Вам омогућити да додате овај програм на Ваш списак" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Овај алат ће Вам омогућити да нам помогнете :" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "Поставићемо Вам неколико питања, молим, будите што \\nпрецизнији" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Одаберите датотеку која одговара Вашем програму." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Да ли се Ваш програм извршава?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Који је назив Вашег програма?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Шта је уредник Вашег програма?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Који је веб призор Вашег програма?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Прибори" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Развој" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Образовање" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Игре" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Графика" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Интернет" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Звук и видео" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Уредништво" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "остало" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Закрпе" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Одаберите врсту за ваш програм" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Опитне" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Која могућност Вашег програма не ради?\\nАко све ради, молим, напомените" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Упишите било које измене у Вину овде:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Морате бити у могућности да покрећете овај програм" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Покрените неке Ваше личне скрипте" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Пошаљите нам радне скрипте створене ручном уградњом" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Одјава" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Убијање програма у нестварном уређају..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Одабир иконе" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Молим, изаберите датотеку иконе" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Лош наставак датотеке" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "није наставак иконе" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Уређивач завођења" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Убиј све процесе предметка" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Надоградите предметак Вина" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Опонашај преобување Прозора" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Користи напредни прикључак поставки Вина" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Користи поставке Игре на Линуксу за" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Замени икону" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Користи Вино магије" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Молим, изаберите радњу за извођење" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "ЛР ЦД-ром читач" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "Избаците ЛР" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Читај ЛР ЦД-ром" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Шта желите да урадите?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE отклањач буба се покреће..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE се срушио.\\nКликните на везу отклона буба за више података." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE се срушио." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Добродошли у $APPLICATION_TITLE чаробњака.\\nПомоћи ће Вам да уградите $file " "у Ваш рачунар.\\n\\nБудите пажљиви! Овај програм није званично подржан од " "стране $APPLICATION_TITLE.\\nДакле, можда неће радити очекивано" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Који је назив Вашег програма?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE извршава Ваш програм" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "Чекање да први чаробњак заврши" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE расчлањује Ваш програм" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Да ли желите да Вам самостално уградим $APPLICATION_TITLE" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Препознали смо да је програм који желите уградити :" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE је већ извршавао овај програм.\\nДа ли желите задржати " "старе поставке ?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Уклањач $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Молим, изаберите програм за уклањање" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Кликните Следеће за наставак." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Овај чаробњак ће вам помоћи да уклоните: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Уклањам..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " је уклоњен успешно." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Нисам успео да пронађем пречицу" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE самостални надограђивач" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Надограђујем $APPLICATION_TITLE из ГИТ-а" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Да ли желите надоградити и поново покренути $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Већ је најновије издање." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE је наишао на грешку. Ако програм не ради исправно, ово " "може бити узрок проблема. \\nПостите www.$POL_DNS за више података" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Молим, сачекајте док $APPLICATION_TITLE опонаша преобување Прозора" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Поставке променљивих датотека програма" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ова радња је онемогућена у окружењу Игре на Линуксу" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Спољна библиотека" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Ово је изворни код скрипата. Проверите их пажљиво" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Стварам пречицу..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Да ли желите избрисати нестварни уређај:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Следећа датотека се налази на Фат32 систему датотека.\\nТо може спречити " "вино од рада на \\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Следећа датотека се налази на НТСФ систему датотека.\\nТо може спречити вино " "од рада на \\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Следећа датотека се налази на неизвршно прикаченом систему датотека.\\nТо " "може спречити Вино од рада на \\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Проверавам прикључак: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Нови: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Надограђујем прикључак. Претходни: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Уграђујем прикључак: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Нема довољно простора за преузимање:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Десила се грешка приликом преузимања" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Желите ли да покушате поново?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Умножавам ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Величина датотека се не поклапа" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профил" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " на Вашем рачунару." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " биће уграђен у: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Кликните Следеће за крени" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Овај уградни програм обезбеђује: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Овај програм је створио: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Овај чаробњак ће Вам помоћи да уградите " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Добродошли у $APPLICATION_TITLE чаробњака уградње." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Један или више програма недостаје(у). Молим, уградите их и покрените скрипте " "поново." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Грeшкa" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Где Вам је прикачен CD-ROM?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Освежи" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Читам Ваше уређаје" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Грешка: Нисам успео да пронађем ЦД-ром!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Молим, сачекајте док $APPLICATION_TITLE умножи датотке:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Прегледам нестварне уређаје..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Колико меморије ваша графичка картица има?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "Видео картица нема довољно меморије" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Ваша видео картица нема довољно меморије!\\nТо може спречити извршавање игре" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Употребљава ЦД-РОМ уређај(е)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "ДВД-РОМ(ови)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Преузмите програм" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Молим, изаберите начин уградње" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Не желим да правим још једну пречицу" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Разгледај" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Повежите се са Вашим $APPLICATION_TITLE налогом" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Повезујем се..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Молим, сачекајте док $APPLICATION_TITLE прегледа ваш хардвер" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Изгледа да се вино срушило\\n\\nАко с Ваш програм извршава, само занемарите " "ову поруку" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Нисам успео да пронађем издање: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Преузимам Вино " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Изгледа ми да преузимање није успело" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Издвајам Вино" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Препиши (обично успева, не јемчим)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Обриши (садржај нестварног уређаја ће бити изгубљен)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "циљни нестварни уређај $PREFNAME већ постоји" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Молим, сачекајте док се $SOFTNAME угради..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Пажљиво! Ово ће убити поступак уградње. Ако није завршен, мораћете поново " "уградити $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Уградња је завршена" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Приитисни следеће так након завршетка поступка уградње" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Молим, сачекајте док $APPLICATION_TITLE опонаша поновно покретање" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Опште" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Прави нову пречицу из овог нестварног уређаја" #: python/configure.py:201 msgid "Name" msgstr "Назив" #: python/configure.py:202 msgid "Wine version" msgstr "Издање Вина" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "Нестваран уређај" #: python/configure.py:207 msgid "Arguments" msgstr "Аргументи" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Покрени чаробњака за подешавање" #: python/configure.py:248 msgid "Windows reboot" msgstr "Преобување Прозора" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Поправите нестваран уређај" #: python/configure.py:265 msgid "Command prompt" msgstr "Наредбени упит" #: python/configure.py:272 msgid "Task manager" msgstr "Управљач задатака" #: python/configure.py:280 msgid "Kill processes" msgstr "Убиј Процес" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Вино уклањач програма" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Угради" #: python/configure.py:395 msgid "Open program's directory" msgstr "Отвори фасциклу програма" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Отвори фасциклу нестварног уређаја" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "Величина видео меморије" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "Многоструко узорковање" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Отвори љуску" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Наредба коју треба извршити пре покретања програма" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Пазите!\n" "Ако измените " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} подешавања" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Одаберите програм или нестварни уређај за подешавање" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Нови" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Уклони" #: python/configure.py:696 msgid "Install components" msgstr "Уградите саставне делове" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Приказ" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Разно" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Овај нестварни уређај је заштићен" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Сигурно желите да обришете нестварни уређај {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Да ли сте сигурни да желите избрисати {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Исправљач грешака" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Молим унесите датотеку исправке грешака" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Пронађите овај дневник грешака" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Датотека је названа : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Нестварни уређаји" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Пријавите потешкоћу о {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Угради скрипту" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Чаробњак" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Откажи" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Следеће" #: python/guiv3.py:166 msgid "I Agree" msgstr "Пристајем" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Прикажи нестварне уређаје" #: python/guiv3.py:188 msgid "Login: " msgstr "Пријава: " #: python/guiv3.py:189 msgid "Password: " msgstr "Лозинка: " #: python/guiv3.py:192 msgid "Register" msgstr "Упис" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB преузето" #: python/guiv3.py:288 msgid "of" msgstr "од" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Не можете затворити овај прозор" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Без описа" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Тражи" #: python/install.py:252 msgid "Include:" msgstr "Укључи:" #: python/install.py:263 msgid "No-cd needed" msgstr "Без потребе за диском" #: python/install.py:270 msgid "Commercial" msgstr "За тржишну употребу" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Угради програм који није на списку" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Овај програм је тренутно на проби.\n" "\n" "Можда неће радити очекивано. Ваш утисак, добар или лош, је нарочито важан за " "побољшање овог уградитеља." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Омогућите ли ово, имаћете приступ пробним уградитељима.\n" "\n" "{0} не може јемчити да ће ваш програм радити без потешкоћа." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Пошаљи" #: python/irc.py:138 msgid "Connect" msgstr "Повежи се" #: python/irc.py:139 msgid "Disconnect" msgstr "Одспоји" #: python/irc.py:140 msgid "Leave" msgstr "Напусти" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Поручник" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Не постоји уграђен програм за отварање {0} датотека" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} грешка" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Освежавање {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Освежено издањ {0} је доступно" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Покрени" #: python/mainwindow.py:200 msgid "Donate" msgstr "Приложите" #: python/mainwindow.py:201 msgid "Exit" msgstr "Напусти" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Мале иконице" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Средње иконе" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Велике иконе" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Веома велике иконе" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Управљајте издањима Вина" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "Читај ЛР ЦД-ром" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Затвори сав {0} софтвер" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} конзола" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} поручник" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Придруживање датотека" #: python/mainwindow.py:273 msgid "About {0}" msgstr "О програму {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Управник прикључака" #: python/mainwindow.py:331 msgid "File" msgstr "Датотека" #: python/mainwindow.py:333 msgid "Tools" msgstr "Алатке" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Поставке" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Прикључци" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Затвори" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Подесите" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Отвори фасциклу програма" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Читајте приручник" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Постави икону" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Затвори овај програм" #: python/mainwindow.py:611 msgid "KillApp" msgstr "Убиј програм" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Није пронађено упутство за {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Угради програм" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Надогради ГИТ" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Налажење грешака" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Направи пречицу" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Отвори фасциклу" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Уклони" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Изаберите програм, молим." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "Поставке {0}" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} изборник уградње" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "Управник издања Вина" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Нестварни уређај придружен {0} ({1}) више не постоји." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Покрећите ваше програме Прозора на " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Веб страница програмера " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Скриптори " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Паковаоц: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Иконе" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Следећи људи су допринели овом програму: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Преводи:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "Читај датотеку ПРЕВОДИОЦА" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" "{0} није успео да се покрене на прозору поставки служитеља ИграНаЛинуксу" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} не може наћи {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (из {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Морате га уградити да би наставили" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Да ли желите помоћи {0} да направи базу података сагласности?\n" "\n" "Уколико кликнете на да, следеће ствари ће нам бити послате безимено први пут " "кад будете покренули програм Прозора:\n" "\n" "- Ваш модел графичке карте\n" "- Издање Вашег оперативног система\n" "- Да ли су додатни управљачки програми уграђени, или нису.\n" "\n" "\n" "Ови подаци ће нам бити веома драгоцени да помогнемо људима." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Подешавање посредника" #: python/options.py:129 msgid "Set a proxy" msgstr "Постави мрежног посредника" #: python/options.py:132 msgid "Proxy address" msgstr "Адреса посредника" #: python/options.py:135 msgid "Proxy port" msgstr "Порт посредника:" #: python/options.py:138 msgid "Proxy login" msgstr "Пријава за мрежног посредника" #: python/options.py:141 msgid "Proxy password" msgstr "Лозинка посредника:" #: python/options.py:188 msgid "Installed plugins" msgstr "Уграђени прикључци" #: python/options.py:206 msgid "Add" msgstr "Додај" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Омогући" #: python/options.py:210 msgid "Choose a plugin" msgstr "Изаберите прикључак" #: python/options.py:263 msgid "What is the extension?" msgstr "Шта је то наставак?" #: python/options.py:275 msgid "Assigned program" msgstr "Додељен програм" #: python/options.py:277 msgid "Delete" msgstr "Обриши" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Да ли сте сигурни да желите да уградите: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Да ли сте сигурни да желите да обришете " #: python/options.py:334 msgid "Disable" msgstr "Онемогући" #: python/options.py:375 msgid "Apply" msgstr "Примени" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Морате да покренете поново {0} да би се примениле промене." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Уграђена издања Вина " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Доступна издања Вина: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Издање вина" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sr@latin.po000066400000000000000000004425401226051336100171230ustar00rootroot00000000000000# Serbian Latin translation for playonlinux # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-21 08:12+0000\n" "Last-Translator: Moki Ding \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Na kojoj aplikaciji želite da primenite izmenu?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Ovaj dodatak vam omogućuje da snimate aplikacije pod Plejonlinuksom" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Snimi meni (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Snimi meni (bez OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Započni snimanje aplikacije" #: Capture plugin:7 msgid "Play a captured file" msgstr "Pusti snimljenu datoteku" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konvertuj snimljen fajl u video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Kliknite na dugme „Dalje“ pa na\\nprozor koji želite da snimite.\\nSnimanje " "će početi nakon pet sekundi.\\nSamo će slika biti snimana." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Snimanje će početi..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Pritisnite +F8 da započnete ili zaustavite snimanje" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Pritisnite +F8 da zaustavite snimanje" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Snimanje u toku..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Izaberite radnju za izvršavanje" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Izaberite snimljenu datoteku PID za puštanje" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Izaberite snimljenu datoteku OGV za puštanje" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Izaberite snimljenu datoteku za pretvaranje" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Morate da odaberete tok snimanja za čitanje" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Morate da odaberete tok snimanja za konvertovanje" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Sačekajte dok se logotip pravi ..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Dodaj Plejonlinuksov logo na video snimak?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Upozorenje: da bi kodiranje prošlo ispravno,\\nrezolucija mora biti deljiva " "sa 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Korisnici Ubuntua moraju dodati skladište MEDIBUNTU\\nda bi pretvaranje " "radilo." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Izaberite format za pretvaranje" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Odredite postavke kodiranja za prolaz 1 \\n (ostavite ako ne znate šta " "radite)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Odredite postavke kodiranja za prolaz 2 \\n (ostavite ako ne znate šta " "radite)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "Odredite postavke kodiranja \\n (ostavite ako ne znate šta radite)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Sačekajte dok se video snimak kodira…" #: Capture plugin:29 msgid "Conversion done" msgstr "Pretvaranje je završeno" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Izaberite mogućnost za izmenu" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Sve" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Izaberite igru koju želite da izmenite" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Dobro došli u Napredno podešavanje Vina kreiranog od strane GNU_Raziel. Ako " "ne znate šta da izaberete,OSTAVITE PODRAZUMEVANE POSTAVKE" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Izaberite igru" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Niste izabrali igru" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Izabrati Direktdro iscrtavanje?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivirati podršku za GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Izabrati iscrtavanje van ekrana?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Izabrati odredišno iscrtavanje?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktivirati podršku za omekšavanje?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sv.po000066400000000000000000004406421226051336100160000ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-11-01 19:39+0000\n" "Last-Translator: AlexEriksson \n" "Language-Team: sv_SE.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Vilken applikation vill du applicera förändringen på?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Du kan spela in dina applikationer i PlayOnLinux med detta plugin." #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Inspelningsmeny (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Inspelningsmeny (inte OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Börja inspelningen av en applikation" #: Capture plugin:7 msgid "Play a captured file" msgstr "Spela upp en inspelning" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Konvertera en inspelning till video" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Tryck på Nästa sedan klickar du på det fönster du vill spela in. " "Inspelningen kommer att börja automatiskt efter 5 sekunder. Bara video " "kommer att spelas in." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Inspelningen kommer att börja..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Tryck +F8 för att starta eller stoppa inspelningen" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Välj ett spel" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Du valde inget spel" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Nej" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Ja" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Tillbehör" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Utveckling" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Spel" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafik" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Internet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Multimedier" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Kontor" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Andra" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Register Editor" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Uppdatera" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Bläddra" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Generellt" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Installera" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Installera ett program i en ny prefix" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Ta bort" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Avbryt" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Nästa" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "av" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Kör" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "Stäng" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "Fil" #: python/mainwindow.py:333 msgid "Tools" msgstr "Verktyg" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Inställningar" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Configure" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Proxy konfiguration" #: python/options.py:129 msgid "Set a proxy" msgstr "Sätt en proxy" #: python/options.py:132 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "Installed plugins" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Enable" #: python/options.py:210 msgid "Choose a plugin" msgstr "Choose a plugin" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "Disable" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/te.po000066400000000000000000004371211226051336100157560ustar00rootroot00000000000000# Telugu translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2011-02-04 17:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/th.po000066400000000000000000004566671226051336100160010ustar00rootroot00000000000000# Thai translation for playonlinux # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 13:03+0000\n" "Last-Translator: Vatin \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "โปรแกรมใดที่คุณต้องการนำการปรับแต่งมาใช้" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "ปลั๊กอินนี้จะทำให้คุณสามารถรันโปรแกรมต่างๆ ได้ภายใน PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "จับเมนู (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "จับเมนู (ไม่ใช่ OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "เริ่มการจับโปรแกรม" #: Capture plugin:7 msgid "Play a captured file" msgstr "เล่นไฟล์ที่จับ" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "แปลงไฟล์ที่จับเป็นวิดีโอ" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "กดปุ่มถัดไป จากนั้นคลิกที่หน้าต่าง\\nที่คุณต้องการจับ\\" "nการจับจะเริ่มโดยอัตโนมัติหลังจาก 5 วินาที\\nวิดีโอเท่านั้นที่จะถูกจับ" #: Capture plugin:10 msgid "Capture will begin..." msgstr "การจับจะเริ่มขึ้น..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "กด +F8 เพื่อเริ่มหรือหยุดการจับ" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "กด +F8 เพื่อหยุดการจับ" #: Capture plugin:13 msgid "Capture in progress..." msgstr "การจับกำลังดำเนินอยู่..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "เลือกการกระทำที่จะดำเนินการ" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "โปรดเลือกไฟล์การจับ PID ที่จะเล่น" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "โปรดเลือกไฟล์การจับ OGV ที่จะเล่น" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "โปรดเลือกไฟล์ที่จับที่จะแปลง" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "คุณต้องเลือกการจับที่จะอ่าน" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "คุณต้องเลือกการจับที่จะแปลง" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "โปรดรอขณะที่โลโก้ PlayOnLinux กำลังถูกสร้าง" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "เพิ่มโลโก้ PlayOnLinux ให้วิดีโอของคุณ" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "เตือน: เพื่อความถูกต้องในการเข้ารหัสวิดีโอ\\" "nความละเอียดต้องเป็นเลขที่คูณด้วย 16 ลงตัว" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "ผู้ใช้ Ubuntu ต้องเพิ่มคลังซอฟต์แวร์ MEDIBUNTU \\" "nเพื่อให้รูปแบบการแปลงนี้ทำงานได้ถูกต้อง" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "เลือกรูปแบบวิดีโอสำหรับการแปลง" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 1 \\n " "(ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 2 \\n " "(ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "กำหนดตัวเลือกการเข้ารหัส\\n " "(ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "โปรดรอขณะที่วิดีโอของคุณกำลังถูกเข้ารหัส..." #: Capture plugin:29 msgid "Conversion done" msgstr "เสร็จสิ้นการแปลง" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "เลือกตัวเลือกที่จะปรับเปลี่ยน" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "ทั้งหมด" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "คุณต้องเลือกเกมที่จะเปลี่ยนแปลง" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "ยินดีต้อนรับสู่ การกำหนดค่า Wine ขั้นสูง " "ซึ่งเป็นระบบการปรับปรุงประสิทธิภาพสำหรับ ที่สร้างขึ้นโดย GNU_Raziel " "ถ้าคุณไม่ทราบว่าจะเลือกอะไร ให้ปล่อยไว้เป็นค่าเริ่มต้น" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "เลือกเกม" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "คุณไม่ได้เลือกเกม" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "เลือกโหมด DirectDraw Renderer?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "เปิดใช้การรองรับ GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "เลือกโหมด Offscreen Rendering?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "เลือกโหมด Render Target Lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "เปิดใช้การรองรับ Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "เปิดใช้การโอเวอร์ไรด์ Mouse Warp?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "การปรับปรุงประสิทธิภาพเสร็จสิ้น" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "ขอต้อนรับสู่ Detour เป็นปลั๊กอินที่ทำให้คุณสามารถสร้างทางลัดหลังการติดตั้ง" #: Detour plugin:5 msgid "Choose an application" msgstr "เลือกโปรแกรมประยุกต์" #: Detour plugin:6 msgid "Operation done" msgstr "การดำเนินการเสร็จสิ้น" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "โปรดใส่สื่อบันทึกเกมในดิสก์ไดร์ฟ" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "โปรดเลือกไฟล์การติดตั้งที่จะรัน" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "เมื่อ $TITLE ที่ดาวน์โหลดโดย Steam เสร็จสิ้นแล้ว\\nอย่าคลิกที่ปุ่ม เล่น " "(Play)\\n\\nให้ปิดส่วนติดต่อผู้ใช้ Steam\\" "nเพื่อให้สคริปต์การติดตั้งดำเนินการต่อ" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "หมายเหตุ: ในการลงทะเบียน เมื่อมีหน้าต่างเปิดเพื่อขอให้ลงทะเบียน " "ให้ลากไฟล์ลงทะเบียนมาวางไว้ใน $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "หมายเหตุ: สำหรับเสียงที่มี Latency ต่ำ ให้ดูที่ WineASIO" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "เมื่อ $TITLE ที่ดาวน์โหลดโดย Steam เสร็จสิ้นแล้ว\\nอย่าคลิกที่ปุ่มเล่น " "(Play)\\n\\nให้ปิดส่วนติดต่อผู้ใช้ Steam\\" "nเพื่อให้สคริปต์การติดตั้งดำเนินการต่อ" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "คุณไม่ต้องติดตั้ง DirectX หรือใช้ GLSetup" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "โปรดเลือกไฟล์ติดตั้งที่จะรัน" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "โปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟ" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "โปรดเลือกไฟล์การติดตั้งที่จะรัน:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam มีระบบการอัพเดทอัตโนมัติของตัวเอง" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "เลือกแพทต์ที่จะดำเนินการ" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "โปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟ\\nถ้ายังไม่ได้ทำ" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam มีระบบอัพเดทตัวเองแบบอัตโนมัติ" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "โปรดใส่สื่อบันทึกเกมลงในดิสก์ไดร์ฟของคุณ" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "โปรดติดตั้ง $TITLE_REQUIRED อันดับแรก" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "เกมไม่ได้ติดตั้ง" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "ยินดีต้อนรับสูตัวติดตั้งในรุ่นแพทต์ $PVERSION สำหรับ $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "กรุณารอขณะกำลังดาวน์โหลดแพทต์...\\nเวลาที่ใช้ขึ้นอยู่กับการเชื่อมต่อของคุณ" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "กำลังดำเนินการติดตั้ง..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "คลิก \"Forward\" เมื่อการติดตั้งเกม Steam\\nจะดำเนินการสำเร็จเท่านั้น " "ไม่เช่นนั้นแล้วคุณต้องทำการติดตั้งใหม่" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "โปรดรอขณะกำลังติดตั้ง $TITLE" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "" #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "" #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "" #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "" #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "" #: python/configure.py:248 msgid "Windows reboot" msgstr "" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "" #: python/configure.py:280 msgid "Kill processes" msgstr "" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "" #: python/configure.py:395 msgid "Open program's directory" msgstr "" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:560 msgid "GLSL Support" msgstr "" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "" #: python/configure.py:696 msgid "Install components" msgstr "" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "" #: python/configure.py:698 msgid "Miscellaneous" msgstr "" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:206 msgid "Install scripts" msgstr "" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "" #: python/guiv3.py:166 msgid "I Agree" msgstr "" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:188 msgid "Login: " msgstr "" #: python/guiv3.py:189 msgid "Password: " msgstr "" #: python/guiv3.py:192 msgid "Register" msgstr "" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "" #: python/install.py:252 msgid "Include:" msgstr "" #: python/install.py:263 msgid "No-cd needed" msgstr "" #: python/install.py:270 msgid "Commercial" msgstr "" #: python/install.py:304 msgid "Install a non-listed program" msgstr "" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "" #: python/irc.py:138 msgid "Connect" msgstr "" #: python/irc.py:139 msgid "Disconnect" msgstr "" #: python/irc.py:140 msgid "Leave" msgstr "" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "" #: python/mainwindow.py:200 msgid "Donate" msgstr "" #: python/mainwindow.py:201 msgid "Exit" msgstr "" #: python/mainwindow.py:205 msgid "Small icons" msgstr "" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "" #: python/mainwindow.py:207 msgid "Large icons" msgstr "" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:240 msgid "{0} console" msgstr "" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "" #: python/mainwindow.py:273 msgid "About {0}" msgstr "" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:331 msgid "File" msgstr "" #: python/mainwindow.py:333 msgid "Tools" msgstr "" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "" #: python/mainwindow.py:600 msgid "Close this application" msgstr "" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:721 msgid "Install a program" msgstr "" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "" #: python/mainwindow.py:755 msgid "Save" msgstr "" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "" #: python/options.py:129 msgid "Set a proxy" msgstr "" #: python/options.py:132 msgid "Proxy address" msgstr "" #: python/options.py:135 msgid "Proxy port" msgstr "" #: python/options.py:138 msgid "Proxy login" msgstr "" #: python/options.py:141 msgid "Proxy password" msgstr "" #: python/options.py:188 msgid "Installed plugins" msgstr "" #: python/options.py:206 msgid "Add" msgstr "" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "" #: python/options.py:210 msgid "Choose a plugin" msgstr "" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:334 msgid "Disable" msgstr "" #: python/options.py:375 msgid "Apply" msgstr "" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:202 msgid "Wine versions" msgstr "" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/tr.po000066400000000000000000005067701226051336100160020ustar00rootroot00000000000000# Turkish translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:59+0000\n" "Last-Translator: Yiğit Anıl \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "Uyarlamayı hangi uygulamaya yapmak istersiniz?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" "Bu eklenti PlayOnLinux altındaki uygulamalarınızı yakalamanızda size " "yardımcı olur" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Yakalama seçkesi (OpenGL'li)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Yakalama seçkesi (OpenGL'siz)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Bir uygulamanın görüntüsünü yakalamaya başla" #: Capture plugin:7 msgid "Play a captured file" msgstr "Yakalanan bir dosyayı oynat" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Yakalanmış bir dosyayı videoya dönüştür" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Yakalamak istediğiniz pencere için\\nönce İleriye basın ve o pencereye " "tıklayın.\\nYakalama 5 saniye sonra otomatik olarak başlar.\\nSadece Video " "yakalanacaktır." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Yakalamaya başlanacak..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Yakalamayı başlatmak veya durdurmak için +F8 tuşuna basın" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Yakalamayı durdurmak için +F8 tuşuna basın" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Yakalama işlemi sürüyor..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Gerçekleştirmek için bir eylem seçin" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Lütfen oynatmak için bir PID yakalama dosyası seçin" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Lütfen oynatmak için bir OGV yakalama dosyası seçin" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Lütfen dönüştürmek için bir yakalama dosyası seçin" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Okuma için bir yakalama seçmelisiniz" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Dönüştürme için bir yakalama seçmelisiniz" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Lütfen PlayOnLinux logosu oluşturulurken bekleyin..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Videonuza PlayOLinux logosu eklensin mi ?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "Uyarı: Doğru video işlemesi için,\\nçözünürlük 16 ve üzeri OLMALIDIR" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Bu dönüştürme biçiminin doğru çalışması için\\nUbuntu kullanıcıları " "MEDIBUNTU deposunu eklemelidirler." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Dönüştürme işlemi için bir video biçimi seçin" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Geçiş 1 için işleme seçeneklerinizi belirtin \\n (ne yapılacağını " "bilmiyorsanız varolanları değiştirmeyin)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Geçiş 2 için işleme seçeneklerinizi belirtin \\n (ne yapılacağını " "bilmiyorsanız varolanları değiştirmeyin)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Dil kodlaması seçeneklerini tanımlayın \\n (eğer ne yapacağınızı " "bilmiyorsanız varsayılan ayarları değiştirmeyin)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Videonuz işlenirken lütfen bekleyin..." #: Capture plugin:29 msgid "Conversion done" msgstr "Dönüştürme tamamlandı" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Düzenlemek için bir seçenek seçin" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Hepsi" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Değişiklik yapmak için bir oyun seçmelisiniz" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "GNU_Raziel tarafından oluşturulan Wine için bir iyileştirme sistemi olan " "Gelişmiş Wine Yapılandırmasına hoş geldiniz. Hangi ayarları seçeceğinizi " "bilmiyorsanız VAR OLANLARI DEĞİŞTİRMEYİN" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Bir oyun seçin" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Oyun seçmediniz" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "DirectDraw işleme kipi seçilsin mi?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "GLSL Desteği etkinleştirilsin mi?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Ekran dışı işleme kipi seçilsin mi?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Hedef işlem Kilit Kipi seçilsin mi?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Çoklu-örnekleme desteği etkinleştirilsin mi?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Fare geçiş zorlaması etkinleştirilsin mi?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "İyileştirme tamamlandı" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Kurulum sonrası kısayollar oluşturmanızı sağlayan Detour eklentisine hoş " "geldiniz." #: Detour plugin:5 msgid "Choose an application" msgstr "Bir uygulama seçin" #: Detour plugin:6 msgid "Operation done" msgstr "İşlem tamamlandı" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" "Lütfen oyunun bulunduğu ortamı (CD-DVD) disk sürücünüze yerleştiriniz." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Lütfen çalıştırılacak kurulum dosyasını seçiniz" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Steam $TITLE indirmesi tamamlandığında,\\n Play'e tıklamayın.\\n\\n Steam " "arayüzünü tamamen kapatın, \\n Böylece kurulum betiği devam edebilir." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "UYARI: Kayıt olmak için, kayıt olmak için sorduğu zaman kayıt dosyasını " "$TITLE'ın içine sürükleyin ve bırakın." #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "UYARI: Düşük ses gecikmesi için WineASIO'ya gözat." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Bu bir güncelleme veya eklenti için kurulum;\\n Lütfen önce " "$TITLE_REQUIRED'ı kurun." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Steam $TITLE indirmesi tamamlandığında,\\n Play'e tıklamayın.\\n\\n Steam " "arayüzünü tamamen kapatın, \\n Böylece kurulum betiği devam edebilir." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "DirectX'i kurmak ya da GLSetup'ı kullanmak zorunda değilsiniz." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Lütfen çalıştırmak için kurulum dosyasını seçin." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Lütfen bekleyiniz..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Lütfen disk sürücünüze oyun medyasını yerleştirin" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Lütfen çalıştırılacak kurulum dosyasını seçiniz:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam kendi otomatik güncelleme sistemine sahip." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Uygulanacak yama dosyasını seçiniz" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Hala yapmadıysanız\\n Lütfen oyun ortamını disk sürücünüze yerleştirin" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam kendi otomatik güncelleme sistemine sahip." #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Lütfen oyun ortamınızı disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "Oyun kurulumu bir sonraki diski istediği zaman\\nTıkla\\\"İleri\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Lütfen sonraki oyun ortamınızı disk sürücüye yerleştirin" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "$TITLE_REQUIRED için $PVERSION yama kurulumuna hoşgeldiniz." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Lütfen önce $TITLE_REQUIRED kurulumunu gerçekleştirin." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "İngilizce sürümü" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "İtalyanca sürümü" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Japonca sürümü" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Hangi sürümü sâhipsiniz?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Oyun yüklenemedi." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Bu eklenti otomatik olarak 2.5.26461 yamasını kurar." #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Gerçekleştirmek için birinci yamayı seçin" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Gerçekleştirmek için ikinci yamayı seçin" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "ABD veya Kanada sürümü" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Bu eklenti otomatik olarak 1.3.5511 yamasını kurar." #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Birleşik Krallık sürümü" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Wine ile oynamak istiyorsanız korsana karşı korumayı devre dışı " "bırakmalısınız." #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Dikkatli olun! $TITLE'ı $APPLICATION_TITLE ile çalıştırmak için, legal " "sürüme sahip olsanız bile No-CD yaması kurmalısınız.\\n\\n Lütfen unutmayın " "$APPLICATION_TITLE korsana son derece karşıdır ve asla desteklemeyecektir." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Wine ile oynamak istiyorsanız korsana karşı korumayı devre dışı " "bırakmalısınız." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Yılın Oyunu sürümü" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Normal sürüm" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "$TITLE için $PVERSION yaması kurulumuna hoşgeldiniz" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Uyarı: GameShadow çalışmayacak.\\nLütfen kurulum sırasında seçimi kaldırın." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "İndirme tamamlandığı zaman Steam'i kapatmayı \\nunutmayın, böylece " "$APPLICATION_TITLE oyununuzu kurmaya\\n devam edebilir." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "İstediğiniz oyun lisanını seçin." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Lisan paketi yapılandırılırken bekleyin..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "$TITLE için $PVERSION yama kurulumuna hoş geldiniz" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "Yama indirilirken bekleyin... Bu işlem bağlantınıza göre zaman alır." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Yükleme sürüyor..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "İngilizce" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Fransızca" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Almanca" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Hangi dil sürümünü yüklemek istersiniz?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "NOT: Bu kurulumda Cd kullanmanız gerekmektedir, eğer EA tarafından piyasaya " "sürülen ücretsiz ISO kalıbı indirdiyseniz lürfen bu kalıbı Brasero ya da " "benzeri programlarsa CD veya DVD'ye yazın ve CD sürücünüze yerleştirin. ISO " "kalıbını yerleştirmek belli yazılımlar için işe yarayabilir ama Mounty 'nin " "bunun için çalışmayacağını biliyorum." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Dikkat: Kurulum tamamlandıktan sonra yama kurulumu yüklenecek. Bütün " "kuruluma giriş yapmadan önce lütfen yama kurulumunu kapatın. Bundan sonra " "kurulum tamamlandığında \"$TITLE\"'ı çalıştırabilirsiniz." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "Hala yapmadıysanız\\nLütfen ortam 1'i disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Yüklemeye hazırlanılırken bekleyiniz..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "Hala yapmadıysanız\\nLütfen ortam 2'yi disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "Lütfen $EDITOR websitesinde kurulum dosyası indirildi'yi seçin." #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE kuruldu.\\n\\n Erich Hoover'a wine yaması(AcceptEx Fix) için özel " "teşekkür ederiz." #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Eğer bağlantı sırasında 3007 hatasını alıyorsanız, terminali açın ve bunları " "girin\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Steam $TITLE indirmesi tamamlandığında, Playe'e tıklamayın.\\n\\n Steam " "arayüzünü tamamen kapatın,\\n böylece kurulum betiği devam edebilir." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "Eğer kurulum DirectX kurulumu isterse, hayır deyin." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Bu eklenti oyunu otomatik olarak 1.03 sürümüne yamalar." #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Oyun kurulumu sonraki DVD'yi istediğinde\\n \\\"İleri\\\"'ye tıklayın." #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Gölge seviyesini en yükseği olarak belirleyin\\nyoksa oyunu silip tekrar " "kurulum yapmanız gerekecek." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "$TITLE indirme sayfasını tarayıcınızda açmak istiyor musunuz?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Lütfen ilk oyun ortamını disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Lütfen ikinci oyun ortamını disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Kurulum süresince lütfen ASIO4ALL seçeneğinin işaretini KALDIRIN ve kurulum " "sonunda FL Studio'yu çalıştır işaretini KALDIRIN." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "UYARI: Düsük ses gecikme süresi WineASIO'ya bakın. MIDI kontrol aygıtı " "beklendiği gibi çalışmalı." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "Hala yapmadıysanız\\nLütfen ortam 3'ü disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "Hala yapmadıysanız\\nLütfen ortam 4'ü disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "\"İleri\"'ye sadece Steam oyun kurulumu tamanlandığında\\n tıklayın. Aksi " "halde kurulumu yeniden yapmanız gerekir." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "$TITLE için DLC(İndirilebilir İçerik) kurulumuna hoş geldiniz." #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Yüklemek için bir DLC(İndirilebilir İçerik) seçin." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Hafif (702MB), önemli sorunları onar. (18 arasahne)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Tam (1.5GB), önemsiz sorunları da onar. (49 arasahne)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Hangi sürümü kurmak istiyorsunuz?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "$TITLE yüklenirken lütfen bekleyiniz." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Arşiv çıkarılıyor..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Yığın kurulurken hatâ oluştu" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Advent Revising yaması kuruldu;\\n Setz'e çalışması için e-posta yollamayı " "unutmayın." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Düzenleyici" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Bu kurulum betiği ffmpeg istiyor." #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Videolar dönüştürülüyor..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "Oyun ilk çalıştığında uygun işleyicileri otomatik olarak tespit edecek.\\n " "OpenGl işleyici ile daha iyi performans almanız olasıdır;\\n \"Bütün " "aygıtları göster\" 'e tıkladıktan sonra seçebilirsiniz." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "$TITLE güvenli modda çalıştırılsın mı?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Program dizini bulunamıyor" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Seviye düzenleyicisi" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Hangi ek kısayollar oluşturulsun?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Varsayılan video ayarları modern bilgisayarlar için biraz düşük,\\n ileri " "video ayarlarından \"Auto-detect\"'e tıklamayı unutmayın." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Ayarlardan üçlü-tamponlamayı devre dışı bırakmayı düşünün,\\nWine tarafından " "tam olarak desteklenmiyor." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Adanmış Sunucu Düzenleyicisi" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Oraya gidelim mi şimdi?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Arşif dosyasını burdan indirebilirsiniz:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Dedicated Server" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Lisan" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Tercih ettiğiniz dil nedir?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brezilya Portekizcesi(sadece metin)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Flemenkçe(sadece metin)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "İtalyanca" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "İspanyolca" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Ok anahtarları(Varsayılan)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Standart klavye anahatları" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Değiştirilmemiş" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (İngilize Klavye Düzeni)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Latince Klavye Düzeni)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Varsayılan fabrika ayarları" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Yüksel kalite(Dağıntı ayarları)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Görsel kalite" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" "GOG.com forumlarındaki orjinal iş parcacıklarını okumak ister misiniz?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Arşiv çıkarılırken hata" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Yama şimdi PlayOnLinux'un Outcast için kurulum sihirbazı\\ntarafından " "etkineştirilebilir ve yapılandırılabilir.\\n Ve GoG forumunlarında Zenger'a " "mesaj bırakmayı unutmayın." #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "\\$TITLE Çalıştırılsın mı?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Adanmış Sunucu" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Kodların dökümantasyonda bulunabilecek yeni oyunu başlatmaları\\n " "gerekiyor;\\n Oyun simgesine sağ tıklayın, \"Kullanım Klavuzunu Oku\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Kod çarkı" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "Yüklenecek dil paketiniz var mı?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Daha Sonra" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Hayır" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Evet" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "Geçici dizin kayıp" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Denetim Masası" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Lütfen oyun dilini seçin" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Oyun çözünürlüğünü seçin" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE kuruldu." #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Lütfen $TITLE kurulum dosyasını seçin. Kurulum sırasında, kurmak istediği " "tüm ekstra sürücüleri seçim dışı bırakın." #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Steam kurulumu saptandı\\n bu oyunu aynı sanal sürücüye kurmak ister misiniz?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "$TITLE güncelleniyor" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Lütfen $TITLE kurulum dosyasını seçin. KURULUM SONUNDA IMBURG ÇALIŞTIRI " "SEÇMEYİN." #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "DİKKAT: POL korsan kullanımı hoş görmez. Lütfen $TITLE'ı saygılı şekilde " "kullanın" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "$PREFIX sanal diskinde $EXE çalıştırılabilir dosyası bulunamadı" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Infinity Engine destekli oyun bulunamadı." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Inno Kurulumunun unicode sürümünü kurmak ister misiniz?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "Kütüphaneler kaydediliyor, lütfen bekleyin\\n(biraz süre alabilir)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo kurulu değil. Lütfen mesa-utils paketini kurun." #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "Resmi indiriciyi kullanarak kuramıyoruz, üzgünüz" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Uyarı: Kurulum tamamlandığında \"Run $TITLE\" işaret kutucuğunu " "işaretlememelisiniz." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Şimdi masaüstünüzde içinde kurulumu olana League of Legends dizinine sahip " "olmalısınız. Tekrar kurulumu hızlandırmak için saklamak isteyebilirsiniz." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Lütfen oyun ortamı 1'i disk sürücüsüne yerleştirin." #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Lütfen oyun ortamı 2'yi disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Digital Deluxe sürümü" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Hangi sürüme sahipsiniz?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Hangi tip ekinleşme?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Ek olarak hangi bileşenleri kurmak istediğinizi kontrol edin." #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Kurulum dosyaları kopyalınıyor, lütfen bekleyin..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo sürümü" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Lütfen sürüm seçin." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "İndirme bütünlüğü kontrol ediliyor..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "İndirme başarısız" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "İndirme bozulmuş görünüyor" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Tekrar dene?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "Yetkili kullanıcı komutu belirlenmedi, kurulum iptal ediliyor." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Lütfen okuyun" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "GOG dosyalarını hangi dizine indirmek istiyorsunuz?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "$BASENAME'i indirmek için gog.com giriş bilgilerinizi girin." #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com giriş başarısız, tekrar deneyelim mi?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "GOG.com'dan $TITLE'ı indirmek istiyor musunuz?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Adobe Air yükleniyor" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "DircetX 9 dll'leri yükleniyor..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Directx 10 dll'leri yükleniyor..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Directx 11 dll'leri yükleniyor..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Desura indirilirken lütfen bekleyin..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "DirectMusic kuruluyor" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Bu paket 64-bit kurulumda çalışmaz" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Bu paket wine 1.3.22 veya daha düşük sürümle çalışmaz" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Bu paket wine 1.3.18 veya daha düşük sürümle çalışmaz" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "$URL şimdi açılsın mı?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "DotNet 3.0 kurulumu sırasında hata mesajları görürseniz onları sorun olmadan " "yok sayabilirsiniz." #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Bu paket wine 1.5.21 veya daha üst sürümle kurulum için başarısız." #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "DotNet 3.5 SP1 kurulumu sırasında hata mesajı görürseniz, sorun olmadan " "yoksayabilirsiniz." #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "DotNet 4.0 kurulumu sırasında hata mesajı görürseniz, sorun olmadan " "yoksayabilirsiniz." #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "gecko indiriliyor..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Games For Windows Live kuruluyor" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Game For Windows Live indiriliyor..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Linuxtrack-wine DLL kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "mfc42 DLLs kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "msasn1 DLL kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Steam indirilirken lütfen bekleyin..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "$APPLICATION_TITLE Ubisoft Game Launcher'ı indirirken lütfen bekleyin." #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Uyarı: vcrun2005 zaten kurulu gözüküyor.\\nTekrar kuruluma zorlanıyor" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Uyarı: vcrun2008 zaten kurulu gözüküyor.\\nTekrar kuruluma zorlanıyor" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "PlayOnLinux sürümünüz çok eski olduğu için VCRun2010 kurulumu başarısız " "olabilir. Lütfen güncelleyin." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "wintrust DLL kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Xact dlls kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Xinput dlls kuruluyor..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "XMLlite kuruluyor..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Microsoft yazıbiçimleri" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Microsoft yazı tipleri kurulu değil; Onları sizin kuracağım." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Orjinal Lisans " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Yazı tipleri indiriliyor" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "İndiriliyor " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Yazı tipleri indiriliyor" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "İndiriliyor " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Temizleniyor" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Microsoft yazı tipleri başarılı bir şekilde yüklendi." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Lütfen dikkatli okuyun" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Kurulumu iptal et" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "ptrace() evrensel ollarak etkinleştir." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Program devam etmek için ptrace()'e erişime gerekiyor." #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Kullanıcı iptali" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Lütfen ilk diski yerleştirin" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Şimdi devam etmek için $TITLE kurulum penceresine dönebilirsiniz" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Kurulum hazırlanırken bekleyin..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "Hala yapılmadıysa\\n Lütfen Disk 2'yi disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "Hala yapılmadıysa\\n Lütfen Disk 3'yi disk sürücünüze yerleştirin." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Eğer oyun açılış sırasında çökerse terminali açın ve bunları yazın:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Bu oyunun CD korumsası Wine için düzgün çalışmıyor." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "$TITLE kurulum dosyasını burdan indirebilirsiniz." #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Not" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Lürfen kurulumun MS-DOS sürümünü seçin:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Slender çıkartılıyor..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Üzgünüz, ama bu geçerli bir .zip dosyası değil" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Lütfen sanal sürücü ismi seçin" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" kurulumu başlayacak..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" "\"Shivering Isle\" eklentisine sahip değilseniz\\n kullanmadan önce oyunu " "güncellemelisiniz." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "\"Shivering Isle\" eklentisine sahip değilseniz\\n girmeden önce oyunu " "güncellemelisiniz." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Bu eklenti oyunu otomatik olarak 1.2.0416 sürümüne yamalayacak." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Geliştirilmiş Sürüm" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Standart Sürüm" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "Oyun bir sonraki diski istediğinde \\n \"Forward\" 'a tıklayın" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Oyun yüklü değil" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "$TITLE için $PVERSION kurulumuna hoş geldiniz" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" "Oyun zaten Geliştirilmiş Sürüme sahip\\n ve sadece yama 1.5 'a ihtiyacı var" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Çalıştırmak için ilk yamayı(EE Upgrade) seçin" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Çalıştırmak için ikinci yamayı(1.5) seçin" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Yama 1 indirilirken bekleyin...\\Bu işlem bağlantınıza bağlı olarak zaman " "alabilir." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Yama 2 indirilirken bekleyin...\\Bu işlem bağlantınıza bağlı olarak zaman " "alabilir." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Yama 3 indirilirken bekleyin...\\Bu işlem bağlantınıza bağlı olarak zaman " "alabilir." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Yama 4 indirilirken bekleyin...\\Bu işlem bağlantınıza bağlı olarak zaman " "alabilir." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "İndirme tamamlandı\\n Yama kurulumları başlayacak" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "" "İngilizce GUI(Grafiksel kullanıcı arayüzü) yamasını etkinleştirmek ister " "misiniz?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "$TITLE websitesini görüntülemek ister misiniz?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "" "Eğer yerleştirmediyseniz lütfen 1. oyun CD'sini \\n\r\n" "sürücünüze yerleştirin." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Hata bildir" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Lütfen verebildiğiniz kadar çok ayrıntı verin, aksi takdirde size yardım " "etmemiz çok zor olacaktır" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Yerel bir betik çalıştır" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Hata!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "PlayOnLinux web sitesi yayında değil." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Lütfen dikkâtlice okuyun" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Bu sihirbaz şu Wine sürümünü yüklemenizde yardımcı olacak: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Yeni bir sanal sürücüye yazılım kur" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Wine'ı Yapılandır" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Lütfen çalıştırılacak yükleme dosyasını seçin." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr "" #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux paket yöneticisi" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " paketi geçerli bir PlayOnLinux paketi değil!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Çalışıyor..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "" #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Donatılar" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Geliştirme" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Eğitim" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Oyunlar" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Grafikler" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "İnternet" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Çoklu ortam" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Ofis" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Diğer" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Yamalar" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Sınamada olanlar" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Lütfen bir simge dosyası seçin" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Kayıt Defteri Düzenleyicisi" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Windows yeniden başlatmasını taklit et" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Gelişmiş Wine Yapılandırması eklentisini kullan" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE Yazılım Kaldırıcısı" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Lütfen kaldırılacak uygulamayı seçin" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Bu sihirbaz size şunu kaldırmanızda yardımcı olacak: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr "" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Kısayol bulunamıyor" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "" #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "$APPLICATION_TITLE, Windows yeniden başlatmasını taklit ederken lütfen " "bekleyiniz" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Kısayol oluşturuluyor..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Bu sihirbaz size şunu yüklemenizde yardımcı olacak: " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Hata" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Yenile" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Başka bir kısayol oluşturmak istemiyorum" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Gözat" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Genel" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Bu sanal sürücüden yeni bir kısayol oluştur" #: python/configure.py:201 msgid "Name" msgstr "" #: python/configure.py:202 msgid "Wine version" msgstr "Wine sürümü" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "" #: python/configure.py:207 msgid "Arguments" msgstr "" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Yapılandırma sihirbazını çalıştır" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows'u Yeniden Başlat" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "" #: python/configure.py:265 msgid "Command prompt" msgstr "" #: python/configure.py:272 msgid "Task manager" msgstr "Görev Yöneticisi" #: python/configure.py:280 msgid "Kill processes" msgstr "İşlemleri Sonlandır" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine'ı kaldırıcı" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Bu bileşenlerden biri sanal sürücüyü bozabileceğinden dolayı kurarken " "dikkatli olun." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Kur" #: python/configure.py:395 msgid "Open program's directory" msgstr "Programın rehberini açınız" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Sanal sürücünün rehberini açınız" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL Desteği" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "Video hâfıza boyutu" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "Çokluörneklem" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Bir kabuk açın" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Bu sanal sürücüde bir .exe dosyası çalıştırın" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} yapılandırması" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Lütfen yapılandırılacak uygulama ya da sanal sürücüyü seçin" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Yeni" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Kaldır" #: python/configure.py:696 msgid "Install components" msgstr "Bileşenleri kur" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Görünüm" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Muhtelif" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Bu sanal sürücü korumalı" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "{0} sanal sürücüsünü silmek istediğinizden emin misiniz?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Silmek için emin misiniz?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Hatâ ayıklayıcı" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Lütfen hatâ ayıklanacak dosyayı seçin" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Bu günlük dosyasının yerini saptayın" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Dosya şöyle isimlendirildi:" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Sanal sürücüler" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "{0} hakkında hatâ bildir" #: python/debug.py:206 msgid "Install scripts" msgstr "Betikleri kur" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "Sihirbaz" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "İptal" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "İleri" #: python/guiv3.py:166 msgid "I Agree" msgstr "Kabul Ediyorum" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Sanal sürücüleri göster" #: python/guiv3.py:188 msgid "Login: " msgstr "Giriş: " #: python/guiv3.py:189 msgid "Password: " msgstr "Parola: " #: python/guiv3.py:192 msgid "Register" msgstr "Kaydol" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB indirildi" #: python/guiv3.py:288 msgid "of" msgstr "/" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Bu pencereyi kapatamazsınız" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Açıklama yok" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Arama" #: python/install.py:252 msgid "Include:" msgstr "Ekle:" #: python/install.py:263 msgid "No-cd needed" msgstr "CD'siz çalışanlar" #: python/install.py:270 msgid "Commercial" msgstr "Ticârî" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Listede olmayan bir uygulama kur" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Bu seçeneği etkinleştirerek sınanan uygulama yükleyicilerine erişiminiz " "olacak.\n" "\n" "{0} uygulamanızın sorunsuz olarak çalışacağını garanti edemez" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "Gönder" #: python/irc.py:138 msgid "Connect" msgstr "Bağlan" #: python/irc.py:139 msgid "Disconnect" msgstr "Bağlantıyı Kes" #: python/irc.py:140 msgid "Leave" msgstr "Çık" #: python/irc.py:227 msgid "Join a channel" msgstr "Bir kanala katıl" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "İletici" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Bu pencereyi kapattıktan sonra gelen yanıtları okuyamazsınız. Kapatmak " "istediğinize emin misiniz?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Üzgünüm, bu kişi özel ileti almak istemiyor." #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} hata" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "(0) ağsayfasına ulaşılamıyor. Bağlantınızı denetleyin." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "{0} yenileniyor" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "{0} yazılımının yeni bir sürümü var" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Çalıştır" #: python/mainwindow.py:200 msgid "Donate" msgstr "Bağış Yap" #: python/mainwindow.py:201 msgid "Exit" msgstr "Çıkış" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Küçük simgeler" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Orta büyüklükte simgeler" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Büyük simgeler" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Çok büyük simgeler" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Wine sürümlerini yönet" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Bütün {0} yazılımlarını kapat" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} uçbirimi" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} ileticisi" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Dosya ilişkilendirmeleri" #: python/mainwindow.py:273 msgid "About {0}" msgstr "{0} Hakkında" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Eklenti yöneticisi" #: python/mainwindow.py:331 msgid "File" msgstr "Dosya" #: python/mainwindow.py:333 msgid "Tools" msgstr "Araçlar" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Ayarlar" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Eklentiler" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Kapat" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Yapılandır" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Uygulamanın dizinini aç" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Kullanım rehberini oku" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Simge belirle" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Bu uygulamayı kapat" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "{0} için kullanım rehberi yok" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Uygulama kur" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "GIT'i güncelleyin." #: python/mainwindow.py:731 msgid "Update instructions" msgstr "" #: python/mainwindow.py:741 msgid "Debug" msgstr "Hata ayıklama" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Hatâ bildir" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Kısayol oluştur." #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Rehberi aç" #: python/mainwindow.py:755 msgid "Save" msgstr "Kaydet" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Kaldır" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Lütfen bir uygulama seçin." #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} ayarları" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} yükleme seçkesi" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine sürümleri yöneticisi" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Bütün {0} pencerelerini kapatmak istediğinize emin misiniz?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Windows yazılımlarınız artık burada: " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Geliştirici ve Web Sitesi: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Betikçiler: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Paketçi: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Simgeler:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "Aşağıdaki insanlar bu programa katkıda bulunmuşlardır: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Çeviriler:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "TRANSLATORS dosyasını okuyun" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Devam etmek için kurmanız gereklidir." #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Kullanmak için kurmanız gereklidir." #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} yönetici haklarıyla çalıştırılamaz. Üzgünüz" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 32 bit OpenGL kitaplık dosyalarını bulamadı.\n" "\n" "Oyun oynarken sorunlar yaşayabilirsiniz" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 64 bit OpenGL kitaplık dosyalarını bulamadı.\n" "\n" "Oyun oynarken sorunlar yaşayabilirsiniz" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "{0} paketini yüklemek istediğinize emin misiniz?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:116 msgid "Proxy configuration" msgstr "Vekil sunucu yapılandırması" #: python/options.py:129 msgid "Set a proxy" msgstr "Bir vekil sunucu ayarla" #: python/options.py:132 msgid "Proxy address" msgstr "Vekil sunucu adresi" #: python/options.py:135 msgid "Proxy port" msgstr "Vekil sunucu portu" #: python/options.py:138 msgid "Proxy login" msgstr "Vekil sunucuda oturum aç" #: python/options.py:141 msgid "Proxy password" msgstr "Proxy şifresi" #: python/options.py:188 msgid "Installed plugins" msgstr "Yüklü eklentiler" #: python/options.py:206 msgid "Add" msgstr "Ekle" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Etkinleştir" #: python/options.py:210 msgid "Choose a plugin" msgstr "Eklenti seçin" #: python/options.py:263 msgid "What is the extension?" msgstr "" #: python/options.py:275 msgid "Assigned program" msgstr "" #: python/options.py:277 msgid "Delete" msgstr "Sil" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Kurmak istediğinize emin misiniz: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Silmek istediğinize emin misiniz: " #: python/options.py:334 msgid "Disable" msgstr "Etkisizleştir" #: python/options.py:375 msgid "Apply" msgstr "Uygula" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Kurulu Wine sürümleri: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Kullanılabilir Wine sürümleri: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine sürümleri" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Wine {0} sürümünü silmek istediğinize emin misiniz?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/uk.po000066400000000000000000006654361226051336100160010ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:58+0000\n" "Last-Translator: Stuartlittle1970@gmail.com \n" "Language-Team: ua_UA.UTF-8 \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "До яких додатків ви бажаєте застосувати модифікації?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "Ця втулка дає можливість захоплювати програми в PlayOnLinux" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "Меню захоплення (OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "Меню захоплення (не OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "Почати захоплення програми" #: Capture plugin:7 msgid "Play a captured file" msgstr "Відтворити захоплений файл" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "Конвертувати захоплений файл у відео" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" "Натисніть «Далі», потім натисніть на вікно,\\nяке ви бажаєте захопити.\\" "nЗахоплення почнеться автоматично через 5 секунд.\\nБуде захоплено лише " "відео." #: Capture plugin:10 msgid "Capture will begin..." msgstr "Захоплення почнеться..." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "Натисніть +F8, щоб почати або зупинити захоплення" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "Натисніть +F8, щоб зупинити захоплення" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Виконується захоплення..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Виберіть дію для здійснення" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Будь ласка, виберіть PID файл захоплення, щоб відтворити" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Будь ласка, виберіть OGV файл захоплення для перегляду" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Будь ласка, виберіть файл захоплення для конвертування" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Ви повинні вибрати захоплене відео для читання" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Ви повинні вибрати файл відеозахоплення для конвертації" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Будь ласка, зачекайте поки створюється логотип PlayOnLinux" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Додати логотип PlayOnLinux до вашого відео?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Попередження: Для правильного кодування відео,\\n дозвіл має бути кратний 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu користувачам потрібно додати репозиторій MEDIBUNTU\\nдля того,щоб " "перетворення формату працювало належним чином." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Виберіть формат відео для конвертування" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Визначте параметри кодування для проходу 1 \\n (залиште типові, якщо ви не " "знаєте, що робити)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Визначте параметри кодування для проходу 2 \\n (залиште типові, якщо ви не " "знаєте, що робити)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Визначте параметри кодування для проходу \\n (залиште типові, якщо ви не " "знаєте, що робити)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Будь ласка, зачекайте поки ваше відео кодується..." #: Capture plugin:29 msgid "Conversion done" msgstr "Конвертація готова" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Виберіть опцію для змінення" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Усе" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Ви маєте вибрати гру для модифікації" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" "Ласкаво просимо у «Розширені налаштування Wine», систему оптимізації Wine, " "створену GNU_Raziel. Якщо ви не знаєте, що вибрати, залиште значення nbgjdbv" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "Виберіть гру" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "Ви не обрали гру" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "Вибрати DirectDraw Renderer режим?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Активувати Підтримку GLSL?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Вибрати режим позаекранного виводу?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Вибрати режим блокування виводу?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Увімкнути підтримку Multisampling?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Активувати утримання миші у вікні?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "оптимізація виконана" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Ласкаво просимо до Detour, модуль дозволяє створювати ярлики після " "встановлення." #: Detour plugin:5 msgid "Choose an application" msgstr "Виберіть програму" #: Detour plugin:6 msgid "Operation done" msgstr "Операція виконана" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "Будь ласка вставте носій з грою у ваш дисковий пристрій." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "Будь ласка, виберіть файл інсталяції для запуску" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "Коли завантаження $TITLE через Steam закінчиться,\\nНЕ натискайте \"Грати\" " "(\"Play\").\\n\\nПОВНІСТЮ закрийте інтерфейс Steam, \\n щоб скрипт " "інсталяції міг продовжити роботу." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "" "ПРИМІТКА: Щоб зареєструватися, коли $TITLE вимагатиме, перетягніть ваш reg-" "файл у вікно $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "" "ПРИМІТКА: для отримання звуку з малою затримкою зверніться до WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "Ви бажаєте встановити патч 2.0a?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Це інсталятор для оновлення або доповнення;\\nБудь ласка, спочатку " "встановіть $TITLE_REQUIRED." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "Встановити 1.0c патч ?" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" "Зверніть увагу на те, що стандартні мапи не працюють правильно, у той час як " "користувацькі мапи працюють без проблем." #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "Коли завантаження $TITLE через Steam закінчиться,\\nНЕ натискайте \"Грати\" " "(\"Play\").\\n\\nПОВНІСТЮ закрийте інтерфейс Steam, \\n щоб скрипт " "встановлення міг продовжити роботу." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "" "Якщо встановлення.NET 3.0 закінчиться невдало - не хвилюйтеся,\\nгра все ще " "буде працювати" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "Встановлення DirectX або GLSetup не потрібне." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "Будь ласка, виберіть інсталяційний файл для запуску." #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "Будь ласка, зачекайте..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "Інсталяція закінчена." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "Будь ласка, вставте диск з грою у ваш дисковий пристрій" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "Будь ласка, виберіть інсталяційний файл для запуску:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" "Ласкаво просимо у встановлювач патчу версії $PVERSION для $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam має власну систему оновлень" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "Виберіть патч для інсталяції" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "" "Будь ласка вставте диск з грою у ваш дисковий пристрій\\nякщо ви ще не " "зробили цього." #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam має власну систему оновлень" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "Будь ласка, вставте диск з грою у ваш дисковий пристрій" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "" "Коли встановлювач попросить вас вставити наступний диск,\\nнатисніть на \\" "\"Далі\\\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "Будь ласка, вставте наступний ігровий диск у ваш дисковий пристрій." #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "" "Ласкаво просимо у встановлювач патчу версії $PVERSION для $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "Будь ласка, перед початком встановлення встановіть $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "Англійська версія" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "Інтернаціональна версія" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Італійська версія" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "Японська версія" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "Яка в вас версія гри?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "Гра не встановлена." #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "Це доповнення автоматично встановить патч 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "Виберіть перший патч для виконання" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "Виберіть другий патч для виконання" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "Американська або Канадська версія" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "Це доповнення автоматично встановить патч 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "Версія для Великобританії" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "" "Потрібно вимкнути антипіратський захист для цієї гри \\ nЯкщо ви бажаєте " "грати у неї за допомогою wine" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "Будьте обережні! Для запуску $TITLE з $APPLICATION_TITLE, ви повинні " "встановити No-CD патч навіть якщо маєте легальну версію.\\n\\nБудь ласка " "пам’ятайте, що $APPLICATION_TITLE категорично проти піратства, й ніколи не " "буде підтримувати його." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "" "Ви повинні вимкнути антипіратський захист для цієї гри\\nякщо ви бажаєте " "грати у неї за допомогою wine." #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Видання \\\"Гра Року\\\"" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "Звичайна версія" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "Ласкаво просимо до встановлювача патчу $PVERSION для $TITLE" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "" "Попередження: GameShadow не буде працювати.\\nБудь ласка, вимкніть його під " "час інсталяції." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "" "Не забудьте закрити Steam після закінчення завантаження,\\nщоб " "$APPLICATION_TITLE зміг продовжити встановлення." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam готовий до оновлення.\\nПісля того як оновлення закінчиться й " "відкриється вікно входу, увійдіть у аккаунт та запустіть встановлення " "$TITLE. Коли встановлення закінчиться натисніть \\\"Далі\\\" (закривати " "Steam не потрібно)." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "" "Steam встановлює $TITLEW. Натисніть \\\"Далі\\\" після закінчення " "встановлення." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "" "Steam встановлює $TITLEBTS. Натисніть\\\"Далі\\\" після закінчення " "встановлення." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam встановлює $TITLECOL. Будь ласка переконайтеся у тому, що після " "закінчення встановлення ви повністю вийшли зі Steam (піктограми на панелі " "інструментів бути не повинно) й натисніть кнопку \\\"Далі\\\" щоб " "встановлювальний скрипт зміг продовжити свою роботу." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "" "Встановлення закінчено.\\n\\nПри першій спробі запуску гри може бути збій, " "але не хвилюйтеся, просто спробуйте ще раз." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam готовий до оновлення.\\nПісля того як оновлення закінчиться й " "відкриється вікно входу, увійдіть у аккаунт й запустіть встановлення $TITLE. " "Коли встановлення закінчиться натисніть \\\"Далі\\\" (закривати Steam не " "потрібно)." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "Виберіть бажану мову гри" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "Зачекайте, йде налаштування мовного пакунку..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "Ласкаво просимо у встановлювач патчу версії $PVERSION для $TITLE" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Зачекайте поки завантажується патч...\\nЦя операція може зайняти деякий час, " "який залежить від вашого з’єднання." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "Виконується інсталяція..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "Англійська" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "Французька" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "Німецька" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "Яку мову бажаєте встановити?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "ПРИМІТКА: Цей встановлювач потребує використання компакт-диска. Якщо Ви " "завантажили безкоштовно розповсюджуваний ISO-образ, випущений EA, будь " "ласка, запишіть його на CD або DVD чимось наподобі Brasero та вставте у Ваш " "дисковий пристрій. Монтування ISO-образів може працювати з деяким програмним " "забезпеченням, однак відомо, що Mounty для цього не підходить." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "Увага: коли встановлення успішно закінчиться, завантажиться патчер. Будь " "ласка, закрийте патчер перед тим як увійти у гру для закінчення " "встановлення. Після закінчення налаштування ви можете запустити \"$TITLE\" ." #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "" "Будь ласка вставте диск№ 1 у ваш дисковий пристрій,\\nякщо це ще не зроблено." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "Зачекайте,відбувається підготовка до інсталяції..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "" "Будь ласка вставте диск №2 у ваш дисковий пристрій\\nякщо це ще не зроблено." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" "Будь ласка виберіть встановлювальний файл завантажений з сайту $EDITOR" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "" "$TITLE встановлено.\\n\\nОсоблива подяка Еріку Гуверу за патч до wine " "(AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Якщо під час з’єднання ви зіштовхнулися з помилкою Error 3007, відкрийте " "термінал та наберіть:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "Коли Steam закінчить відновлення $TITLE,\\nНЕ натискайте \"Грати\" " "(\"Play\").\\n\\nПОВНІСТЮ закрийте інтерфейс Steam , \\nщоб скрипт " "встановлення зміг продовжити свою роботу." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "Коли Steam закінчить завантаження $TITLE, НЕ НАТИСКАЙТЕ на кнопку \\\"Грати\\" "\".\\n\\nПОВНІСТЮ> закрийте Steam щоб скрипт зміг продовжити свою роботу." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "" "Якщо вас спитають, чи встановлювати DirectX, відповідайте \\\"ні\\\"." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "Ласкаво просимо у встановлювач DLC для $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "Це доповнення автоматично оновить гру до версії 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "" "Коли встановлювач попрохає вас вставити наступний DVD\\nнатисніть на \\" "\"Далі\\\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "" "Не потрібно встановлювати налаштування тіней на максимум\\nабо ж вам " "доведеться вилучити та перевстановити гру." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" "Потребує біля 18 ГБ вільного простору.nnА також, додатково 5 ГБ у теці " "/home/ якщо ви будете використовувати онлайн інсталятор.nРекомендовано, за " "допомогою автономного інсталятора." #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" "Бажаєте відкрити сторінку завантаження $TITLE у вашому переглядачі тенет?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "Будь ласка вставте Диск 1 у ваш дисковий пристрій" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "Будь ласка вставте Диск 2 у ваш дисковий пристрій" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "" "Під час встановлення, будь ласка, Зніміть галки \"ASIO4ALL\" та \"Запустити " "FL Studio у кінці встановлення\" (\"Run FL Studio at end of install\")." #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "" "ПРИМІТКА: для отримання звуку з низькою затримкою загляньте у WineASIO. Ваші " "MIDI-контролери повинні працювати належним чином." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "" "Будь ласка вставте диск №3 у ваш дисковий пристрій\\n,якщо це ще не зроблено." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "" "Будь ласка вставте диск №4 у ваш дисковий пристрій\\n,якщо це ще не зроблено." #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "" "Клацніть по кнопці \"Далі\" ЛИШЕ коли Steam закінчить\\nвстановлення, інакше " "вам доведеться скасувати встановлення." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "Ласкаво просимо у встановлювач DLC для $TITLE" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "Виберіть DLC для встановлення" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Лайт версія (702Мб), виправляє серйозні проблеми (18 катсцен)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Повна версія (1.5Гб), виправляє навіть мілкі проблеми (49 катсцен)" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "Яку версію ви бажаєте встановити?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "Будь ласка, зачекайте поки $TITLE встановиться." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "Розпакування архіву..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "Помилка під час встановлення архіву" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" "Патч Advent Revising встановлено;\\nНе забудьте подякувати Setz за роботу!" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "Редактор" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "Цей скрипт встановлення потребує наявності ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "Конвертація відео..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" "При першому запуску гра автоматично визначить доступні рендери.\\nШвидше за " "все краща продуктивність буде на рендері OpenGL;\\nВиберіть його натиснувши " "на \"Показати усі пристрої\" (Show all devices)." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "Запустити $TITLE у безпечному режимі?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "Не знайдено директорії програми" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "Редактор рівнів" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "Які додаткові ярлики потрібно створити?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "" "Типові налаштування графіки трохи низькуваті для сучасних комп’ютерів,\\nтак " "що не забудьте натиснути на \"Автовизначення\" у розширених налаштуваннях " "графіки." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" "Це інсталятор для оновлення;nБудь ласка, встановіть $TITLE_REQUIRED першою" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" "Подумайте про вимкнення потрійної буферизації у налаштуваннях\\це ще не " "повністю підтримується у Wine." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "Редактор Виділеного Сервера" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "Куди тепер?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "Ви можете завантажити архів з:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "Виділений Сервер" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "Мова" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "Іспанська" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "Якій мові ви віддаєте перевагу?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Португальська (лише текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Голандська (лише текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Італійська (лише текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Іспанська (лише текст)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "Стрілки (типово)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "Стандартна розкладка клавіатури" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "Без змін" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "Заводські налаштування" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "Висока якість (Ентропія налаштування)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "Візуальна якість" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "Бажаєте прочитати тему на форумі GOG.com?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "Помилка під час розпакування архіву" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" "Тепер патч можна активувати та налаштувати через\\nмайстер налаштування " "PlayOnLinux для Outcast.\\nЙ не забудьте залишити повідомлення для Zenger на " "форумах GoG!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "Запустити \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" "Перевірте, що роздільна здатність екрану змінилася\\n(у кінцевому підсумку " "на \\\"високу\\\" (\\\"HI-RES\\\") у завантажувачі." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "Виділений сервер" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" "Коди, потрібні для початку нової гри, можна знайти\\nу докуметації;\\" "nКлацніть на піктограмі гри правою кнопкою миші" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" "Якщо вам складно розрізнити пейзаж у головному меню,\\nвимкніть Туман (FOG) " "у графічних налаштуваннях." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(віконний режим)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "Код колеса" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "В вас є мовний пакунок, який ви бажаєте встановити?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "Пізніше" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "Ні" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "Так" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" "Щоб встановити мовний пакунок пізніше, відкрийте панель керування гри, щоб " "запустити інсталятор на віртуальному диску (Вкладка \"Різне\"(\"Misc\"))" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "Настійно рекомендуємо встановити пакунок модів Circle of Eight.\\nВін не " "лише виправить помилки але й додасть новий контент\\n(для пакунку модів " "\"NC\")Використовуйте відповідний скрипт PlayOnLinux у розділі \"Патчі\"." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "Тепер ви повинні встановити пакунок модів у наступну директорію:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "" "Будь ласка, виберіть БУДЬ ЯКІ три пікторами, коли Вас про це попрохають." #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "відсутня тимчасова тека" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "\"Контрольна панель Two Worlds\" - інструмент від співтовариства " "InsideTwoWorlds,,\\nщо дозволяє тонко налаштовувати параметри й керувати " "модифікаціями\\nдля цієї гри. Див. \\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nВстановити його?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "Панель керування" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "ВАЖЛИВО:\n" " \\n\\nУ наступному вікні інсталятора НЕ НАТИСКАЙТЕ на кнопку Опції " "(Options), це потягне за собою помилки при виборі мови." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" "При першому запуску гра автоматично визначить доступні рендери.\\nШвидше за " "все краща продуктивність буде на рендері OpenGL." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "Будь ласка, виберіть мову гри" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "Виберіть роздільну здатність" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "Тепер вам потрібно вибрати режим гри:\\n1) Віконний режим:\\nБуде працювати " "усе, крім системного курсора у вікні гри.\\n\\n2) Повноекранний режим:\\" "nБуде працювати усе, крім неба - воно буде чорним.\\n\\n\\n\\nЯкий режим " "вибираєте?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE встановлено" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "Будь ласка, вставте DVD диск" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" "З-за багу wine #30512 завантаження буває преривається - просто перезапустіть " "клієнт й завантаження продовжиться з того місця де воно зупинилося. При " "цьому відсотки завантаження скинуться, але не хвилюйтеся, так й повинно бути." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" "Будь ласка, виберіть інсталятор $TITLE. Під час встановлення зніміть " "прапорці з усіх додаткових драйверів:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "" "Виявлено встановлений Steam.\\nБажаєте встановити цю гру на той самий " "віртуальний диск?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "Оновлюю $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "Будь ласка, знайдіть програму встановлення (Setup.exe)" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" "Будь ласка, виберіть інсталятор $TITLE. НЕ ВИБИРАЙТЕ \"ЗАПУСТИТИ IMGBURN\" У " "КІНЦІ ВСТАНОВЛЕННЯ:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" "УВАГА: POL не виправдовує піратство. Будь ласка використовуйте $TITLE лише " "якщо маєте ліцензію на нього." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "Не можу знайти виконуваний $EXE на вашому віртуальному диску $PREFIX" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "Не знайдено гри, що підтримує Infinity Engine." #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" "Усі підтримувані ігри на рушії \"Infinity Engine\" вже пропатчено.\\nЩоб " "змінити роздільну здатність гри для конкретного ярлика, використовуйте його " "конфігуратор." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "Бажаєте встановити юнікод версію Inno Setup?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" "Реєструються бібліотеки, будь ласка зачекайте\\n(Це може зайняти деякий час)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo не встановлено. Будь ласка, встановіть пакунок mesa-utils." #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" "Не виходить встановити гру використовуючи офіційний завантажувач, вибачте." #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" "Увага: Не встановлюйте прапорець \"Запустити $TITLE\" після закінчення " "встановлення." #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "" "Тепер на вашій стільниці є директорія League of Legends, що містить її " "інсталятор. Збережіть її для прискорення перевстановлення." #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "Будь ласка, вставте Диск 1 у ваш дисковий пристрій" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "Будь ласка, вставте Диск 2 у ваш дисковий пристрій" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "Ексклюзивна цифрова версія" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "Яка в вас версія гри?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "Ця Процедура встановить Microsoft Office $TITLE, безкоштовну програму, що " "дозволяє вам продивлятися файли .doc й .docx, але не дозволяє їх редагувати. " "Ця програма призначена для тих користувачів, які не можуть коректно відкрити " "doc або docx. Якщо ви бажаєте відредагувати такий документ, використовуйте " "LibreOffice, OpenOffice або подібні програми. " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" "$TITLE успішно встановлено.\\n\\nЯкщо встановлений Windows заважає вашій " "програмі запускатися, ви повинні вилучити та перевстановити $TITLE." #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "Тип активації?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "Вставте адресу ліцензійного сервера!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "Вставте порт ліцензійного сервера!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "Чи коректні дані ліцензійного сервера?\\nМожна додати ці значення до " "реєстру?\\n\\nІм’я ліцензійного сервера: $licenseServerName\\nПорт " "ліцензійного сервера: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE має бути активовано.\\nМожливо знадобиться запустити його 2 рази:\\" "nПерший раз для підготовки, другий раз для реєстрації.\\n\\nПросто " "запустіть, закрийте та перезапустіть $TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" "Встановлений $TITLE не знайдено.\\n\\nБудь ласка, використовуйте скрипт " "інсталяції $TITLE!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "Виберіть додаткові компоненти для встановлення:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "Копіюю файли інсталяції, будь ласка, зачекайте..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" "Зареєструватися або увійти у й стягнути інсталяційний файл : " "https://world.needforspeed.com/" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" "Якщо при стягуванні оновлення зависло закрийте та запустіть знову, поки " "завантаження закінчиться." #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Демо-версія" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "Будь ласка, виберіть версію." #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "Перевірка цілісності окремих частин..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "Перевірка цілісності завантаження..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "Завантаження не вдалося" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "Схоже що завантаження пошкоджено" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "Повторити?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "Відповідно політики PlayOnLinux/PlayOnMac ми ніколи не запитуємо в вас " "пароль суперкористувача, однак для даного скрипта це обов’язково. Тому ми " "даємо вам команди, які потібно увести, щоб продовжити встановлення:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" "Не вказано ім’я розширення файлу, асоціація з системним додатком перервана." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "Будь ласка, прочитайте це" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "У яку директорію ви бажаєте завантажити файли GOG?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "Будь ласка, уведіть свій логін на gog.com щоб завантажити $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Вхід на gog.com не вдався, повторити?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" "Файл також може бути оновлено. Якщо проблема залишається, повідомте про " "проблему, щоб скрипт міг бути дороблений." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "Бажаєте завантажити $TITLE з GOG.com?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "Встановлюється Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "Встановлюються бібліотеки DirectX 9..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "Встановлюються бібліотеки DirectX 10..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "Встановлюються бібліотеки DirectX 11..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "Будь ласка, зачекайте поки Desura завантажується..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "Встановлюється DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "Цей пакунок не буде працювати на 64 бітовій версії" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "Цей пакунок не буде працювати на Wine версії 1.3.22 або нижче" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "Цей пакунок не буде працювати на Wine версії 1.3.18 або нижче" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Цей пакунок буде продовжувати падати поки ви не встановите " "/proc/sys/kernel/yama/ptrace_scope на 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "Відкрити $URL?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" "Якщо ви побачите помилки під час встановлення DotNet 3.0 - просто ігноруйте " "їх" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "Цей пакунок не встановиться на Wine 1.5.21 або вище" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" "Якщо ви побачите помилки під час встановлення DotNet 3.5 - просто ігноруйте " "їх" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" "Якщо ви побачите помилки під час встановлення DotNet 3.5 SP1 - просто " "ігноруйте їх" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" "Якщо ви побачите помилки під час встановлення DotNet 4.0 - просто ігноруйте " "їх" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "Встановлюється робоче середовище DirectX" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "Завантажується gecko..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "Встановлюється Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "Завантажується Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "Увага: GFWL може бути вже встановлено.\\nПримусове перевстановлення." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "Встановлюються бібліотеки Linuxtrack-wine..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "Встановлюються бібліотеки mfc42..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "Встановлюються бібліотеки msasn1..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "Будь ласка, зачекайте поки Steam завантажується..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" "Будь ласка зачекайте поки $APPLICATION_TITLE завантажує Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "Встановлюється робоче середовище Visual Basic" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "" "Увага: vcrun2005 може бути вже встановлена.\\nПримусове перевстановлення." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "" "Увага: vcrun2008 може бути вже встановлена.\\nПримусове перевстановлення." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Встановлення VCRun2008 може не вдатися з-за того, що ваша версія PlayOnLinux " "застара. Будь ласка оновіться." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "" "Увага: vcrun2010 може бути вже встановлена.\\nПримусове перевстановлення." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "" "Встановлення VCRun2010 може не вдатися з-за того, що ваша версія PlayOnLinux " "застара. Будь ласка оновіться." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "Завантаження..." #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "Встановлення DLL-бібліотеки wintrust..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "Встановлюються бібліотеки Xact..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "Встановлюються бібліотеки Xinput..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "Встановлюється XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "Шрифти Microsoft" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "Шрифти від Miсrosoft не встановлено; Я встановлю їх для вас." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " Ліцензію перекладено на вашу мову " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" "Ці шрифти надано компанією Microsoft\\n\"у інтересах кросплатформової " "сумісності\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "Це вже не так, але вони усе ще доступні від третіх осіб." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" "Ви можете вільно завантажити та використовувати ці шрифти,\\nоднак ви не " "можете змінювати їх форму,\\nвключаючи змінювання ім’я файлу або формату " "упаковки." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " Оригінальна ліцензія " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "Будь ласка, прочитайте та прийміть наступне:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "Завантажуються шрифти" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "Завантажується: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "Встановлення шрифтів" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "Встановлюється: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "Очищення" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "Шрифти від Microsoft успішно встановлено." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "Вилучається Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" "Для продовження PlayOnLinux повинен відмонтувати компакт-дисковий пристрій, " "до цього примонтований з опцією \"Показати приховане\" (\"unhide\")" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" "Потрібен доступ до системи від ім’я суперкористувача (root). Для цього зараз " "буде запит паролю суперкористувача. Ці команди PlayOnLinux виконає від ім’я " "суперкористувача:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "Будь ласка, прочитайте уважно" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" "Для продовження PlayOnLinux повинен перемонтувати компакт-дисковий пристрій " "з опцією \"Показати приховане\" (\"unhide\")" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "Скасувати встановлення" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "Зробити ptrace() доступною глобально" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "Я профіксив це своїми силами, просто перевірте ще раз" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "Для продовження роботи програмі потрібен доступ до ptrace():" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "Операцію скасовано користувачем" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "Будь ласка, вставте перший диск" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" "Прочитайте уважно!\\n\\nКоли інсталятор $TITLE попрохає змінити компакт-" "диск, будь ласка, поверніться до цього вікна $APPLICATION_TITLE" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "" "Коли інсталятор попрохає вставити компакт-диск номер $CDNumber, натисніть " "\"Далі\" (\"Next\").\\n\\nНе натискайте \"Далі\" (\"Next\") до цього!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "Тепер вставте компакт-диск номер $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "Тепер Ви можете повернутися до вікна інсталяції $TITLE й продовжити" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "Будь ласка не запускайте $TITLE після закінчення інсталяції." #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "Будь ласка, виберіть файл з ім’ям Pro Evolution Soccer 2013.msi" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "Будь ласка, зачекайте, поки $TITLE буде встановлено" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE успішно встановлено" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" "Коли Desura закінчить завантаження $TITLE,\\nНЕ натискате \"Грати\" " "(\"Play\").\\n\\nПОВНІСТЮ закрийте інтерфейс Desura,\\nщоб інсталяційний " "скрипт зміг продовжити свою роботу" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "Зачекайте, підготовка до встановлення..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте диск №2 у Ваш дисковий пристрій,\\nякщо це ще не " "зроблено." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте диск №3 у Ваш дисковий пристрій,\\nякщо це ще не " "зроблено." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" "Будь ласка, виберіть інсталяційний файл $TITLE. НЕ запускайте Reaper після " "закінчення встановлення." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "Якщо гра падає при запуску, відкрийте термінал та наберіть:\\necho 0|sudo " "tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "Захист компакт-диска цієї гри не може коректно працювати з Wine." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE встановлено!\\n\\nПримітка:\\n1)Перезавантажте Wine\\n2)Встановіть " "правильний пристрій виводу у налаштуваннях звуку Wine\\n3)Насолоджуйтеся!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "Ви можете стягнути інсталяційний файл $TITLE звідси:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "Примітка" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" "Це дозволить Вам встановити Sacrifice, а потім стягнути та встановити для " "нього патч №3. Не запускайте гру, поки патч не встановлено." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "Під час встановлення, будь ласка, зніміть галки\\n\"Встановити Bonjour для " "Windows\" (\"Install Bonjour for Windows\") та \"Автоматично оновлювати " "Safari\" (\"Automaticaly update Safari\")." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "Зачекайте, поки ми витягуємо $TITLE дані для гри." #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "Будь ласка, виберіть версію файлу інсталяції, призначену для MS-DOS:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "Виберіть завантажений ZIP-файл тут" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "Розпакування Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "Вибачте, але цей файл не є правильним ZIP-архівом" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "Якщо гра видає помилку часу виконання, відкрийте термінал й наберіть:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "Будь ласка, знайдіть програму встановлення (Launcher.exe)" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "Будь ласка, виберіть ім’я віртуального диска" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" "Якщо Ви бажаєте встановити $TITLE на інший віртуальний диск,\\nзапустить " "інсталятор ще раз" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "Зараз почнеться встановлення \"Horse Armor Pack\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "Зараз почнеться встановлення \"Knights of the Nine\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "Зараз почнеться встановлення \"Mehrunes Razor\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "Зараз почнеться встановлення \"Orrery\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "Зараз почнеться встановлення \"Spell Tomes\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "Зараз почнеться встановлення \"Thieves Den\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "Зараз почнеться встановлення \"Vile Lair\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "Зараз почнеться встановлення \"Wizard Tower\"..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" "Коли Steam закінчить завантаження $TITLE, НЕ НАТИСКАЙТЕ на кнопку " "\"Грати\"!\\n\\nПОВІНІСТЮ закрийте Steam, \\n щоб скрипт зміг продовжити " "свою роботу." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" "Якщо в Вас немає доповнення \"Тримтячий острів\"(\"Shivering Isle\"),\\" "nпотрібно оновити гру перед її використанням." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "Це доповнення автоматично оновить гру до версії1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" "Коди, що потрібні, щоб вийти з першої темниці, можна знайти у\\" "nдокументації. Клацніть правою кнопкою миші на піктограмі гри \"Прочитати " "керівництво\" (\"Read the manual\"), пункти 4-5." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" "Гра не зможе стартувати, поки Ви не встановите " "/proc/sys/kernel/yama/ptrace_scope в 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "Доповнене Видання" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "Звичайне Видання" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" "Коли інсталятор попрохає вас вставити наступний диск,\\nнатисніть на \\" "\"Далі\\\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "Будь ласка, вставте носій в ваш дисковий пристрій" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "Гра не встановлена" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "Ласкаво просимо у інсталятор версії $PVERSION для $TITLE" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "Ця гра - вже покращеної версії\\nй потребує лише патчу 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "Виберіть перший патч (Оновлення EE (EE Upgrade)) для застосування" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "Виберіть другий патч (1.5) для застосування" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Зачекайте поки завантажується патч №1...\\nЦя операція може зайняти деякий " "час, який залежить від вашого з’єднання." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Зачекайте поки завантажується патч №2...\\nЦя операція може зайняти деякий " "час, який залежить від вашого з’єднання." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Зачекайте поки завантажується патч №3...\\nЦя операція може зайняти деякий " "час, який залежить від вашого з’єднання." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" "Зачекайте поки завантажується патч №4...\\nЦя операція може зайняти деякий " "час, який залежить від вашого з’єднання." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "Завантаження закінчено.\\nПочинається встановлення патчів" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" "Встановлення vcrun2008 та wininet й вимикання d3d9 та d3d8, щоб примусити " "гру використовувати OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" "Під час встановлення, будь ласка, відмовтеся від усіх драйверів для " "контролерів NI та звукових інтерфейсів. Вони не потрібні, й встановлення " "закінчиться з помилкою, якщо залишити їх вибраними." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "Для роботи $TITLE повинна бути встановлена локаль ja_JP.utf8" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "Використовувати англомовний патч графічного інтерфейсу?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE успішно встановлено.\\n\\nЯкщо гра падає на старті, відкрийте " "термінал та виконайте:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "Ви бажаєте відкрити сайт $TITLE?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" "Версія, яку містить компакт-диск, застаріла. Не забудьте оновити $TITLE, щоб " "коректно запускати його з $APPLICATION_TITLE" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" "Зараз у переглядачі відкриється сторінка, завантажте патч й розпакуйте його." #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "Увага: коли встановлення успішно закінчиться, завантажиться патчер. Будь " "ласка, закрийте патчер перед входженням у гру або закінчіть оновлення, щоб " "успішно закінчити встановлення. Після цього, коли встановлення буде " "закінчено, Ви зможете запустити \"$TITLE\"." #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "Будь ласка вставте ігровий носій 1 у Ваш дисковий пристрій,\\n" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте другий диск з грою у Ваш дисковий пристрій,\\nякщо ви ще " "цього не зробили." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте третій диск з грою у Ваш дисковий пристрій,\\nякщо ви ще " "цього не зробили." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте четвертий диск з грою у Ваш дисковий пристрій\\nякщо ви " "ще цього не зробили." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" "Будь ласка, вставте п’ятий диск з грою у Ваш дисковий пристрій\\nякщо ви ще " "не зробили цього." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "Перенесення файлів з Диска 1" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "Будь ласка, вставте \"$TITLE\" диск 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "Перенесення файлів з Диска 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" "Будь ласка, виберіть БІЛЬШЕ ОПЦІЙ (MORE OPTIONS) а потім зніміть прапорець з " "ЗАПУСТИТИ \"$TITLE\" ПІСЛЯ ВСТАНОВЛЕННЯ (UN \"$TITLE\" AFTER INSTALLATION). " "Якщо ви цього не зробите, встановлення не вдасться!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "Бажаєте встановити $TITLE щоб синхронізувати ваш USB-пристрій?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "" "На дану мить Wine не підтримує USB. Ви не зможете синхронізувати ваші " "яблучні пристрої за допомогою $APPLICATION_TITLE. Вибачте." #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "Будь ласка, виберіть 32 бітову версію iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "Будь ласка, виберіть інсталяційний файл $TITLE. НЕ ЗАПУСКАЙТЕ rFactor після " "закінчення встановлення. Встановіть DirectX коли вас попрохають. " "Переконайтеся у тому, що встановлено 32 бітову роздільну здатність коли " "з’явиться вікно конфігурації." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "Повідомити про ваду" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Будь ласка, надайте як найбільше відомостей та деталей, у протилежному " "випадку допомогти Вам буде дуже складно." #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Цей майстер допоможе Вам повідомити про помилку у офіційно підтримуваній " "програмі." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "Ваша версія $APPLICATION_TITLE застаріла.\\nПеред відправленням повідомлення " "про помилку потрібно оновити $APPLICATION_TITLE.\\nДякуємо" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "В мене виникла проблема з програмою" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Моя проблема відноситься до $APPLICATION_TITLE як до такого" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "Якого типу проблема що виникла?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "Не прикріплювати лог файл" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "Ручна інсталяція" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Автоматичне встановлення" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Виберіть лог, що відноситься до Вашої програми." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "Будь ласка, дайте дуже короткий опис (заголовок, суворо англійською)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Будь ласка, дайте опис Вашої проблеми зрозуміло та чітко (суворо " "англійською):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Вибачте, але потрібен детальний опис." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "" "Дякуємо!\\n\\nВаш звіт відіслано.\\n\\nМи постараємося відповісти на нього " "якнайшвидше" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "Утиліта для створення віртуальних дисків" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Ласкаво просимо у майстер створення віртуальних дисків $APPLICATION_TITLE.\\" "n\\nЦей інструмент допоможе Вам створити новий віртуальний диск" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Якого типу віртуальний диск Ви бажаєте створити" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Якщо цей перелік порожній, будь ласка, встановіть одну з версій Wine за " "допомогою керування версіями Wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Яку версію Wine Ви бажали б використовувати?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Виберіть ім’я віртуального диска" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "Виконати локальний сценарій" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Цей майстер допоможе Вам запустити неофіційний скрипт інсталяції " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Виберіть коректний скрипт $APPLICATION_TITLE для запуску." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Помилка!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Файл не знайдено!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "Веб-сайт PlayOnLinux недоступний." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\nБудь ласка, переконайтеся що Ви під’єднані до інтернету." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "Будь ласка, прочитайте це уважно" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION встановлено на ваш комп’ютер." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "" "Однак, він не буде активований, поки Ви не перезавантажите комп’ютер." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "Будь ласка, перезапустіть комп’ютер зараз, й запустіть PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "Будь ласка, прочитайте це уважно" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "Щоб переконатися, що Ваші ігри сумісні, PlayOnMac встановить XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "Для роботи PlayOnMac потрібно встановити XQuartz" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Не встановлювати XQuartz зараз" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "Файл завантажено програмою самостійно" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "Будь ласка, завантажте XQuartz" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "Завантаження XQuartz" #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "Де" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "Встановлення XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz встановлено." #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "" "Не вдалося встановити XQuartz! Його потрібно встановити для покращення " "сумісності ігор." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "Типове налаштування віртуального диска" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE створює віртуальний жорсткий диск Windows" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE Перші кроки" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE закінчує приготування" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "Будь ласка, переконайтеся, що ви під’єднані до Інтернету." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "Схоже, це перше використання \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "Цей майстер допоможе Вам підготувати оточення $APPLICATION_TITLE" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "Помилка під час інсталяції шрифтів" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "Насолоджуйтеся $APPLICATION_TITLE" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "Інсталятор Gecko для $APPLICATION_TITLE" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "Інсталятор Mono для $APPLICATION_TITLE" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Цей майстер допоможе вам встановити Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "у оточенні $APPLICATION_TITLE" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Налаштування додатку $APPLICATION_TITLE" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Ви впевнені, що бажаєте перервати усі активні додатки $APPLICATION_TITLE?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "Майстер створення ярликів $APPLICATION_TITLE" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Будь ласка, виберіть програму для пакунку" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Створення ярлика" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Ярлик був розміщений на стільниці" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Копіювання віртуального диска" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Автостарт" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "В autorun.inf не знайдено шлях для встановлення" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Ласкаво просимо у майстер ручної інсталяції $APPLICATION_TITLE!\\n\\nЦей " "скрипт теоретично дозволить Вам встановити будь-яку програму на $APPLICATION " "й використовувати усі її можливості.\\n\\nУвага: ми не можемо гарантувати, " "що Ваш додаток буде працювати бездоганно." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Встановити програму на новий віртуальний диск" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "Редагувати або оновити додаток що існує" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "Що ви бажаєте зробити?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Будь ласка, уведіть ім’я віртуального диска Вашої програми.\\nВоно не " "повинне містити пробілів." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "Будь ласка, виберіть програму" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "Використовувати іншу версію Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "Налаштування Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "Встановити додаткові бібліотеки" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "Якщо Ви не знаєте, що потрібно вибрати, зніміть усі прапорці" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "Що Ви бажаєте зробити перед встановленням?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "Будь ласка, зробіть свій вибір" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Пошук компакт-дисків що запускаються" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "Виберіть інший файл" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "Будь ласка, виберіть шлях встановлення програми" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "Будь ласка, виберіть інсталятор для запуску." #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "Потрібно вибрати файл!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE встановлює Ваш додаток..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE менеджер пакунків: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "Використання: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\tВиберіть файл:" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " або " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\tРозпакувати пакунок" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\tВстановити пакунок" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\tПоказувати це повідомлення" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "Виберіть пакунок для встановлення" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "Керування пакунками PlayOnLinux" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "Не вдалося знайти файл: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " не є коректним пакунком PlayOnLinux!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "Цей файл: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " не існує!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "Витягування: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "Запуск..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "Очищення..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" "Це - перелік скриптів, які ви нам надіслали. Ви можете запустити один з них" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "Схоже, в Вас немає персональних скриптів" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" "Якщо Ви успішно встановили програму за допомогою опції \"Встановити програму " "не з переліку\" (\"Install a non-listed\\nsoftware\"), це дозволить додати " "програму у перелік" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "Ці інструменти дозволять Вам допомогти нам:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "" "Зараз ми Вас дещо запитаємо, будь ласка, відповідайте як найточніше й " "детальніше" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "Виберіть файл, що відноситься до Вашої програми." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "Ваша програма запускається?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "Як називається програма?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "Хто видавник вашої програми?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "Хто автор сайту вашої програми?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "Аксесуари" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "Розвиток" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "Навчання" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "Ігри" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "Графіка" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "Інтернет" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "Мультимедіа" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "Офіс" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "Інше" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "Латки" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "Виберіть категорію для програми" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "Тестування" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "" "Які особливості програми не працюють?\\nЯкщо все працює, будь ласка, " "напишіть про це" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "Запишіть усі зміни, які Ви внесли у конфігурацію Wine:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "Ця програма повинна запускатися!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "Запустіть один з ваших персональних скриптів" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "Надішліть нам працюючий скрипт, створений під час ручної інсталяції" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "Вийти" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "Ви під’єднані до онлайн-середовища $APPLICATION_TITLE як $POL_LOGIN" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "" "Ви успішно вийшли з онлайн-середовища $APPLICATION_TITLE\\nТепер це вікно " "можна закрити" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Зупиняються процеси на віртуальному диску..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "Вибір піктограми" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "Будь ласка, виберіть файл піктограми" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "Неприпустиме розширення файлу" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "це не розширення файлу піктограми" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "Редактор реєстру" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "Вбити префікс усіх процесів" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "Оновити wineprefix" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "Симулювати перезавантаження Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" "Використовуйте додаткову втулку конфігурації Wine (Advanced Wine " "Configuration)" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Використовувати майстер налаштування PlayOnLinux для" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "Змінити піктограму" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "Використовувати WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "Будь ласка, виберіть виконувану дію" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Що ви бажаєте зробити?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "Будь ласка, виберіть CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Виберіть CD-ROM для витягування..." #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "Будь ласка, виберіть програму для запуску" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE налагоджувач запускається..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" "$PACKAGE припинив свою роботу.\\nНатисніть \"Налагодження\" (\"Debug\"), щоб " "взнати подробиці." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE припинив свою роботу." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "Ласкаво просимо у помічник $APPLICATION_TITLE!\\nВін допоможе Вам встановити " "$file на Ваш комп’ютер.\\n\\nУвага! Ця програма офіційно не підтримується " "$APPLICATION_TITLE.\\nВідповідно, вона може працювати не так, як чекаєте." #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "Як називається Ваша програма?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE встановлює $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE запускає Вашу програму" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE аналізує Ваш додаток" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Ви бажаєте, щоб $APPLICATION_TITLE встановив його для Вас автоматично?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Ми визначили, що програма, яку Ви бажаєте встановити - це:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "" "$APPLICATION_TITLE вже запускала цю програму.\\nЗберегти існуючі " "налаштування?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "Деінсталятор $APPLICATION_TITLE" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Будь ласка, виберіть програму для вилучення" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Для продовження клацніть Далі." #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Цей майстер допоможе Вам вилучити програму: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "Вилучення..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " успішно вилучена." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Не вдалося знайти ярлик" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "Майстер автоматичного оновлення $APPLICATION_TITLE" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Оновлення $APPLICATION_TITLE з GIT-сховища..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Ви бажаєте оновити й перезапустити $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Вже встановлена найновіша версія." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE виявила помилку. Якщо програма не працює так, як " "потрібно, це може бути причиною проблеми.\\nДетільнішу інформацію можна " "знайти у інтернеті за адресою: www.$POL_DNS" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE виявила помилку. Якщо програма, яку Ви встановлюєте, не " "працює так, як потрібно, це може бути причиною проблеми.\\nДетільнішу " "інформацію можна знайти у інтернеті за адресою: www.$POL_DNS" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE виявила критичну помилку. $APPLICATION_TITLE перерве " "процес інсталяції.\\nДетальнішу інформацію можна знайти у інтернеті за " "адресою: www.$POL_DNS" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Будь ласка, зачекайте, поки створюється віртуальний диск..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження " "Windows..." #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "Встановлення змінної Program Files" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ця функція недоступна в оточенні PlayOnLinux" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "Увага!\\n\\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\\n\\" "nЦей скрипт не проходив процедуру схвалення PlayOnLinux, й PlayOnLinux не " "відповідає за нього.\\nБудь ласка, переконайтеся, що знаєте, що робите!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Тут знаходиться джерельний код скрипта. Перевірте його уважно" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "Увага!\\n\\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\\n\\" "nЦей скрипт не проходив процедуру схвалення $APPLICATION_TITLE, й " "$APPLICATION_TITLE не відповідає за нього.\\nБудь ласка, переконайтеся, що " "знаєте, що робите!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "Зовнішня бібліотека" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "Тут знаходиться джерельний код скрипта. Перевірте його уважно" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "Створення ярлика..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Ви бажаєте вилучити віртуальний диск:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Цей файл розташований на диску з файловою системою FAT32.\\nЗ-за цього Wine " "може не працювати.\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Цей файл розташований на диску з файловою системою NTFS.\\nЗ-за цього Wine " "може не працювати.\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Цей файл розташований на файловій системі у користувацькому просторі " "(FUSE).\\nЗ-за цього Wine може не працювати.\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Цей файл розташований на диску, примонтованому без прав на виконання.\\nЗ-за " "цього Wine може не працювати.\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "Перевірка втулки: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "Нові: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "Оновлення втулки. Попередня: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "Інсталяція втулки: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Виконуваний файл не знайдено: $BINARY\\nПереконайтеся, що обрано типову теку " "встановлення програми." #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Невистачає вільного місця для завантаження :\\n$URL ($neededSpace KБ)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Будь ласка, зачекайте поки стягується $APPLICATION_TITLE:" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "Під час завантаження сталася помилка." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "Повторити спробу?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Помилка! Файли не збігаються\\n\\nЛокальний: $LOCAL_MD5\\nНа сервері : " "$SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z не встановлений, будь ласка, переконайтеся що 7zip встановлений й " "спробуйте знову" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Не вдалося розташувати ${dest} з ${archive}" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Витягування ${filename} з ${archivename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "Розмір витягнутого файлу не збігається!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "Копіювання ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "Розмір файлу не збігається!" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Нажаль, $APPLICATION_TITLE $VERSION надто застарів, й продовжити неможна.\\" "nПотрібен $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Увага: Ви запускаєте $APPLICATION_TITLE $VERSION.\\nДля того, щоб " "продовжити, рекомендовано $APPLICATION_TITLE $NEEDED." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профіль" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " на Ваш комп’ютер." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " буде встановлено у: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "Щоб почати клацніть Далі" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "Інсталятор наданий: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "Програма створена: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "Цей майстер допоможе Вам встановити " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Ласкаво просимо у інсталятор $APPLICATION_TITLE." #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "Одна або декілька програм відсутні. Будь ласка, встановіть їх та запустіть " "скрипт ще раз." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "Помилка" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Де примонтований Ваш компакт-диск?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "Оновити" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "Читання Вашого пристрою" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Помилка: не вдалося виявити CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Не забудьте перед стартом гри виконати PlayOnMac tools menu -> Read a PC CD-" "Rom" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Будь ласка, зачекайте поки $APPLICATION_TITLE копіює файли:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Сканування віртуального диска..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "Скільки пам’яті у вашій видеокартці?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "В вас замало відеопам’яті" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "В вас замало відеопам’яті!\\nГра може не працювати" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "Використовувати версію з крамниці Steam" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "Використовувати демо-версію з крамниці Steam" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "Використовувати версію з крамниці Desura" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "Використовувати демо-версію з крамниці Desura" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "Використовувати версію з крамниці Origin" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "Використовувати демо-версію з крамниці Origin" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "Використовувати інсталятор з мого комп’ютера" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "Використовувати CD-ROM(s)" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Використовувати DVD-ROM(s)" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "Завантажити програму" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "Будь ласка, виберіть метод інсталяції" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "Я не бажаю створювати інший ярлик" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "Перегляд" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Під’єднатися до Вашого облікового запису $APPLICATION_TITLE" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Під’єднання" #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Не вдалося під’єднатися!\\n\\nБудь ласкаа, переконайтеся, що ім’я " "користувача та пароль правильні." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Будь ласка, зачекайте поки $APPLICATION_TITLE вивчає Ваше обладнання." #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "Виберіть основну відеокартку для звіту:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Схоже, Wine перервала роботу.\\n\\nЯкщо Ваша програма працює, просто не " "звертайте уваги на це повідомлення." #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "Не вдалося знайти версію: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "Завантаження Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "Схоже, завантаження не вдалося." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "Витягування Wine..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Перезаписати (зазвичай працює, але не гарантовано)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Стерти (вміст віртуального диска буде знищено)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Цільовий віртуальний диск $PREFNAME вже існує:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Будь ласка, зачекайте поки $SOFTNAME встановиться..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Будьте обережні!! Це вб’є процес встановлення. Якщо він не був закінчений, " "Вам доведеться перевстановити $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "Інсталяція закінчена" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Натисніть далі лише коли процес інсталяції буде закінчено" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" "Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження." #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "Увага:\n" "\n" "Ця утиліта призначена для досвідчених користувачів.\n" "Щоб повністю вилучити програму з {0}, потрібно вилучити пов’язаний з нею " "віртуальний диск" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "Загальні" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "Зробити новий ярлик з цього віртуального диска" #: python/configure.py:201 msgid "Name" msgstr "Ім’я" #: python/configure.py:202 msgid "Wine version" msgstr "Версія Wine" #: python/configure.py:203 msgid "Debug flags" msgstr "Прапорці діагностики" #: python/configure.py:205 msgid "Virtual drive" msgstr "Віртуальний диск" #: python/configure.py:207 msgid "Arguments" msgstr "Параметри" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "Запустити майстер конфігурації" #: python/configure.py:248 msgid "Windows reboot" msgstr "Перезавантаження Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "Відновити віртуальний диск" #: python/configure.py:265 msgid "Command prompt" msgstr "Командний рядок" #: python/configure.py:272 msgid "Task manager" msgstr "Диспетчер завдань" #: python/configure.py:280 msgid "Kill processes" msgstr "Вбити процеси" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Деінсталлятор Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Будьте обережні! Встановлення одного з цих компонентів може пошкодити Ваш " "віртуальний диск." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "Встановлення" #: python/configure.py:395 msgid "Open program's directory" msgstr "Відкрити директорію програми" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "Відкрити директорію віртуального диска" #: python/configure.py:560 msgid "GLSL Support" msgstr "Підтримка GLSL" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Рендер Direct Draw" #: python/configure.py:562 msgid "Video memory size" msgstr "Розмір відеопам’яті" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Режим рендерингу Offscreen" #: python/configure.py:564 msgid "Render target mode lock" msgstr "Надайте цільовий режим блокування" #: python/configure.py:565 msgid "Multisampling" msgstr "Мультисемплінг" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "Суворий порядок відмальовування" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "Відкрити консоль" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "Виконати файл .exe на цьому віртуальному диску" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "Команда, що виконується перед запуском програми" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "Будьте обережні!\n" "Якщо ви зміните " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "Налаштування {0}" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "Будь ласка, виберіть програму або віртуальний диск для налаштування" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "Новий" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "Вилучення" #: python/configure.py:696 msgid "Install components" msgstr "Встановлення компонентів" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "Екран" #: python/configure.py:698 msgid "Miscellaneous" msgstr "Різне" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "Цей віртуальний диск захищено" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Ви впевнені, що бажаєте вилучити віртуальний диск {0}?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "Ви впевнені, що бажаєте вилучити {0}?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "Налагоджувач {0}" #: python/debug.py:50 msgid "Please select a debug file" msgstr "Будь ласка, виберіть файл налагодження" #: python/debug.py:76 msgid "Locate this logfile" msgstr "Вкажіть розташування лог-файлу" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "Цей файл називається : {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "Віртуальні диски" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "Повідомити про проблему, пов’язану з {0}" #: python/debug.py:206 msgid "Install scripts" msgstr "Встановити скрипти" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Помилка: Не вдалося зарезервувати діючий порт" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "Увага: будь ласка, спочатку використовуйте POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} Майстер" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "Скасувати" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "Далі" #: python/guiv3.py:166 msgid "I Agree" msgstr "Я згоден" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "Показати віртуальні диски" #: python/guiv3.py:188 msgid "Login: " msgstr "Логін: " #: python/guiv3.py:189 msgid "Password: " msgstr "Пароль: " #: python/guiv3.py:192 msgid "Register" msgstr "Реєстрація" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "Мб завантажено" #: python/guiv3.py:288 msgid "of" msgstr "з" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "Ви не зможете закрити це вікно" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "Немає опису" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "Пошук" #: python/install.py:252 msgid "Include:" msgstr "Включаючи:" #: python/install.py:263 msgid "No-cd needed" msgstr "Потрібен патч бездискового запуску (no-cd)" #: python/install.py:270 msgid "Commercial" msgstr "Комерційний" #: python/install.py:304 msgid "Install a non-listed program" msgstr "Встановити програму що відсутня у переліку" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "Коли {0} встановлюєте програми для Windows:\n" "\n" " - Залишайте типовий шлях встановлення\n" " - Не встановлюйте прапорець \"Запустити програму\", якщо це сказано." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "Програма знаходиться на стадії випробування.\n" "\n" "Вона може працювати не так, як очікується. Ваші відклики, як позитивні, так " "і негативні, особливо важливі для подальшого вдосконалення цього інсталятора." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Ця програма містить захист від копіювання (DRM), несумісний з режимом " "емуляції.\n" "Єдиний спосіб обійти це - використовувати патч бездискового запуску \"no-" "cd\", але, так як це може бути використано з піратською метою, ми не надаємо " "ніякої підтримки з цього питання" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "Активуючи цю опцію, ви отримуєте доступ до тестованих інсталяторів.\n" "\n" "{0} не може гарантувати вам, що ваші додатки будуть працювати без проблем." #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "Увімкнувши цю опцію, Ви отримаєте доступ до інсталяторів програм, що містять " "захист від копіювання (DRM), несумісний з режимом емуляції.\n" "Єдиний спосіб обійти це - використовувати патчі бездискового запуску \"no-" "cd\", але, оскільки це може бути використано з піратською метою, ми не " "надаємо ніякої підтримки з цього питання." #: python/irc.py:137 msgid "Send" msgstr "Надіслати" #: python/irc.py:138 msgid "Connect" msgstr "З'єднатися" #: python/irc.py:139 msgid "Disconnect" msgstr "Роз’єднати" #: python/irc.py:140 msgid "Leave" msgstr "Закінчити роботу" #: python/irc.py:227 msgid "Join a channel" msgstr "Приєднатися до каналу" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "Балачка" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" "Якщо ви закриєте це вікно, ви не зможете прочитати нові повідомлення. Ви " "впевнені що бажаєте закрити вікно?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "Нажаль, ця людина не бажає отримувати особисті повідомлення" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "Вибачте, сервіс повідомлень {0} на дану мить недоступний.\n" "\n" "Спробуте повторити спробу пізніше." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Відсутня програма для запуску .{0} файлів." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} помилка" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "Веб-сайт {0} недоступний. будь ласка, перевірте інтернет-з’єднання." #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "Оновлення {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "Доступна оновлена версія {0}" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "Запуск" #: python/mainwindow.py:200 msgid "Donate" msgstr "Пожертвувати" #: python/mainwindow.py:201 msgid "Exit" msgstr "Вийти" #: python/mainwindow.py:205 msgid "Small icons" msgstr "Маленькі піктограми" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "Середні піктограми" #: python/mainwindow.py:207 msgid "Large icons" msgstr "Великі піктограми" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "Дуже великі піктограми" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "Керування версіями Wine" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "Закрити усі програми {0}" #: python/mainwindow.py:240 msgid "{0} console" msgstr "Консоль {0}" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "Балачка {0}" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "Файлові асоціації" #: python/mainwindow.py:273 msgid "About {0}" msgstr "Про {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "Менеджер втулок" #: python/mainwindow.py:331 msgid "File" msgstr "Файл" #: python/mainwindow.py:333 msgid "Tools" msgstr "Утиліти" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "Налаштування" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "Втулки" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "Закрити" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "Налаштувати" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "Відкрити у директорії додатку" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "Прочитати керівництво" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "Встановити піктограму" #: python/mainwindow.py:600 msgid "Close this application" msgstr "Завершити цей застосунок" #: python/mainwindow.py:611 msgid "KillApp" msgstr "KillApp" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "Не знайдено керівництво користувача для {0}" #: python/mainwindow.py:721 msgid "Install a program" msgstr "Встановити програму" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "Оновити GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "Інструкції з оновлення" #: python/mainwindow.py:741 msgid "Debug" msgstr "Налагодження" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "Повідомити про проблему" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "Створити ярлик" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "Відкрити директорію" #: python/mainwindow.py:755 msgid "Save" msgstr "Зберегти" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "Вилучити" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "Будь ласка виберіть програму" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} параметри" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} меню інсталяції" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} менеджер версій Wine" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Віртуальный диск, пов’язаний з {0} ({1}), більше не існує." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "Ви впевнені, що бажаєте закрити усі вікна {0}?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "Запустити Windows програми на " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Команда PlayOnLinux й PlayOnMac\n" "Під ліцензією GPL версія 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "Раозробник та вебсайт: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "Розробники сценарію: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "Пакувальник: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "Піктограми:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "У роботі над програмою приймали участь: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "Переклад:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" "Alex Toorchyn, Aymeric PETIT, Igor Seryogin, Max_ym, Quentin PÂRIS, Микола " "Ткач (Stuartlittle1970@gmail.com), UaHummer, Vlad Golubev. Детально - у " "файлі TRANSLATORS" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} не може запустити сервер встановлювальних вікон PlayOnLinux." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} не може знайти {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (з {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "Потрібно встановити його, щоб продовжити" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "Потрібно встановити його, щоб використовувати {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} НЕ передбачається запускати з правами адміністратора. Вибачте" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не може виявити 32bits OpenGL бібліотеки.\n" "\n" "Ви можете відчувати проблеми з запуском Ваших ігор" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не може виявити 64bits OpenGL бібліотеки.\n" "\n" "Ви можете відчувати проблеми з запуском Ваших ігор" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Ваша файлова система перешкоджає коректній роботі {0}.\n" "Запустіть {0} у терміналі, щоб отримати подробиці." #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "Бажаєте допомогти {0} у створенні бази сумісності пристроїв?\n" "\n" "Якщо Ви погодитеся, наступна інформація буде анонімно надіслана нам при " "перших запусках програм Windows:\n" "\n" "- Модель відеокартки\n" "- Версія ОС\n" "- Чи встановлені драйвери для відеокартки.\n" "\n" "\n" "Ця інформація є надзвичайно цінною для нас щоб ми могли допомагати людям." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "Ви справді бажаєте встановити пакунок {0}?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Ви намагаєтеся відкрити скриптову конструкцію для {0}! Вона може працювати " "не так, як передбачається..." #: python/options.py:116 msgid "Proxy configuration" msgstr "Конфігурація проксі" #: python/options.py:129 msgid "Set a proxy" msgstr "Використовувати проксі" #: python/options.py:132 msgid "Proxy address" msgstr "Адреса проксі" #: python/options.py:135 msgid "Proxy port" msgstr "Проксі порт" #: python/options.py:138 msgid "Proxy login" msgstr "Логін проксі" #: python/options.py:141 msgid "Proxy password" msgstr "Пароль до проксі" #: python/options.py:188 msgid "Installed plugins" msgstr "Встановлені втулки" #: python/options.py:206 msgid "Add" msgstr "Додати" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "Увімкнути" #: python/options.py:210 msgid "Choose a plugin" msgstr "Вибрати втулку" #: python/options.py:263 msgid "What is the extension?" msgstr "Яке розширення?" #: python/options.py:275 msgid "Assigned program" msgstr "Призначена програма" #: python/options.py:277 msgid "Delete" msgstr "Вилучити" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "Ви впевнені, що бажаєте встановити: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "Ви впевнені, що бажаєте вилучити: " #: python/options.py:334 msgid "Disable" msgstr "Вимкнути" #: python/options.py:375 msgid "Apply" msgstr "Застосувати" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "Вам потрібно перезапустити {0}, щоб зміни було застосовано." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "Встановлені версії Wine: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "Доступні версії Wine: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Версії Wine" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "Ви справді бажаєте вилучити wine {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} не може запустити POL_SetupWindow_server." playonlinux/lang/po/zh_CN.po000066400000000000000000005410241226051336100163450ustar00rootroot00000000000000# Chinese (Simplified) translation for playonlinux # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-11 12:43+0000\n" "Last-Translator: 赵驰 \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "你想将修改应用到哪个应用程序上?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "这个插件会允许你在 PlayOnLinux 上捕捉应用程序." #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "捕捉菜单(OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "捕捉菜单(非OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "开始捕捉应用程序" #: Capture plugin:7 msgid "Play a captured file" msgstr "播放捕捉文件" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "将捕捉文件转换为视频" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "点击\"下一步\"然后点击\\n你想捕捉的窗口.\\n捕捉会自动在5秒钟后开始.\\n只有视频会被捕捉到." #: Capture plugin:10 msgid "Capture will begin..." msgstr "捕捉即将开始......" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "按下+F8来开始或停止捕捉" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "按下+F8来停止捕捉" #: Capture plugin:13 msgid "Capture in progress..." msgstr "正在捕捉..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "选择要执行的动作" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "请选择一个要播放的 PID 捕捉文件" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "请选择一个要播放的 OGV 捕捉文件" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "请选择一个要转换的捕捉文件" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "你必须选择一次捕捉以读取" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "你必须选择一次捕捉以转换" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "请稍等, 正在创建 PlayOnLinux 图标 ..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "在视频中加入 PlayOnLinux 图标吗?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "警告: 为了得到正常的视频编码,\\n分辨率必须是16的倍数" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "Ubuntu 用户必须添加 MEDIBUNTU 软件仓库\\n来正常使用这个转换格式。" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "选择转换的视频格式" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "定义第一轮的编码设置 \\n (如果不知道怎么做, 请保留默认值)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "定义第二轮的编码设置 \\n (如果不知道怎么做, 请保留默认值)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "定义第二轮的编码设置 \\n (如果不知道怎么做, 请保留默认值)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "请稍等, 你的视频转换中" #: Capture plugin:29 msgid "Conversion done" msgstr "转换完成" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "选择一个要修改的设置" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "所有" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "您必须选择一个游戏以修改" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "欢迎使用 Wine 的高级配置, 此可视化系统由 GNU_Raziel 制作.如果您不知道如何配置,请保持默认值" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "选择一个游戏" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "您没有选择游戏" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "选择 DirectDraw 渲染模式?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "激活 GLSL 支持?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "确认选择 Offscreen 渲染模式?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "确认选择渲染目标锁定模式?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "确认激活抗锯齿支持?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "确认激活鼠标经向覆盖?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "优化完成" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "欢迎使用 Detour, 该插件可以使您在安装后创建快捷方式." #: Detour plugin:5 msgid "Choose an application" msgstr "选择一项应用" #: Detour plugin:6 msgid "Operation done" msgstr "操作已完成" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "请插入载有游戏的介质." #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "请选择要运行的安装文件" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "当从 Steam 下载完 $TITLE ,请不要点击运行.\\n\\n完全关闭 Steam 界面,以便安装脚本继续执行." #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "注意: 如要注册, 请在弹出请求注册的窗体时, 拖曳你的注册文件至 $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "注意: 对于低延迟音频, 参见 WineASIO." #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "此为补丁或升级安装程序;\\n请先安装 $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "当从 Steam 下载完 $TITLE , 请不要点击运行.\\n\\n完全关闭 Steam 界面, 以便安装脚本继续执行." #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "若 .NET 3.0 安装失败, 请勿担心\\n游戏仍可运行" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "您不需要安装 DirectX 或使用 GLSetup." #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "请选择要运行的安装文件。" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "请耐心等待 ..." #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "安装完成." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "请插入载有游戏的介质." #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "请选择要运行的安装文件:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam 有其自己的自动更新系统" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "选择要执行的补丁" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "若安装仍未完成,\\n请继续插入载有游戏的介质" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam 有其自己的自动更新系统" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "请插入载有游戏的介质." #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "当安装程序询问下一张磁盘时,点击\"前进\"" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "请插入下一张载有游戏的介质" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "欢迎使用 $TITLE_REQUIRED 的补丁 $PVERSION 安装程序" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "请先安装 $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "英文版" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "国际版" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "意大利文版" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "日文版" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "您有何种版本?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "游戏未安装" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "本插件自动安装补丁 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "选择要执行的第一个补丁" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "选择要执行的第二个补丁" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "北美版" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "本插件自动安装补丁 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "英国版" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "若用 Wine 运行该游戏, 则您必须禁用反盗版保护" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "请注意! 如有正规发行版本, 为了能用 $APPLICATION_TITLE 运行 $TITLE, 您需要安装免 CD 补丁.\\n\\n注意 " "$APPLICATION_TITLE 强烈反盗版, 不提供此支持." #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "若用 Wine 运行该游戏, 则您必须禁用反盗版保护" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "年度版本游戏" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "常规版" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "欢迎使用 $TITLE 的 $PVERSION 补丁安装程序" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "警告: GameShadow 不能工作.\\n安装时请勿选此项." #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "下载完成后, 请勿忘记关闭 Steam ,\\n以便 $APPLICATION_TITLE 继续安装游戏." #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam 即将升级.\\nSteam 完成更新后会显示登录界面, 登录并安装 $TITLE.\\n\\n安装完成时, 点选下一步(勿关闭 Steam)" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "Steam 正在安装 $TITLEW, 安装完成时, 点选下一步" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "Steam 正在安装 $TITLEBTS, 安装完成时, 点选下一步" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam 正在安装 $TITLECOL, 安装完成时请正确退出 Steam(保证 Steam 不在系统托盘内), 并点选下一步是安装脚本继续工作" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "安装已完成\\n\\n在首次使用时, 游戏可能会崩溃, 但不用担心, 多试几次即可." #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "Steam 即将升级.\\nSteam 完成更新后会显示登录界面, 登录并安装 $TITLE.\\n\\n安装完成时, 点选下一步" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "选择游戏语言" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "请等待语言包配置 ..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "欢迎使用 $TITLE 的补丁 $PVERSION" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "请耐心等待下载补丁...\\n此过程需要消耗的时间视您的网络连接状况而定" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "安装正在进行 ..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "英语" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "法语" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "德语" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "您要安装那个语言版本的?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "注意: 此安装需要 CD, 若你下载过 EA 分发的免费 ISO 镜像, 请烧录成 CD 或 DVD 再插入光驱. 对于某些软件, 可以加载 ISO " "镜像代替光盘, 但这里不行." #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "注意: 安装完成后会加载补丁. 登录完成安装前, 请关闭补丁. 上述过程完成后, 即可运行 \"$TITLE\"" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 1." #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "请等待安装程序就绪 ..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 2." #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "请选择从 $EDITOR 网站下载的安装文件" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "$TITLE 已安装好.\\n\\n特别感谢 Erich Hoover 的 wine 补丁 (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "若连接时出现错误 3007, 打开终端输入:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "当 Steam 还原 $TITLE 完成时, \\n不要点击运行.\\n\\n完全关闭 Steam 界面,\\n以便安装脚本继续." #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "当 Steam 下载 $TITLE 完成时, \\n不要点击运行.\\n\\n完全关闭 Steam 界面,\\n以便安装脚本继续." #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "若安装程序请求安装 DirectX, 回答否." #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "欢迎使用 $TITLE_REQUIRED 的可下载资料片安装程序" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "该插件自动升级游戏至版本 1.03" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "询问下一张碟片时, 点击\"前进\"" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "您不能将阴影等级调至最高,\\n否则您需要重新安装该游戏." #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "您想用浏览器打开 $TITLE 的下载页吗?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "请插入第一张碟片" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "请插入第二张碟片" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "在安装过程中, 请不要选择 ASIO4ALL 的选项, 安装结束时, 取消选中\"运行 FL Studio\"的选项。" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "注意: 对于低延迟音频, 参见 WineASIO. 您的MIDI控制器应该可以按预期工作." #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "若安装未完成请插入碟片 3" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "若安装未完成请插入碟片 4" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "Steam 游戏未装好时, 请勿点击\"前进\" ,否则您可能需要重新执行安装程序." #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "欢迎安装 $TITLE 的可下载资料片" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "选一个可下载资料片安装" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "最小安装(702MB), 含 18 个过场动画" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "完整安装(1.5GB), 含 49 个过场动画" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "您想安装何种版本?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "请等候 $TITLE 的安装" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "解压缩文件 ..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "安装归档文件出错" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "修正补丁已经安装; 别忘了为 Setz 的贡献致信." #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "编辑器" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "安装该脚本需要 ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "视频转换中 ..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "首次运行游戏会自动检测可用的渲染器.\\n很可能OpenGL渲染表现得更好;\\n点击\"显示全部磁盘\"可以修改该项" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "以安全模式运行 $TITLE ?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "找不到程序目录" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "关卡编辑器" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "您还要额外创建哪些快捷方式?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "默认的视频设置有一点点慢,\\n记得在高级视频设置中点击\"自动检测\" ." #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "由于 wine 对于三重缓冲不能完整支持, 请考虑关闭此项功能." #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "专用服务器编辑器" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "访问那里?" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "您可以从下列地址下载到归档文件:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "专用服务器" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "语言设定" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "西班牙语" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "您想使用何种语言?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "巴西语(纯文字)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "荷兰语(纯文字)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "意大利语(纯文字)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "西班牙语(纯文字)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "箭头键(默认)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "标准键盘配置" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "未改变" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "出厂默认设置" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "高质量(Entropy 设置)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "视觉质量" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "你想在 GOG.com 论坛读取原始线程吗?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "解压文件出错" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "补丁已激活, 可通过 PlayOnLinux 的向导设置.\\n别忘了在 GoG 论坛给 Zenger 留言!" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "运行 $TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "检查启动器中分辨率是否改变(最终设置为\"HI-RES\")." #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "专用服务器" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "需要开始一新游戏以在文档中找到代码;\\n右击游戏图标, \"阅读手册\"." #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "如果难以分辨主菜单和背景, 请在图形选项中禁用 FOG." #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(窗口模式)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "编码轮" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "您是否安装有语言包?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "以后再说" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "否" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "是" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "若稍后安装一语言包" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" "强烈建议安装 the Circle of Eight Mod 包以解决本游戏的诸多问题, \\n同时选增新内容(对于 \"NC\" mod 包).\\" "n在补丁部分使用专用 PlayOnLinux 脚本." #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "你必须将 mod 包装入以下文件夹:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "出现提示时, 请选择任意 3 个图标" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "临时文件夹丢失" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" "Two Worlds 控制面板来自 InsideTwoWorlds 社区,\\n使得你可以调整本游戏的参数并管理 mod \\n是否安装?" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "控制面板" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "重要提示:\n" " \\n\\n在接下来的安装窗口, 不要单击选项按钮, 它会弄乱语言选择." #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "首次运行游戏会自动检测可用的渲染器.\\n很可能OpenGL渲染表现得更好." #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "选择游戏语言" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "选择游戏分辨率" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" "您可以选择游戏模式:\\n1)窗口模式:\\n全部在游戏窗口中进行.\\n\\n2)全屏模式:\\n占据整个屏幕.\\n\\n\\n\\n您选哪种?" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE 已安装" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "请插入 DVD" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "由于 wine 的 bug #30512, 下载经常崩溃, 重新开始就行, 会断点续传; 不过下载百分比要从零开始." #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "选择 $TITLE 的安装文件. 安装过程中, 取消所有额外要安装的驱动程序:" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "检测到 Steam 已安装, 您希望安装此游戏到同意虚拟磁盘上吗?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "升级 $TITLE" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "选择 $TITLE 的安装文件. 安装结束不检查 Img Burn 的运行:" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "注意: POL 绝不纵容盗版. 请以其他方式运行 $TITLE" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "虚拟盘 $PREFIX 中未找到可执行文件 $EXE" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "未找到支持的 Infinity 引擎的游戏" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "所有支持的 Infinity 引擎游戏已打补丁.\\n可用配置管理器改变其屏幕分辨率." #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "您想要安装 Inno Setup 的 unicode 版吗?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "注册库文件, 请稍等(要等一会儿的)" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "glxinfo 未安装. 请安装 mesa-utils 包" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "使用官方下载器不能安装, 抱歉" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "警告: 安装完成时, 你千万不要勾选复选框\"运行 $TITLE\"" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "您现在桌面上应该有一个 League of Legends 目录, 其中有安装程序. 您可以保存之, 以便重新安装" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "请插入游戏碟片 1" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "请插入游戏碟片 2" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "数字豪华版" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "您有哪个版本?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" "此过程将安装让您查看 .doc 和 .docx 格式文件的 Microsoft Office $TITLE, 但是你将无法对进行编辑. " "此计划用于显示复杂 .doc 或 .docx 文件. 如果你要编辑此类文件, 最好使用 LibreOffice 或一些其他的编辑器。 " #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "$TITLE 已成功安装\\n\\n如果一已有的 Windows 组织你的程序运行, 你需要重新安装 $TITLE" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "何种形式激活?" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "输入许可证服务器的地址!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "输入许可证服务器的端口!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" "许可证服务器的数据是否正确?\\n这些值能否被添加到注册表中?\\n\\n许可证服务器名称: $licenseServerName\\" "n许可证服务器端口: $licenseServerPort" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" "$TITLE 应该被激活了.\\n也许启动 $TITLE 两次是必要的: \\n一次初始化, 一次注册.\\n\\n只需启动, 关闭并重新启动 " "$TITLE!" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "$TITLE 未安装.\\n\\n请使用 $TITLE 安装脚本!" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "检视哪些内容您想附加安装:" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "复制安装文件中, 请等待 ..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "Demo 版" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "请选择版本" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "检查碎片完整性 ..." #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "检查下载的完整性 ..." #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "下载失败" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "下载似乎已损坏" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "重试?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "未指定root命令, 中止安装." #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" "PlayOnLinux/PlayOnMac 的理念是从不问超级用户密码, 然而这个脚本是强制性的. 所以, 我们给你的指令, 你必须自己输入去安装:" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "文件扩展名未指定, 跳过本地应用程序连接." #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "请阅读该文件" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "下载的 GOG 文件放到哪里?" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "请您登录 gog.com 下载 $BASENAME" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com 登录失败, 是否重试?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "该文件可以被更新. 如果问题仍然存在, 请考虑报告该问题, 从而使脚本进行调整." #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "你想从 GOG.com 下载 $TITLE?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "安装 Adobe Air" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "安装 DirectX 9 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "安装 DirectX 10 dlls..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "安装 DirectX 11 dlls..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "请等待 Desura 下载 ..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "安装 DirectMusic" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "这个软件包不能在64位环境工作" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "该包不支持 wine 1.3.22 或更低的版本" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "该包不支持 wine 1.3.18 或更低的版本" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "包安装程序失败, 除非你设置 /proc/sys/kernel/yama/ptrace_scope 为 0" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "现在打开 $URL?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "如果 DotNet 3.0 安装过程中你看到出错信息, 你可以忽略它们, 没有问题" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "该包不可安装于 wine 1.5.21 或更高的版本" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "如果 DotNet 3.5 安装过程中你看到出错信息, 你可以忽略它们, 没有问题" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "如果 DotNet 3.5 SP1 安装过程中你看到出错信息, 你可以忽略它们, 没有问题" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "如果 DotNet 4.0 安装过程中你看到出错信息, 你可以忽略它们, 没有问题" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "安装 DirectX 运行库" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "下载 gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "安装 Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "下载 Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "警告: GFWL 似乎已经安装.\\n强制重新安装." #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "安装 Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "正在安装 mfc42 DLLs..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "正在安装 msasn1 DLL..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "请等待下载 Steam ..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "请等待 $APPLICATION_TITLE 下载 Ubisoft Game Launcher" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "安装Visual Basic运行库" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "警告: vcrun2005 似乎已安装.\\n强制重新安装." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "警告: vcrun2008 似乎已经安装.\\N强制重新安装." #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "VCRun2008 可能无法安装, 因为您的PlayOnLinux版本太旧. 请更新." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "警告: vcrun2010 似乎已经安装.\\N强制重新安装." #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "VCRun2010 可能无法安装, 因为您的PlayOnLinux版本太旧. 请更新." #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "正在安装 wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "安装 Xact dlls..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "安装 Xinput dlls..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "正在安装 XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "微软字体" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "微软字体未安装; 下面将为您安装." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr " 协议被译为当前语言 " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "字体由微软提供\\n\"in the interest of cross-platform compatibility\"." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "情况已不再如此,但第三方仍然提供可用支持。" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "您个人可以免费下载并使用这些字体,\\n但不能以任何变种再发行这些字体,\\n包括改名和改变封装形式." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr " 原许可证 " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "请阅读并接受以下所述:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "下载字体" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "下载: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "安装字体" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "安装: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "清除" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "微软字体已经成功安装" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "移除 Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "Game For Windows Live 未安装\\n跳过安装环节." #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "若要继续, 需要 PlayOnLinux 先卸载您的 CD-ROM , 再取消隐藏选项进行加载。" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "我们需要有管理员权限访问您的计算机. 因此, 你的根密码会被问到. 这里是 PlayOnLinux 将以管理员权限运行的命令:" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "请仔细阅读" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "若要继续, PlayOnLinux 需要取消隐藏的选项, 重新挂载您的 CD-ROM." #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "取消安装" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "全局启用 ptrace()" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "让 wineserver 有可执行能力" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "我自己已修复它, 只是重新测试" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "该程序需要访问的 ptrace() 以进行" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "用户中止" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "请插入第一张碟片" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "仔细阅读!\\n\\n$TITLE 安装程序要求你改变你的光驱时, 请回到 $APPLICATION_TITLE 的窗口" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "当安装程序要求您插入光盘 $CDNumber, 单击下一步.\\n\\n在此之前, 不要点击下一步!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "现在, 插入光盘 $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "现在, 你可以回到 $TITLE 安装窗口继续安装" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "当从 Desura 下载完 $TITLE ,请不要点击运行.\\n\\n完全关闭 Desura 界面,以便安装脚本继续执行." #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "安装程序正在准备 ..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 2." #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 3." #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "请选择 $TITLE 的安装文件. 安装完成后不要运行收割 Reaper." #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "注意: 对于低延迟音频, 参见 WineASIO. 建议用低延迟的音频接口. 您的MIDI控制器应该可以按预期工作." #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" "注意: 首次运行时注册窗口会隐藏在 Reason 标识背后, 用鼠标右击任务栏项并点击移动. 如果音库无法复制且输入注册码后程序崩溃的话, 取出光盘, " "然后重新插入并尝试再次运行. 如果行不通, 将需要手动复制音库到 Reason 的虚拟盘. 数字下载应该不会有这个问题." #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "如果游戏在启动时崩溃, 打开一个终端, 然后键入:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "该游戏的光盘保护不能在 Wine 下正确运行." #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" "$TITLE 已安装!\\n\\n注意!\\n1)重启酒 wine\\n2)在 wine 的音频设置中设置正确的输出设备\\n3)玩得开心!" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "您可以在这里下载 $TITLE 安装文件:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "注意" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "该程序会帮你安装 Sacrifice, 并下载安装其补丁 #3. 补丁安装好之前, 请勿启动游戏." #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" "安装过程中, 不要选择\\n\"Install Bonjour for Windows\" 和 \"Automaticaly update " "Safari\"." #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "请选择 MS-DOS 版本的安装文件:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "选择一下子的 ZIP 文件" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "解压缩 Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "对不起, 这不是可用 .zip 文件" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "如果你在运行游戏时有运行库错误, 打开一个终端, 输入:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "请选择一个虚拟盘" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "若您想在另外的虚拟盘安装 $TITLE , 请再运行该安装程序" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" "在 Steam 安装 Terraria. 运行 Terraria 时,Steam 会安装游戏.Steam 安装 xna 框架游戏. 关闭 Steam, " "以便安装程序可以继续." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" 将要开始安装 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "如果你没有\"Shivering Isle\"插件\\n则在使用它之前, 你必须更新此游戏." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "当从 Steam 下载完 $TITLE ,请不要点击运行.\\n\\n完全关闭 Steam 界面,以便安装脚本继续执行." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "如果你没有\"Shivering Isle\"插件\\n则在使用它之前, 你必须更新此游戏." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "这个插件会自动升级游戏至 1.2.0416." #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "退出第一地牢需要的代码可以在文档中找到\\n\\n右键点击游戏图标, \"请阅读本手册\", 然后检查 4-5 页." #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "该游戏将无法启动, 除非你的设置 /proc/sys/kernel/yama/ptrace_scope 为 0" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "增强版" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "标准版" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "当游戏安装程序询问下一张盘时, 点击\"前进\"" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "请插入载有游戏的碟片" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "游戏未安装" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "欢迎使用针对 $TITLE的 $PVERSION 安装程序" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "该游戏已有增强版, 且需要补丁 1.5" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "选择执行第一个补丁(EE Upgrade)" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "选择执行第二个补丁(1.5)" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "等待补丁1下载...\\n此操作可能需要一段时间,这取决于你的网络连接." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "等待补丁2下载...\\n此操作可能需要一段时间,这取决于你的网络连接." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "等待补丁3下载...\\n此操作可能需要一段时间,这取决于你的网络连接." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "等待补丁4下载...\\n此操作可能需要一段时间,这取决于你的网络连接." #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "下载完成.\\n补丁安装即将开始" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "安装 vcrun2008 与 wininet 并禁用 d3d9 和 d3d8 dlls 来强制游戏使用OpenGL" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "在安装过程中, 请不要选择任何驱动程序的 NI 控制器和音频接口. 否则, 安装将失败." #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "必须安装 ja_JP.utf8 语言环境以使 $TITLE 工作." #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "你想启用英文的 GUI 补丁?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE 已成功安装.\\n\\n如果游戏在启动时崩溃, 打开一个终端, 然后键入:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "你想浏览 $TITLE 的网站吗?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "CD-ROM 版本已过期. 如果你想用 $APPLICATION_TITLE 正确运行 $TITLE, 不要忘记更新." #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "您的浏览器会弹出, 下载补丁; 请解压之" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" "注意: 安装完成后, 将加载该补丁. 完成更新以完成安装之前, 请关闭补丁. 在此之后. 安装程序完成后, 您可以运行\"$TITLE\"" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 1." #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 2." #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 3." #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 4." #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "若未完成安装, 请插入碟片 5." #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "从光盘 1 传输文件" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "插入\"$TITLE\" 光盘 2" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "从光盘 2 传输文件" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "请选择更多选项, 然后取消选择运行\"$TITLE\"选项后。如果你不这样做, 安装将失败!" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "你要为 $TITLE 安装 USB 设备同步?" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "Wine 不支持USB.你将不能用 $APPLICATION_TITLE 同步你的iDevices. 对此我们深表遗憾" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "请选择32位版本的iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" "请选择 $TITLE 安装文件. 安装完成后不要运行 rFactor. 如询问安装 DirectX, 点选是. 确保 rFactor 配置出现时, " "你设置了一个32位的分辨率." #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "报告一个 bug" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "请给予尽可能多的细节, 否则难以帮助您解决问题" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "该向导将帮助您报告一个正式支持程序的 bug." #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "您的 $APPLICATION_TITLE 版本是并不是最新的.\\n发送错误报告之前, 您必须更新 $APPLICATION_TITLE.\\n谢谢" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "我使用某软件有问题" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "我的问题是关于 $APPLICATION_TITLE 本身" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "您有什么问题?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "不要加入任何日志文件" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "手动安装" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "自动安装" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "选择您的软件对应的日志文件." #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "请给出一个很短的描述(标题, 限英文)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "请解释清楚你的问题(仅英文):" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "很抱歉, 我们需要详细的说明." #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "谢谢!\\n\\n您的报告已发送.\\n\\n我们将竭尽所能, 尽快通过邮件发送给你一个答案" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "虚拟盘创建器" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "欢迎使用 $APPLICATION_TITLE 的虚拟盘创建器.\\n\\n该工具将帮助你做出一个新的虚拟盘" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "你要创建什么样的虚拟盘" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "(如果此列表为空, 请用 Wine 版本管理器安装一个 Wine)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "你想用哪个版本的 Wine?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "选择虚拟盘的名字" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "运行本地脚本" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "该向导将帮助您运行一个非官方的 $APPLICATION_TITLE 脚本." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "选择一个有效的 $APPLICATION_TITLE 脚本运行." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "错误!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "文件未找到!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "PlayOnLinux 网站不可用." #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\n请确保您连接到互联网." #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "请仔细阅读" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION 已安装." #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "但是, 直到您重新启动计算机它才会被激活." #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "请重新启动您的计算机, 并运行 PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "请仔细阅读." #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "为了确保您的游戏兼容性, PlayOnMac 必须安装 XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac 需要安装 XQuartz 才能工作" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "先不要安装 XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "我已经手动下载此文件" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "请为我下载 XQuartz" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "下载 XQuartz..." #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "位置" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "安装 XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz 已安装" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "无法安装 XQuartz! 您必须安装它来提高游戏兼容性." #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "默认虚拟盘配置" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE 正在创建一个虚拟硬盘" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "$APPLICATION_TITLE 首次使用" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE 将要完成准备" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "请保证您已经连接入因特网." #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "这似乎是您第一次使用 \t$APPLICATION_TITLE." #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "该向导将帮助您配置 $APPLICATION_TITLE 环境" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "安装字体出现问题" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "享受 $APPLICATION_TITLE吧" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko 安装程序" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "$APPLICATION_TITLE Mono 安装程序" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "该向导将帮助您安装 Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "在 $APPLICATION_TITLE 环境下" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE 应用配置" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "你确定你要关闭所有活动的 $APPLICATION_TITLE 应用吗?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE 快捷方式创建器" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "请选择一个软件以打包" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "创建快捷方式 ..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "快捷方式已置于桌面上" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "复制虚拟盘" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "自动运行" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "autorun.inf 文件中未找到可执行文件位置" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "欢迎来到 $APPLICATION_TITLE 手动安装向导.\\n\\n该脚本让你可以以 $APPLICATION 安装任何程序并使用其所有工具\\" "n\\n警告: 我们无法保证您的应用程序完美地工作." #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "在新虚拟盘安装程序" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "编辑或更新现有的应用程序" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "您想做什么?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "请输入您应用程序的虚拟盘的名称.\\n此名称不应包含空格." #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "请选择一个程序" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "使用另一版本的 Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "配置 Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "安装库" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "如您不甚清楚, 请勿选" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "安装前你希望做什么?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "请选择" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "寻找可执行光盘" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "选择另外的文件" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "选择程序安装方式" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "选择要运行的安装文件" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "您必须选择一个文件" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE 正在安装您的应用程序 ..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE 包管理器: " #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "用法: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\t选择一个文件" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " 或者 " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\t解压缩包" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "\t安装包" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\t显示该信息" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "选择一个包安装" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux 包管理器" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "找不到文件: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " 不是可用的 PlayOnLinux 包!" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "该文件: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " 不存在!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "解压: " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "运行 ..." #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "清理 ..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "这是你发送给我们的脚本列表. 您可以运行其中之一" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "你似乎没有任何个人的脚本" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "如果你已经成功地点击\"安装不在列表中的软件\"按钮安装了一个程序, \\n它会允许你将此程序添加在列表中" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "这个工具将允许你来帮助我们:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "我们要问你一些问题, 请尽可能准确" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "选择你的程序对应的文件." #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "你的程序能否运行?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "程序标题?" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "程序编辑者?" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "程序官网?" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "附件" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "开发" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "教育" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "游戏" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "图形" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "网络" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "多媒体" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "办公" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "其他" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "补丁" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "为你的程序选择类别" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "测试中" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "你的程序什么功能不能工作?\\n如果一切正常, 请提一下" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "写下任何你在 Wine 配置上的变化:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "你可以运行该程序!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "运行你个人的脚本" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "发送给我们手动安装所产生的可运行的脚本" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "注销" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "您以 $POL_LOGIN身份连接到 $APPLICATION_TITLE 在线" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "您已成功退出 $APPLICATION_TITLE 在线\\n您可以安全地关闭此窗口" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "关闭此虚拟盘中的进程 ..." #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "图标选择" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "请选择一个图标文件" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "错误的文件扩展名" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "不是一个图标扩展名" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "注册表编辑器" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "杀死所有该配置下的进程" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "更新 wine 配置" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "模拟重启 Windows" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "使用高级 Wine 配置插件" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "使用 PlayOnLinux 的配置器配置" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "变更图标" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "使用 WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "选择要执行的动作" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "光盘读取器" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" "该工具将帮助您的 Mac 读取PC 的 CD-ROM.\\n\\n只有当你的 CD-ROM 是一个杂合体(兼容 Windows 和 " "MacOS)且你无法看到 Windows 的那一部分, 可以使用这个工具" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "弹出光盘" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "读光盘" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "你想做什么?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "请插入您的 CD-ROM, 当Finder中发现了您的CD-ROM 的 Mac OS部分时, 然后按下一步" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "请选择一张光盘" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "请选择要弹出的光盘" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "请选择要运行的软件" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE 调试开始 ..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "$PACKAGE 崩溃.\\n点击调试链接, 以获得更多的细节." #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE 崩溃." #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "欢迎使用 $APPLICATION_TITLE 助手.\\n它将帮助你安装 $file 到您的计算机上.\\n\\n要小心! 这个程序不是 " "$APPLICATION_TITLE 正式支持的.\\n因此, 它可能无法如预期般正常工作" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "程序名称?" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE 正在安装 $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE 正在运行你的程序" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "等待 the first-assistant 完成" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE 正在分析你的应用" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "你想 $APPLICATION_TITLE 自动为您安装?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "我们检测到您要安装的程序是:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "$APPLICATION_TITLE已经运行此程序. \\n你是否要保持原来的设置?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE 卸载" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "选定一个程序以卸载" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "点击下一步以继续" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "该向导将帮助您卸载 " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "卸载 ..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " 已经成功卸载." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "找不到快捷方式" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE 自动更新" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "从 GIT 更新 $APPLICATION_TITLE from ..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "你是否要更新并重新启动 $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "已经更新." #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE 遇到一个错误. 如果程序不能正常工作, 可能源于此问题.\\n访问 www.$POL_DNS 以得到进一步的信息" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE 遇到一个错误. 如果您安装的程序不能正常工作, 可能源于此问题.\\n访问 www.$POL_DNS " "以得到进一步的信息" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE 遇到一个致命的错误. $APPLICATION_TITLE 会停止安装进程.\\n访问 www.$POL_DNS " "以得到进一步的信息" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "请等待虚拟盘创建 ..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "请等待, $APPLICATION_TITLE 正在模拟 Windows 重新启动" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "设定 Program Files var" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "此功能在 PlayOnlinux 环境中被禁用." #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" "警告 !!\\n\\n您正试图运行的脚本签名是无效的\\n\\nPlayOnLinux 没有批准这个脚本, 不会对此负责.\\n请确保你知道你在做什么!" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "这里是脚本的源代码. 请仔细检查" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" "警告 !!\\n\\n您正试图运行的脚本签名是无效的\\n\\n$APPLICATION_TITLE 没有批准这个脚本, 不会对此负责.\\" "n请确保你知道你在做什么!" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "外部库" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "一下是脚本源代码. 请仔细查阅" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "创建快捷方式 ..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "你确定删除下列虚拟盘:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "以下文件位于 FAT32 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "以下文件位于 NTFS 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "以下文件位于 fuse 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "以下文件位于不可挂载的文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "检查插件: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "新建: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "更新插件. 当前版本: " #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "安装插件: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "二进制文件未找到: $BINARY\\n是否已安装程序到默认位置?" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "空间不足:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "请等待下载 $APPLICATION_TITLE :" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "下载时出错了." #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "您需要重试吗?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "错误! 文件不匹配\\n\\n本地: $LOCAL_MD5\\n服务器: $SERVER_MD5" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z没有被安装, 请检查是否已安装7zip, 然后再试一次" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "从 ${archive} 定位 ${dest} 失败" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "从 ${archivename} 提取 ${filename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "提取出的文件大小不匹配!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "复制 ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "文件大小不匹配" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "对不起, $APPLICATION_TITLE $VERSION 太旧, 不能继续.\\n$APPLICATION_TITLE $NEEDED 是必需的." #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "警告: 您正在运行 $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED 建议继续." #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR 简介" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " 在你的计算机上." #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " 将被安装于: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "点击下一步以开始" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "安装程序来源于: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "该程序作者为: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "该向导将帮助您安装 " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "欢迎使用 $APPLICATION_TITLE 安装向导" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "一个或多个程序失踪. 请安装它们, 并再次运行该脚本." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "错误" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "你的 CD-ROM 挂载到了哪里?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "刷新" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "读取设备" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "错误: 找不到 CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" "$TITLE 需要读取混合 CD-ROM 的 PC 部分的.\\n\\n默认情况下, MacOS 只给你访问 CD-ROM 的 Mac OS 部分, " "这可能与最新版本的 Mac OS 不兼容.\\n\\n你想 PlayOnMac 尝试读取您 CD 的 PC 部分吗?" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "不要忘记在运行游戏前去 PlayOnMac 工具菜单 - > 读取光盘" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "请等待, $APPLICATION_TITLE 正在复制文件:" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "扫描虚拟盘 ..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "你的显卡显存多大?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "显卡容量不足" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "你的显卡容量不足!\\n这将阻止游戏运行" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "使用 Steam 商店版" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "使用 Steam 商店 demo 版" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "使用 Desura 商店版" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "使用 Desura 商店 demo 版" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "使用 Origin 商店版" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "使用 Origin 商店 demo 版" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "实用本地计算机中的安装文件" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "使用 CD-ROM" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "使用 DVD-ROM" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "下载程序" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "请选择安装方法" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "我不需要其他快捷方式了" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "浏览" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "连接你的 $APPLICATION_TITLE 账号" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "连接中 ..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "连接失败 !\\n请确保您的登录名和密码是有效的." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "$APPLICATION_TITLE 正在扫描您的硬件, 请稍候" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "选择要报告的主显卡:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "Wine 似乎已经崩溃\\n\\n如果你的程序正在运行, 忽略此消息" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "不能找到下列版本: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "下载 Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "下载似乎失败了." #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "解压缩 Wine ..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "覆盖(通常奏效, 但不保证)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "擦除(虚拟盘内容会消失)" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "目标虚拟盘 $PREFNAME 已存在:" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "请等待 $SOFTNAME 安装完成..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "注意! 这将终止安装进程. 若其未完成, 您需要重新安装 $SOFTNAME" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "安装已完成" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "仅当安装过程完成后按下一步" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "请等待, $APPLICATION_TITLE 正在模拟重启" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" "警告:\n" "\n" "这个工具为高级用户设计.\n" "要用 {0} 干净地卸载程序, 您必须删除相关的虚拟盘" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "概况" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "自该虚拟盘创建快捷方式" #: python/configure.py:201 msgid "Name" msgstr "名称" #: python/configure.py:202 msgid "Wine version" msgstr "Wine 版本" #: python/configure.py:203 msgid "Debug flags" msgstr "调试标志" #: python/configure.py:205 msgid "Virtual drive" msgstr "虚拟盘" #: python/configure.py:207 msgid "Arguments" msgstr "参数" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "运行配置向导" #: python/configure.py:248 msgid "Windows reboot" msgstr "重启 Windows" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "修复虚拟盘" #: python/configure.py:265 msgid "Command prompt" msgstr "命令提示符" #: python/configure.py:272 msgid "Task manager" msgstr "任务管理器" #: python/configure.py:280 msgid "Kill processes" msgstr "终止进程" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "卸载 Wine" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "小心! 下列内容的安装可能会破坏虚拟盘." #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "安装" #: python/configure.py:395 msgid "Open program's directory" msgstr "打开程序目录" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "打开虚拟盘目录" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL 支持" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "Direct Draw 渲染器" #: python/configure.py:562 msgid "Video memory size" msgstr "显存大小" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "Offscreen 渲染模式" #: python/configure.py:564 msgid "Render target mode lock" msgstr "渲染目标模式锁定" #: python/configure.py:565 msgid "Multisampling" msgstr "多重缓冲" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "严格次序回执" #: python/configure.py:576 msgid "Mouse warp override" msgstr "鼠标经向覆盖" #: python/configure.py:578 msgid "Open a shell" msgstr "打开一个 Shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "在此虚拟盘中运行可执行文件" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "在运行程序之前执行的命令" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "小心修改! " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} 配置" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "选定一个程序或虚拟盘以配置" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "新建" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "移除" #: python/configure.py:696 msgid "Install components" msgstr "安装内容" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "显示" #: python/configure.py:698 msgid "Miscellaneous" msgstr "杂项" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "该虚拟盘被保护" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "你确定删除虚拟盘 {0} ?" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "你确定删除 {0} ?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} 调试" #: python/debug.py:50 msgid "Please select a debug file" msgstr "请选择一个调试文件" #: python/debug.py:76 msgid "Locate this logfile" msgstr "定位日志文件" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "文件命名为: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "虚拟盘" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "报告关于 {0} 的问题" #: python/debug.py:206 msgid "Install scripts" msgstr "安装脚本" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "错误: 无法保留有效的端口" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "警告. 请先使用 POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} 向导" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "取消" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "下一步" #: python/guiv3.py:166 msgid "I Agree" msgstr "我同意" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "显示虚拟盘" #: python/guiv3.py:188 msgid "Login: " msgstr "登录: " #: python/guiv3.py:189 msgid "Password: " msgstr "密码: " #: python/guiv3.py:192 msgid "Register" msgstr "注册" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "MB 已下载" #: python/guiv3.py:288 msgid "of" msgstr "于" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "你不能关闭此窗体" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "无描述" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "搜寻" #: python/install.py:252 msgid "Include:" msgstr "包括:" #: python/install.py:263 msgid "No-cd needed" msgstr "不需要光盘" #: python/install.py:270 msgid "Commercial" msgstr "商业软件" #: python/install.py:304 msgid "Install a non-listed program" msgstr "安装未在列表中的程序" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "当安装一个 Windows 程序 {0}: \n" "\n" "  - 保留默认位置\n" "  - 不要勾选复选框\"运行程序\"." #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" "此程序目前在测试中.\n" "\n" "它可能不会如预期般运作. 您的反馈, 无论正面或负面, 对改善此安装程序特别重要." #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "该程序包含反复制保护(DRM)与模拟不相容.\n" "唯一的解决方法是使用\"免CD\"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持." #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" "通过启用此功能, 您将有机会获得尚在测试中的安装程序.\n" "\n" "{0} 不能确保你的应用程序没有任何问题" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" "通过启用此功能, 您将有机会获得包含反复制保护(DRM)与模拟不相容的程序的安装程序是.\n" "唯一的解决方法是使用\"免CD\"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持." #: python/irc.py:137 msgid "Send" msgstr "发送" #: python/irc.py:138 msgid "Connect" msgstr "连接" #: python/irc.py:139 msgid "Disconnect" msgstr "断开连接" #: python/irc.py:140 msgid "Leave" msgstr "离开" #: python/irc.py:227 msgid "Join a channel" msgstr "加入一个频道" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "消息" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "如果您关闭这个窗口, 你无法获取其他答复. 您确定要关闭它吗?" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "对不起, 此人不希望接收私人讯息" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" "对不起, {0} 消息服务不可用的时刻.\n" "\n" "请稍后重试" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "没有程序可以运行 .{0} 文件." #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} 错误" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} 网站不可用. 请检查网络连接" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "更新 {0}" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "版本 {0} 更新可用" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "运行" #: python/mainwindow.py:200 msgid "Donate" msgstr "捐助" #: python/mainwindow.py:201 msgid "Exit" msgstr "退出" #: python/mainwindow.py:205 msgid "Small icons" msgstr "小图标" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "中等图标" #: python/mainwindow.py:207 msgid "Large icons" msgstr "大图标" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "特大图标" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "管理 Wine 版本" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "读取光盘" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "关闭全部 {0} 软件" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} 控制台" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} 消息" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "文件关联" #: python/mainwindow.py:273 msgid "About {0}" msgstr "关于 {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "插件管理器" #: python/mainwindow.py:331 msgid "File" msgstr "文件" #: python/mainwindow.py:333 msgid "Tools" msgstr "工具" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "设置" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "插件" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "关闭" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "配置" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "打开应用程序目录" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "阅读说明" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "设置图标" #: python/mainwindow.py:600 msgid "Close this application" msgstr "关闭应用" #: python/mainwindow.py:611 msgid "KillApp" msgstr "关闭应用" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "未找到 {0} 的说明文件" #: python/mainwindow.py:721 msgid "Install a program" msgstr "安装一个程序" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "更新 GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "更新说明" #: python/mainwindow.py:741 msgid "Debug" msgstr "排除故障" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "报告一个问题" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "创建一个快捷方式" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "打开目录" #: python/mainwindow.py:755 msgid "Save" msgstr "保存" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "卸载" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "请选择一个程序" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} 设置" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} 安装菜单" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} wine 版本管理器" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "与 {0} ({1}) 关联的虚拟盘不存在." #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "你确定关闭全部 {0} 窗体?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "运行 Windows 程序于 " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux 与 PlayOnMac 小组\n" "遵循 GPL 分发协议版本 3" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "开发者与网址: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "脚本作者: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "包装者: " #: python/mainwindow.py:1093 msgid "Icons:" msgstr "图标:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "感谢以下人员对本程序做出的贡献: " #: python/mainwindow.py:1095 msgid "Translations:" msgstr "翻译:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "阅读翻译文件" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} 不能启动 PlayOnLinux Setup Window 服务器." #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} 找不到 {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (来着 {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "你需要安装...以继续" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "你需要安装 ... 以使用 {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "对不起, {0} 不能以管理员身份运行." #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 找不到 32bits OpenGL 库.\n" "\n" "运行游戏可能出现问题" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 找不到 64bits OpenGL 库.\n" "\n" "运行游戏可能出现问题" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "您的文件系统可能会阻止 {0}正常运行.\n" "\n" "请在终端中打开 {0} 以获得更多细节" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" "你想帮助 {0} 构建兼容性数据库?\n" "\n" "如果单击\"是\", 你第一次正确运行 Windows 程序时, 下面的事项会被发送匿名发送我们:\n" "\n" "- 你的显卡型号\n" "- 你的操作系统版本\n" "- 图形驱动程序是否安装\n" "\n" "\n" "这些信息有助于我们帮助大家." #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "你确定安装 {0} 包?" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "你正试图运行一个为 {0} 设计的脚本! 可能它无法正常运行" #: python/options.py:116 msgid "Proxy configuration" msgstr "代理配置" #: python/options.py:129 msgid "Set a proxy" msgstr "设置一个代理" #: python/options.py:132 msgid "Proxy address" msgstr "代理地址" #: python/options.py:135 msgid "Proxy port" msgstr "代理端口" #: python/options.py:138 msgid "Proxy login" msgstr "代理用户名" #: python/options.py:141 msgid "Proxy password" msgstr "代理密码" #: python/options.py:188 msgid "Installed plugins" msgstr "安装插件" #: python/options.py:206 msgid "Add" msgstr "增加" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "启用" #: python/options.py:210 msgid "Choose a plugin" msgstr "选择一个插件" #: python/options.py:263 msgid "What is the extension?" msgstr "扩展名是什么?" #: python/options.py:275 msgid "Assigned program" msgstr "已分配的程序" #: python/options.py:277 msgid "Delete" msgstr "删除" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "你确定要安装: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "你确定要删除: " #: python/options.py:334 msgid "Disable" msgstr "禁用" #: python/options.py:375 msgid "Apply" msgstr "应用" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "你必须重启 {0} 以使变更生效." #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "已安装的 Wine 版本: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "可用的 Wine 版本: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine 版本" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "你确定要删除 {0}?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} 不能启用 POL_SetupWindow_server." playonlinux/lang/po/zh_TW.po000066400000000000000000005116061226051336100164020ustar00rootroot00000000000000# Chinese (Traditional) translation for playonlinux # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the playonlinux package. # FIRST AUTHOR , 2011. # Bill, 2013. # Bill , 2013. msgid "" msgstr "" "Project-Id-Version: playonlinux\n" "Report-Msgid-Bugs-To: MulX \n" "POT-Creation-Date: 2013-12-23 19:00+0100\n" "PO-Revision-Date: 2013-12-15 06:49+0000\n" "Last-Translator: Bill \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n" "X-Generator: Launchpad (build 16877)\n" "Language: zh_TW\n" #: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "請問您要修改哪個程式?" #: Capture plugin:3 msgid "" "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "這個擴充元件可以幫助您取得在PlayOnLinux下的程式列表。" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "取得目錄(OpenGL)" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "取得目錄(非OpenGL)" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "開始擷取程式" #: Capture plugin:7 msgid "Play a captured file" msgstr "啟動已擷取檔案" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "把選取的檔案轉換成影片" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "請按下一步並且點選您想要\\n擷取的視窗\\n。擷取會在五秒鐘後自動進行\\n。只有影片會被擷取。" #: Capture plugin:10 msgid "Capture will begin..." msgstr "開始取得程式...." #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "按下+F8用來開始和終止獲取程式" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "按下+F8來停止取得程式" #: Capture plugin:13 msgid "Capture in progress..." msgstr "正在取得程式..." #: Capture plugin:14 msgid "Choose an action to perform" msgstr "選擇一項動作以執行" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "請選擇一個 PID capture 檔案執行" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "請選擇一個 OGV capture 檔案執行" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "請選擇一個 capture 檔案執行" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "您必須選擇一個 capture 來讀取" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "您必須選擇一個 capture 以進行轉檔" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "請稍候,正在產生PlayOnLinux的logo" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "是否在您的影片裡面加上PlayOnLinux的浮水印" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "警告:為了轉檔上的正確\\n解析度必須為16的倍數" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "Ubuntu的使用者必須先安裝MEDIBUNTU函式庫\\n以進行此轉檔作業" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "選擇要轉換的影片格式" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "定義您的編碼設定pass 1\\n(請選擇預設,如果您不曉得該如何設定)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "定義您的編碼設定pass 2\\n(請選擇預設,如果您不曉得該如何設定)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "定義您的編碼設定\\n(請選擇預設,如果您不曉得該如何設定)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "請稍候,影片正在編碼中...." #: Capture plugin:29 msgid "Conversion done" msgstr "轉檔完畢" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "選擇一個選項以修改" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "全部" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "您必須選擇一個遊戲以轉換" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "歡迎來到「進階Wine設定」,一個Wine的優化系統,使用GNU_Raziel製作,如果您不知道如何設定的話,請點選使用預設選項。" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "選擇一個遊戲" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "您並未選擇遊戲" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "是否選擇DirectDraw渲染模式?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "是否啟動GLSL支援?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "是否選擇Offscreen Rendering模式?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "是否選擇鎖定目標渲染模式?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "是否啟動多重採樣支援?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "是否啟動滑鼠綁定?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "優化完成" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "歡迎來到Detour,這是一個可以讓您建立已安裝程式連結的套件" #: Detour plugin:5 msgid "Choose an application" msgstr "選擇一個程式" #: Detour plugin:6 msgid "Operation done" msgstr "執行完畢" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:44 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:52 #: PlayOnLinux_Scripts/Assassin_s_Creed_:55 #: PlayOnLinux_Scripts/Myst_III__Exile_:36 #: PlayOnLinux_Scripts/Myst_IV__Revelation_:33 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:34 #: PlayOnLinux_Scripts/Rfactor_:36 PlayOnLinux_Scripts/Theme_Hospital_:45 #: PlayOnLinux_Scripts/Tomb_Raider__The_Last_Revelation_:34 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:30 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:36 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "請將遊戲光碟放入光碟機" #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87 #: PlayOnLinux_Scripts/Ableton_Live_8_:44 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34 #: PlayOnLinux_Scripts/Age_Of_Wonders_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:50 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:72 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:58 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:80 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:52 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:51 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:54 #: PlayOnLinux_Scripts/Alan_Wake_:75 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:81 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:80 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:79 #: PlayOnLinux_Scripts/Alt.Binz_:42 PlayOnLinux_Scripts/Amazon_Kindle_:35 #: PlayOnLinux_Scripts/Anno_1602_:53 PlayOnLinux_Scripts/Assassin_s_Creed_:67 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:96 #: PlayOnLinux_Scripts/BLAZE___mechforces_:37 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:73 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:92 #: PlayOnLinux_Scripts/Batman_Arkham_City_:73 #: PlayOnLinux_Scripts/Batman_Arkham_City_:92 PlayOnLinux_Scripts/Bioshock_:93 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79 #: PlayOnLinux_Scripts/Civilization_V_:53 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Diablo_II_:51 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/Google_SketchUp_:51 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:88 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:102 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:45 #: PlayOnLinux_Scripts/IDA_5_Pro_Free_:37 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:69 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:87 #: PlayOnLinux_Scripts/Last_Chaos_:27 PlayOnLinux_Scripts/Magicka_:75 #: PlayOnLinux_Scripts/Mass_Effect_:75 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:46 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:35 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:79 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147 #: PlayOnLinux_Scripts/Starcraft_:34 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100 #: PlayOnLinux_Scripts/Theme_Hospital_:59 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70 #: PlayOnLinux_Scripts/Worms_Reloaded_:78 #: PlayOnLinux_Scripts/Wow_Cartographe_:58 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:75 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:62 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80 #, sh-format msgid "Please select the setup file to run" msgstr "請選擇一個設定檔以執行" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48 #: PlayOnLinux_Scripts/Dishonored_:72 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:80 #: PlayOnLinux_Scripts/Mass_Effect_:68 PlayOnLinux_Scripts/Payday_2_:31 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:67 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:45 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue." msgstr "" "當 Steam 下載完 $TITLE 以後,\\n 請不要點選啟動\\n\\n。請完全關閉 Steam 的介面,\\n如此一來安裝程式才能繼續執行。" #: PlayOnLinux_Scripts/Ableton_Live_8_:52 #: PlayOnLinux_Scripts/Ableton_Live_9_:64 #, sh-format msgid "" "NOTICE: To register, when it opens asking for registration, drag-and-drop " "your reg file into $TITLE" msgstr "注意:當程式要求註冊時,拖曳您的註冊表單至 $TITLE" #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46 #, sh-format msgid "NOTICE: For low-latency audio, look into WineASIO." msgstr "注意:關於音訊延遲問題,請察看 WineASIO 說明。" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66 #, sh-format msgid "Do you want to install the 2.0a Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Forgotten_Empires_:30 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:31 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:30 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:34 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:35 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:32 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:34 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:35 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:41 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:33 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:37 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "此為一個更新或是插件的安裝檔;\\n請先行安裝 $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74 #, sh-format msgid "Do you want to install the 1.0c Patch?" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47 #, sh-format msgid "" "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0" msgstr "" #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76 #, sh-format msgid "" "Please notice that Standards Maps do not work correctly, whereas Custom Maps " "works without problems." msgstr "" #: PlayOnLinux_Scripts/Alan_Wake_:81 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:73 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:73 #: PlayOnLinux_Scripts/Alien_Swarm_:39 PlayOnLinux_Scripts/Anno_2070_Steam_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:89 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:85 #: PlayOnLinux_Scripts/Batman_Arkham_City_:85 PlayOnLinux_Scripts/Bioshock_:86 #: PlayOnLinux_Scripts/Brink_:72 PlayOnLinux_Scripts/Bulletstorm_:86 #: PlayOnLinux_Scripts/FEZ__Steam__:42 PlayOnLinux_Scripts/Far_Cry_2_:73 #: PlayOnLinux_Scripts/Half_Life_2_:115 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:95 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:95 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:109 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69 #: PlayOnLinux_Scripts/Magicka_:68 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86 #: PlayOnLinux_Scripts/Rayman_Origins_:83 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81 #: PlayOnLinux_Scripts/The_Witcher_:125 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93 #: PlayOnLinux_Scripts/Torchlight_2_Steam_:69 #: PlayOnLinux_Scripts/Worms_Reloaded_:71 #, sh-format msgid "" "When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Steam interface, \\nso that the installation script " "can continue" msgstr "" "當 Steam 下載完 $TITLE 時,\\n 請不要點選啟動。\\n\\n 請完全關閉 Steam 的介面,\\n 如此一來安裝程式才能繼續執行。" #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86 #, sh-format msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work" msgstr "如果 .NET 3.0 安裝失敗,不要擔心\\n遊戲還是會正常運作" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40 #, sh-format msgid "You dont have to install DirectX or use GLSetup." msgstr "您沒有必要安裝 DirectX 或者使用 GLSetup。" #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73 #: PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:57 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55 #: PlayOnLinux_Scripts/League_Of_Legends_:57 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/iTunes_10_:28 #, sh-format msgid "Please select the setup file to run." msgstr "請選擇設定檔以執行" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94 #: PlayOnLinux_Scripts/EVE_online_:122 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:39 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:47 #: PlayOnLinux_Scripts/POL_Function_FontsSmoothRGB_:1 #: PlayOnLinux_Scripts/POL_Function_OverrideDLL_:31 #: PlayOnLinux_Scripts/POL_GoG_download_:48 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5 #: PlayOnLinux_Scripts/SimCity_2000_:50 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156 #: lib/wine.lib:1186 #, sh-format msgid "Please wait..." msgstr "請稍候…" #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43 #, sh-format msgid "Installation finished." msgstr "安裝完成。" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47 #: PlayOnLinux_Scripts/Bioshock_:74 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:69 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:73 #: PlayOnLinux_Scripts/Wolfenstein_:48 #, sh-format msgid "Please insert game media into your disk drive" msgstr "請插入遊戲媒體至您的磁碟機" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95 #: PlayOnLinux_Scripts/Baldur_s_Gate_:88 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62 #: PlayOnLinux_Scripts/Dead_Space_2_:85 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/Dishonored_:87 #: PlayOnLinux_Scripts/Dragon_Age_2_:65 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:56 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:71 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:71 PlayOnLinux_Scripts/Fallout_3_:71 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:94 #: PlayOnLinux_Scripts/Gothic_3_:56 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:60 #: PlayOnLinux_Scripts/LIMBO_:64 PlayOnLinux_Scripts/Photofiltre_6.5.2_:21 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:63 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:72 #: PlayOnLinux_Scripts/Wolfenstein_:56 #: PlayOnLinux_Scripts/Worms_World_Party_:37 #, sh-format msgid "Please select the setup file to run:" msgstr "請選擇安裝檔以執行:" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:29 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED" msgstr "" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:47 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:48 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:42 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42 #, sh-format msgid "Steam have is own automatic update system" msgstr "Steam 有他自己的自動更新系統" #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:55 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:43 #: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:57 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:67 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:68 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:58 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:54 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:53 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:56 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:51 #: PlayOnLinux_Scripts/Red_Faction_:60 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:47 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:51 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:51 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:61 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:43 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55 #, sh-format msgid "Select patch to execute" msgstr "選擇一個修正程式以執行" #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50 #: PlayOnLinux_Scripts/Fallout___New_Vegas_:82 #: PlayOnLinux_Scripts/Gothic_3_:49 #: PlayOnLinux_Scripts/Grand_Theft_Auto___San_Andreas_:48 #: PlayOnLinux_Scripts/Rage_:79 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:47 #: PlayOnLinux_Scripts/Unreal_Tounament_3_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:87 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:76 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43 #, sh-format msgid "Please insert game media into your disk drive\\nif not already done." msgstr "如果安裝尚未完成\\n請將遊戲光碟放入您的光碟機" #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:46 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:48 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:49 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:49 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:44 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:43 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:42 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:38 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:34 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:38 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:50 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41 #, sh-format msgid "Steam have is own automatic update system." msgstr "Steam 有他自己的自動更新系統" #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60 #: PlayOnLinux_Scripts/Sacrifice_:45 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76 #: PlayOnLinux_Scripts/The_Witcher_:102 #, sh-format msgid "Please insert the game media into your disk drive" msgstr "請插入遊戲媒體至您的磁碟機" #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59 #: PlayOnLinux_Scripts/Mass_Effect_:54 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126 #: PlayOnLinux_Scripts/The_Witcher_:110 #, sh-format msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\"" msgstr "當遊戲設定要求下一張光碟時\\n 請點擊「向前」" #: PlayOnLinux_Scripts/Baldur_s_Gate_:54 PlayOnLinux_Scripts/Baldur_s_Gate_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_:67 PlayOnLinux_Scripts/Baldur_s_Gate_:72 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129 #: PlayOnLinux_Scripts/The_Witcher_:113 #, sh-format msgid "Please insert the next game media into your disk drive" msgstr "請插入下個遊戲媒體進入您的磁碟" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:27 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:28 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:28 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:30 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:30 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED" msgstr "歡迎使用 $TITLE_REQUIRED $PVERSION 插件安裝器" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:30 #: PlayOnLinux_Scripts/CivCity_Rome_Patch_1.1_:33 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:33 #: PlayOnLinux_Scripts/Dragon_Age_2_Patch_1.03_:33 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29 #: PlayOnLinux_Scripts/Wow_Cartographe_:34 #, sh-format msgid "Please install $TITLE_REQUIRED first" msgstr "請先安裝 $TITLE_REQUIRED" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49 #, sh-format msgid "English version" msgstr "English version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #, sh-format msgid "International version" msgstr "International version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52 #, sh-format msgid "Italian version" msgstr "Italian version" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55 #, sh-format msgid "Japanese version" msgstr "日本語" #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42 #, sh-format msgid "Which version do you have?" msgstr "請問您有什麼版本?" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:36 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:34 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:35 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:36 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:29 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:28 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28 #: PlayOnLinux_Scripts/Fallout_3___DLC_:27 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:28 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:27 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:27 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37 #, sh-format msgid "Game is not installed." msgstr "遊戲沒有被安裝" #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68 #, sh-format msgid "This addon automatically install patch 2.5.26461" msgstr "此插件自動安裝 patch 2.5.26461" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54 #, sh-format msgid "Select first patch to execute" msgstr "請選擇第一個 patch 以執行" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57 #, sh-format msgid "Select second patch to execute" msgstr "請選擇第二個 patch 以執行" #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52 #, sh-format msgid "US or Canadian version" msgstr "US or Canadian version" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68 #, sh-format msgid "This addon automatically install patch 1.3.5511" msgstr "此插件自動安裝 patch 1.3.5511" #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59 #, sh-format msgid "UK version" msgstr "UK version" #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine" msgstr "您如果想要透過 wine 來執行此程式,您必須關閉此遊戲的防拷保護\\n" #: PlayOnLinux_Scripts/Battlefield_1942_:44 #: PlayOnLinux_Scripts/POL_Function_NoCDWarning_:1 #, sh-format msgid "" "Be careful! To run $TITLE with $APPLICATION_TITLE, you must install a No-CD " "patch even if you have a legal version.\\n\\nPlease remember that " "$APPLICATION_TITLE is strongly against piracy, and will never support it." msgstr "" "請特別小心使用 $APPLICATION_TITLE 執行 $TITLE,您必須先安裝免光碟 patch,就算您使用的正版的程式。\\n\\n 請注意 " "$APPLICATION_TITLE 強烈反對盜版行為,而且也不支援此類行為。" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84 #: PlayOnLinux_Scripts/Dragon_Age_2_:115 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:122 #: PlayOnLinux_Scripts/Fallout_3_:110 PlayOnLinux_Scripts/Far_Cry_2_:186 #: PlayOnLinux_Scripts/The_Next_BIG_Thing_:103 #, sh-format msgid "" "You must disable anti-piracy protections of this game\\nif you want to play " "it with wine." msgstr "如果您想要透過 wine 來執行此遊戲\\n,請先關閉防拷保護。" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Fallout_3_:57 #, sh-format msgid "Game Of The Year version" msgstr "Game Of The Year version" #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70 #, sh-format msgid "Normal version" msgstr "正常版本" #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:29 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:23 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:23 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:25 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23 #, sh-format msgid "Welcome in the patch $PVERSION installer for $TITLE" msgstr "歡迎使用 $TITLE 安裝程式 patch $PVERSION" #: PlayOnLinux_Scripts/CivCity_Rome_:60 #, sh-format msgid "" "Warning: GameShadow wont work.\\nPlease de-select during installation." msgstr "警告:GameShadow 將不會執行。\\n 請在安裝的時候重新選擇。" #: PlayOnLinux_Scripts/CivCity_Rome_:64 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:64 PlayOnLinux_Scripts/Rage_:102 #: PlayOnLinux_Scripts/Rage_:110 #, sh-format msgid "" "Do not forget to close Steam when downloading\\nis finished, so that " "$APPLICATION_TITLE can continue\\nto install your game." msgstr "當下在完畢以後請別忘記關閉 Steam,如此一來 $APPLICATION_TITLE \\n將會繼續安裝您的遊戲。" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next (Do not close Steam)" msgstr "" "Steam 正在準備更新。\\n當 Steam 完成更新並顯示登入介面之後,登入並安裝 $TITLE。\\n\\n 安裝結束之後,請點擊下一步繼續。( " "請不要關閉 Steam )" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75 #, sh-format msgid "" "Steam is installing $TITLEW, press next when the installation is finished" msgstr "Steam 正在安裝 $TITLEW, 完成安裝之後,請點擊下一步。" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78 #, sh-format msgid "" "Steam is installing $TITLEBTS, press next when the installation is finished" msgstr "Steam 正在安裝 $TITLEBTS,完成安裝之後,請點擊下一步。" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81 #, sh-format msgid "" "Steam is installing $TITLECOL, please quit Steam properly when the " "installation is finished (make sure Steam is not still in the traybar) and " "then press next so that the installation script can continue." msgstr "" "Steam 正在安裝 $TITLECOL,當安裝結束以後,請正確地關閉 Steam ( 敬請確認 Steam 是否已經不在系統的通知選單上 " "),並點擊下一步,以繼續安裝程式。" #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107 #, sh-format msgid "" "Installation finished\\n\\nThe game might crash on the first attempt, but no " "worries, just try one more time." msgstr "安裝完成\\n\\n第一次嘗試時遊戲可能會當機,但不用擔心,只要再試一次。" #: PlayOnLinux_Scripts/Civilization_V_:64 #, sh-format msgid "" "Steam is about to perform an update.\\nAfter Steam finishes updating and " "shows you to the login interface, login and then let $TITLE install.\\n\\" "nWhen the installation is finished, press next" msgstr "" "Steam 正在準備更新。\\n當 Steam 完成更新並顯示登入介面之後,登入並安裝 $TITLE。\\n\\n 安裝結束之後,請點擊下一步繼續。" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #, sh-format msgid "Choose the game language you want" msgstr "選擇您所想要的遊戲語言。" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:85 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101 #, sh-format msgid "Wait while language pack is configured..." msgstr "請稍候,正在進行語言配置..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30 #, sh-format msgid "Welcome in the patch $PVERSION Installer for $TITLE" msgstr "歡迎使用$TITLE $PVERSION 版本安裝程式" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:82 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:73 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:60 #: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72 #: PlayOnLinux_Scripts/Mass_Effect_2_Patch_1.02_:58 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:66 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:55 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:66 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:103 #, sh-format msgid "" "Wait while the patch is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "請等待 patch 正在下載中... \\n 這會需要一點時間,請耐心等待。" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:74 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28 #, sh-format msgid "Installation in progress..." msgstr "正在安裝..." #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:66 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "English" msgstr "英文" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "French" msgstr "法文" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97 #, sh-format msgid "German" msgstr "德文" #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76 #, sh-format msgid "Which language version would you like to install?" msgstr "你想安裝哪一種語言的版本?" #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23 #, sh-format msgid "" "NOTE: This installer requires you to use a CD, if you downloaded the " "freeware ISO images released by EA, please burn them to a CD or DVD using " "something like Brasero, and insert into your CD drive. Mounting the ISO " "images may work with certain software, however I know that Mounty does not " "work for this." msgstr "" "注意:這個安裝程式需要使用 CD,如果您下載了免費軟體的 ISO 檔案,請使用 Brasero 或是其他類似的軟體燒入 CD 或是 " "DVD,並將其插入您的 CD 磁碟機。有些程式或許可以使用掛載的 ISO 映像檔,但是我們了解到 Mounty 並不支援。" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:47 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in to complete the installation. After " "this, you can run \"$TITLE\" when setup is done" msgstr "" "注意:在安結束後將會執行 patch ,在完成安裝程序之前,請關閉 patch 安裝程式。在所有的設定之後,您可以開始執行 $TITLE。" #: PlayOnLinux_Scripts/Dead_Space_2_:59 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:70 #, sh-format msgid "Please insert media 1 into your disk drive\\nif not already done." msgstr "如果還未完成,\\n請插入媒體 1 至您的磁碟機。" #: PlayOnLinux_Scripts/Dead_Space_2_:62 PlayOnLinux_Scripts/Dead_Space_2_:69 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:73 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:81 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:89 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:97 #: PlayOnLinux_Scripts/World_Of_Warcraft_:48 #: PlayOnLinux_Scripts/World_Of_Warcraft_:54 #: PlayOnLinux_Scripts/World_Of_Warcraft_:60 #: PlayOnLinux_Scripts/World_Of_Warcraft_:66 #: PlayOnLinux_Scripts/World_Of_Warcraft_:74 #: PlayOnLinux_Scripts/World_Of_Warcraft_:90 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:46 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:52 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:58 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:64 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:79 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:54 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:39 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:47 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60 #, sh-format msgid "Wait while the installation is prepared..." msgstr "請稍候,正在準備安裝..." #: PlayOnLinux_Scripts/Dead_Space_2_:66 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:78 #, sh-format msgid "Please insert media 2 into your disk drive\\nif not already done." msgstr "如果還未完成,\\n請插入媒體 2 至您的磁碟機 。" #: PlayOnLinux_Scripts/Diablo_III_:29 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "請選擇一個從 $EDITOR 網站下載的設定檔。" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine " "patch (AcceptEx Fix)" msgstr "$TITLE 已經安裝。\\n\\n 感謝 Erich Hoover 的 wine patch (AcceptEx Fix)" #: PlayOnLinux_Scripts/Diablo_III_:60 #, sh-format msgid "" "If you have Error 3007 on connecting, open a terminal and type:\\necho " "0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" "如果您在連線時出現 Error 3007 ,開啟終端機輸入:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Dishonored_:79 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50 #, sh-format msgid "" "When $TITLE Restore by Steam is finished,\\nDo NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue." msgstr "" "當 $TITLE 從 Steam 恢復以後,\\n 請不要點擊 Play 。\\n\\n請完全關閉 Steam 介面,\\n 如此安裝程式才能繼續進行。" #: PlayOnLinux_Scripts/DmC__Devil_May_Cry_:69 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY he Steam interface, \\nso that the installation script can " "continue" msgstr "" "當 Steam 下載完 $TITLE 之後請別點擊執行\\n\\n 請完全關閉 Steam 的介面 \\n 如此一來安裝程式將可以繼續執行。" #: PlayOnLinux_Scripts/Dragon_Age_2_:45 #, sh-format msgid "If the setup request DirectX installation, answer no." msgstr "如果安裝程式要求安裝 DirectX,請不要安裝" #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27 #, sh-format msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED" msgstr "歡迎使用 $TITLE_REQUIRED DLC 安裝程式" #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64 #, sh-format msgid "This addon automatically patch the game to version 1.03" msgstr "此遊戲插件自動 patch 到 1.03 版本" #: PlayOnLinux_Scripts/Dragon_Age___Origins_:56 #, sh-format msgid "When game setup will ask for next DVD\\nclick on \\\"Forward\\\"" msgstr "當遊戲設定要求下一張 DVD 時\\n 請點選「向前」。" #: PlayOnLinux_Scripts/Dungeon_Siege_III_:111 #, sh-format msgid "" "You must not set shadow level to its maximum\\nor you will have to delete " "and redo installation of the game." msgstr "您不能將陰影等級設定至最高等級\\n 不然的話您將會結束安裝程式,並需重新安裝遊戲。" #: PlayOnLinux_Scripts/EVE_online_:74 #, sh-format msgid "" "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ " "folder if you will use online installer.nRecommend using offline installer." msgstr "" #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "您想要使用瀏覽器開啟 $TITLE 下載頁面嗎?" #: PlayOnLinux_Scripts/EVE_online_:119 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ " "folder?n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:138 #, sh-format msgid "" "Known issues:nn1) Loading EULA on the first run can take a long (5min) " "time.nn2) The Captain's Quarters feature is broken for most (all?) users.nIf " "you crash after selecting a character try hitting escape at the login screen " "and disabling Captain's Quarters under the graphics selection.n(This feature " "is considered useless by most Eve Players.)" msgstr "" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46 #, sh-format msgid "Please insert the first game media into your disk drive" msgstr "請插入第一張遊戲媒體至您的磁碟機" #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36 #, sh-format msgid "Please insert the second game media into your disk drive" msgstr "請插入第二張遊戲媒體至您的磁碟機" #: PlayOnLinux_Scripts/FL_Studio_10_:45 #, sh-format msgid "" "During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run " "FL Studio at end of install." msgstr "安裝時,請將 ASIO4ALL 選項取消選取,並在安裝的最後取消執行 FL Studio。" #: PlayOnLinux_Scripts/FL_Studio_10_:53 PlayOnLinux_Scripts/Traktor_Pro_2_:53 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers " "should work as expected." msgstr "注意:若是有音效延遲問題,請至 WineASIO 檢查。您的 MIDI 控制器應該運作正常。" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86 #, sh-format msgid "Please insert media 3 into your disk drive\\nif not already done." msgstr "若是安裝尚未完成,\\n請插入第三個媒體至您的磁碟機。" #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94 #, sh-format msgid "Please insert media 4 into your disk drive\\nif not already done." msgstr "若是安裝尚未完成,\\n請插入第四個媒體至您的磁碟機。" #: PlayOnLinux_Scripts/Fallout_3_:67 #, sh-format msgid "" "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or " "you will have to redo the installation." msgstr "當 Steam 的遊戲安裝快要完成時,\\n 請只能點選「上一步」,不然您需要重新執行安裝程式。" #: PlayOnLinux_Scripts/Fallout_3___DLC_:22 #, sh-format msgid "Welcome in the DLC Installer for $TITLE" msgstr "歡迎來到 $TITLE DLC 安裝程式" #: PlayOnLinux_Scripts/Fallout_3___DLC_:39 #, sh-format msgid "Select a DLC to install" msgstr "請選擇一個 DLC 安裝" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50 #, sh-format msgid "Lite (702MB), fix major issues (18 cutscenes)" msgstr "Lite (702MB),修正主要問題 ( 18 段過場動畫 )" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51 #, sh-format msgid "Full (1.5GB), fix even minor issues (49 cutscenes)" msgstr "Full (1.5GB),連小的問題都有修正 ( 49 段過場動畫 )" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52 #, sh-format msgid "Which version do you want to install?" msgstr "你想要安裝哪個版本?" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:68 #: PlayOnLinux_Scripts/Toontown_Online_:26 #: PlayOnLinux_Scripts/Toontown_Online_:33 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44 #, sh-format msgid "Please wait while $TITLE is installed." msgstr "請等待,$TITLE正在完成安裝" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86 #: PlayOnLinux_Scripts/League_Of_Legends_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:63 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72 #, sh-format msgid "Decompressing archive..." msgstr "解壓縮..." #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_3_:41 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67 #: PlayOnLinux_Scripts/Universal_Extractor_:45 #, sh-format msgid "Error while installing archive" msgstr "安裝壓縮檔時發生錯誤" #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104 #, sh-format msgid "" "Advent Revising patch has been installed;\\nDont forget to leave some email " "to Setz for his work." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders__Shadow_Magic_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46 #, sh-format msgid "Editor" msgstr "編輯器" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27 #, sh-format msgid "This install script requires ffmpeg" msgstr "這個安裝腳本需要 ffmpeg" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74 #, sh-format msgid "Converting videos..." msgstr "轉換影片..." #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer;\\nYou can " "select it after clicking on \"Show all devices\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86 #, sh-format msgid "Run $TITLE in safe mode?" msgstr "在安全模式中執行 $TITLE?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47 #, sh-format msgid "Could not find program directory" msgstr "找不到程式的目錄" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58 #, sh-format msgid "The level editor" msgstr "關卡編輯器" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48 #, sh-format msgid "What extra shortcuts should be created?" msgstr "需要新增何種快捷鍵?" #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76 #, sh-format msgid "" "Default video settings are a bit low for modern computers,\\nremember to " "click on \"Auto-detect\" in advanced video settings." msgstr "預設影片設定或許對現代的電腦而言有點慢,\\n請記得點擊「自動偵測」選項來改善影片設定。" #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29 #, sh-format msgid "" "This is an installer for an update;nPlease install $TITLE_REQUIRED first" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Flatout_:50 #, sh-format msgid "" "Think about disabling triple-buffering in settings,\\nas it is not fully " "supported by Wine yet." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20 #, sh-format msgid "Dedicated Server Editor" msgstr "專用伺服器編輯器" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "Go there now?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49 #, sh-format msgid "You can download the archive file from:" msgstr "您可以從此下載檔案:" #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21 #, sh-format msgid "Dedicated Server" msgstr "專用伺服器" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "Language" msgstr "語言" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #, sh-format msgid "Spanish" msgstr "西班牙文" #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46 #, sh-format msgid "What is your preferred language?" msgstr "您偏好的語言是什麼?" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108 #, sh-format msgid "Brasilian (text only)" msgstr "Brasilian (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119 #, sh-format msgid "Dutch (text only)" msgstr "Dutch (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130 #, sh-format msgid "Italian (text only)" msgstr "Italian (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:71 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141 #, sh-format msgid "Spanish (text only)" msgstr "Spanish (text only)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159 #, sh-format msgid "Arrow keys (default)" msgstr "方向鍵 (預設)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #, sh-format msgid "Standard keyboard layouts" msgstr "標準鍵盤 layouts" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363 #, sh-format msgid "Unchanged" msgstr "不更改" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226 #, sh-format msgid "WASD (Qwerty)" msgstr "WASD (Qwerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:155 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292 #, sh-format msgid "ZQSD (Azerty)" msgstr "ZQSD (Azerty)" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365 #, sh-format msgid "Factory defaults" msgstr "恢復出廠設置" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538 #, sh-format msgid "High quality (Entropy settings)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast_:360 #, sh-format msgid "Visual quality" msgstr "視覺品質" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44 #, sh-format msgid "Do you want to read original thread in GOG.com forums?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57 #, sh-format msgid "Error while uncompressing the archive" msgstr "解壓縮壓縮檔時發生錯誤" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64 #, sh-format msgid "" "The patch can now be activated and configured from\\nPlayOnLinux s setup " "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG " "forums!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73 #, sh-format msgid "Run \\$TITLE?" msgstr "執行 \\$TITLE?" #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84 #, sh-format msgid "" "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\" "\") in the loader." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "專用伺服器" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52 #, sh-format msgid "" "The codes needed to start a new game can be found in the\\ndocumentation;\\" "nRight-click the game icon, \"Read the manual\"." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57 #, sh-format msgid "" "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in " "graphic options." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63 #, sh-format msgid "(windowed)" msgstr "(視窗)" #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20 #, sh-format msgid "Code wheel" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #, sh-format msgid "Do you have a language pack to install?" msgstr "請問有需要安裝的語言套件嗎?" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59 #, sh-format msgid "Later" msgstr "稍後" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156 #, sh-format msgid "No" msgstr "否" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38 #: python/guiv3.py:157 #, sh-format msgid "Yes" msgstr "是" #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60 #, sh-format msgid "" "To install a language pack later, open the configuration panel for the game " "in order to execute the installer into the virtual disk (Misc tab)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58 #, sh-format msgid "" "It is highly recommended to now install the Circle of Eight Modpack\\nto fix " "many issues with this game, and optionally add new content\\n(for \"NC\" " "modpacks).\\nUse the dedicated PlayOnLinux script in patches section." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60 #, sh-format msgid "Now you must install the modpack in directory:" msgstr "您現在需要安裝 mod 套件至以下路徑:" #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60 #, sh-format msgid "Please select ANY 3 icons when prompted." msgstr "請選擇任意" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47 #, sh-format msgid "temp directory missing" msgstr "temp 資料夾遺失" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79 #, sh-format msgid "" "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat " "allows you to tweak parameters and manage mods\\nfor this game. See\\" "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for " "details.\\nInstall it?" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104 #, sh-format msgid "Control Panel" msgstr "控制台" #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45 #, sh-format msgid "" "IMPORTANT:\n" " \\n\\nOn the installation window coming next, do NOT click the Options " "button, it would mess up the language selection." msgstr "" "重要提示:\n" " \\n\\n在接下來的安裝視窗,不要點擊選項按鈕,這會弄亂語言選擇。" #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68 #, sh-format msgid "" "On first run the game will autodetect available renderers.\\nIt is likely " "that you will get better performance out of the OpenGL renderer." msgstr "" #: PlayOnLinux_Scripts/Goblins_3_:21 #, sh-format msgid "Please select the game language" msgstr "請選擇遊戲語言" #: PlayOnLinux_Scripts/Gothic_3_:82 #, sh-format msgid "Choose the game resolution" msgstr "選擇遊戲的解析度" #: PlayOnLinux_Scripts/Gothic_3_:96 #, sh-format msgid "" "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works " "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll " "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?" msgstr "" #: PlayOnLinux_Scripts/Gothic_3_:110 #, sh-format msgid "$TITLE is installed" msgstr "$TITLE 已安裝" #: PlayOnLinux_Scripts/Guild_Wars_:53 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42 #, sh-format msgid "Please insert the DVD-ROM" msgstr "請插入 DVD-ROM" #: PlayOnLinux_Scripts/Guild_Wars_2_:86 #, sh-format msgid "" "Because of wine bug #30512, dowloading will often crash, just relaunch the " "client and download will resume from where it stopped. Download percentage " "reset but do not worry, it do not restart from the beginning." msgstr "" #: PlayOnLinux_Scripts/Guitar_Rig_5_:38 #, sh-format msgid "" "Please select $TITLE install file. During installation, uncheck all extra " "drivers it wants to install:" msgstr "" #: PlayOnLinux_Scripts/Half_Life_2_:56 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50 #: PlayOnLinux_Scripts/Portal_:36 #, sh-format msgid "" "Steam installation has been detected\\nwould you like to install this game " "in the same virtual drive?" msgstr "已經偵測到 Steam 安裝資訊\\n 您想要安裝此遊戲到相同的虛擬磁碟嗎?" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "更新 $TITLE 中" #: PlayOnLinux_Scripts/Hanahira_______________________:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:52 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira_______________________:56 #: PlayOnLinux_Scripts/Hanahira_______________________:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:54 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:56 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:64 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:62 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:70 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation." msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:38 #, sh-format msgid "" "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF " "INSTALLATION:" msgstr "" #: PlayOnLinux_Scripts/ImgBurn_:46 #, sh-format msgid "" "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable " "manner" msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52 #, sh-format msgid "Could not find executable $EXE in virtual disk $PREFIX" msgstr "虛擬磁碟 $PREFIX 中找不到可執行檔 $EXE" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107 #, sh-format msgid "No supported Infinity Engine game found." msgstr "" #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109 #, sh-format msgid "" "All supported Infinity Engine games already patched.\\nTo modify the screen " "resolution of a shortcut, use its configurator." msgstr "" #: PlayOnLinux_Scripts/Inno_Setup_:30 #, sh-format msgid "Do you want to install the unicode version of Inno Setup?" msgstr "你想要安裝 Inno Setup 的 unicode 版本嗎?" #: PlayOnLinux_Scripts/Internet_Explorer_6_:76 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26 #: PlayOnLinux_Scripts/POL_Install_ie6_:70 #: PlayOnLinux_Scripts/POL_Install_iv50_:8 #: PlayOnLinux_Scripts/POL_Install_xact_:49 #: PlayOnLinux_Scripts/POL_Install_xinput_:41 #, sh-format msgid "Registering libraries, please wait\\n(It can take a while)" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:42 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:45 #, sh-format msgid "" "Warning! S3TC compression is not available on your system.\\n\\nIf you have " "a free driver, you might need to install a proprietary driver \\n\\" "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you " "might get slower results" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:61 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:94 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "警告:安裝完成時, 你千萬不要勾選「運行 $TITLE」" #: PlayOnLinux_Scripts/League_Of_Legends_:107 #, sh-format msgid "" "You should now have a League of Legends directory on your desktop containing " "its installer. You may keep it to speed up reinstallations." msgstr "您現在桌面上應該有一個 League of Legends 目錄,其中有安裝程式。您可以保存他,以便重新安裝" #: PlayOnLinux_Scripts/Mass_Effect_:48 #, sh-format msgid "Please insert game media 1 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_:56 #, sh-format msgid "Please insert game media 2 into your disk drive" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #, sh-format msgid "Digital Deluxe version" msgstr "" #: PlayOnLinux_Scripts/Mass_Effect_2_:51 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:48 #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Which edition do you have?" msgstr "您有哪一個版本?" #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22 #, sh-format msgid "" "This Procedure will install Microsoft Office $TITLE, a free program that " "will let you view .doc and .docx documents, but you will not be able to edit " "them. This program is intended for users that are not able to display " "complex doc or docx documents. If you want to edit a document, use " "LibreOffice, OpenOffice or some other editor. " msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82 #, sh-format msgid "" "$TITLE has been installed successfully\\n\\nIf an installation Windows " "prevent your programs from running, you must remove and reinstall $TITLE" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27 #, sh-format msgid "Which type of activation?" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32 #, sh-format msgid "Insert address of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34 #, sh-format msgid "Insert port of license server!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37 #, sh-format msgid "" "Are the data for the license server correct?\\nCan these values be added to " "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server " "port: $licenseServerPort" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49 #, sh-format msgid "" "$TITLE should be activated now.\\nMaybe two starts of $TITLE are necessary:\\" "nOne for initialising and one for registration.\\n\\nJust start, close and " "restart $TITLE!" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54 #, sh-format msgid "" "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!" msgstr "" #: PlayOnLinux_Scripts/Mozilla_Firefox_:182 #, sh-format msgid "Check which components do you want to install additionally:" msgstr "" #: PlayOnLinux_Scripts/Myst_III__Exile_:45 #, sh-format msgid "Coping install files, please wait..." msgstr "複製安裝檔中,請稍待..." #: PlayOnLinux_Scripts/Need_For_Speed_World_:18 #, sh-format msgid "" "Register or log in and download the installation file : " "https://world.needforspeed.com/" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:29 #, sh-format msgid "" "Please uncheck \"Launch Need For Speed\" at the end of the installation box" msgstr "" #: PlayOnLinux_Scripts/Need_For_Speed_World_:42 #, sh-format msgid "" "If the download update stuck close and run until the download is complete." msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Demo version" msgstr "" #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43 #, sh-format msgid "Please select version." msgstr "請選擇版本。" #: PlayOnLinux_Scripts/POL_Download_retry_:10 #: PlayOnLinux_Scripts/POL_GoG_download_:88 #: PlayOnLinux_Scripts/POL_GoG_download_:100 #, sh-format msgid "Checking piece integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:24 #, sh-format msgid "Checking download integrity..." msgstr "" #: PlayOnLinux_Scripts/POL_Download_retry_:27 #: PlayOnLinux_Scripts/POL_GoG_download_:102 #, sh-format msgid "Download failed" msgstr "下載失敗" #: PlayOnLinux_Scripts/POL_Download_retry_:30 #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "Download seems to be corrupted" msgstr "下載似乎已損壞" #: PlayOnLinux_Scripts/POL_Download_retry_:40 #: PlayOnLinux_Scripts/POL_GoG_download_:113 #, sh-format msgid "Retry?" msgstr "要重試嗎?" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8 #, sh-format msgid "No root command specified, abording installation." msgstr "" #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17 #, sh-format msgid "" "PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, " "however, for this script, it s mandatory. So, we give you the command you " "must type yourself for this installation to go on :" msgstr "" #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10 #, sh-format msgid "" "No filename extension specified, skipping association to native application." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438 #: python/install.py:454 python/install.py:456 python/install.py:570 #: python/install.py:573 #, sh-format msgid "Please read this" msgstr "請閱讀" #: PlayOnLinux_Scripts/POL_GoG_download_:36 #, sh-format msgid "In what directory do you want to download GOG files?" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:46 #, sh-format msgid "Please enter your gog.com login to download $BASENAME" msgstr "" #: PlayOnLinux_Scripts/POL_GoG_download_:66 #, sh-format msgid "Gog.com login failed, try again?" msgstr "Gog.com 登錄失敗。是否重試?" #: PlayOnLinux_Scripts/POL_GoG_download_:104 #, sh-format msgid "" "The file could also have been updated. If the problem persists, consider " "reporting the issue so that the script can be adjusted." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_setup_:18 #, sh-format msgid "Do you want to download $TITLE from GOG.com?" msgstr "你想要從 GOG.com 下載 $TITLE嗎?" #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6 #, sh-format msgid "Installing Adobe Air" msgstr "安裝 Adobe Air 中" #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13 #, sh-format msgid "In what directory do you want to redirect user directories?" msgstr "" #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_29_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_35_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_36_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_40_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_42_:11 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11 #, sh-format msgid "Installing DirectX 9 dlls..." msgstr "安裝 DirectX 9 dlls 中..." #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11 #, sh-format msgid "Installing DirectX 10 dlls..." msgstr "安裝 DirectX 10 dlls 中..." #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11 #, sh-format msgid "Installing DirectX 11 dlls..." msgstr "安裝 DirectX 11 dlls 中..." #: PlayOnLinux_Scripts/POL_Install_desura_:16 #, sh-format msgid "Please wait while Desura is downloaded..." msgstr "請等待 Desura 下載 ..." #: PlayOnLinux_Scripts/POL_Install_directmusic_:11 #, sh-format msgid "Installing DirectMusic" msgstr "安裝 DirectMusic 中" #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet20_:11 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10 #, sh-format msgid "This package does not work on a 64-bit installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10 #, sh-format msgid "This package does not work with wine 1.3.22 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10 #, sh-format msgid "This package does not work with wine 1.3.18 or lower" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13 #, sh-format msgid "" "Package installation will fail until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15 #, sh-format msgid "Open $URL now?" msgstr "現在打開 $URL?" #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49 #, sh-format msgid "" "If you see error messages during DotNet 3.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10 #, sh-format msgid "This package fail to install with wine 1.5.21 or better" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28 #, sh-format msgid "" "If you see error messages during DotNet 3.5 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20 #, sh-format msgid "" "If you see error messages during DotNet 3.5 SP1 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18 #, sh-format msgid "" "If you see error messages during DotNet 4.0 installation, you can ignore " "them without issues" msgstr "" #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12 #, sh-format msgid "Installing DirectX runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_gecko_:101 #, sh-format msgid "Downloading gecko ..." msgstr "下載 gecko ..." #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3 #, sh-format msgid "Installing Games For Windows Live" msgstr "安裝 Games For Windows Live" #: PlayOnLinux_Scripts/POL_Install_gfwl_:28 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14 #, sh-format msgid "Downloading Game For Windows Live..." msgstr "下載 Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Install_gfwl_:33 #, sh-format msgid "" "Warning : GFWL seems to be already installed.\\nForcing reinstallation." msgstr "警告:GFWL 似乎已經安裝。\\n強制重新安裝。" #: PlayOnLinux_Scripts/POL_Install_ie8_:26 #, sh-format msgid "Choose the Internet Explorer language you want" msgstr "" #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9 #, sh-format msgid "Installing Linuxtrack-wine DLL..." msgstr "安裝 Linuxtrack-wine DLL..." #: PlayOnLinux_Scripts/POL_Install_mfc42_:12 #, sh-format msgid "Installing mfc42 DLLs..." msgstr "正在安裝 mfc42 DLLs..." #: PlayOnLinux_Scripts/POL_Install_msasn1_:11 #, sh-format msgid "Installing msasn1 DLL..." msgstr "正在安裝 msasn1 DLL..." #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "Please wait while Steam is downloaded..." msgstr "請等待 Steam 下載..." #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13 #, sh-format msgid "" "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12 #, sh-format msgid "Installing Visual Basic runtime" msgstr "" #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37 #, sh-format msgid "" "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation." msgstr "警告:vcru2005 似乎已經安裝。\\n強制重新安裝。" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37 #, sh-format msgid "" "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation." msgstr "警告:vcrun2008 似乎已經安裝。\\n強制重新安裝。" #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41 #, sh-format msgid "" "VCRun2008 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "VCRun2008 可能無法安裝,因為您的 PlayOnLinux 版本太舊。請更新。" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25 #, sh-format msgid "" "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation." msgstr "警告:vcrun2010 似乎已經安裝。\\n強制重新安裝。" #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31 #, sh-format msgid "" "VCRun2010 might fail to install because your PlayOnLinux version is too old. " "Please update." msgstr "VCRun2010 可能無法安裝,因為您的 PlayOnLinux 版本太舊。請更新。" #: PlayOnLinux_Scripts/POL_Install_wineasio_:38 #, sh-format msgid "Downloading..." msgstr "" #: PlayOnLinux_Scripts/POL_Install_wintrust_:11 #, sh-format msgid "Installing wintrust DLL..." msgstr "正在安裝 wintrust DLL..." #: PlayOnLinux_Scripts/POL_Install_xact_:14 #, sh-format msgid "Installing Xact dlls..." msgstr "安裝 Xact dlls..." #: PlayOnLinux_Scripts/POL_Install_xinput_:12 #, sh-format msgid "Installing Xinput dlls..." msgstr "安裝 Xinput dlls..." #: PlayOnLinux_Scripts/POL_Install_xmllite_:14 #, sh-format msgid "Installing XMLlite..." msgstr "正在安裝 XMLlite..." #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32 #, sh-format msgid "Microsoft fonts" msgstr "微軟字型" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7 #, sh-format msgid "" "You are free to download these fonts and use them for your own use,\\nbut " "you may not redistribute them in modified form,\\nincluding changes to the " "file name or packaging format." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20 #, sh-format msgid "Please read and accept the following:" msgstr "請閱讀並接受以下所述:" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #, sh-format msgid "Downloading fonts" msgstr "下載字型中" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:44 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #, sh-format msgid "Downloading: " msgstr "下載中 ... " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52 #, sh-format msgid "Installing fonts" msgstr "安裝字型中" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:65 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66 #, sh-format msgid "Installing: " msgstr "安裝中: " #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72 #, sh-format msgid "Cleaning" msgstr "清除" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 #, sh-format msgid "Microsoft fonts have been installed successfully." msgstr "已成功安裝微軟字型。" #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16 #, sh-format msgid "Remove Game For Windows Live..." msgstr "移除 Game For Windows Live..." #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23 #, sh-format msgid "Game For Windows Live is not installed\\nskipping uninstall routine." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with " "unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15 #, sh-format msgid "" "We need to have sudo access on your computer. Therefore, your root password " "will be asked. Here is the commands PlayOnLinux will run as root:" msgstr "" #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21 #, sh-format msgid "Please read carrefully" msgstr "請仔細閱讀" #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13 #, sh-format msgid "" "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option." msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963 #, sh-format msgid "Abort installation" msgstr "中止安裝" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Enable ptrace() globally" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "Give the capability to wineserver executable" msgstr "讓 wineserver 有可執行能力" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "I fixed it myself, just retest" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 #, sh-format msgid "The program needs access to ptrace() to proceed:" msgstr "" #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992 #, sh-format msgid "User abort" msgstr "使用者中止" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8 #, sh-format msgid "Please insert the first disc" msgstr "請插入第一張光碟" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14 #, sh-format msgid "" "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your " "cdrom, please come back to this $APPLICATION_TITLE window" msgstr "" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18 #, sh-format msgid "" "When the installer ask you to insert the cdrom number $CDNumber, click " "next.\\n\\nDo not click next before!" msgstr "當安裝程式要求您插入光碟 $CDNumber, 點擊下一步。\\n\\n在此之前,不要點擊下一步!" #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21 #, sh-format msgid "Now, insert the cdrom number $CDNumber." msgstr "現在,插入光碟 $CDNumber." #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27 #, sh-format msgid "Now you can go back to the $TITLE installation window to continue" msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24 #, sh-format msgid "" "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\"" msgstr "" #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25 #, sh-format msgid "Please select the file named Pro Evolution Soccer 2013.msi" msgstr "" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32 #, sh-format msgid "Please wait while $TITLE is installed" msgstr "請等待,$TITLE正在安裝" #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37 #, sh-format msgid "$TITLE has been successfully installed" msgstr "$TITLE已經安裝成功" #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72 #, sh-format msgid "" "When $TITLE download by Desura is finished,\\nDo NOT click on Play.\\n\\" "nClose COMPLETELY the Desura interface, \\nso that the installation script " "can continue" msgstr "" #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89 #: PlayOnLinux_Scripts/Rage_:96 #, sh-format msgid "Wait while installation is prepared..." msgstr "安裝程式正在準備 ..." #: PlayOnLinux_Scripts/Rage_:86 #, sh-format msgid "Please insert disk 2 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Rage_:93 #, sh-format msgid "Please insert disk 3 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run Reaper after install has " "finished." msgstr "" #: PlayOnLinux_Scripts/Reaper_4_:47 #, sh-format msgid "" "NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-" "latency audio interface is recommended. Your MIDI controllers should work as " "expected." msgstr "" #: PlayOnLinux_Scripts/Reason_5_:46 #, sh-format msgid "" "NOTICE: Registration window will be hidden behind Reason logo on first run; " "right-click task bar item and click MOVE. If soundbanks fail to copy and " "program crashes after entering registration code, then take out disc and " "reinsert and try to run again. If that doesnt work, you will have to " "manually copy soundbanks to Reasons virtual drive. Digital downloads should " "not have this issue." msgstr "" #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66 #, sh-format msgid "" "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72 #, sh-format msgid "" "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output " "device in wine audio settings\\n3)Have fun!" msgstr "" #: PlayOnLinux_Scripts/Runes_Of_Magic_:43 #, sh-format msgid "You can download $TITLE install file here:" msgstr "你可以在這裡下載 $TITLE 的安裝檔:" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "Note" msgstr "備註" #: PlayOnLinux_Scripts/Sacrifice_:33 #, sh-format msgid "" "This will let you install Sacrifice, then will download and install its " "patch #3. Do not launch the game until the patch is installed." msgstr "" #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64 #, sh-format msgid "" "During the install process, please deselect\\n\"Install Bonjour for " "Windows\" and \"Automaticaly update Safari\"." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:27 #, sh-format msgid "" "When installing, be sure not to let Scrolls launch automatically, so the POL " "setup can complete." msgstr "" #: PlayOnLinux_Scripts/Scrolls_:38 #, sh-format msgid "Please wait while we extract $TITLE game data." msgstr "" #: PlayOnLinux_Scripts/SimCity_2000_:43 #, sh-format msgid "Please select the MS-DOS version of setup file:" msgstr "請選擇 MS-DOS 版本的安裝檔:" #: PlayOnLinux_Scripts/Slender_:21 #, sh-format msgid "" "If you have not already downloaded the game, you will need to. You should be " "able to find it via a Google search, you will need Slender_v0_9_7.zip for " "this script to complete." msgstr "" #: PlayOnLinux_Scripts/Slender_:31 #, sh-format msgid "Select downloaded ZIP file here" msgstr "" #: PlayOnLinux_Scripts/Slender_:32 #, sh-format msgid "Extracting Slender..." msgstr "解壓縮 Slender..." #: PlayOnLinux_Scripts/Slender_:33 #, sh-format msgid "Sorry, but that was not a valid .zip file" msgstr "對不起,這是不是有效的 .zip 檔案" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:56 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP}. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:92 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_07___Amakute_Hoshikute_Torokeru_Chuu_:91 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91 #, sh-format msgid "Please locate English translation patch file" msgstr "" #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65 #, sh-format msgid "" "When the install program starts, click on ${INSTALL_JP}. When a new window " "opens, click on ${INSTALL_JP}. When installation finishes, click on " "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation." msgstr "" #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90 #, sh-format msgid "" "If you have a runtime error when running the game, open a terminal and " "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46 #, sh-format msgid "Please locate installation program (Launcher.exe)" msgstr "" #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57 #, sh-format msgid "" "When the launcher opens, click on the top button to open the installer. When " "a new window opens, click OK. When another window opens, click on the button " "with the letter N until it is installing. Wait until it is done and click " "the right button to quit. Click Next when you are done installing." msgstr "" #: PlayOnLinux_Scripts/Steam_:50 #, sh-format msgid "Please choose a virtual drive name" msgstr "請選擇一個虛擬硬碟" #: PlayOnLinux_Scripts/Steam_:88 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "若您想在另外的虛擬磁碟安裝 $TITLE, \\n請再運行該安裝程式" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "Download on Steam Store-Steam Backup Restore" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40 #, sh-format msgid "You want install with ?" msgstr "" #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42 #, sh-format msgid "Download on Steam Store" msgstr "" #: PlayOnLinux_Scripts/Terraria_:56 #, sh-format msgid "" "Install Terraria in Steam. Run the Terraria when Steam is installed the " "game. Steam install xna framework the game. Close the Steam so that the " "installer can continue." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:106 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:131 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156 #, sh-format msgid "\"Horse Armor Pack\" installation will begin..." msgstr "\"Horse Armor Pack\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:134 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159 #, sh-format msgid "\"Knights of the Nine\" installation will begin..." msgstr "\"Knights of the Nine\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:137 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162 #, sh-format msgid "\"Mehrunes Razor\" installation will begin..." msgstr "\"Mehrunes Razor\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:115 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:140 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165 #, sh-format msgid "\"Orrery\" installation will begin..." msgstr "\"Orrery\" 將開始安裝..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:143 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168 #, sh-format msgid "\"Spell Tomes\" installation will begin..." msgstr "\"Spell Tomes\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:146 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171 #, sh-format msgid "\"Thieves Den\" installation will begin..." msgstr "\"Thieves Den\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:124 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:149 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174 #, sh-format msgid "\"Vile Lair\" installation will begin..." msgstr "\"Vile Lair\" 將開始安裝 ..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:152 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177 #, sh-format msgid "\"Wizard Tower\" installation will begin..." msgstr "\"Wizard Tower\" 將開始安裝..." #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\nyou must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83 #: PlayOnLinux_Scripts/Tomb_Raider__2013__:85 #, sh-format msgid "" "When $TITLE download by Steam is finished, do NOT click on Play.\\n\\nClose " "COMPLETELY the Steam interface, \\nso that the installation script can " "continue" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97 #, sh-format msgid "" "If you do not have \"Shivering Isle\" addon\\n you must update this game " "before using it." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81 #, sh-format msgid "This addon automatically patch the game to 1.2.0416." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92 #, sh-format msgid "" "The codes needed to exit the first dungeon can be found in the\\" "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check " "pp 4-5." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34 #, sh-format msgid "" "The game will fail to launch until you set " "/proc/sys/kernel/yama/ptrace_scope to 0" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57 #, sh-format msgid "Enhanced Edition" msgstr "增強版" #: PlayOnLinux_Scripts/The_Witcher_:55 #, sh-format msgid "Standard Edition" msgstr "標準版本" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81 #, sh-format msgid "When the game setup will ask for next disk\\nclick on \"Forward\"" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84 #, sh-format msgid "Please insert nest media into your disk drive" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28 #, sh-format msgid "Game is not installed" msgstr "遊戲沒有被安裝" #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23 #, sh-format msgid "Welcome in the $PVERSION installer for $TITLE" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29 #, sh-format msgid "This game already have Enhanced Edition\\nand only need patch 1.5" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76 #, sh-format msgid "Select first patch (EE Upgrade) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79 #, sh-format msgid "Select second patch (1.5) to execute" msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104 #, sh-format msgid "" "Wait while the patch 1 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105 #, sh-format msgid "" "Wait while the patch 2 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106 #, sh-format msgid "" "Wait while the patch 3 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107 #, sh-format msgid "" "Wait while the patch 4 is downloading...\\nThis operation can take time, " "depending of your connexion." msgstr "" #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108 #, sh-format msgid "Donwload finished.\\nPatches installation will begin" msgstr "" #: PlayOnLinux_Scripts/Toontown_Online_:17 #, sh-format msgid "" "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force " "the game to use OpenGL" msgstr "" #: PlayOnLinux_Scripts/Traktor_Pro_2_:45 #, sh-format msgid "" "During installation, please UNCHECK all drivers for the NI controllers and " "audio interfaces. The install will fail if left checked, and are not needed." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:16 #, sh-format msgid "ja_JP.utf8 locale must be installed for $TITLE to work." msgstr "" #: PlayOnLinux_Scripts/UTAU_4.16_:38 #, sh-format msgid "Would you like to enable the English GUI Patch?" msgstr "你想啟用英文的 GUI 補丁?" #: PlayOnLinux_Scripts/Ufo__aftermath_:44 #, sh-format msgid "" "$TITLE has been successfully installed.\\n\\nIf the game crashes at startup, " "open a terminal and type:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" msgstr "" "$TITLE 已成功安裝.\\n\\n如果遊戲在啟動時當機,打開一個終端, 然後輸入:\\necho 0|sudo tee " "/proc/sys/kernel/yama/ptrace_scope" #: PlayOnLinux_Scripts/Vantage_Master_Online_:30 #, sh-format msgid "Do you want to browse $TITLE website?" msgstr "你想瀏覽 $TITLE 的網站嗎?" #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41 #, sh-format msgid "" "The CD-ROM version is out to date. Do not forget to update $TITLE if you " "want it to run correctly with $APPLICATION_TITLE" msgstr "" #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53 #, sh-format msgid "" "Your browser will pop, download patch from it and uncompress it please" msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:49 #, sh-format msgid "" "Which region version of World of Tanks would you like to install? Note: " "Korea not supported on this installation." msgstr "" #: PlayOnLinux_Scripts/World_Of_Tanks_:59 #, sh-format msgid "" "Attention: After installation is complete, the patcher will load. Please " "close the patcher before logging in or finish updating to complete the " "installation. After this, you can run \"$TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warcraft_:45 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:36 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:69 #, sh-format msgid "" "Please insert game media 1 into your disk drive\\nif not already done." msgstr "如果還未安裝完成\\n請將遊戲光碟1置入您的光碟機。" #: PlayOnLinux_Scripts/World_Of_Warcraft_:51 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:44 #, sh-format msgid "" "Please insert game media 2 into your disk drive\\nif not already done." msgstr "如果還未安裝完成\\n請將遊戲光碟2置入您的光碟機。" #: PlayOnLinux_Scripts/World_Of_Warcraft_:57 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:52 #, sh-format msgid "" "Please insert game media 3 into your disk drive\\nif not already done." msgstr "如果還未安裝完成\\n請將遊戲光碟3置入您的光碟機。" #: PlayOnLinux_Scripts/World_Of_Warcraft_:63 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61 #, sh-format msgid "" "Please insert game media 4 into your disk drive\\nif not already done." msgstr "如果還未安裝完成\\n請將遊戲光碟4置入您的光碟機。" #: PlayOnLinux_Scripts/World_Of_Warcraft_:71 #, sh-format msgid "" "Please insert game media 5 into your disk drive\\nif not already done." msgstr "如果還未安裝完成\\n請將遊戲光碟5置入您的光碟機。" #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67 #, sh-format msgid "" "When $TITLE download by Steam is finished,nDo NOT click on Play.nnClose " "COMPLETELY the Steam interface, nso that the installation script can " "continue." msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31 #, sh-format msgid "Transferring files from Disc 1" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36 #, sh-format msgid "Please insert \"$TITLE\" disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39 #, sh-format msgid "Transferring files from Disc 2" msgstr "" #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43 #, sh-format msgid "" "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER " "INSTALLATION option. If you do not, the install will fail!" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:19 #, sh-format msgid "Do you want to install $TITLE to sync an USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:22 #, sh-format msgid "" "Wine does not support USB yet. You will not able to sync your iDevices with " "$APPLICATION_TITLE. Sorry" msgstr "Wine 還不支援USB。你將不能用 $APPLICATION_TITLE 同步你的 iDevices 。 抱歉" #: PlayOnLinux_Scripts/iTunes_10_:31 #, sh-format msgid "Please select the 32bit version of iTunes" msgstr "請選擇32位版本的iTunes" #: PlayOnLinux_Scripts/osu_:45 #, sh-format msgid "" "Press next to start the updater. When the updater is finished, close it " "down. Do not start osu! yet." msgstr "" #: PlayOnLinux_Scripts/photomatix3_:40 #, sh-format msgid "Please select the setup file to run :" msgstr "" #: PlayOnLinux_Scripts/rFactor_12_:30 #, sh-format msgid "" "Please select $TITLE install file. Do NOT run rFactor after install has " "finished. Let DirectX install when asked. Make sure you set a 32-bit " "resolution when rFactor Config comes up." msgstr "" #: bash/bug_report:31 #, sh-format msgid "Report a bug" msgstr "回報錯誤" #: bash/bug_report:36 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:36 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "這個精靈將幫助你回報被官方支援的程式的錯誤。" #: bash/bug_report:40 #, sh-format msgid "" "Your $APPLICATION_TITLE version is not up to date.\\nYou must update " "$APPLICATION_TITLE before sending a bug report.\\nThank you" msgstr "" "您的 $APPLICATION_TITLE 版本是並不是最新的.\\n發送錯誤報告之前, 您必須更新 $APPLICATION_TITLE.\\n謝謝" #: bash/bug_report:46 #, sh-format msgid "I have a problem with a software" msgstr "我有一個和軟體相關的問題" #: bash/bug_report:46 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "我的問是涉及到 $APPLICATION_TITLE 本身" #: bash/bug_report:46 #, sh-format msgid "What kind of problem do you have?" msgstr "你遇到哪個類型的問題?" #: bash/bug_report:50 #, sh-format msgid "Don't join any log file" msgstr "不附加任何日誌檔" #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114 #: bash/manual_install:120 bash/manual_install:219 #, sh-format msgid "Manual installation" msgstr "手動安裝" #: bash/bug_report:54 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "自動安裝" #: bash/bug_report:65 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "請選擇和你的軟體相對應的日誌檔" #: bash/bug_report:69 #, sh-format msgid "Please give a very short description (title, english only)" msgstr "請使用英文簡單描述問題(標題)" #: bash/bug_report:72 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "請用英文清楚地描述你的問題:" #: bash/bug_report:76 #, sh-format msgid "Sorry, we need a detailed description." msgstr "抱歉,我們需要詳細的描述。" #: bash/bug_report:107 #, sh-format msgid "" "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send " "you an answer by mail very soon" msgstr "謝謝你!\\n\\n你的錯誤報告已經送出。\\n\\n我們將會盡快透過電子郵件回覆你。" #: bash/create_prefix:25 #, sh-format msgid "Virtual drive creator" msgstr "虛擬磁碟制作器" #: bash/create_prefix:28 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "歡迎使用 $APPLICATION_TITLE 虛擬磁碟製作器。\\n\\n這個工具將幫助你製作一個新的虛擬磁碟" #: bash/create_prefix:30 bash/manual_install:196 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "你要製作什麼類型的虛擬磁碟" #: bash/create_prefix:54 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "(如果這個清單是空的,請使用 Wine 版本管理員來安裝一個 Wine 版本)" #: bash/create_prefix:54 bash/manual_install:182 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "你想要使用哪個版本的 Wine?" #: bash/create_prefix:62 #, sh-format msgid "Choose the name of the virtual drive" msgstr "為這個虛擬磁碟命名" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:232 #, sh-format msgid "Run a local script" msgstr "執行一個本地腳本" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "這個精靈會幫助你執行非官方的 $APPLICATION_TITLE 腳本。" #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "選擇一個有效的 $APPLICATION_TITLE 腳本來執行。" #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "錯誤!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "找不到檔案!" #: bash/first_use:32 #, sh-format msgid "The PlayOnLinux website is unavailable." msgstr "" #: bash/first_use:32 #, sh-format msgid "\\nPlease make sure you are connected to the Internet." msgstr "\\n請確認你已經連線到網際網路。" #: bash/first_use:46 #, sh-format msgid "Please read this carefully" msgstr "請仔細閱讀" #: bash/first_use:48 #, sh-format msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer." msgstr "XQuartz $XQUARTZ_VERSION 已安裝。" #: bash/first_use:49 #, sh-format msgid "However, it won't be activated until you reboot your computer." msgstr "但是,直到您重新啟動電腦,它才會被啟動。" #: bash/first_use:51 #, sh-format msgid "Please reboot your computer now, and run PlayOnMac" msgstr "請現在將你的電腦重開機,然後執行 PlayOnMac" #: bash/first_use:54 #, sh-format msgid "Pleaase read this carefully." msgstr "請仔細閱讀。" #: bash/first_use:73 #, sh-format msgid "" "To ensure that your games will be compatible, PlayOnMac must install XQuartz" msgstr "為了確保您的遊戲相容性, PlayOnMac 必須安裝 XQuartz" #: bash/first_use:75 #, sh-format msgid "PlayOnMac needs to install XQuartz to work" msgstr "PlayOnMac 需要安裝 XQuartz 才能正確工作" #: bash/first_use:77 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "現在不要安裝 XQuartz" #: bash/first_use:77 #, sh-format msgid "I've downloaded the file by myself" msgstr "我已經手動下載這個檔案" #: bash/first_use:77 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/first_use:80 #, sh-format msgid "Downloading XQuartz" msgstr "正在下載 XQuartz..." #: bash/first_use:85 #, sh-format msgid "Where is" msgstr "" #: bash/first_use:92 #, sh-format msgid "Installing XQuartz..." msgstr "正在安裝 XQuartz..." #: bash/first_use:105 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz 已經安裝。" #: bash/first_use:111 #, sh-format msgid "" "Unable to install XQuartz! You must install it to improve games " "compatibility." msgstr "無法安裝 XQuartz!你必須安裝它來增加遊戲的相容性。" #: bash/first_use:121 #, sh-format msgid "Default virtual drive configuration" msgstr "預設的虛擬磁碟設定" #: bash/first_use:122 #, sh-format msgid "$APPLICATION_TITLE is making a virtual windows hard drive" msgstr "$APPLICATION_TITLE 正在建立一個虛擬硬碟" #: bash/first_use:240 bash/first_use:243 bash/first_use:271 #, sh-format msgid "$APPLICATION_TITLE first use" msgstr "第一次使用 $APPLICATION_TITLE" #: bash/first_use:240 #, sh-format msgid "$APPLICATION_TITLE is going to finish its preparation" msgstr "$APPLICATION_TITLE 將要完成準備動作" #: bash/first_use:240 bash/first_use:243 #, sh-format msgid "Please ensure you are connected to the internet." msgstr "請確認你已經連線到網際網路。" #: bash/first_use:243 #, sh-format msgid "It appears it is the first time you are using \t$APPLICATION_TITLE." msgstr "這是你第一次使用 \t$APPLICATION_TITLE。" #: bash/first_use:243 #, sh-format msgid "This wizard will help you prepare $APPLICATION_TITLE environment" msgstr "" #: bash/first_use:253 #, sh-format msgid "Error while installing fonts" msgstr "安裝字型時發生錯誤" #: bash/first_use:271 #, sh-format msgid "Enjoy using $APPLICATION_TITLE" msgstr "享受 $APPLICATION_TITLE 吧" #: bash/install_gecko:25 #, sh-format msgid "$APPLICATION_TITLE Gecko installer" msgstr "$APPLICATION_TITLE Gecko 安裝程式" #: bash/install_mono:25 #, sh-format msgid "$APPLICATION_TITLE Mono installer" msgstr "$APPLICATION_TITLE Mono 安裝程式" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "這個精靈將幫助你安裝 Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "在 $APPLICATION_TITLE 環境下。" #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE 應用程式設定" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE 捷徑建立器" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "正在建立捷徑..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "捷徑已被建立在你的桌面" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "正在複制虛擬磁碟" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "自動執行" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:114 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION and use it with all " "the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:116 #, sh-format msgid "Install a program in a new virtual drive" msgstr "在新的虛擬磁碟中安裝程式" #: bash/manual_install:117 #, sh-format msgid "Edit or update an existing application" msgstr "編輯或更新現有的應用程式" #: bash/manual_install:120 #, sh-format msgid "What would you like to do?" msgstr "你想做什麼?" #: bash/manual_install:131 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:143 #, sh-format msgid "Please choose a program" msgstr "請選擇一個程式" #: bash/manual_install:164 #, sh-format msgid "Use another version of Wine" msgstr "使用另一個版本的 Wine" #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608 #, sh-format msgid "Configure Wine" msgstr "配置 Wine" #: bash/manual_install:166 #, sh-format msgid "Install some libraries" msgstr "安裝函式庫" #: bash/manual_install:169 #, sh-format msgid "If you don't know, unselect all" msgstr "如果你不知道的話,全部都不要選取" #: bash/manual_install:169 #, sh-format msgid "What would you like to do before installation?" msgstr "在安裝之前你想要先做什麼?" #: bash/manual_install:230 lib/scripts.lib:437 #, sh-format msgid "Please make your choice" msgstr "請選擇" #: bash/manual_install:258 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "尋找可執行的 CD-ROM 中" #: bash/manual_install:281 #, sh-format msgid "Select another file" msgstr "選擇另一個檔案" #: bash/manual_install:289 #, sh-format msgid "Please choose a way to install your program" msgstr "請選擇一個方法來安裝你的程式" #: bash/manual_install:298 #, sh-format msgid "Please select the install file to run." msgstr "請選擇要執行的安裝檔。" #: bash/manual_install:328 #, sh-format msgid "You must choose a file!" msgstr "你必須選擇一個檔案!" #: bash/manual_install:334 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE 正在安裝你的應用程式..." #: bash/playonlinux-pkg:25 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:39 #, sh-format msgid "Usage: " msgstr "用法: " #: bash/playonlinux-pkg:40 #, sh-format msgid "\tChoose a file" msgstr "\t選擇一個檔案" #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42 #: bash/playonlinux-pkg:43 #, sh-format msgid " or " msgstr " 或 " #: bash/playonlinux-pkg:41 #, sh-format msgid "\tExtract the package" msgstr "\t解壓縮套件" #: bash/playonlinux-pkg:42 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:43 #, sh-format msgid "\tShow this message" msgstr "\t顯示這個訊息" #: bash/playonlinux-pkg:47 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:47 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:63 #, sh-format msgid "Unable to find the file: " msgstr "無法找到檔案: " #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103 #: bash/playonlinux-pkg:108 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108 #, sh-format msgid "This file: " msgstr "這個檔案: " #: bash/playonlinux-pkg:86 #, sh-format msgid " does not exist!" msgstr " 不存在!" #: bash/playonlinux-pkg:99 #, sh-format msgid "Extracting: " msgstr "解壓縮 " #: bash/playonlinux-pkg:111 bash/playonlinux_online:38 #, sh-format msgid "Running..." msgstr "執行中…" #: bash/playonlinux-pkg:115 #, sh-format msgid "Cleaning..." msgstr "清除中..." #: bash/playonlinux_online:32 #, sh-format msgid "" "This is the list of the scripts you sent to us. You can run one of them" msgstr "" #: bash/playonlinux_online:42 #, sh-format msgid "You do not seems to have any personal script" msgstr "你似乎沒有任何個人的腳本" #: bash/playonlinux_online:47 #, sh-format msgid "" "If you have successfully installed a program with 'Install a non-listed\\" "nsoftware' button, it will allow you to add this program in our list" msgstr "" #: bash/playonlinux_online:47 #, sh-format msgid "This tools will allow you to help us :" msgstr "這個工具將允許你來幫助我們:" #: bash/playonlinux_online:47 #, sh-format msgid "" "We're going to ask you some questions, please be as much accurate as\\" "npossible" msgstr "我們要問你一些問題,請盡可能準確" #: bash/playonlinux_online:55 #, sh-format msgid "Choose the file corresponding to your program." msgstr "" #: bash/playonlinux_online:59 #, sh-format msgid "Does your program run?" msgstr "你的程式能否運行?" #: bash/playonlinux_online:62 #, sh-format msgid "What is the title of your program?" msgstr "" #: bash/playonlinux_online:64 #, sh-format msgid "What is the editor of your program?" msgstr "" #: bash/playonlinux_online:66 #, sh-format msgid "What is the editor website of your program?" msgstr "" #: bash/playonlinux_online:69 python/install.py:210 #, sh-format msgid "Accessories" msgstr "附屬應用程式" #: bash/playonlinux_online:69 python/install.py:211 #, sh-format msgid "Development" msgstr "開發" #: bash/playonlinux_online:69 python/install.py:212 #, sh-format msgid "Education" msgstr "教育" #: bash/playonlinux_online:69 python/install.py:213 #, sh-format msgid "Games" msgstr "遊戲" #: bash/playonlinux_online:69 python/install.py:214 #, sh-format msgid "Graphics" msgstr "圖像" #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262 #: python/options.py:384 #, sh-format msgid "Internet" msgstr "網際網路" #: bash/playonlinux_online:69 python/install.py:216 #, sh-format msgid "Multimedia" msgstr "多媒體" #: bash/playonlinux_online:69 python/install.py:217 #, sh-format msgid "Office" msgstr "辦公" #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218 #, sh-format msgid "Other" msgstr "其他" #: bash/playonlinux_online:69 python/install.py:219 #, sh-format msgid "Patches" msgstr "" #: bash/playonlinux_online:69 #, sh-format msgid "Select a category for your program" msgstr "為你的程式選擇類別" #: bash/playonlinux_online:69 python/install.py:258 #, sh-format msgid "Testing" msgstr "測試中" #: bash/playonlinux_online:72 #, sh-format msgid "" "What feature of your program does not work?\\nIf everything works, please " "mention it" msgstr "你的程式什麼功能不能運作?\\n如果一切正常,請提一下" #: bash/playonlinux_online:74 #, sh-format msgid "Write any change you made to wine configuration here:" msgstr "寫下任何你在 Wine 設定上的變化:" #: bash/playonlinux_online:102 #, sh-format msgid "You must be able to run this program!" msgstr "你可以運行該程式!" #: bash/playonlinux_online:107 #, sh-format msgid "Run one of your personal scripts" msgstr "運行你個人的腳本" #: bash/playonlinux_online:108 #, sh-format msgid "Send to us a working script generated by manual installation" msgstr "" #: bash/playonlinux_online:109 #, sh-format msgid "Logout" msgstr "登出" #: bash/playonlinux_online:110 #, sh-format msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN" msgstr "" #: bash/playonlinux_online:124 #, sh-format msgid "" "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can " "safely close this window" msgstr "您已成功登出 $APPLICATION_TITLE \\n您可以安全地關閉此視窗" #: bash/polconfigurator:33 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:79 #, sh-format msgid "Icon selection" msgstr "圖示選擇" #: bash/polconfigurator:79 #, sh-format msgid "Please select an icon file" msgstr "請選擇一個圖示檔" #: bash/polconfigurator:86 #, sh-format msgid "Bad file extension" msgstr "無效的副檔名" #: bash/polconfigurator:86 #, sh-format msgid "is not an icon extension" msgstr "不是圖示的副檔名" #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580 #: python/mainwindow.py:621 #, sh-format msgid "Registry Editor" msgstr "註冊表編緝器" #: bash/polconfigurator:97 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:98 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:99 #, sh-format msgid "Simulate Windows reboot" msgstr "模擬 Windows 重開機" #: bash/polconfigurator:100 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:101 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:103 #, sh-format msgid "Change the icon" msgstr "更改圖示" #: bash/polconfigurator:104 #, sh-format msgid "Use WineTricks" msgstr "使用 WineTricks" #: bash/polconfigurator:123 #, sh-format msgid "Please choose an action to perform" msgstr "選擇要執行的動作" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "光碟讀取器" #: bash/read_pc_cd:33 #, sh-format msgid "" "This tool will help your Mac to read the PC part of a CD-ROM.\\n\\nUse this " "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and " "MacOS), and if you are not able to see the Windows part" msgstr "" #: bash/read_pc_cd:34 #, sh-format msgid "Eject a PC CD-ROM" msgstr "退出光碟" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "讀取光碟" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "你想做什麼?" #: bash/read_pc_cd:38 #, sh-format msgid "" "Please insert your CD-ROM, and press next only when Finder has found the Mac " "OS part of your CD-ROM" msgstr "" #: bash/read_pc_cd:51 #, sh-format msgid "Please choose a CD-ROM" msgstr "請選擇一張光碟" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "請選擇要彈出的光碟" #: bash/run_app:83 #, sh-format msgid "Please choose a software to run" msgstr "請選擇要運行的軟體" #: bash/run_app:114 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE 除錯器正在啟動..." #: bash/run_app:117 #, sh-format msgid "$PACKAGE crashed.\\nClick on debug link to get more details." msgstr "" #: bash/run_app:119 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE 當機。" #: bash/run_exe:31 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file " "on your computer.\\n\\nBe careful! This program is not officially supported " "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected" msgstr "" "歡迎使用 $APPLICATION_TITLE 助手。\\n它將幫助你在你的電腦上安裝 $file 。\\n\\n請小心!這個程式不被 " "$APPLICATION_TITLE 官方所支援。\\n因此它也許無法如預期般工作。" #: bash/run_exe:32 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:39 #, sh-format msgid "$APPLICATION_TITLE is installing $PRGM_NAME" msgstr "$APPLICATION_TITLE 正在安裝 $PRGM_NAME" #: bash/run_exe:48 #, sh-format msgid "$APPLICATION_TITLE is running your program" msgstr "$APPLICATION_TITLE 正在執行你的程式" #: bash/run_exe:63 #, sh-format msgid "Waiting for the first-assistant to be finished" msgstr "" #: bash/run_exe:97 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE 正在分析你的應用程式" #: bash/run_exe:106 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "你想要讓 $APPLICATION_TITLE 自動幫你安裝嗎?" #: bash/run_exe:106 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "我們偵測到你想要安裝的程式是:" #: bash/run_exe:119 #, sh-format msgid "" "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the " "old settings ?" msgstr "$APPLICATION_TITLE已經運行這個程式。 \\n你是否要保持原來的設定?" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/playonlinux.lib:717 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE 移除程式" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "請選擇要移除的程式" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "點擊下一步以繼續" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "這個精靈將會幫助你移除: " #: bash/uninstall:65 lib/playonlinux.lib:717 #, sh-format msgid "Uninstalling..." msgstr "正在移除..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " 已經成功移除。" #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "找不到捷徑" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE 自動更新程式" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "從 GIT 更新 $APPLICATION_TITLE ..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "你是否要更新並重新啟動 $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "" #: lib/debug.lib:126 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program does not work " "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get " "further information" msgstr "" "$APPLICATION_TITLE 遇到一個錯誤。如果程式不能正常運作, 可能源於此問題。\\n訪問 www.$POL_DNS 以得到進一步的資訊" #: lib/debug.lib:140 #, sh-format msgid "" "$APPLICATION_TITLE has encountered an error. If the program you are " "installing does not work correctly, it might be the cause of the problem.\\" "nVisit www.$POL_DNS to get further information" msgstr "" "$APPLICATION_TITLE 遇到一個錯誤。 如果您安裝的程式不能正常運作,可能源於此問題。\\n訪問 www.$POL_DNS " "以得到進一步的資訊" #: lib/debug.lib:153 #, sh-format msgid "" "$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will " "stop the installation process.\\nVisit www.$POL_DNS to get further " "information" msgstr "" "$APPLICATION_TITLE 遇到一個致命的錯誤。 $APPLICATION_TITLE 會停止安裝程序。\\n訪問 www.$POL_DNS " "以得到進一步的資訊" #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:955 lib/wine.lib:1036 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "請等待虛擬硬碟建立 ..." #: lib/deprecated.lib:427 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "$APPLICATION_TITLE 正在模擬 Windows 重開機,請稍候" #: lib/deprecated.lib:559 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:334 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\nPlayOnLinux has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing !" msgstr "" #: lib/playonlinux.lib:335 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "這是腳本的原始碼。請仔細檢查" #: lib/playonlinux.lib:357 #, sh-format msgid "" "Warning !!\\n\\nThe signature of the script you are trying to run is NOT " "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be " "responsible from it.\\nPlease ensure you know what you are doing!" msgstr "" #: lib/playonlinux.lib:358 #, sh-format msgid "External library" msgstr "外部庫" #: lib/playonlinux.lib:358 #, sh-format msgid "Here the source code of the script. Check it carrefully" msgstr "這是腳本的原始碼。請仔細檢查" #: lib/playonlinux.lib:591 #, sh-format msgid "Making shortcut..." msgstr "正在製作捷徑..." #: lib/playonlinux.lib:715 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "你要刪除這個虛擬磁碟嗎:" #: lib/playonlinux.lib:826 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:827 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:828 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:829 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/plugins.lib:65 #, sh-format msgid "Checking plugin: " msgstr "正在檢查外掛: " #: lib/plugins.lib:93 #, sh-format msgid "New: " msgstr "新增: " #: lib/plugins.lib:93 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:112 #, sh-format msgid "Installing plugin: " msgstr "正在安裝外掛: " #: lib/scripts.lib:336 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:400 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:499 lib/scripts.lib:565 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:501 lib/scripts.lib:784 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:503 lib/scripts.lib:570 #, sh-format msgid "An error happened during download." msgstr "下載時發生錯誤。" #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570 #: lib/scripts.lib:586 #, sh-format msgid "Do you want to retry?" msgstr "您想要重試嗎?" #: lib/scripts.lib:522 lib/scripts.lib:586 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:689 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "沒有安裝 7z,請確認你已經安裝 7zip 並再試一次" #: lib/scripts.lib:696 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:700 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "從 ${archivename} 解壓縮 ${filename}" #: lib/scripts.lib:715 #, sh-format msgid "Extracted file size does not match!" msgstr "解壓縮出的檔案大小不匹配!" #: lib/scripts.lib:746 #, sh-format msgid "Copying ${filename}" msgstr "複製 ${filename}" #: lib/scripts.lib:759 #, sh-format msgid "File size does not match!" msgstr "文件大小不匹配" #: lib/scripts.lib:903 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:918 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:949 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:96 #, sh-format msgid " on your computer." msgstr " 在你的電腦。" #: lib/setupwindow.lib:96 #, sh-format msgid " will be installed in: " msgstr " 將被安裝在: " #: lib/setupwindow.lib:96 #, sh-format msgid "Click Next to start" msgstr "點擊下一步以開始" #: lib/setupwindow.lib:96 #, sh-format msgid "This installation program is provided by: " msgstr "這個安裝程式的提供者是: " #: lib/setupwindow.lib:96 #, sh-format msgid "This program was created by: " msgstr "該程式作者為: " #: lib/setupwindow.lib:96 #, sh-format msgid "This wizard will help you install " msgstr "這個精靈將幫助你安裝 " #: lib/setupwindow.lib:96 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "歡迎使用 $APPLICATION_TITLE 安裝精靈。" #: lib/setupwindow.lib:120 #, sh-format msgid "" "One or more program(s) are missing. Please install them and run the script " "again." msgstr "" "One or more program(s) are missing. Please install them and run the script " "again." #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292 #: python/mainwindow.py:1135 python/mainwindow.py:1165 #: python/mainwindow.py:1179 python/mainwindow.py:1188 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121 #, sh-format msgid "Error" msgstr "錯誤" #: lib/setupwindow.lib:348 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "你的 CD-ROM 掛載到了哪裡?" #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290 #, sh-format msgid "Refresh" msgstr "重新整理" #: lib/setupwindow.lib:382 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:397 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "錯誤:找不到 CD-ROM!" #: lib/setupwindow.lib:411 #, sh-format msgid "" "$TITLE needs to read the PC part of a hybrid CD-Rom.\\n\\nBy default, MacOS " "only gives you access to the Mac part of the cd-rom, which may not be " "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to " "attempt to read the PC-Part of your CD?" msgstr "" #: lib/setupwindow.lib:463 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" #: lib/setupwindow.lib:474 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:559 lib/setupwindow.lib:708 #, sh-format msgid "Scanning the virtual drive ..." msgstr "正在掃描虛擬磁碟..." #: lib/setupwindow.lib:573 #, sh-format msgid "How much memory does your graphics board have?" msgstr "你的顯卡記憶體多大?" #: lib/setupwindow.lib:582 #, sh-format msgid "Video card does not have enough memory" msgstr "顯示卡記憶體不足" #: lib/setupwindow.lib:583 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "顯示卡記憶體不足!\\n它可能會導致遊戲無法運作" #: lib/setupwindow.lib:597 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:598 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:599 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:600 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:601 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:602 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:604 #, sh-format msgid "Use a setup file in my computer" msgstr "使用電腦中的安裝檔" #: lib/setupwindow.lib:605 #, sh-format msgid "Use CD-ROM(s)" msgstr "使用 CD-ROM" #: lib/setupwindow.lib:606 #, sh-format msgid "Use DVD-ROM(s)" msgstr "使用 DVD-ROM" #: lib/setupwindow.lib:607 #, sh-format msgid "Download the program" msgstr "下載程式" #: lib/setupwindow.lib:672 #, sh-format msgid "Please choose an installation method" msgstr "請選擇一個安裝方法" #: lib/setupwindow.lib:710 #, sh-format msgid "I don't want to make another shortcut" msgstr "我不要再建立其他捷徑" #: lib/setupwindow.lib:711 python/guiv3.py:158 #, sh-format msgid "Browse" msgstr "瀏覽" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "連接到你的 $APPLICATION_TITLE 帳號" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "連線中..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "連接失敗!\\n請確保您的登錄名稱和密碼是有效的." #: lib/wine.lib:367 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "$APPLICATION_TITLE 正在掃描您的硬體,請稍候" #: lib/wine.lib:373 #, sh-format msgid "Select the main videocard to report:" msgstr "選擇要報告的主要顯示卡:" #: lib/wine.lib:538 lib/wine.lib:703 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "Wine 似乎已經當機\\n\\n如果你的程式正在運行, 忽略此訊息" #: lib/wine.lib:763 #, sh-format msgid "Unable to find version: " msgstr "不能找到下列版本: " #: lib/wine.lib:769 lib/wine.lib:770 #, sh-format msgid "Downloading Wine: " msgstr "下載 Wine: " #: lib/wine.lib:779 #, sh-format msgid "The download seems to have failed." msgstr "下載似乎失敗了。" #: lib/wine.lib:781 #, sh-format msgid "Extracting Wine..." msgstr "解壓縮 Wine 中..." #: lib/wine.lib:961 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "覆蓋(通常奏效, 但不保證)" #: lib/wine.lib:962 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:976 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1156 lib/wine.lib:1186 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "正在安裝 $SOFTNAME ,請稍候..." #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" #: lib/wine.lib:1160 lib/wine.lib:1189 #, sh-format msgid "Install is done" msgstr "安裝完成" #: lib/wine.lib:1193 lib/wine.lib:1194 #, sh-format msgid "Press next only when the installation process is finished" msgstr "只有在安裝程式完成時才按\"下一步\"" #: lib/wine.lib:1202 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "請等待, $APPLICATION_TITLE 正在模擬重新啟動" #: python/configure.py:117 msgid "" "Warning:\n" "\n" "This tool is for advanced users.\n" "To uninstall cleanly a program with {0}, you must delete the virtual drive " "associated" msgstr "" #: python/configure.py:197 python/configure.py:694 msgid "General" msgstr "一般" #: python/configure.py:200 msgid "Make a new shortcut from this virtual drive" msgstr "從這個虛擬磁碟建立新的捷徑" #: python/configure.py:201 msgid "Name" msgstr "名稱" #: python/configure.py:202 msgid "Wine version" msgstr "Wine 版本" #: python/configure.py:203 msgid "Debug flags" msgstr "" #: python/configure.py:205 msgid "Virtual drive" msgstr "虛擬磁碟" #: python/configure.py:207 msgid "Arguments" msgstr "參數" #: python/configure.py:211 msgid "Run configuration wizard" msgstr "執行配置精靈" #: python/configure.py:248 msgid "Windows reboot" msgstr "Windows 重開機" #: python/configure.py:256 msgid "Repair virtual drive" msgstr "修復虛擬磁碟" #: python/configure.py:265 msgid "Command prompt" msgstr "命令提示字元" #: python/configure.py:272 msgid "Task manager" msgstr "工作管理員" #: python/configure.py:280 msgid "Kill processes" msgstr "刪除程序" #: python/configure.py:287 msgid "Wine uninstaller" msgstr "Wine 解除安裝程式" #: python/configure.py:312 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "小心!安裝這些組件中的一個可能打破你的虛擬硬碟。" #: python/configure.py:334 python/install.py:285 python/install.py:289 #: python/mainwindow.py:197 python/mainwindow.py:350 msgid "Install" msgstr "安裝" #: python/configure.py:395 msgid "Open program's directory" msgstr "開啟程式的資料夾" #: python/configure.py:418 msgid "Open virtual drive's directory" msgstr "開啟虛擬磁碟的資料夾" #: python/configure.py:560 msgid "GLSL Support" msgstr "GLSL 支援" #: python/configure.py:561 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:562 msgid "Video memory size" msgstr "顯示記憶體大小" #: python/configure.py:563 msgid "Offscreen rendering mode" msgstr "螢幕上不可見區域的描繪模式" #: python/configure.py:564 msgid "Render target mode lock" msgstr "" #: python/configure.py:565 msgid "Multisampling" msgstr "多重採樣" #: python/configure.py:566 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:576 msgid "Mouse warp override" msgstr "" #: python/configure.py:578 msgid "Open a shell" msgstr "開啟 shell" #: python/configure.py:579 msgid "Run a .exe file in this virtual drive" msgstr "執行在這個虛擬磁碟中的 .exe 檔" #: python/configure.py:580 msgid "Command to exec before running the program" msgstr "執行程式前要執行的命令" #: python/configure.py:591 msgid "" "Be careful!\n" "If you change " msgstr "" "小心!\n" "如果你更改 " #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934 msgid "{0} configuration" msgstr "{0} 設定" #: python/configure.py:659 msgid "Please select a program or a virtual drive to configure" msgstr "請先選擇要配置的程式或虛擬磁碟" #: python/configure.py:677 python/options.py:280 msgid "New" msgstr "新增" #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351 #: python/mainwindow.py:596 python/options.py:207 msgid "Remove" msgstr "移除" #: python/configure.py:696 msgid "Install components" msgstr "安裝套件" #: python/configure.py:697 python/mainwindow.py:332 msgid "Display" msgstr "顯示" #: python/configure.py:698 msgid "Miscellaneous" msgstr "雜項" #: python/configure.py:726 msgid "This virtual drive is protected" msgstr "該虛擬辭碟被保護" #: python/configure.py:728 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:735 msgid "Are you sure you want to delete {0} ?" msgstr "你確定你要刪除 {0} 嗎?" #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907 #: python/mainwindow.py:997 msgid "{0} debugger" msgstr "{0} 除錯器" #: python/debug.py:50 msgid "Please select a debug file" msgstr "" #: python/debug.py:76 msgid "Locate this logfile" msgstr "" #: python/debug.py:99 msgid "The file is named : {0}" msgstr "檔案命名為: {0}" #: python/debug.py:153 python/debug.py:207 msgid "Virtual drives" msgstr "虛擬磁碟" #: python/debug.py:184 msgid "Report a problem about {0}" msgstr "回報關於 {0} 的問題" #: python/debug.py:206 msgid "Install scripts" msgstr "安裝腳本" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "警告:請先使用 POL_SetupWindow_Init" #: python/guiv3.py:116 msgid "{0} Wizard" msgstr "{0} 精靈" #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284 #: python/install.py:288 python/options.py:376 msgid "Cancel" msgstr "取消" #: python/guiv3.py:141 python/guiv3.py:144 msgid "Next" msgstr "下一步" #: python/guiv3.py:166 msgid "I Agree" msgstr "我同意" #: python/guiv3.py:167 msgid "Show virtual drives" msgstr "顯示虛擬磁碟" #: python/guiv3.py:188 msgid "Login: " msgstr "登入: " #: python/guiv3.py:189 msgid "Password: " msgstr "密碼: " #: python/guiv3.py:192 msgid "Register" msgstr "註冊" #: python/guiv3.py:288 msgid "MB downloaded" msgstr "" #: python/guiv3.py:288 msgid "of" msgstr "" #: python/guiv3.py:749 msgid "You cannot close this window" msgstr "你不能關閉這個視窗" #: python/install.py:114 python/install.py:116 msgid "No description" msgstr "沒有描述" #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369 msgid "Search" msgstr "搜尋" #: python/install.py:252 msgid "Include:" msgstr "包含:" #: python/install.py:263 msgid "No-cd needed" msgstr "不需光碟" #: python/install.py:270 msgid "Commercial" msgstr "商業" #: python/install.py:304 msgid "Install a non-listed program" msgstr "安裝不在清單中的程式" #: python/install.py:438 msgid "" "When {0} installs a Windows program: \n" "\n" " - Leave the default location\n" " - Do not tick the checkbox 'Run the program' if asked." msgstr "" "當安裝一個 Windows 程式 {0}: \n" "\n" "  - 保留預設位置\n" "  - 不要勾選「運行程式」。" #: python/install.py:454 msgid "" "This program is currently in testing.\n" "\n" "It might not work as expected. Your feedback, positive or negative, is " "specially important to improve this installer." msgstr "" #: python/install.py:456 msgid "" "This program contains a protection against copy (DRM) incompatible with " "emulation.\n" "The only workaround is to use a \"no-cd\" patch, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/install.py:570 msgid "" "By enabling this, you will have access to testing installers.\n" "\n" "{0} cannot ensure that your app will work without any problems" msgstr "" #: python/install.py:573 msgid "" "By enabling this, you will have access to installers for programs that " "contain protections against copy (DRM) incompatible with emulation.\n" "The only workaround is to use \"no-cd\" patches, but since those can also be " "used for piracy purposes we won't give any support on this matter." msgstr "" #: python/irc.py:137 msgid "Send" msgstr "傳送" #: python/irc.py:138 msgid "Connect" msgstr "連線" #: python/irc.py:139 msgid "Disconnect" msgstr "斷開連線" #: python/irc.py:140 msgid "Leave" msgstr "離開" #: python/irc.py:227 msgid "Join a channel" msgstr "" #: python/irc.py:257 python/mainwindow.py:725 msgid "Messenger" msgstr "即時訊息" #: python/irc.py:273 msgid "" "If you close this window, you cannot read further replies. Are you sure that " "you want to close it?" msgstr "" #: python/lib/irc.py:292 msgid "Sorry, this person does not want to receive private messages" msgstr "對不起, 此人不希望接收私人訊息" #: python/lib/irc.py:305 msgid "" "Sorry {0} messenger service is not available for the moment.\n" "\n" "Please retry later" msgstr "" #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "安裝後找不到可以執行的檔案。{0} 個檔案。" #: python/lib/playonlinux.py:453 msgid "{0} error" msgstr "{0} 錯誤" #: python/mainwindow.py:73 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} 網站不可用。請檢查網路連接" #: python/mainwindow.py:75 msgid "Refreshing {0}" msgstr "重新整理 {0} 中" #: python/mainwindow.py:90 python/mainwindow.py:92 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737 msgid "Run" msgstr "執行" #: python/mainwindow.py:200 msgid "Donate" msgstr "贊助" #: python/mainwindow.py:201 msgid "Exit" msgstr "結束" #: python/mainwindow.py:205 msgid "Small icons" msgstr "小圖示" #: python/mainwindow.py:206 msgid "Medium icons" msgstr "中圖示" #: python/mainwindow.py:207 msgid "Large icons" msgstr "大圖示" #: python/mainwindow.py:208 msgid "Very large icons" msgstr "超大圖示" #: python/mainwindow.py:220 msgid "Manage Wine versions" msgstr "管理 Wine 版本" #: python/mainwindow.py:226 msgid "Read a PC CD-Rom" msgstr "讀取光碟" #: python/mainwindow.py:236 msgid "Close all {0} software" msgstr "關閉全部的 {0} 軟體" #: python/mainwindow.py:240 msgid "{0} console" msgstr "{0} 主控台" #: python/mainwindow.py:250 msgid "{0} messenger" msgstr "{0} 即時訊息" #: python/mainwindow.py:266 python/options.py:388 msgid "File associations" msgstr "檔案關聯" #: python/mainwindow.py:273 msgid "About {0}" msgstr "關於 {0}" #: python/mainwindow.py:302 python/mainwindow.py:306 msgid "Plugin manager" msgstr "外掛管理員" #: python/mainwindow.py:331 msgid "File" msgstr "檔案" #: python/mainwindow.py:333 msgid "Tools" msgstr "工具" #: python/mainwindow.py:334 python/mainwindow.py:723 msgid "Settings" msgstr "設定" #: python/mainwindow.py:335 python/options.py:387 msgid "Plugins" msgstr "外掛" #: python/mainwindow.py:347 python/mainwindow.py:739 msgid "Close" msgstr "關閉" #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208 msgid "Configure" msgstr "配置" #: python/mainwindow.py:584 msgid "Open the application's directory" msgstr "開啟應用程式的資料夾" #: python/mainwindow.py:588 python/mainwindow.py:753 msgid "Read the manual" msgstr "閱讀說明" #: python/mainwindow.py:592 msgid "Set the icon" msgstr "設定圖示" #: python/mainwindow.py:600 msgid "Close this application" msgstr "關閉這個應用程式" #: python/mainwindow.py:611 msgid "KillApp" msgstr "" #: python/mainwindow.py:618 msgid "No manual found for {0}" msgstr "未找到 {0} 的說明文件" #: python/mainwindow.py:721 msgid "Install a program" msgstr "安裝程式" #: python/mainwindow.py:728 msgid "Update GIT" msgstr "更新 GIT" #: python/mainwindow.py:731 msgid "Update instructions" msgstr "更新說明" #: python/mainwindow.py:741 msgid "Debug" msgstr "除錯" #: python/mainwindow.py:743 msgid "Report a problem" msgstr "回報問題" #: python/mainwindow.py:747 msgid "Create a shortcut" msgstr "建立捷徑" #: python/mainwindow.py:749 msgid "Open the directory" msgstr "開啟目錄" #: python/mainwindow.py:755 msgid "Save" msgstr "儲存" #: python/mainwindow.py:758 msgid "Uninstall" msgstr "移除" #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958 #: python/mainwindow.py:1003 msgid "Please select a program." msgstr "請選擇一個程式。" #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892 msgid "{0} settings" msgstr "{0} 設定" #: python/mainwindow.py:965 msgid "{0} install menu" msgstr "{0} 安裝選單" #: python/mainwindow.py:974 msgid "{0} wine versions manager" msgstr "{0} Wine 版本管理員" #: python/mainwindow.py:1005 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "與 {0} ({1}) 關聯的虛擬硬碟不存在。" #: python/mainwindow.py:1049 msgid "Are you sure you want to close all {0} Windows?" msgstr "你確定你要關閉全部的 {0} 視窗嗎?" #: python/mainwindow.py:1088 msgid "Run your Windows programs on " msgstr "運行 Windows 程式於 " #: python/mainwindow.py:1089 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1090 msgid "Developer and Website: " msgstr "開發人員和網站: " #: python/mainwindow.py:1091 msgid "Scriptors: " msgstr "腳本作者: " #: python/mainwindow.py:1092 msgid "Packager: " msgstr "" #: python/mainwindow.py:1093 msgid "Icons:" msgstr "圖示:" #: python/mainwindow.py:1094 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1095 msgid "Translations:" msgstr "翻譯:" #: python/mainwindow.py:1096 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1135 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} 無法啟動 PlayOnLinux Setup Window 伺服器。" #: python/mainwindow.py:1156 msgid "{0} cannot find {1}" msgstr "{0} 找不到 {1}" #: python/mainwindow.py:1158 msgid " (from {2})" msgstr " (從 {2})" #: python/mainwindow.py:1161 msgid "You need to install it to continue" msgstr "你需要安裝它才能繼續" #: python/mainwindow.py:1163 msgid "You should install it to use {0}" msgstr "你需要安裝它才能使用 {0}" #: python/mainwindow.py:1179 msgid "{0} is not supposed to be run as root. Sorry" msgstr "對不起。 {0} 不能以管理員身份執行。" #: python/mainwindow.py:1188 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 找不到 32bits OpenGL函式庫。\n" "\n" "你也許會在你的遊戲中遭遇問題" #: python/mainwindow.py:1200 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} 找不到 64bits OpenGL函式庫。\n" "\n" "你也許會在你的遊戲中遭遇問題" #: python/mainwindow.py:1212 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "您的檔案系統可能會阻止 {0}正常運行。\n" "\n" "請在終端中打開 {0} 以獲得更多細節" #: python/mainwindow.py:1216 msgid "" "Do you want to help {0} to make a compatibility database?\n" "\n" "If you click yes, the following things will be sent to us anonymously the " "first time you run a Windows program:\n" "\n" "- You graphic card model\n" "- Your OS version\n" "- If graphic drivers are installed or not.\n" "\n" "\n" "These information will be very precious for us to help people." msgstr "" #: python/mainwindow.py:1271 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1278 python/mainwindow.py:1280 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "你正試圖運行一個為 {0} 設計的腳本! 它可能無法正常運行" #: python/options.py:116 msgid "Proxy configuration" msgstr "代理伺服器設定" #: python/options.py:129 msgid "Set a proxy" msgstr "設定代理伺服器" #: python/options.py:132 msgid "Proxy address" msgstr "代理伺服器地址" #: python/options.py:135 msgid "Proxy port" msgstr "代理伺服器連接埠" #: python/options.py:138 msgid "Proxy login" msgstr "代理伺服器登入帳號" #: python/options.py:141 msgid "Proxy password" msgstr "代理伺服器的密碼" #: python/options.py:188 msgid "Installed plugins" msgstr "已安裝的外掛" #: python/options.py:206 msgid "Add" msgstr "新增" #: python/options.py:209 python/options.py:337 msgid "Enable" msgstr "啟用" #: python/options.py:210 msgid "Choose a plugin" msgstr "選擇一個外掛" #: python/options.py:263 msgid "What is the extension?" msgstr "要關聯的副檔名是?" #: python/options.py:275 msgid "Assigned program" msgstr "指定的程式" #: python/options.py:277 msgid "Delete" msgstr "删除" #: python/options.py:305 msgid "Are you sure you want to install: " msgstr "你確定你要安裝: " #: python/options.py:313 msgid "Are you sure you want to delete: " msgstr "你確定你要刪除: " #: python/options.py:334 msgid "Disable" msgstr "停用" #: python/options.py:375 msgid "Apply" msgstr "套用" #: python/options.py:412 msgid "You must restart {0} for the changes to take effect." msgstr "你必須重新啟動 {0} 以使變更生效。" #: python/wine_versions.py:194 msgid "Installed Wine versions: " msgstr "已安裝的 Wine 版本: " #: python/wine_versions.py:195 msgid "Available Wine versions: " msgstr "可取得的 Wine 版本: " #: python/wine_versions.py:202 msgid "Wine versions" msgstr "Wine 版本" #: python/wine_versions.py:321 msgid "Are you sure you want to delete wine {0}?" msgstr "你確定你要刪除 Wine {0} 嗎?" #: python/wrapper.py:121 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} 無法啟動 POL_SetupWindow_server." playonlinux/lib/000077500000000000000000000000001226051336100142055ustar00rootroot00000000000000playonlinux/lib/debian.lib000077500000000000000000000044141226051336100161250ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2012 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # debian.lib # -------- # # This lib contains debian stuff fonts_install () # Debian tweak to avoid downloading Microsoft Fonts { if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ] && [ ! -e "$REPERTOIRE/configurations/msfonts_deb_installed" ]; then FONTS_WARNING="Microsoft fonts aren't installed.\n\n\ If you encounter any fonts trouble, you should think about installing\ the debian package\nttf-mscorefonts-installer (see README.Debian)." POL_SetupWindow_message "$FONTS_WARNING" "Microsoft fonts" POL_SetupWindow_Close fi } install_debfonts () # Debian tweak to avoid downloading Microsoft Fonts { if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ] && [ ! -e "$REPERTOIRE/configurations/msfonts_deb_installed" ] then DEBFONTS="/usr/share/fonts/truetype/msttcorefonts" if [ ! -d $DEBFONTS ] then rm $HOME/.PlayOnLinux/fonts/ -r 2> /dev/null rm $HOME/.PlayOnLinux/fonts 2> /dev/null rm $HOME/.PlayOnLinux/configurations/fonts_installed 2> /dev/null rm $HOME/.PlayOnLinux/configurations/msfonts_deb_installed 2> /dev/null fi if [ -d $DEBFONTS ] then rm $HOME/.PlayOnLinux/fonts/ -r 2> /dev/null rm $HOME/.PlayOnLinux/fonts 2> /dev/null rm $HOME/.PlayOnLinux/configurations/fonts_installed 2> /dev/null FONTDIR=$HOME/.PlayOnLinux/fonts/ mkdir -p $FONTDIR OLDDIR="$PWD" cd $DEBFONTS for ttf in * do ln -s $DEBFONTS/$ttf $FONTDIR/$ttf done cd $OLDDIR touch "$HOME/.PlayOnLinux/configurations/msfonts_deb_installed" fi fi }playonlinux/lib/debug.lib000077500000000000000000000175501226051336100157760ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # debug.lib # --------- # # This lib contains PlayOnLinux's debug API POL_LOGS="$REPERTOIRE/logs" # Where are logfile stored LOGFILE="/dev/null" # By default, don't log anything POL_Color_RedBold='\x1b[1;31m' POL_Color_BlueBold='\x1b[1;34m' POL_Color_YellowBold='\x1b[1;33m' POL_Color_Reset='\x1b[0m' Get_CurrentDate() { # Return the current date date "+%D %T" } POL_Debug_Init() { # Init debugging API. # By calling this function in a script, PlayOnLinux will be able to store all debug information in a logfile, # so that the user can send it to us # Usage : POL_Debug_Init if [ "$TITLE" = "" ] then POL_Debug_Fatal "\$TITLE must be set to use debugging API" else LOGTITLE="${TITLE}" if [ "$POL_LOGS" -a "$LOGTITLE" ]; then if [ -e "$POL_LOGS/$LOGTITLE" ]; then rm -rf "$POL_LOGS/$LOGTITLE" fi fi mkdir -p "$POL_LOGS/$LOGTITLE" DEBUGGING="$POL_LOGS/$LOGTITLE/" LOGFILE="$DEBUGGING/$LOGTITLE.log" POL_Debug_Header fi } POL_Debug_Header() { # This function permits us to have access to information about the user's computer, # so that we can help him easily # This function is automaticaly called by POL_Debug_Init, you should not use it # Usage : POL_Debug_Header if [ "$WINETRICKS_PKG" ]; then WINETRICKS="winetricks packages : $WINETRICKS" fi cat << EOF1 >> "$LOGFILE" PlayOnLinux debbuging tool (v${VERSION}) ----------------------------------------------- Debugging: ${TITLE} Warning. This is a PlayOnLinux script logfile. It does not contains everything that happened in your program virtual drive (wineprefix) Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging. Date: $(Get_CurrentDate) > uname -a $(uname -a) > lsb_release -a $(lsbrelease -a 2> /dev/null) > wine --version (Be careful, this version might not be the version used in the script. Read the content of this file for more information) $(wine --version) > glxinfo \| grep rendering $(POL_Glxinfo | grep rendering 2> /dev/null) > glxinfo \| grep renderer $(POL_Glxinfo | grep renderer 2> /dev/null) > OpenGL libs $("$PLAYONLINUX/bash/check_gl" x86 stdout) $("$PLAYONLINUX/bash/check_gl" amd64 stdout) > export $(export | grep -v -i http_proxy | grep -v POL_PASSWORD) $1 EOF1 } POL_Debug_Message() { # Use this function to say something to the person who read the log file # Usage : POL_Debug_Message [MESSAGE] echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Message: $@" >> "$LOGFILE" echo -e "[${FUNCNAME[1]}] ${POL_Color_BlueBold}Message:${POL_Color_Reset} $@" 1>&2 } POL_Debug_Warning() { # Use this function if you have found a problem that should not have consequences # Usage : POL_Debug_Warning [MESSAGE] echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Warning: $@" >> "$LOGFILE" echo -e "[${FUNCNAME[1]}] ${POL_Color_YellowBold}Warning:${POL_Color_Reset} $@" 1>&2 } POL_Debug_ErrorSilent() { # Use this function if a problem occured. # At the end of the script, the user will be able to report a bug to playonlinux's bug tracker # Usage : POL_Debug_Error [MESSAGE] echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Error: $@" >> "$LOGFILE" echo -e "[${FUNCNAME[1]}] ${POL_Color_RedBold}Error:${POL_Color_Reset} $@" 1>&2 [ "$SETUPWINDOW_INIT" = "true" ] || StandAloneWindow="true" [ "$StandAloneWindow" = "true" ] && POL_SetupWindow_Init MESSAGE="$(eval_gettext '$APPLICATION_TITLE has encountered an error. If the program does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information')" echo "$POL_COOKIE POL_Debug $$ $MESSAGE $TITLE Error in ${FUNCNAME[1]}\n$(POL_Untab "$@")" | ncns "$POL_HOST" "$POL_PORT" [ "$StandAloneWindow" = "true" ] && POL_SetupWindow_Close } POL_Debug_Error() { # Use this function if a problem occured. # At the end of the script, the user will be able to report a bug to playonlinux's bug tracker # Usage : POL_Debug_Error [MESSAGE] echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Error: $@" >> "$LOGFILE" echo -e "[${FUNCNAME[1]}] ${POL_Color_RedBold}Error:${POL_Color_Reset} $@" 1>&2 [ "$SETUPWINDOW_INIT" = "true" ] || StandAloneWindow="true" [ "$StandAloneWindow" = "true" ] && POL_SetupWindow_Init MESSAGE="$(eval_gettext '$APPLICATION_TITLE has encountered an error. If the program you are installing does not work correctly, it might be the cause of the problem.\nVisit www.$POL_DNS to get further information')" echo "$POL_COOKIE POL_Debug $$ $MESSAGE $TITLE Error in ${FUNCNAME[1]}\n$(POL_Untab "$@")" | ncns "$POL_HOST" "$POL_PORT" [ "$StandAloneWindow" = "true" ] && POL_SetupWindow_Close || export POL_SCRIPT_FAILED="YES" } POL_Debug_Fatal() { # Use this function if a strong problem occured # The effect is the same that POL_Debug_Error, except that the script will end # Usage : POL_Debug_Fatal [MESSAGE] echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Fatal: $@" >> "$LOGFILE" echo -e "[${FUNCNAME[1]}] ${POL_Color_RedBold}Fatal:${POL_Color_Reset} $@" 1>&2 [ "$SETUPWINDOW_INIT" = "true" ] || POL_SetupWindow_Init MESSAGE="$(eval_gettext '$APPLICATION_TITLE has encountered a fatal error. $APPLICATION_TITLE will stop the installation process.\nVisit www.$POL_DNS to get further information')" echo "$POL_COOKIE POL_Debug $$ $MESSAGE $TITLE Error in ${FUNCNAME[1]}\n$(POL_Untab "$@")" | ncns "$POL_HOST" "$POL_PORT" export POL_SCRIPT_FAILED="YES" POL_SetupWindow_Close exit 1 } POL_Debug_lspci() { # Get information about PCI cards in one's computer # Usage : POL_Debug_lspci lspci > "$DEBUGGING/lspci.log" } POL_Debug_cpuinfo() { # Get information about cpu in one's computer # Usage : POL_Debug_cpuinfo cat /proc/cpuinfo > "$DEBUGGING/cpuinfo.log" } POL_Debug_glxinfo() { # Get information about glx in one's computer # Usage : POL_Debug_glxinfo POL_Glxinfo > "$DEBUGGING/glxinfo.log" } POL_Debug_InitPrefix() { POL_Glxinfo 2> /dev/null > "$POL_USER_ROOT/tmp/glxinfo" POL_LoadVar_Distro PATCHSTUFF="$(POL_Wine_GetPatchName $POL_WINEVERSION)" [ ! "$PATCHSTUFF" = "" ] && PATCHSTUFF="Warning! $APPLICATION_TITLE is using a modified wine version ($POL_WINEVERSION). Do not file bugs, AppDB test reports, or ask for help on the WineHQ website for any applications or games that are run using this version. " cat <<- EOF >> "$WINEPREFIX/playonlinux.log" PlayOn$POL_OS logfile ------------------- Date: $(Get_CurrentDate) $PATCHSTUFF > PlayOn$POL_OS Version $VERSION > uname -a $(uname -a) > lsb_release -a $(lsbrelease -a 2> /dev/null) > wine --version $(POL_Wine --version) > POL_WINEVERSION $POL_WINEVERSION > WINEPREFIX $WINEPREFIX > Distribution $DISTRO > glxinfo \| grep rendering $(cat "$POL_USER_ROOT/tmp/glxinfo" | grep rendering) > glxinfo \| grep renderer $(cat "$POL_USER_ROOT/tmp/glxinfo" | grep renderer) > OpenGL libs (Direct rendering testing) $("$PLAYONLINUX/bash/check_gl" x86 stdout) $("$PLAYONLINUX/bash/check_gl" amd64 stdout) EOF } POL_Debug_LogToPrefix() { echo "[$(Get_CurrentDate)] - $@" >> "$WINEPREFIX/playonlinux.log" } POL_Glxinfo() { if [ "$POL_OS" = "Linux" ]; then glxinfo "$@" else if [ -e "/opt/X11/bin/glxinfo" ]; then #XQuartz is installed /opt/X11/bin/glxinfo "$@" else glxinfo "$@" fi fi }playonlinux/lib/deprecated.lib000077500000000000000000000466751226051336100170220ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # deprecated.lib # -------------- # # This lib contains PlayOnLinux's v3 old functions, so that the scripts can stay compatible # Please do NOT use these functions anymore ! ############################# ##### Old GUI functions ##### ############################# POL_SetupWindow_message_image () { # Show a message with an image # Now, it calls POL_SetupWindow_message POL_Debug_Warning "Deprecated function!" POL_SetupWindow_message "$@" } POL_SetupWindow_detect_exit () { # Detect if "Cancel" button has been clicked in a Setup Window. # If it's the case, the function kills the scripts # In version 4, python automatically kills bash process, so this function has became useless # Usage: POL_SetupWindow_detect_exit POL_Debug_Warning "POL_SetupWindow_detect_exit is deprecated" MESSAGE_BIS=$(cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MSG_RECEIVED=') if [ "$MESSAGE_BIS" = "MSG_RECEIVED=Cancel" ] then rm "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" exit fi } POL_SetupWindow_games () { # Show the list of programs installed. # This function has been renamed to POL_SetupWindow_shorcuts_list # Usage: POL_SetupWindow_shortucts_list POL_Debug_Warning "Deprecated function" POL_SetupWindow_shortcuts_list "$@" } POL_SetupWindow_install_wine () { # This function installs a version of wine into playonlinux environment # It has been renamed to POL_Wine_InstallVersion # Usage: POL_SetupWindow_install_wine [VERSION] POL_Debug_Warning "Function deprecated" POL_Wine_InstallVersion "$@" } ######################################### ##### Old prefix creation functions ##### ######################################### POL_SetupWindow_specialprefixcreate () { # Create a prefix for very old version of wine # It also rename program files directory and users directory to english names # Can cause problems # Usage: POL_SetupWindow_specialprefixcreate POL_Debug_Warning "Very deprecated ! Use POL_Wine_PrefixCreate" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" wine wineprefixcreate sleep 2 set_user_dir set_programfile_dir POL_SetupWindow_detect_exit } POL_SetupWindow_oldprefixcreate () { # Create a prefix for very old version of wine # Usage: POL_SetupWindow_oldprefixcreate POL_Debug_Warning "Very deprecated ! Use POL_Wine_PrefixCreate" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" wine wineprefixcreate POL_SetupWindow_detect_exit } POL_SetupWindow_prefixcreate () { # Create a prefix (virtual drive) # Renamed to POL_Wine_PrefixCreate # Usage: POL_SetupWindow_prefixcreate POL_Debug_Warning "Very deprecated ! Use POL_Wine_PrefixCreate" POL_Wine_PrefixCreate "$@" } POL_SetupWindow_normalprefixcreate() { # Just create a prefix, without setting any version of wine and without detecting architecture # May not work as expected # Usage: POL_SetupWindow_normalprefixcreate POL_Debug_Warning "Very deprecated ! Use POL_Wine_PrefixCreate" sleep 1 POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" wine wineboot } select_prefixe () { # Select a wineprefix # Usage: select_prefixe "/path/to/prefix" POL_Debug_Warning "Deprecated function ! Use POL_Wine_SelectPrefix" export WINEPREFIX="$1" export DOSPREFIX="$1" # For dosbox support } select_prefix () { # Copy of select_prefixe # Usage: select_prefix "/path/to/prefix" select_prefixe "$@" } ############################## ##### Old Wine functions ##### ############################## Set_GLSL () { # Enable or disable GLSL support in the selected prefix # This function is regrouped with others. Therefore, you should replace it by "POL_Wine_Direct3D UseGLSL" # Usage: Set_GLSL (On|Off) POL_Debug_Warning "Set_GLSL depracted, please use POL_Wine_Direct3D UseGLSL" # On ou Off if [ "$1" = "On" ] || [ "$1" == "enabled" ] then echo "[HKEY_CURRENT_USER\Software\Wine\Direct3D]" > "$REPERTOIRE/tmp/glsl.reg" echo "\"UseGLSL\"=\"enabled\"" >> "$REPERTOIRE/tmp/glsl.reg" wine regedit "$REPERTOIRE/tmp/glsl.reg" rm -f "$REPERTOIRE/tmp/glsl.reg" fi if [ "$1" = "Off" ] || [ "$1" == "disabled" ] then echo "[HKEY_CURRENT_USER\Software\Wine\Direct3D]" > "$REPERTOIRE/tmp/glsl.reg" echo "\"UseGLSL\"=\"disabled\"" >> "$REPERTOIRE/tmp/glsl.reg" wine regedit "$REPERTOIRE/tmp/glsl.reg" rm -f "$REPERTOIRE/tmp/glsl.reg" fi } installer_wine_version () { # Copy of POL_SetupWindow_install_wine # Usage: POL_SetupWindow_install_wine [VERSION] POL_SetupWindow_install_wine "$@" } Set_WineVersion_Assign () { # Set a version of wine for a shortcut # In POL 4, wine versions are no longer assigned to a shortcut, # but they are assigned to a prefix. # This function detects the prefix of the shortcut in the first argument to assign the good version # Usage: Set_WineVersion_Assign [VERSION] [SHORTCUT] prefixold="$WINEPREFIX" POL_Debug_Warning "Function deprecated !" export WINEPREFIX="$POL_USER_ROOT/wineprefix/$(POL_Shortcut_GetPrefix "$2")" POL_Wine_SetVersionPrefix "$1" export WINEPREFIX="$prefixold" } fonts_to_prefixe () { # Install microsoft fonts to a prefix # Replaced by POL_Wine_InstallFonts # Usage: fonts_to_prefixe POL_Wine_InstallFonts "$@" } fonts_to_prefix () { # Install microsoft fonts to a prefix # Replaced by POL_Wine_InstallFonts # Usage: fonts_to_prefix POL_Wine_InstallFonts "$@" } Use_WineVersion() { # Set the good wineversion in PATH # No longuer needed, use POL_WINEVERSION variable before calling POL_Wine # Usage: Use_WineVersion [VERSION] POL_Debug_Warning "Function is deprecated. Use export WINEVERSION instead" export POL_WINEVERSION="$1" } ########################################## ##### Old shorcut creation functions ##### ########################################## POL_SetupWindow_make_shortcut() { # Make a shortcut into PlayOnLinux # Use POL_Shortcut # Usage: POL_SetupWindow_make_shortcut [Prefix name] [Program's directory] [Program's file] [POL Website icon] [Name of the sortcut] [Leave empty] [Argument] POL_Debug_Warning "Deprecated function! Use POL_Shortcut" creer_lanceur_base "$@" if [ ! "$(POL_Config_Read NO_DESKTOP_ICON)" = "TRUE" ] then if [ "$POL_OS" = "Mac" ] # Ouai, la c'est complètement différent sous linux et sous mac then if [ "$5" = "" ] then POL_SetupWindow_AutoApp "$1" "$1" else POL_SetupWindow_AutoApp "$5" "$1" fi else if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then # L'icone existe... iconPath="$REPERTOIRE/icones/full_size/$NOMICONE_" else iconPath="$PLAYONLINUX/etc/playonlinux.png" fi generer_icone "$iconPath" "$NOMICONE_" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$NOMICONE_\"" "$NOMICONE_" fi fi } POL_SetupWindow_auto_shortcut() { # Make a shortcut into PlayOnLinux, easier using than POL_SetupWindow_make_shortcut # Use POL_Shortcut # Usage: POL_SetupWindow_make_shortcut [Prefix name] [Program's binary file] [Name of the sortcut] [POL Website icon] [Argument] POL_Debug_Warning "POL_SetupWindow_auto_shortcut is deprecated" Binaire="$2" SpecialArg="$5" if [ "$3" = "" ] then NOMICONE_="$1" else NOMICONE_="$3" fi mkdir -p "$REPERTOIRE/icones/32" mkdir -p "$REPERTOIRE/icones/full_size" ICON_WEB_NAME="$4" ICON_OK=0 ## On chope le dossier du binaire cd "$REPERTOIRE/wineprefix/$1" || POL_SetupError "Prefixe $1 does not exists" cd drive_c || POL_SetupError "drive_c folder does not exists" binary_path=$(find ./ -iname "$Binaire" | tail -n 1) binary_dir=$(dirname "$binary_path") Binaire=$(basename "$binary_path") [ "$binary_dir" = "" ] && POL_SetupError "Can't find $Binaire" if [ -n "$ICON_WEB_NAME" ]; then if [ ! "$OFFLINE" = "1" ]; then # On peut le télécharger... $POL_WGET "$SITE/icones/$ICON_WEB_NAME" -O- > "$REPERTOIRE/icones/full_size/$NOMICONE_" || rm "$REPERTOIRE/icones/full_size/$NOMICONE_" # On prend l'icone full size fi if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then convert -resize 32 "$REPERTOIRE/icones/full_size/$NOMICONE_" "$REPERTOIRE/icones/32/$NOMICONE_" # On fabrique l'icone 32*32 ICON_OK=1 fi elif [ "$ICON_OK" -ne 1 ]; then # Pas d'incone sur le web => Création à partir de l'exe... echo "No internet icon..." POL_ExtractIcon "$REPERTOIRE/wineprefix/$1/drive_c/$binary_dir/$Binaire" "$REPERTOIRE/icones/32/$NOMICONE_" # On ne crée pas d'icone "full_size", parce que les résolutions des icones windows ne sont pas suffisantes tout le temps. # Pour verifier la taille des icones, il faudrait utiliser "identify", mais ce programme n'est pas toujours fournis. fi ## On génère le binaire echo "#!/bin/bash" > "$REPERTOIRE/shortcuts/$NOMICONE_" echo "[ \"\$PLAYONLINUX\" = \"\" ] && exit 0" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "source \"\$PLAYONLINUX/lib/sources\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "export WINEPREFIX=\"$REPERTOIRE/wineprefix/$1\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "export WINEDEBUG=\"-all\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "cd \"$REPERTOIRE/wineprefix/$1/drive_c/$binary_dir\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "POL_Wine \"$Binaire\" $SpecialArg \$@" >> "$REPERTOIRE/shortcuts/$NOMICONE_" chmod +x "$REPERTOIRE/shortcuts/$NOMICONE_" if [ ! "$(POL_Config_Read NO_DESKTOP_ICON)" = "TRUE" ] then if [ "$POL_OS" = "Mac" ] then POL_SetupWindow_AutoApp "$3" "$1" else if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then # L'icone existe... iconPath="$REPERTOIRE/icones/full_size/$NOMICONE_" else iconPath="$PLAYONLINUX/etc/playonlinux.png" fi generer_icone "$iconPath" "$NOMICONE_" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$NOMICONE_\"" fi fi } POL_SetupWindow_shortcut() { # Copy of POL_Shortcut # Usage: POL_SetupWindow_shortcut [Program's binary file] [Name] [Icon] [Argument] POL_Debug_Warning "POL_SetupWindow_shortcut is deprecated" POL_Shortcut "$@" } POL_SetupError() { # Old error function. Replaced by debugging API # Usage: command | POL_SetupError [Messagge] POL_Debug_Warning "Deprecated function" POL_SetupWindow_message "$1\n\nAborting." "Error" POL_SetupWindow_Close exit } creer_lanceur_base () { # Needed for POL_SetupWindow_make_shortcut # Usage: POL_SetupWindow_make_shortcut [Prefix name] [Program's directory] [Program's file] [POL Website icon] [Name of the sortcut] [Leave empty] [Argument] # 1 = Wineprefix # 2 = Repertoire # 3 = Binaire # 4 = Icone (png ou xpm) # 5 = Nom de l'icône # 6 = Ignoré (question de compatibilité avec les versions < 2.0) # 7 = Eventuel argument Binaire="$3" SpecialArg="$7" if [ "$5" = "" ] then NOMICONE_="$1" else NOMICONE_="$5" fi mkdir -p "$REPERTOIRE/icones/32" mkdir -p "$REPERTOIRE/icones/full_size" ICON_WEB_NAME="$4" ICON_OK=0 # Création de l'icone. # Cas 1 : le nom de l'icone est donné. if [ -n "$ICON_WEB_NAME" ]; then if [ ! "$OFFLINE" = "1" ]; then # On peut le télécharger... $POL_WGET "$SITE/icones/$ICON_WEB_NAME" -O "$REPERTOIRE/icones/full_size/$NOMICONE_" # On prend l'icone full size fi if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then convert -resize 32 "$REPERTOIRE/icones/full_size/$NOMICONE_" "$REPERTOIRE/icones/32/$NOMICONE_" # On fabrique l'icone 32*32 ICON_OK=1 fi elif [ "$ICON_OK" -ne 1 ]; then # Pas d'incone sur le web => Création à partir de l'exe... echo "No iternet icon..." mkdir -p "$REPERTOIRE/tmp/win32Icon" wrestool -x "$REPERTOIRE/wineprefix/$1/drive_c/$2/$Binaire" -o "$REPERTOIRE/tmp/win32Icon" -t14 cd "$REPERTOIRE/tmp/win32Icon" win32IconName=$(ls -S *.ico | head -n 1) if [ -f "$win32IconName" ]; then # L'ico est créé convert ICO:"$win32IconName" -resize 32 PNG:"$REPERTOIRE/icones/32/$NOMICONE_" # On fabrique l'icone 32*32 fi # Si non : icone play on linux. rm -r "$REPERTOIRE/tmp/win32Icon" # On ne crée pas d'icone "full_size", parce que les résolutions des icones windows ne sont pas suffisantes tout le temps. # Pour verifier la taille des icones, il faudrait utiliser "identify", mais ce programme n'est pas toujours fournis. fi echo "#!/bin/bash" > "$REPERTOIRE/shortcuts/$NOMICONE_" echo "[ \"\$PLAYONLINUX\" = \"\" ] && exit 0" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "source \"\$PLAYONLINUX/lib/sources\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "export WINEPREFIX=\"$REPERTOIRE/wineprefix/$1\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "export WINEDEBUG=\"-all\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "cd \"$REPERTOIRE/wineprefix/$1/drive_c/$2\"" >> "$REPERTOIRE/shortcuts/$NOMICONE_" echo "POL_Wine \"$Binaire\" $SpecialArg \$@" >> "$REPERTOIRE/shortcuts/$NOMICONE_" chmod +x "$REPERTOIRE/shortcuts/$NOMICONE_" } POL_SetupWindow_get_local_icon () { # Get a local icon (.local folder) and assign it to a shortcut POL_Debug_Warning "Deprecated function" POL_GetLocalIcon "$@" } POL_SetupWindow_reboot () { # Simulate windows reboot # Usage: POL_SetupWindow_reboot POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait while $APPLICATION_TITLE is simulating a Windows reboot')" "Wine" wine wineboot POL_SetupWindow_detect_exit } read_prefixes() { # Get the list of prefixes cd "$REPERTOIRE/wineprefix" LIST_FILE="" for file in * do if [ "$LIST_FILE" = "" ] then LIST_FILE="$file" else LIST_FILE+="~$file" fi done echo $LIST_FILE } set_user_dir() { # Change directory name's to english one cat << EOF > /tmp/pol_user.reg REGEDIT4 [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer] [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced] [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] "AppData"="C:\\\\windows\\\\profiles\\\\$USER\\\\Application Data" "Cache"="C:\\\\windows\\\\profiles\\\\$USER\\\\Local Settings\\\\Temporary Internet Files" "Cookies"="C:\\\\windows\\\\profiles\\\\$USER\\\\Cookies" "Desktop"="C:\\\\windows\\\\profiles\\\\$USER\\\\Desktop" "Favorites"="C:\\\\windows\\\\profiles\\\\$USER\\\\Favorites" "Fonts"="C:\\\\windows\\\\Fonts" "History"="C:\\\\windows\\\\profiles\\\\$USER\\\\Local Settings\\\\History" "Local AppData"="C:\\\\windows\\\\profiles\\\\$USER\\\\Local Settings\\\\Application Data" "My Music"="C:\\\\windows\\\\profiles\\\\$USER\\\\My Music" "My Pictures"="C:\\\\windows\\\\profiles\\\\$USER\\\\My Pictures" "My Videos"="C:\\\\windows\\\\profiles\\\\$USER\\\\My Videos" "NetHood"="C:\\\\windows\\\\profiles\\\\$USER\\\\Network Hood" "Personal"="C:\\\\windows\\\\profiles\\\\$USER\\\\My documents" "PrintHood"="C:\\\\windows\\\\profiles\\\\$USER\\\\Printing Hood" "Programs"="C:\\\\windows\\\\profiles\\\\$USER\\\\Start Menu\\\\Programs" "Recent"="C:\\\\windows\\\\profiles\\\\$USER\\\\Recent" "SendTo"="C:\\\\windows\\\\profiles\\\\$USER\\\\SendTo" "Start Menu"="C:\\\\windows\\\\profiles\\\\$USER\\\\Start Menu" "StartUp"="C:\\\\windows\\\\profiles\\\\$USER\\\\Start Menu\\\\Programs\\\\StartUp" "Templates"="C:\\\\windows\\\\profiles\\\\$USER\\\\Templates" [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] "AppData"="%USERPROFILE%\\\\Application Data" "Cache"="%USERPROFILE%\\\\Local Settings\\\\Temporary Internet Files" "Cookies"="%USERPROFILE%\\\\Cookies" "Desktop"="%USERPROFILE%\\\\Desktop" "Favorites"="%USERPROFILE%\\\\Favorites" "Fonts"="C:\\\\windows\\\\Fonts" "History"="%USERPROFILE%\\\\Local Settings\\\\Historique" "Local AppData"="%USERPROFILE%\\\\Local Settings\\\\Application Data" "My Music"="%USERPROFILE%\\\\My Music" "My Pictures"="%USERPROFILE%\\\\My Pictures" "My Videos"="%USERPROFILE%\\\\My Videos" "NetHood"="%USERPROFILE%\\\\Network Hood" "Personal"="%USERPROFILE%\\\\My Documents" "PrintHood"="%USERPROFILE%\\\\Printing hood" "Programs"="%USERPROFILE%\\\\Start Menu\\\\Programs" "Recent"="%USERPROFILE%\\\\Recent" "SendTo"="%USERPROFILE%\\\\SendTo" "Start Menu"="%USERPROFILE%\\\\Start Menu" "StartUp"="%USERPROFILE%\\\\Start Menu\\\\Programs\\\\StartUp" "Templates"="%USERPROFILE%\\\\Templates" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{450D8FBA-AD25-11D0-98A8-0800361B1103}] @="My Documents" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{645FF040-5081-101B-9F08-00AA002F954E}] @="Trash" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}] @="/" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\Namespace] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\Namespace\\{21EC2020-3AEA-1069-A2DD-08002B30309D}] @="Control Panel" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] "Common AppData"="C:\\\\windows\\\\profiles\\\\All Users\\\\Application Data" "Common Desktop"="C:\\\\windows\\\\profiles\\\\All Users\\\\Desktop" "Common Documents"="C:\\\\windows\\\\profiles\\\\All Users\\\\Documents" "Common Programs"="C:\\\\windows\\\\profiles\\\\All Users\\\\Start Menu\\\\Programs" "Common Start Menu"="C:\\\\windows\\\\profiles\\\\All Users\\\\Start Menu" "Common StartUp"="C:\\\\windows\\\\profiles\\\\All Users\\\\Start Menu\\\\Programs\\\\StartUp" "Common Templates"="C:\\\\windows\\\\profiles\\\\All Users\\\\Templates" "Favorites"="C:\\\\windows\\\\profiles\\\\All Users\\\\Favorites" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] "Common AppData"="%ALLUSERSPROFILE%\\\\Application Data" "Common Desktop"="%ALLUSERSPROFILE%\\\\Desktop" "Common Documents"="%ALLUSERSPROFILE%\\\\Documents" "Common Programs"="%ALLUSERSPROFILE%\\\\Start Menu\\\\Programs" "Common Start Menu"="%ALLUSERSPROFILE%\\\\Start Menu" "Common StartUp"="%ALLUSERSPROFILE%\\\\Start Menu\\\\Programs\\\\StartUp" "Common Templates"="%ALLUSERSPROFILE%\\\\Templates" "Favorites"="%ALLUSERSPROFILE%\\\\Favorites" EOF wine regedit /tmp/pol_user.reg } set_programfile_dir() { # Change directory's name to english one (program file) #made by cendre, edited by tinou #email:cendrev3v3@gmail.com if [ ! "$WINEPREFIX" ] then export WINEPREFIX="$HOME/.wine" fi REG="$REPERTOIRE/tmp/reg.reg" echo "$(eval_gettext "Setting Program Files var")" rm -f "$REG" cat < "$REG" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion] "ProgramFilesDir"="C:\\\\Program Files" EOF wine regedit "$REG" rm -f "$REG" wine wineprefixcreate #fi #rm -rf $REG } playonlinux/lib/dosbox.lib000077500000000000000000000021311226051336100161730ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2012 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # dosbox.lib # -------- # # This lib contains dosbox's api POL_DosBox_InstallCDROM() { if [ "$CDROM" ]; then POL_Config_DosPrefixWrite manual_mount true cat <<_EOFAE_ > "$WINEPREFIX/drive_c/autoexec.bat" mount D "$CDROM" -t cdrom _EOFAE_ rm "$WINEPREFIX/dosdevices/d::" rm "$WINEPREFIX/dosdevices/d:" fi }playonlinux/lib/playonlinux.lib000077500000000000000000000641211226051336100172660ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # playonlinux.lib # --------------- # # This lib contains PlayOnLinux's internal functions. Scriptors usually don't need to use theses functions ################################# ##### PlayOnLinux functions ##### ################################# construire_repertoire_personnel () { # Build PlayOnLinux's home directories # Usage : construire_repertoire_personnel # Warning ! This function is essential. setupwindow.lib will not work if theses directories are not built mkdir -p "$POL_USER_ROOT/wineprefix/default/" mkdir -p "$POL_USER_ROOT/shortcuts/" mkdir -p "$POL_USER_ROOT/configurations/options/" mkdir -p "$POL_USER_ROOT/configurations/icones/" mkdir -p "$POL_USER_ROOT/configurations/manuals/" mkdir -p "$POL_USER_ROOT/configurations/links/" mkdir -p "$POL_USER_ROOT/configurations/reports/" mkdir -p "$POL_USER_ROOT/tmp" mkdir -p "$POL_USER_ROOT/logs" mkdir -p "$POL_USER_ROOT/scripts" mkdir -p "$POL_USER_ROOT/ressources" mkdir -p "$POL_USER_ROOT/icones/full_size" mkdir -p "$POL_USER_ROOT/icones/32" if [ "$POL_OS" == "Linux" ] then mkdir -p "$POL_USER_ROOT/wine/linux-x86" mkdir -p "$POL_USER_ROOT/wine/linux-amd64" else mkdir -p "$POL_USER_ROOT/wine/darwin-x86" mkdir -p "$POL_USER_ROOT/wine/darwin-amd64" fi mkdir -p "$POL_USER_ROOT/wine/gecko" mkdir -p "$POL_USER_ROOT/wine/mono" mkdir -p "$POL_USER_ROOT/plugins" mkdir -p "$POL_USER_ROOT/configurations/configurators" mkdir -p "$POL_USER_ROOT/configurations/pre_shortcut" mkdir -p "$POL_USER_ROOT/configurations/function_overrides" mkdir -p "$POL_USER_ROOT/configurations/setups" mkdir -p "$POL_USER_ROOT/configurations/listes" touch "$POL_USER_ROOT/configurations/custom" touch "$POL_USER_ROOT/playonlinux.cfg" touch "$POL_USER_ROOT/extensions.cfg" touch "$POL_USER_ROOT/configurations/listes/gecko.lst" touch "$POL_USER_ROOT/configurations/wgetrc" } clean_tmp () { # Clean PlayOnLinux tmp directory # Usage: clean_tmp # Be careful, it might be very dangerous ! # Cleanup is done in background if [ "$POL_OS" = "Linux" ]; then # Don't clean tmp if POL is already running. if [ "$(ps ux | grep '[p]ython mainwindow\.py' | wc -l)" -gt 1 ]; then POL_Debug_Message "PlayOnLinux seems to be already running. Don't cleaning tmp" return 0 fi fi POL_Debug_Message "Cleaning temp directory" mv "$POL_USER_ROOT/tmp" "$POL_USER_ROOT/tmp$$" mkdir -p "$POL_USER_ROOT/tmp" rm -rf "$POL_USER_ROOT/tmp$$" 2> /dev/null & } ################################## ##### Config files functions ##### ################################## POL_Config_Write () { # Add an entry to PlayOnLinux's config file # If the entry already exists, it will replace it # Usage : POL_Config_Write [KEY] [VALUE] POL_Debug_Message "Config write: $1 $2" cat "$POL_USER_ROOT/playonlinux.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" echo "$1=$2" >> "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$POL_USER_ROOT/playonlinux.cfg" } POL_Config_Delete () { # Delete an entry in PlayOnLinux's config file # Usage : POL_Config_Delete [KEY] POL_Debug_Message "Config delete: $1" cat "$POL_USER_ROOT/playonlinux.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$POL_USER_ROOT/playonlinux.cfg" } POL_Config_Read () { # Read an entry PlayOnLinux's config file # Usage : POL_Config_Read [KEY] #POL_Debug_Message "Config read $1" cat "$POL_USER_ROOT/playonlinux.cfg" 2> /dev/null | grep "^$1" | cut -d\= -f2 } POL_Extension_Write () { # Add an entry to PlayOnLinux's extension file # If the entry already exists, it will replace it # Usage : POL_Config_Write [KEY] [VALUE] POL_Debug_Message "Extension write: $1 $2" cat "$POL_USER_ROOT/extensions.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" echo "$1=$2" >> "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$POL_USER_ROOT/extensions.cfg" } POL_Extension_Delete () { # Delete an entry in PlayOnLinux's extension file # Usage : POL_Config_Delete [KEY] POL_Debug_Message "Extension delete: $1" cat "$POL_USER_ROOT/extensions.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$POL_USER_ROOT/extensions.cfg" } POL_Extension_Read () { # Read an entry PlayOnLinux's extension file # Usage : POL_Config_Read [KEY] #POL_Debug_Message "Extension read: $1" cat "$POL_USER_ROOT/extensions.cfg" 2> /dev/null | grep "^$1" | cut -d\= -f2 } POL_Config_PrefixWrite () { # Write something to current wine prefix's config file # Usage : POL_Config_PrefixWrite [KEY] [VALUE] cat "$WINEPREFIX/playonlinux.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" echo "$1=$2" >> "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$WINEPREFIX/playonlinux.cfg" POL_Debug_Message "Prefix config write: $1 $2" } POL_Config_PrefixDelete () { # Delete an entry in current wine prefix's config file # Usage : POL_Config_PrefixDelete [KEY] cat "$WINEPREFIX/playonlinux.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$WINEPREFIX/playonlinux.cfg" POL_Debug_Message "Prefix config delete: $1" } POL_Config_PrefixRead () { # Read an entry in wine current prefix's config file # Usage : POL_Config_PrefixRead [KEY] cat "$WINEPREFIX/playonlinux.cfg" 2> /dev/null | grep "^$1" | cut -d\= -f2 } POL_Config_DosPrefixWrite () { # Write something to current wine prefix's config file # Usage : POL_Config_PrefixWrite [KEY] [VALUE] cat "$WINEPREFIX/playonlinux_dos.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" echo "$1=$2" >> "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$WINEPREFIX/playonlinux_dos.cfg" POL_Debug_Message "Dos prefix config write: $1" } POL_Config_DosPrefixDelete () { # Delete an entry in current wine prefix's config file # Usage : POL_Config_PrefixDelete [KEY] cat "$WINEPREFIX/playonlinux_dos.cfg" 2> /dev/null | grep -v "^$1" > "$POL_USER_ROOT/tmp/newcfg" mv "$POL_USER_ROOT/tmp/newcfg" "$WINEPREFIX/playonlinux_dos.cfg" POL_Debug_Message "Dos prefix config delete: $1" } POL_Config_DosPrefixRead () { # Read an entry in wine current prefix's config file # Usage : POL_Config_PrefixRead [KEY] cat "$WINEPREFIX/playonlinux_dos.cfg" 2> /dev/null | grep "^$1" | cut -d\= -f2 } POL_OpenShell() { # Open a shell in the current prefix environment # Usage : POL_OpenShell cp "$PLAYONLINUX/etc/pol_bash" "$POL_USER_ROOT/tmp/env_bash" if [ "$1" = "" ] then cat << EOF >> "$POL_USER_ROOT/tmp/env_bash" export WINEPREFIX="$WINEPREFIX" cd "$WINEPREFIX/drive_c" echo "You are in $PREFIXNAME virtual drive environment" EOF else cd "$POL_USER_ROOT/shortcuts/" cat "$1" | grep 'export PATH=' >> "$POL_USER_ROOT/tmp/env_bash" cat "$1" | grep 'PATH=' >> "$POL_USER_ROOT/tmp/env_bash" cat "$1" | grep '^export WINEPREFIX' >> "$POL_USER_ROOT/tmp/env_bash" cat << EOF >> "$POL_USER_ROOT/tmp/env_bash" export PLAYONLINUX="$PLAYONLINUX" cd "$WINEPREFIX/drive_c" echo "You are in $1's virtual drive environment" EOF fi echo bash --rcfile "$POL_USER_ROOT/tmp/env_bash" > "$POL_USER_ROOT/tmp/env_bash2" chmod +x "$POL_USER_ROOT/tmp/env_bash2" xterm -e "$POL_USER_ROOT/tmp/env_bash2" -T "$APPLICATION_TITLE" } ############################## ##### Security functions ##### ############################## # Theses functions are here to prevent scriptors from getting root access # Just to encourage not using that into POL sudo () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } gksudo () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } gksu () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } su () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } kdesu () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } kdesudo () { POL_Debug_Fatal "The script tried to use sudo" echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")" return 1 } POL_GPG_install_key() { # This function installs PlayOnLinux GPG public key # Usage : POL_GPG_install_key POL_Debug_Message "Importing $APPLICATION_TITLE public key" #create the gnupg directory mkdir -p "$GNUPGHOME" #import the public key if [ "$POL_OS" = "Linux" ] then gpg --import "$PLAYONLINUX/etc/playonlinux.gpg" > /dev/null 2> /dev/null else # workaround for Lion NEW_DL_PATH="$PLAYONLINUX/../unix/tools/lib/gettext/:$DYLD_LIBRARY_PATH" env DYLD_LIBRARY_PATH="$NEW_DL_PATH" gpg --import "$PLAYONLINUX/etc/playonlinux.gpg" > /dev/null 2> /dev/null fi } POL_GPG_auth_script() { # This function checks if a script has been signed by PlayOnLinux, and if the signature is valid # Usage POL_GPG_auth_script [filename] # Return TRUE if the script is valid # Return FALSE if the script is not valid POL_Debug_Message "Checking signature of $1" POL_GPG_install_key FILENAME="$1" GPG=`awk '/^-----BEGIN PGP SIGNATURE-----/ {print NR ; exit 0; }' $FILENAME` tail -n +${GPG} "$FILENAME" > "$POL_USER_ROOT/tmp/script.asc" 2> /dev/null head -n $(( GPG - 1 )) "$FILENAME" | grep -v "cat << \"-----END PGP SIGNATURE-----\" > /dev/null" > "$POL_USER_ROOT/tmp/script" 2> /dev/null if [ "$POL_OS" = "Linux" ] then gpg --verify "$POL_USER_ROOT/tmp/script.asc" > /dev/null 2> /dev/null else NEW_DL_PATH="$PLAYONLINUX/../unix/tools/lib/gettext/:$DYLD_LIBRARY_PATH" env DYLD_LIBRARY_PATH="$NEW_DL_PATH" gpg --verify "$POL_USER_ROOT/tmp/script.asc" > /dev/null 2> /dev/null fi [ "$?" = "0" ] && echo "TRUE" || echo "FALSE" } POL_Bash () { # Equivalent of "bash" command, except that it checks the signature of the script # Usage : POL_Bash [script] OLD_DIR="$PWD" if [ "$(POL_GPG_auth_script "$1")" = "TRUE" ] then cd "$OLD_DIR" POL_Debug_Message "POL GPG : Good signature - $TITLE" bash "$@" else cd "$OLD_DIR" POL_SetupWindow_Init POL_SetupWindow_message "$(eval_gettext 'Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\nPlayOnLinux has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing !')" "$TITLE" POL_SetupWindow_licence "$(eval_gettext 'Here the source code of the script. Check it carefully')" "$TITLE" "$1" POL_SetupWindow_Close export NOBUGREPORT="YES" export POL_BAD_SIGNATURE="TRUE" bash "$@" fi } POL_Source () { # Equivalent of "source" command, except that it checks the signature of the script # Usage : POL_Source [script] OLD_DIR="$PWD" if [ "$(POL_GPG_auth_script "$1")" = "TRUE" ] then cd "$OLD_DIR" POL_Debug_Message "POL GPG : Good signature" source "$@" exitcode="$?" else cd "$OLD_DIR" POL_SetupWindow_message "$(eval_gettext 'Warning !!\n\nThe signature of the script you are trying to run is NOT valid\n\n$APPLICATION_TITLE has not approved this script and will not be responsible from it.\nPlease ensure you know what you are doing!')" "$TITLE" POL_SetupWindow_licence "$(eval_gettext 'Here the source code of the script. Check it carrefully')" "$(eval_gettext 'External library')" "$PWD/$1" export POL_BAD_SIGNATURE="TRUE" source "$@" exitcode="$?" fi return "$exitcode" } ################################# ##### Mac OS .app functions ##### ################################# make_skeleton() { # Make the skeleton of the .app in $DIRAPP # Usage: make_skeleton mkdir -p "$DIRAPP" mkdir -p "$DIRAPP/Contents/MacOS" mkdir -p "$DIRAPP/Contents/Resources" printf "APPL????" > "$DIRAPP/Contents/PkgInfo" touch "$DIRAPP/Contents/MacOS/playonmac" chmod +x "$DIRAPP/Contents/MacOS/playonmac" } make_standalone_script() { # Make the scripts that run the software in standalone package in $DIRAPP # Usage : make_standalone_script [Shortcut] substitute=$(printf "$2" | sed 's/\//\\\//g' | sed 's/ /\\ /g') # ca aussi j'aime substitute2=$(printf "$2" | sed 's/\/\//\//g' | sed 's/\//\\\//g' | sed 's/ /\\ /g') # ca aussi j'aime cat << EOF3 > "$DIRAPP/Contents/MacOS/playonmac" #!/bin/bash apple_message() { cat << EOF > /tmp/message.applescript tell app "Finder" to display dialog "\$1" buttons "Ok" EOF osascript /tmp/message.applescript } dir=\$(dirname "\$0") cd "\$dir" export SCRIPTDIR="\$PWD" export OSX_VERSION="\$(uname -r | awk -F '.' '{print \$1}')" if [ "\$OSX_VERSION" -lt 9 ] then apple_message "Your Mac OS X version is too old to use PlayOnMac" exit 0 fi export PATH="\$SCRIPTDIR/../Resources/wine/bin:\$PATH" export LD_LIBRARY_PATH="\$SCRIPTDIR/../Resources/wine/lib:\$LD_LIBRARY_PATH" export WINEPREFIX="\$SCRIPTDIR/../Resources/virtual_drive" $(cat "$POL_USER_ROOT/shortcuts/$1" | grep "cd " | sed s/$substitute/'\$SCRIPTDIR\/..\/Resources\/virtual_drive'/) shift #$(cat "$POL_USER_ROOT/shortcuts/$1" | grep "wine " | sed s/$substitute2// | sed s/$substitute//) & wine "$(basename "$(cat "$POL_USER_ROOT/shortcuts/$1" | grep "POL_Wine " | cut -d \" -f2)")" \$@ & EOF3 } make_pom_script() { # Make the scripts that run the software in PlayOnMac .app package in $DIRAPP # Usage : make_pom_script [Shortcut] cat << EOF2 > "$DIRAPP/Contents/MacOS/playonmac" #!/bin/bash apple_message() { cat << EOF > /tmp/message.applescript tell app "Finder" to display dialog "\$1" buttons "Ok" EOF osascript /tmp/message.applescript } export PLAYONLINUX="$PLAYONLINUX" export LANG="$(defaults read -g AppleLocale).UTF-8" export POL_LANG="$(defaults read -g AppleLocale | cut -d _ -f1)" export REPERTOIRE="$REPERTOIRE" export PLAYONMAC="\$PLAYONLINUX" export POL_USER_ROOT="\$REPERTOIRE" export NOGETTEXT="TRUE" export POL_OS="Mac" source "\$PLAYONLINUX/lib/sources" dir=\$(dirname "\$0") cd "\$dir" export RDISPLAY="\$DISPLAY" export OSX_VERSION="\$(uname -r | awk -F '.' '{print \$1}')" [[ "\$OSX_VERSION" -lt 10 ]] && export OSX_TOO_OLD="TRUE" if [ "\$OSX_VERSION" -lt 9 ] then apple_message "Your Mac OS X version is too old to use PlayOnMac" exit 0 fi if [ ! -e "\$PLAYONLINUX" ] then apple_message "Error ! Unable to find \$PLAYONLINUX" exit 0 fi export PATH="\$PLAYONLINUX/../unix/wine/bin:\$PLAYONLINUX/../unix/image_magick/bin:\$PLAYONLINUX/../unix/tools/bin/:\$PATH" export LD_LIBRARY_PATH="\$PLAYONLINUX/../unix/wine/lib:\$PLAYONLINUX/../unix/tools/lib/ld:/usr/X11/lib:\$LD_LIBRARY_PATH" cd "\$REPERTOIRE/shortcuts" shift bash "$1" \$@ & EOF2 } make_icon() { # Generate the icon for the package in $DIRAPP # Usage : make_icon [icon_name] rm "/tmp/icon.png" cd "/tmp" if [ -e "$REPERTOIRE/icones/full_size/$1" ] then icon_app="$REPERTOIRE/icones/full_size/$1" cp "$icon_app" "/tmp/icon2.png" convert "/tmp/icon2.png" -resize 128x128\! "/tmp/icon.png" png2icns "$DIRAPP/Contents/Resources/playonmac.icns" "/tmp/icon.png" && success=true fi if [ ! "$success" = "true" ] then if [ -e "$REPERTOIRE/icones/32/$1" ] then icon_app="$REPERTOIRE/icones/32/$1" cp "$icon_app" "/tmp/icon2.png" convert "/tmp/icon2.png" -resize 32x32\! "/tmp/icon.png" png2icns "$DIRAPP/Contents/Resources/playonmac.icns" "/tmp/icon.png" && success=true fi fi if [ ! "$success" = "true" ] then cp "$PLAYONLINUX/etc/playonmac.icns" "$DIRAPP/Contents/Resources/playonmac.icns" fi if [ ! -e "$DIRAPP/Contents/Resources/playonmac.icns" ] then cp "$PLAYONLINUX/etc/playonmac.icns" "$DIRAPP/Contents/Resources/playonmac.icns" fi } make_plist() { # Make the .plist file for the .app in $DIRAPP # Usage : make_plist [Long name] [Short name] cat << EOF > "$DIRAPP/Contents/Info.plist" CFBundleDevelopmentRegion English CFBundleDisplayName $1 CFBundleExecutable playonmac CFBundleIconFile playonmac.icns CFBundleIdentifier org.playonmac.$2 CFBundleInfoDictionaryVersion 6.0 CFBundleName $1 CFBundlePackageType APPL CFBundleShortVersionString 1.0 CFBundleSignature ???? CFBundleVersion 1.0 LSHasLocalizedDisplayName NSAppleScriptEnabled NSHumanReadableCopyright Copyright not specified NSMainNibFile MainMenu NSPrincipalClass NSApplication EOF } ####################################### ##### Shortcut creation functions ##### ####################################### CleanLnkDesktop() { # Clean Desktop from PlayOnLinux's wine shortcut # Usage: CleanLnkDesktop mkdir -p "$REPERTOIRE/backup" for file in $HOME/Desktop/*.desktop do if [ ! "$(strings "$file" | grep PlayOn$POL_OS)" = "" ] then mv "$file" "$REPERTOIRE/backup" fi done for file in $HOME/Desktop/*.lnk do if [ ! "$(strings "$file" | grep PlayOn$POL_OS)" = "" ] then mv "$file" "$REPERTOIRE/backup" fi done } POL_SetupWindow_AutoApp() { # Automatically generate a .app for Mac OS X # Usage: POL_SetupWindow_AutoApp [Shortcut] POL_Debug_Message "Making .app $PACKAGE ($shortname)" shortname=`echo "$1" | tr -c [[a-zA-Z0-9]\.] '_'` PACKAGE="$1" DIRAPP="$HOME/Desktop/$PACKAGE.app" POL_SetupWindow_wait_next_signal "$(eval_gettext "Making shortcut...")" "$TITLE" make_skeleton "$PACKAGE" make_icon "$PACKAGE" make_pom_script "$PACKAGE" make_plist "$PACKAGE" "$shortname" CleanLnkDesktop } generer_icone () { # Generate a shortcut # "Equivalent" of POL_SetupWindow_AutoApp for linux # Usage: generer_icone [icon image file] [name of the software] [directory] [software to run] [wm class] [categories] [shorcut filename prefix] ICONE="$1" NOMICONE="$2" PLACE="$3" EXECUTER="$4" WMCLASS="$5" CATEGORIES="$6" ICOPREFIX="$7" NOMCOURT="${ICOPREFIX}${NOMICONE}" mkdir -p "$PLACE" cd "$PLACE" (echo "[Desktop Entry]" echo "Encoding=UTF-8" echo "Name=$NOMICONE" echo "Comment=PlayOnLinux" echo "Type=Application" echo "Exec=$EXECUTER %F" echo "Icon=$ICONE" echo "Name[fr_FR]=$NOMICONE" echo "StartupWMClass=$WMCLASS" echo "Categories=$CATEGORIES") > "$NOMCOURT.desktop" chmod +x "$NOMCOURT.desktop" } detect_wineprefix() { # Read the wineprefix of a shortcut # Usage: detect_wineprefix [Shortcut] file="$REPERTOIRE/shortcuts/$1" if [ -e "$file" ]; then fichier=$(cat "$file" | grep '^export WINEPREFIX') fichier=${fichier:18} fichier=${fichier//"\""/""} fichier=${fichier//"//"/"/"} fi echo $fichier } detect_wineversion() { # Read the wineversion of a shortcut # Usage: detect_wineversion [Shortcut] wineprefixback="$WINEPREFIX" export WINEPREFIX="$(detect_wineprefix "$1")" POL_Config_PrefixRead "VERSION" export WINEPREFIX="$wineprefixback" } detect_appdir() { # Read the appdir of a shortcut # Usage: detect_appdir [Shortcut] file="$REPERTOIRE/shortcuts/$1" if [ -e "$file" ] then fichier=`cat "$file" | grep "cd \""` fichier=${fichier:4:${#fichier}-5} fi echo $fichier } detect_appexec() { # Read the program of a shortcut # Usage: detect_appexec [Shortcut] file="$REPERTOIRE/shortcuts/$1" if [ -e "$file" ] then fichier=`cat "$file" | grep "POL_Wine " | cut -d'"' -f2` fi echo $fichier } clean_wineprefix() { # Detect if a prefix is still use or not. # It not, ask the user if he/she wants to delete it # Usage: clean_wineprefix /path/of/the/prefix # Ca c'est fait exprès ! On touche pas [ "$1" = "$REPERTOIRE/.PlayOnLinux/wineprefix/" ] && exit [ "$1" = "$REPERTOIRE/Library/PlayOnMac/" ] && exit cd "$REPERTOIRE/shortcuts/" # Ça aussi, j'ai pas utilisé $REPERTOIRE volontairment (question de sécu, si $REPERTOIRE est vide ou mal défini, ça peut faire mal) [ "$POL_OS" = "Linux" ] && TEST=${1//".PlayOnLinux/wineprefix/"/""} [ "$POL_OS" = "Mac" ] && TEST=${1//"Library/PlayOnMac/wineprefix/"/""} [ "$TEST" = "" ] && exit if [ "$TEST" = "$1" ] then POL_Debug_Error "The directory is not in $APPLICATION_TITLE" else used=0 for file in * do fichier="${file}" prefix=$(detect_wineprefix "$fichier") if [ "$prefix" = "$1" ] then used=1 fi done if [ "$used" = 1 ] then echo "$1 est encore utilisé." else prefix="$1" prefix=$(basename "$1") POL_SetupWindow_question "$(eval_gettext "Do you want to delete the virtual drive:")\n\n$prefix" "$TITLE" reponse=$APP_ANSWER POL_SetupWindow_wait_next_signal "$(eval_gettext 'Uninstalling...')" "$(eval_gettext '$APPLICATION_TITLE Uninstaller')" if [ "$reponse" = "TRUE" ] then rm -rf "$1" fi fi fi } function VersionLower () { # Return 0 if version1 is lower than version2 # Usage: VersionLower [version1] [version2] local versionA versionA1 versionA2 versionA3 local versionB versionB1 versionB2 versionB3 versionA=$(cut -d'-' -f1 <<< $1) versionA1=$(cut -d'.' -f1 <<< $versionA) versionA2=$(cut -d'.' -f2 <<< $versionA) versionA3=$(cut -d'.' -f3 <<< $versionA) [ -n "$versionA3" ] || versionA3=0 versionB=$(cut -d'-' -f1 <<< $2) versionB1=$(cut -d'.' -f1 <<< $versionB) versionB2=$(cut -d'.' -f2 <<< $versionB) versionB3=$(cut -d'.' -f3 <<< $versionB) [ -n "$versionB3" ] || versionB3=0 # Added for development versions: a stable version may be released # People using development versions will be notified of updates anyway # example 3.8.1 < 3.8.2-dev < 3.8.2 if grep -q -- '-' <<< $1 ; then [ $versionA1 -lt $versionB1 ] && return 0 [ $versionA1 -le $versionB1 ] && [ $versionA2 -lt $versionB2 ] && return 0 [ $versionA1 -le $versionB1 ] && [ $versionA2 -le $versionB2 ] && [ $versionA3 -le $versionB3 ] && return 0 return 1 fi [ $versionA1 -lt $versionB1 ] && return 0 [ $versionA1 -le $versionB1 ] && [ $versionA2 -lt $versionB2 ] && return 0 [ $versionA1 -le $versionB1 ] && [ $versionA2 -le $versionB2 ] && [ $versionA3 -lt $versionB3 ] && return 0 return 1 } POL_Internal_RunXQuartz() { # Run XQuartz on OSX if [ ! "$POL_OS" = "Mac" ] then echo "This function is not for you" return fi current_appToRun="$(defaults read org.macosforge.xquartz.X11 app_to_run)" # What is the current default app ? if [ ! "$?" = "0" ] then current_appToRun="/opt/X11/bin/xterm" fi defaults write org.macosforge.xquartz.X11 app_to_run "" # Don't run Xterm (or other if user has changed something) open "/Applications/Utilities/XQuartz.app" defaults write org.macosforge.xquartz.X11 app_to_run "$current_appToRun" # Restaure default behavior } POL_Internal_KillAll() { for WId in $(ps aux | grep $APPLICATION_TITLE | grep bash | awk '{print $2}'); do kill $WId; cat << EOF > "$REPERTOIRE/configurations/guis/$WId" MsgIn exit EOF sleep 1 rm "$REPERTOIRE/configurations/guis/$WId" 2> /dev/null done } POL_System_FindPart() { if [ -e "$1" ]; then df -P "$1" | awk '/^\/dev/ {print $1}' || echo "$1 not found"; fi } POL_System_PartInfo() { awk '$1 == "'$(POL_System_FindPart "$1")'"' /etc/mtab } FS_Check () { if grep -q "$2" <<< "$1" ; then $DebugType "$3" POL_Debug_LogToPrefix "$3" return 1 fi } POL_System_CheckFS() { [ "$POL_OS" = "Mac" ] && return 0 if [ "$1" = "--just-warning" ]; then DebugType="POL_Debug_Warning" shift else DebugType="POL_Debug_Error" fi [ ! -e "$1" ] && return 0 # It's not your job POL_Debug_Message "Checking filesystem for $1" PartInfo="$(POL_System_PartInfo "$1")" FilePath="$1" FS_Check "$PartInfo" "vfat" "$(eval_gettext 'The following file is located on a FAT32 filesystem.\nIt might prevent wine from working\n\n$FilePath')" || return 1 FS_Check "$PartInfo" "ntfs" "$(eval_gettext 'The following file is located on a NTFS filesystem.\nIt might prevent wine from working\n\n$FilePath')" || return 1 FS_Check "$PartInfo" "fuseblk" "$(eval_gettext 'The following file is located on a fuse filesystem.\nIt might prevent wine from working\n\n$FilePath')" || return 1 FS_Check "$PartInfo" "noexec" "$(eval_gettext 'The following file is located on a noexec mounted filesystem.\nIt might prevent wine from working\n\n$FilePath')" || return 1 return 0 } POL_Die () { # Kill PlayOnLinux echo "$POL_COOKIE POL_Die" | ncs "$POL_HOST" "$POL_PORT" } POL_Restart () { # Kill PlayOnLinux echo "$POL_COOKIE POL_Restart" | ncs "$POL_HOST" "$POL_PORT" } POL_System_RegisterPID() { [ "$POL_PORT" = "0" ] && return echo "$POL_COOKIE POL_System_RegisterPID $1" | ncs "$POL_HOST" "$POL_PORT" } POL_Config_CheckGL() { bash "$PLAYONLINUX/bash/check_gl" "x86" bash "$PLAYONLINUX/bash/check_gl" "amd64" } POL_Sudo() { if [ ! "$POL_BAD_SIGNATURE" = "TRUE" ]; then # 1 : Setup file. If it exists, no need to unhide if [ "$POL_OS" = "Mac" ]; then POL_Debug_Fatal "POL_Sudo is not supported on OSX" fi if [ "$POL_OS" = "Linux" ]; then # Now, we detect what sudo to use if which gksudo; then SUDO_COMMAND="gksudo --" unset gksudo elif which gksu; then SUDO_COMMAND="gksu --" unset gksu elif which kdesu; then SUDO_COMMAND="kdesu --" unset kdesu elif which sudo; then SUDO_COMMAND="xterm -e sudo" unset sudo else NOSUDO="TRUE" fi if [ "$NOSUDO" = "TRUE" ]; then POL_SetupWindow_message "Sudo is not installed on your system. Please run the following commands manually as root\n\n$@" else $SUDO_COMMAND "$@" fi fi else POL_Debug_Fatal "Sudo is not allowed on unsigned scripts!" fi } playonlinux/lib/plugins.lib000077500000000000000000000114061226051336100163630ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # plugins.lib # ----------- # # This lib manages playonlinux's plugins install_plugins () { # Install defaults plugin into home directory # Usage: install_plugins #declaration de variables locale #le P c'est pour euh POL/Package/? local Puid Pfichier PinstDir PplugStatus PverStr Pversion plugStatus #la le U par contre c'est pour user local Uuid Ufichier UinstDir UplugStatus UverStr Uversion Uligne # _2 parce que avant c'était pas pareil readonly ULST="$POL_USER_ROOT/configurations/plugins_2" touch $ULST #lecture du fichier ligne/ligne while read ligne do #sauter les lignes qui commence par # grep -q '^#' <<< $ligne && continue #et les lignes vides ... parce que ça fait plus propre grep -q '^$' <<< $ligne && continue #paf pif split! Puid=$(cut -d';' -f1 <<< $ligne) Pfichier=$(cut -d';' -f2 <<< $ligne) PinstDir=$(cut -d';' -f3 <<< $ligne) PplugStatus=$(cut -d';' -f4 <<< $ligne) PverStr=$(cut -d';' -f5 <<< $ligne) Pversion=$(cut -d';' -f6 <<< $ligne) Plinux=$(cut -d';' -f7 <<< $ligne) Pmac=$(cut -d';' -f8 <<< $ligne) # On complique un peu le truc (07/07/2011) install="false" [ "$POL_OS" = "Linux" ] && [ "$Plinux" = "1" ] && install="true" [ "$POL_OS" = "Mac" ] && [ "$Pmac" = "1" ] && install="true" if [ "$install" = "true" ] then [ "$SILENT" = "TRUE" ] || POL_Debug_Message "$(eval_gettext "Checking plugin: ")$PinstDir..." Uligne=$(grep "^$Puid;" $ULST) #tres important le ; ! plugStatus="$PplugStatus" #ouai ouai c'est débile d'utiliser 2 variables pour la même chose :D #chk si la ligne existe déjà if [ -n "$Uligne" ] ; then #oui #la même mais avec un U =) #y a des trucs dont on se fiche mais bon c/c is great Uuid=$(cut -d';' -f1 <<< $Uligne) Ufichier=$(cut -d';' -f2 <<< $Uligne) UinstDir=$(cut -d';' -f3 <<< $Uligne) UplugStatus=$(cut -d';' -f4 <<< $Uligne) UverStr=$(cut -d';' -f5 <<< $Uligne) Uversion=$(cut -d';' -f6 <<< $Uligne) #using let to replace automaticly invalid number by 0 let "Uversion = Uversion" let "Pversion = Pversion" #chk version #si la version du P est la même ou plus old que l'U on passe au plugin suivant [ $Pversion -gt $Uversion ] || continue #bon ben la c'est sur le gus a vieux truc [ "$SILENT" = "TRUE" ] || POL_Debug_Message " -->$(eval_gettext 'Updating plugin. Previous: ')'$UverStr'/$Uversion. $(eval_gettext 'New: ')'$PverStr'/$Pversion." #est ce que le plugin était déjà actif? #UplugStatus="disable" [ -f "$POL_USER_ROOT/plugins/$UinstDir/enabled" ] && plugStatus="enable" #la c'est barbare ... si déjà actif on force l'update actif ... #sinon dépend du plugins.lst #on vire l'ancienne installation (utile si le plugin change de place) #les perdants sont les plugins qui gardent des fichiers de config dans leur dossier ... tant pis pour eux rm -rf "$POL_USER_ROOT/plugins/$UinstDir/" #on vire la ligne dans le fichier utilisateur grep -v "^$Puid;" "$ULST" > "$POL_USER_ROOT/tmp/ulst.tmp" mv -f "$POL_USER_ROOT/tmp/ulst.tmp" "$ULST" #voilà ménage fait plus qu'à installer fi [ "$SILENT" = "TRUE" ] || POL_Debug_Message " -->$(eval_gettext "Installing plugin: ")'$PinstDir'." #là on installe "$PLAYONLINUX/playonlinux-pkg" -i "$PLAYONLINUX/plugins/$Pfichier" > /dev/null ## =~ ok pour enable et enabled #active or nto if [[ "$plugStatus" =~ "enable" ]] then touch "$POL_USER_ROOT/plugins/$PinstDir/enabled" fi #et on enregistre qu'on vient de faire echo "$Puid;$Pfichier;$PinstDir;$plugStatus;$PverStr;$Pversion" >> $ULST fi #est voilà on continue .... et moi j'ai fait cramer mes patates done < "$PLAYONLINUX/plugins/plugins.lst" } #### This part of the script load plugins libs PREVPWD="$PWD" mkdir -p "$REPERTOIRE/plugins" cd "$REPERTOIRE/plugins" for file in * do MY_FILE="$REPERTOIRE/plugins/$file" if [ -e "$MY_FILE/enabled" ] then #echo "Loading $file" if [ -e "$MY_FILE/scripts/lib" ] then source "$MY_FILE/scripts/lib" fi fi done cd "$PREVPWD" playonlinux/lib/scripts.lib000077500000000000000000000737761226051336100164130ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # scripts.lib # ----------- # # This lib contains useful tools for scriptors POL_Shortcut_InsertBeforeWine () { # Insert a command into a script just before running wine # Usage: POL_Shortcut_InsertBeforeWine [Application] [Line to insert] POL_Debug_Message "Inserting before POL_Wine : $2" Application="$1" CommandsToInsert="$2" COMMANDS="${CommandsToInsert}" perl -ni -e ' if(!$done && /^POL_Wine /) { print "$ENV{COMMANDS}\n"; $done=1; } print;' "$REPERTOIRE/shortcuts/${Application}" } POL_Open() { # Extended xdg-open function, works for mac # Usage : POL_Open whatever you want POL_Debug_Message "Opening: $@" [ "$POL_OS" == "Mac" ] && open "$@" [ "$POL_OS" == "Linux" ] && xdg-open "$@" } POL_Browser () { # Open default's user browser # Usage : POL_Brower [URL] POL_Open "$@" } POL_System_TmpCreate() { # Create a temporary directory for a script # Usage: POL_System_TmpCreate [tmp_name] [ "$1" = "" ] && POL_Debug_Fatal "TmpName not defined !" mkdir -p "$POL_USER_ROOT/tmp/$1" export POL_System_TmpDir="$POL_USER_ROOT/tmp/$1" export POL_System_TmpName="$1" } POL_System_TmpDelete() { # Delete the temporary directory created before # Usage: POL_System_TmpDelete [ ! "$POL_System_TmpName" = "" ] && rm -rf "$POL_USER_ROOT/tmp/$POL_System_TmpName" || POL_Debug_Warning "POL_System_TmpName is not defined !" } POL_System_SetArch() { # Set the architecture to use for the current script # Usage: POL_System_SetArch (auto|x86|amd64) # If amd64 is specified and not supported, the script will end # $1 = Auto, x86, amd64 # $2 = detected, if the result of an automatic selection if [ ! "$1" == "x86" ] && [ ! "$1" == "amd64" ] then [ "$AMD64_COMPATIBLE" == "True" ] && export POL_ARCH="amd64" || export POL_ARCH="x86" fi if [ "$1" == "x86" ] then export POL_ARCH="x86" fi if [ "$1" == "amd64" ] then [ "$AMD64_COMPATIBLE" == "True" ] && export POL_ARCH="amd64" || POL_Debug_Fatal "amd64 is not supported by your system" fi [ "$2" = "detected" ] || POL_USER_ARCH="$POL_ARCH" POL_Debug_Message "POL_ARCH set to $POL_ARCH" } POL_System_HomeSpaceLeft() { # Return the space left in the home partition df -P -k "$HOME" | tail -n1 | awk '{print $4}' } POL_System_UserRootSpaceLeft() { # Return the space left in the home partition df -P -k "$POL_USER_ROOT" | tail -n1 | awk '{print $4}' } POL_System_EnoughSpace() { # Set exitcode to 0 if we have enough space, 1 otherwise # Usage POL_System_EnoughSpace [ Space required ] [ "$1" -le "$(POL_System_UserRootSpaceLeft)" ] } POL_Shortcut_GetPrefix() { # Get a prefixname from a shortcut # Usage: POL_Shortcut_GetPrefix [Shortcut] [ "$1" = "" ] && POL_Debug_Error "No shortcut specified" fichier="$REPERTOIRE/shortcuts/$1" if [ -e "$fichier" ] then fichier="$(cat "$fichier" | grep '^export WINEPREFIX' | tail -n 1 | sed s/'\/\//\/'/)" fichier="${fichier/"$POL_USER_ROOT"/""}" fichier="$(printf "$fichier" | cut -d "/" -f2)" fi printf "$fichier" | tr -d \" } POL_GetLocalIcon() { # Get a local icon and add it into playonlinux # Usage: POL_GetLocalIcon [PlayOnLinux's shortcut] [icon name] convert "$HOME/.local/share/icons/$2" -geometry 32X32 "$REPERTOIRE/icones/32/$1" convert "$HOME/.local/share/icons/$2" "$REPERTOIRE/icones/full_size/$1" } POL_ExtractIcon() { # Extract the icon of a .exe or .ico file # Usage: POL_ExtractIcon [.exe file] [output image file] mkdir -p "$REPERTOIRE/tmp/win32Icon" wrestool -x -t14 "$1" &> "$REPERTOIRE/tmp/win32Icon/icons-brut" (cd "$REPERTOIRE/tmp/win32Icon" icotool -x "icons-brut" -o "$REPERTOIRE/tmp/win32Icon/" # Is there an existing 32x32 icon? find . -name "*32x32x32.png" > icons-list find . -name "*32x32x24.png" >> icons-list find . -name "*32x32x16.png" >> icons-list find . -name "*32x32x8.png" >> icons-list find . -name "*32x32x4.png" >> icons-list ICON_FILE=$(head -n 1 "icons-list") if [ -n "$ICON_FILE" -a -s "$ICON_FILE" ]; then shift for target in "$@"; do cp "$ICON_FILE" "$target" || POL_Debug_Warning "Icon was not extracted" done else # Otherwise, find the smallest icon over 32x32 and downsize it find . -name "*48x48x32.png" > icons-list find . -name "*48x48x24.png" >> icons-list find . -name "*48x48x16.png" >> icons-list find . -name "*48x48x8.png" >> icons-list find . -name "*48x48x4.png" >> icons-list find . -name "*64x64x32.png" >> icons-list find . -name "*64x64x24.png" >> icons-list find . -name "*64x64x16.png" >> icons-list find . -name "*64x64x8.png" >> icons-list find . -name "*64x64x4.png" >> icons-list find . -name "*96x96x32.png" >> icons-list find . -name "*96x96x24.png" >> icons-list find . -name "*96x96x16.png" >> icons-list find . -name "*96x96x8.png" >> icons-list find . -name "*96x96x4.png" >> icons-list find . -name "*128x128x32.png" >> icons-list find . -name "*128x128x24.png" >> icons-list find . -name "*128x128x16.png" >> icons-list find . -name "*128x128x8.png" >> icons-list find . -name "*128x128x4.png" >> icons-list find . -name "*256x256x32.png" >> icons-list find . -name "*256x256x24.png" >> icons-list find . -name "*256x256x16.png" >> icons-list find . -name "*256x256x8.png" >> icons-list find . -name "*256x256x4.png" >> icons-list ICON_FILE=$(head -n 1 "icons-list") if [ -n "$ICON_FILE" -a -s "$ICON_FILE" ]; then convert "$ICON_FILE" -resize 32x32 "$POL_USER_ROOT/tmp/tmp_icon.png" || POL_Debug_Warning "Icon was not extracted" shift for target in "$@"; do cp "$POL_USER_ROOT/tmp/tmp_icon.png" "$target" || POL_Debug_Warning "Icon was not extracted" done fi fi ) rm -r "$POL_USER_ROOT/tmp/win32Icon" } POL_ExtractBiggestIcon() { # Extract the biggest icon of a .exe or .ico file # Usage: POL_ExtractCustomIcon [.exe file] [output image file] [size] mkdir -p "$REPERTOIRE/tmp/win32Icon" wrestool -x -t14 "$1" &> "$REPERTOIRE/tmp/win32Icon/icons-brut" (cd "$REPERTOIRE/tmp/win32Icon" icotool -x "icons-brut" -o "$REPERTOIRE/tmp/win32Icon/" find . -name "*256x256x32.png" > icons-list find . -name "*256x256x24.png" >> icons-list find . -name "*256x256x16.png" >> icons-list find . -name "*256x256x8.png" >> icons-list find . -name "*256x256x4.png" >> icons-list find . -name "*128x128x32.png" >> icons-list find . -name "*128x128x24.png" >> icons-list find . -name "*128x128x16.png" >> icons-list find . -name "*128x128x8.png" >> icons-list find . -name "*128x128x4.png" >> icons-list find . -name "*96x96x32.png" >> icons-list find . -name "*96x96x24.png" >> icons-list find . -name "*96x96x16.png" >> icons-list find . -name "*96x96x8.png" >> icons-list find . -name "*96x96x4.png" >> icons-list find . -name "*64x64x32.png" >> icons-list find . -name "*64x64x24.png" >> icons-list find . -name "*64x64x16.png" >> icons-list find . -name "*64x64x8.png" >> icons-list find . -name "*64x64x4.png" >> icons-list find . -name "*48x48x32.png" >> icons-list find . -name "*48x48x24.png" >> icons-list find . -name "*48x48x16.png" >> icons-list find . -name "*48x48x8.png" >> icons-list find . -name "*48x48x4.png" >> icons-list find . -name "*36x36x32.png" >> icons-list find . -name "*36x36x24.png" >> icons-list find . -name "*36x36x16.png" >> icons-list find . -name "*36x36x8.png" >> icons-list find . -name "*36x36x4.png" >> icons-list find . -name "*32x32x32.png" >> icons-list find . -name "*32x32x24.png" >> icons-list find . -name "*32x32x16.png" >> icons-list find . -name "*32x32x8.png" >> icons-list find . -name "*32x32x4.png" >> icons-list ICON_FILE=$(head -n 1 "icons-list") if [ -n "$ICON_FILE" -a -s "$ICON_FILE" ]; then shift for target in "$@"; do cp "$ICON_FILE" "$target" || POL_Debug_Warning "Icon was not extracted" done fi ) rm -r "$REPERTOIRE/tmp/win32Icon" } find_binary () { ## Find executable directory cd "$WINEPREFIX" || POL_Debug_Fatal "Prefixe $WINEPREFIX does not exists" cd drive_c || POL_Debug_Fatal "drive_c folder does not exists" binary_path="" if [ "$(echo "$1" | grep "/")" = "" ]; then # Binaire binary_path="$(find ./ -name windows -prune -o -iname "$1" -a -type f -print | tail -n 1)" [ -z "$binary_path" ] && binary_path="$(find ./windows/ -iname "$1" -a -type f -print | tail -n 1)" else # Chemin [ -e "./$1" ] && binary_path="./$1" fi echo "$binary_path" } POL_Shortcut() { # Make a shortcut # Usage: POL_Shortcut [binary] [shortcut name] [playonlinux website icon] [argument] [categories] # If playonlinux website icon is not specified, playonlinux will try to extract it from the program # Possibly to use a path instead of the executable. Binaire="$1" SpecialArg="$4" Categories="$5" if [ "$2" = "" ] then NOMICONE_="$1" else NOMICONE_="$2" fi mkdir -p "$REPERTOIRE/icones/32" mkdir -p "$REPERTOIRE/icones/full_size" ICON_WEB_NAME="$3" ICON_OK=0 binary_path="$(find_binary "$Binaire")" binary_dir="$(dirname "$binary_path")" Binaire="$(basename "$binary_path")" [ "$binary_dir" = "" ] && POL_Debug_Fatal "Can't find $Binaire" if [ -n "$ICON_WEB_NAME" ]; then if [ ! "$OFFLINE" = "1" ]; then # On peut le télécharger... $POL_WGET "$SITE/icones/$ICON_WEB_NAME" -O- > "$REPERTOIRE/icones/full_size/$NOMICONE_" || rm "$REPERTOIRE/icones/full_size/$NOMICONE_" # On prend l'icone full size fi if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then convert -resize 32 "$REPERTOIRE/icones/full_size/$NOMICONE_" "$REPERTOIRE/icones/32/$NOMICONE_" # On fabrique l'icone 32*32 ICON_OK=1 fi elif [ "$ICON_OK" -ne 1 ]; then # Pas d'incone sur le web => Création à partir de l'exe... POL_ExtractIcon "$WINEPREFIX/drive_c/$binary_dir/$Binaire" "$REPERTOIRE/icones/32/$NOMICONE_" POL_ExtractBiggestIcon "$WINEPREFIX/drive_c/$binary_dir/$Binaire" "$REPERTOIRE/icones/full_size/$NOMICONE_" fi if [ "$Binaire" = "" ]; then BINARY="$1" POL_Debug_Error "$(eval_gettext 'Binary not found: $BINARY\nHave you installed the program to the default location?')" else ## We generate shortcut (echo "#!/bin/bash" echo "[ \"\$PLAYONLINUX\" = \"\" ] && exit 0" echo "source \"\$PLAYONLINUX/lib/sources\"" echo "export WINEPREFIX=\"$WINEPREFIX\"" echo "export WINEDEBUG=\"-all\"" [ -n "$LOGTITLE" ] && echo "#POL_Log=$LOGTITLE" [ -n "$SCRIPTID" ] && echo "#ScriptID=$SCRIPTID" echo "cd \"$WINEPREFIX/drive_c/$binary_dir\"" echo "POL_Wine \"$Binaire\" $SpecialArg \"\$@\"") > "$REPERTOIRE/shortcuts/$NOMICONE_" chmod +x "$REPERTOIRE/shortcuts/$NOMICONE_" if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then # L'icone existe... iconPath="$REPERTOIRE/icones/full_size/$NOMICONE_" else iconPath="$PLAYONLINUX/etc/playonlinux.png" fi # Menus if [ ! "$(POL_Config_Read NO_MENU_ICON)" = "TRUE" ]; then # Do nothing on Mac OS if [ -n "$Categories" -a "$POL_OS" = "Linux" ]; then LOCALAPPS="$HOME/.local/share/applications" generer_icone "$iconPath" "$NOMICONE_" "$LOCALAPPS" "$PLAYONLINUX/playonlinux --run \"$NOMICONE_\"" "$Binaire" "$Categories" "playonlinux-" fi fi # Desktop if [ ! "$(POL_Config_Read NO_DESKTOP_ICON)" = "TRUE" ]; then if [ "$POL_OS" = "Mac" ]; then POL_SetupWindow_AutoApp "$NOMICONE_" else generer_icone "$iconPath" "$NOMICONE_" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$NOMICONE_\"" "$Binaire" "$Categories" fi fi fi POL_Debug_Message "Shortcut created: $Binaire $NOMICONE_" } POL_Shortcut_QuietDebug() { # Disable "crash" message on exitcode != 0 unless in debug mode # Usage: POL_Shortcut_QuietDebug "shortcutname" echo '[ "$WINEDEBUG" = "-all" ] && exit 0' >> "$REPERTOIRE/shortcuts/$1" } POL_Call() { # Call a function in PlayOnLinux website # Usage: POL_Call [function name] POL_Debug_Message "Calling $1" if [ ! "$1" = "" ] then OLD_PC_DIR="$PWD" cd "$REPERTOIRE/tmp/" if [ "$(POL_Config_Read "ALLOW_FUNCTION_OVERRIDES")" = "TRUE" -a -e "$POL_USER_ROOT/configurations/function_overrides/$1" ]; then cp "$POL_USER_ROOT/configurations/function_overrides/$1" . if [ -z "$NOBUGREPORT" ]; then NOBUGREPORT="TRUE" POL_SetupWindow_message "$(eval_gettext 'Function override detected, disabling bug reporting')" "$TITLE" fi POL_Debug_Message "----- Starting function $1 (OVERRIDED) -----" POL_Debug_LogToPrefix "----- Starting function $1 (OVERRIDED) -----" source "$@" exitcode="$?" POL_Debug_Message "----- Ending function $1 (OVERRIDED) -----" POL_Debug_LogToPrefix "----- Ending function $1 (OVERRIDED) -----" else $POL_WGET "$SITE/V4_data/repository/get_file.php?version=playonlinux-$VERSION&id=$1" -O- > "$1" polMd5="$(POL_MD5_file "$1")" if [ "$polMd5" = "68b329da9893e34099c7d8ad5cb9c940" -o "$polMd5" = "0f1b63a74ab217a19270be0df9e0590d" ] # Empty file then POL_Debug_Error "Function $1 does not exist!" exitcode="1" else POL_Debug_Message "----- Starting function $1 -----" POL_Debug_LogToPrefix "----- Starting function $1 -----" POL_Source "$@" exitcode="$?" POL_Debug_Message "----- Ending function $1 -----" POL_Debug_LogToPrefix "----- Ending function $1 -----" fi fi cd "$OLD_PC_DIR" fi return "$exitcode" } POL_Call_list () { # Make a list so that the user can choose functions to install # Usage: POL_Call_List [ "$WINEPREFIX" == "" ] && POL_Debug_Fatal "POL_Call_list : WINEPREFIX is not set" POL_Wine_AutoSetVersionEnv wineserver -k ITEMS=$($POL_WGET $SITE/V4_data/repository/getf.php -O-) POL_SetupWindow_checkbox_list "$(eval_gettext "Please make your choice")" "$APPLICATION_TITLE" "$ITEMS" "/" old="$IFS" IFS=/ set "$APP_ANSWER" for i in $* do POL_Debug_Message "POL_Call_list is calling $i" IFS="$old" POL_Call "$i" IFS=/ done IFS="$old" } POL_Tools_GenID() { # Generate a random string # Usage: POL_Tools_GenID N_LETTRES="$1" if [ "$1" != "" ] then N_LETTRES=$1 fi ALPHA='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' MOT="" i=0 while ((i < $N_LETTRES)); do CHIFFRE=$(( $RANDOM % ${#ALPHA})); printf ${ALPHA:$CHIFFRE:1}; (( i=i+1 )) done } POL_Download () { # Download a file and place it in the current directory # Usage: POL_Download [URL] [MD5] POL_Debug_Message "Downloading $1" local URL="$1" local FICHIER="${URL##*/}" local i [ "$3" ] && i="$3" || i=1 if [ "$i" = "5" ]; then POL_Debug_Fatal "Unable to download $1 after 5 attemps" exit fi if [ "$URL" = "" ] then POL_Debug_Error "POL_Download - URL is missing !" else neededSpace="$(POL_Download_GetSize "$URL")" if [ "$neededSpace" ]; then let neededSpace=neededSpace/1024 POL_System_EnoughSpace "$neededSpace" || POL_Debug_Error "$(eval_gettext 'No enough space to download:\n$URL ($neededSpace KB)')" fi POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading:')\n$FICHIER" "$TITLE" "$URL" "$PWD/$FICHIER" if [ "$Result" = "Fail" ]; then POL_SetupWindow_question "$(eval_gettext 'An error happened during download.')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "FALSE" ]; then POL_Debug_Error "POL_Download - error during download! ($i attempt)" else POL_Download "$1" "$2" "$(( i + 1 ))" fi elif [ "$2" = "" ] then POL_Debug_Warning "POL_Download - MD5 is missing!" elif [ "$2" = "NO_MD5" ] then POL_Debug_Message "Skipping MD5 checksum control" else local LOCAL_MD5="$(POL_MD5_file "$FICHIER")" if [ "$2" = "$LOCAL_MD5" ] then POL_Debug_Message "Download MD5 matches" else local SERVER_MD5="$2" POL_SetupWindow_question "$(eval_gettext 'Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "TRUE" ]; then POL_Download "$1" "$2" "$(( i + 1 ))" else POL_Debug_Error "POL_Download - MD5 sum mismatch ! ($i attempt)" fi fi fi fi } POL_Download_Resource () { # Download a file and place it in the resource directory (if it does not exist) # Usage: POL_Download_Resource [URL] [MD5] (Folder) POL_Debug_Message "Downloading resource $1" # 1 - URL # 2 - (MD5 SUM) # 3 - (Subfolder) # 4 - (retry count) local URL="$1" local FICHIER="${URL##*/}" local i [ "$4" ] && i="$4" || i=1 mkdir -p "$POL_USER_ROOT/ressources/$3" cd "$POL_USER_ROOT/ressources/$3" if [ -e "$FICHIER" ] && [ "$(POL_MD5_file "$FICHIER")" = "$2" ] then POL_Debug_Message "Resource already present" else WTCACHE="" [ -d "$HOME/.cache/winetricks" ] && WTCACHE="$(find $HOME/.cache/winetricks -type f -a -iname "$FICHIER" | tail -n 1)" if [ -n "$WTCACHE" -a "$(POL_MD5_file "$WTCACHE")" = "$2" ] then ln "$WTCACHE" "$FICHIER" || cp "$WTCACHE" "$FICHIER" POL_Debug_Message "Resource found in winetricks cache" elif [ "$URL" = "" ] then POL_Debug_Error "POL_Download - URL is missing !" else neededSpace="$(POL_Download_GetSize "$URL")" if [ "$neededSpace" ]; then let neededSpace=neededSpace/1024 POL_System_EnoughSpace "$neededSpace" || POL_Debug_Error "$(eval_gettext 'No enough space to download:\n$URL ($neededSpace KB)')" fi [ -e "$FICHIER" ] && rm "$FICHIER" POL_SetupWindow_download "$(eval_gettext "Please wait while $APPLICATION_TITLE is downloading:") $FICHIER" "$TITLE" "$URL" if [ "$Result" = "Fail" ]; then POL_SetupWindow_question "$(eval_gettext 'An error happened during download.')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "FALSE" ]; then POL_Debug_Error "POL_Download - error during download! ($i attempt)" else POL_Download_Resource "$1" "$2" "$3" "$(( i + 1))" fi elif [ "$2" = "" ] then POL_Debug_Warning "POL_Download - MD5 is missing !" else local LOCAL_MD5="$(POL_MD5_file "$FICHIER")" if [ "$2" = "$LOCAL_MD5" ] then POL_Debug_Message "Download MD5 matches" else local SERVER_MD5="$2" POL_SetupWindow_question "$(eval_gettext 'Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "FALSE" ]; then POL_Debug_Error "POL_Download_Resource - MD5 sum mismatch ! ($i attempt)" else POL_Download_Resource "$1" "$2" "$3" "$(( i + 1 ))" fi fi fi fi fi } POL_Download_GetSize() { # Get the size of a distant file # Usage: POL_Download_GetSize [URL] wget "$1" --spider --server-response -O - 2>&1 | sed -ne '/Content-Length/{s/.*: //;p}' | tail -n1 } POL_MD5 () { # Give the md5 sum of a string # Usage: POL_MD5 if [ "$POL_OS" == "Mac" ] then printf "$1" | md5 fi if [ "$POL_OS" == "Linux" ] then printf "$1" | md5sum | awk '{print $1}' fi } POL_MD5_file () { # Give the md5 sum of a file # Usage: POL_MD5_file if [ "$POL_OS" == "Mac" ] then cat "$1" | md5 fi if [ "$POL_OS" == "Linux" ] then cat "$1" | md5sum | awk '{print $1}' fi } POL_base64() { [ "$POL_OS" = "Linux" ] && base64 [ "$POL_OS" = "Mac" ] && openssl base64 } POL_unbase64() { [ "$POL_OS" = "Linux" ] && base64 -d [ "$POL_OS" = "Mac" ] && openssl base64 -d } POL_System_unzip () { POL_Debug_Message "Starting unzip $@" unzip "$@" || POL_Debug_Fatal "POL_System_unzip failed with error $?!" POL_Debug_Message "unzip ok" } POL_System_7z () { POL_Debug_Message "Starting 7z $@" 7z "$@" || POL_Debug_Fatal "POL_System_7z failed with error $?!" POL_Debug_Message "7z ok" } POL_System_tar () { POL_Debug_Message "Starting tar $@" tar "$@" || POL_Debug_Fatal "POL_System_tar failed with error $?!" POL_Debug_Message "tar ok" } POL_System_cabextract () { POL_Debug_Message "Starting cabextract $@" cabextract "$@" || POL_Debug_Fatal "POL_System_cabextract failed with error $?!" POL_Debug_Message "cabextract ok" } POL_System_unrar () { POL_Debug_Message "Starting unrar $@" unrar "$@" || POL_Debug_Fatal "POL_System_unrar failed with error $?!" POL_Debug_Message "unrar ok" } POL_System_ExtractSingleFile () { # This function has been written by hifi # Extract a single file from an archive, with a progressbar # Usage: POL_System_ExtractSingleFile local archive="$1" local file="$2" local dest="$3" local archivename=`basename "$archive"` local filename=`basename "$file"` local szpid local szip=`which 7z` POL_Debug_Message "Extracting single file : \"$archive\", \"$file\", \"$dest\"" if [ "$szip" == "" ]; then POL_Debug_Fatal "$(eval_gettext '7z not installed, please check that you have 7zip installed and try again')" return 1 fi local size=`"$szip" l -slt "$archive" "$file" | grep '^Size' | cut -d' ' -f3` if [ "$size" == "" ]; then POL_Debug_Error "$(eval_gettext 'Failed to locate ${dest} from ${archive}')" return 1 fi POL_SetupWindow_pulsebar "$(eval_gettext 'Extracting ${filename} from ${archivename}')" "$TITLE" rm -f "$dest" "$szip" e -so "$archive" "$file" 2>/dev/null 1>"$dest" & szpid=$! while kill -0 $szpid 2>/dev/null; do #POL_SetupWindow_pulse $(((`stat -c%s "$dest"` * 100) / "$size")) # Does not work for Mac OS sleep 1 POL_SetupWindow_pulse $(( (`ls -l "$dest" | awk '{print $5}'` * 100) / $size )) done POL_SetupWindow_pulse 100 #if [ `stat -c%s "$dest"` != "$size" ]; then if [ `ls -l "$dest" | awk '{print $5}'` != "$size" ]; then POL_Debug_Error "$(eval_gettext 'Extracted file size does not match!')" return 1 fi return 0 } POL_System_cpmv () { # Extract a single file with a progressbar # Usage: POL_System_cp local op="$1" shift local file="$1" local dest="$2" local filename=`basename "$file"` #local szpid case "$op" in cp) POL_Debug_Message "Copying single file : \"$archive\", \"$file\", \"$dest\"" ;; mv) POL_Debug_Message "Moving single file : \"$archive\", \"$file\", \"$dest\"" ;; *) POL_Debug_Fatal "POL_System_cpmv: bad operation `$op`" esac local size="$(ls -l $file | awk '{print $5}')" POL_SetupWindow_pulsebar "$(eval_gettext 'Copying ${filename}')" "$TITLE" rm -f "$dest" "$op" "$file" "$dest" 2>/dev/null & szpid=$! while kill -0 $szpid 2>/dev/null; do sleep 0.3 POL_SetupWindow_pulse $(((`ls -l "$dest" | awk '{print $5}'` * 100) / $size)) done POL_SetupWindow_pulse 100 if [ "`ls -l "$dest" | awk '{print $5}'`" != "$size" ]; then POL_Debug_Error "$(eval_gettext 'File size does not match!')" return 1 fi return 0 } POL_System_cp () { POL_System_cpmv "cp" "$@" } POL_System_mv () { POL_System_cpmv "mv" "$@" } POL_System_wget () { # Wget with a progressbar # Usage: Same than wget except that URL must be the first parameter, the title of the file is the second parameter url="$1" POL_Debug_Message "Downloading $1 with wget" shift FICHIER="$1" shift POL_SetupWindow_pulsebar "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading:')\n$FICHIER" "$TITLE" prev=0 ellipsis='' wgetlog="$POL_USER_ROOT/tmp/wget$$.output" set -o pipefail ${POL_WGET/-q} -v -c "$url" "$@" 2>&1 | \ while read wgetline; do if [[ "$wgetline" =~ .*\ ([0-9]+)%.* ]]; then perc=${BASH_REMATCH[1]} if [ "$perc" != "$prev" ]; then POL_SetupWindow_pulse $perc prev="$perc" fi ellipsis=1 else [ "$ellipsis" ] && echo "..." ellipsis='' echo $wgetline fi done|tee "$wgetlog" local code=$? if [ $code -ne 0 ]; then # man wget local msg="error $code" [ $code -eq 1 ] && msg="Generic error code" [ $code -eq 2 ] && msg="Parse error" [ $code -eq 3 ] && msg="File I/O error" [ $code -eq 4 ] && msg="Network failure" [ $code -eq 5 ] && msg="SSL verification failure" [ $code -eq 6 ] && msg="Username/Password authentication failure" [ $code -eq 7 ] && msg="Protocol errors" [ $code -eq 8 ] && msg="Server issued an error response" POL_Debug_Fatal "POL_System_wget failed: $msg\n$(cat "$wgetlog")" fi set +o pipefail rm "$wgetlog" POL_SetupWindow_pulse 100 return 0 } POL_System_CopyDirectory() { # Usage POL_System_CopyDirectory [From] [To] [expected size] if [ "$3" = "" ]; then esize="$(du "$1"| tail -n 1 | awk '{print $1}')" else esize="$3" fi local statusfile="$POL_USER_ROOT/tmp/cpstatus.$$" (cp -R "$1/." "$2/"; echo $? > "$statusfile") & pid="$!" POL_SetupWindow_DirectoryProgress "$2" "$esize" "$pid" local exitcode="$(cat "$statusfile")" [ "$exitcode" = "0" ] || POL_Debug_Fatal "POL_System_CopyDirectory failed, error $exitcode !" } POL_Shortcut_Document() { # Add a manual to a shortcut # Usage : POL_Shortcut_Document [ "$2" = "" ] && return rm -f "$POL_USER_ROOT/configurations/manuals/$1" Binaire="$2" if [ "$(echo "$Binaire" | grep "/")" = "" ]; then # Binaire binary_path="$(find ./ -name windows -prune -o -iname "$Binaire" -a -type f -print | tail -n 1)" [ -z "$binary_path" ] && binary_path="$(find ./windows/ -iname "$Binaire" -a -type f -print | tail -n 1)" ln -s "$PWD/$binary_path" "$POL_USER_ROOT/configurations/manuals/$1" else # Chemin [ -e "./$Binaire" ] && binary_path="$PWD/$Binaire" || binary_path="$Binaire" ln -s "$binary_path" "$POL_USER_ROOT/configurations/manuals/$1" fi } POL_Shortcut_Configurator () { # Add a configurator to a shortcut # Usage: # POL_Shortcut_Configurator "Shortcut name" "Program.exe" # or # POL_Shortcut_Configurator "Shortcut name" <<_EOFCFG_ # # _EOFCFG_ (cat <<_PRELUDE_ #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES TITLE="$TITLE" _PRELUDE_ if [ -n "$2" ]; then binary_path="$(find_binary "$2")" binary_dir="$(dirname "$binary_path")" Binaire="$(basename "$binary_path")" [ "$binary_dir" = "" ] && POL_Debug_Fatal "Can't find $Binaire" echo "cd \"$WINEPREFIX/drive_c/$binary_dir\"" echo "POL_Wine \"$Binaire\" $SpecialArg \"\$@\"" else cat fi ) > "$POL_USER_ROOT/configurations/configurators/$1" } POL_RequiredVersion () { # Stop the current script is the current version is lower the required one # Usage : POL_RequiredVersion [VERSION] NEEDED="$1" if VersionLower "$VERSION" "$NEEDED" then POL_Debug_Warning "POL_RequiredVersion not satisfied! User version :$VERSION, expected $NEEDED" POL_SetupWindow_message "$(eval_gettext 'Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\n$APPLICATION_TITLE $NEEDED is required.')" "$TITLE" POL_SetupWindow_Close exit 0 fi } POL_AdvisedVersion () { # Alert the user, but don't stop the current script is the current version is lower the required one # Usage : POL_AdvisedVersion [VERSION] NEEDED="$1" if VersionLower "$VERSION" "$NEEDED" then POL_Debug_Warning "POL_AdvisedVersion not satisfied! User version :$VERSION, expected $NEEDED" POL_SetupWindow_message "$(eval_gettext 'Warning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.')" "$TITLE" fi } POL_Configurator_runparts () { # Inside a configurator, in a place where SetupWindow and Debug are initialized, sources # the the configurator parts named after main configurator script plus some extension # (say the patch they're related to) in alphabetical order. # Usage : POL_Configurator_runparts shopt -s nullglob for conf in "$0".*; do source "$conf" done } POL_Shortcut_AddLink() { # Add a link to a shortcut # Usage : POL_Shortcut_AddLink [Shortcut] [Title] [URL] echo "$2|$3" >> "$POL_USER_ROOT/configurations/links/$1" } POL_Shortcut_AddProfileLink() { # Add a scriptor profile link to a shortcut # Usage : POL_Shortcut_AddProfileLink [Shortcut] [Username] [Userid] # User can choose to disable it (POL_Config : PROFILE_LINK set to FALSE). AUTHOR="$2" if [ "$(POL_Config_Read "PROFILE_LINK")" != "FALSE" ]; then POL_Shortcut_AddLink "$1" "PROFILEBUTTON/$(eval_gettext '$AUTHOR profile')" "http://www.$POL_DNS/en/profil-$(POL_Website_urlencode "$3").html?referer=$(POL_Website_urlencode "$1")" fi } POL_LoadVar_Distro () { if [ "$POL_OS" = "Linux" ]; then export DISTRO="$(lsb_release -d | cut -d':' -f2 | tr -d \\t)" else main_kernel="$(uname -r | cut -d '.' -f 1)" second_kernel="$(uname -r | cut -d '.' -f 2)" [ "$main_kernel" = "8" ] && MacOS="Tiger" [ "$main_kernel" = "9" ] && MacOS="Leopard" [ "$main_kernel" = "10" ] && MacOS="Snow Leopard" [ "$main_kernel" = "11" ] && MacOS="Lion" [ "$main_kernel" = "12" ] && MacOS="Mountain Lion" export DISTRO="$MacOS 10.$(( main_kernel - 4)).$second_kernel ($(uname -r))" fi } POL_Shortcut_MakeDesktopShortcut() { PACKAGE="$1" if [ "$POL_OS" = "Mac" ]; then DIRAPP="$HOME/Desktop/$PACKAGE.app" shortname="´printf $PACKAGE | tr -c [[a-zA-Z0-9]\.] '_'´" make_skeleton "$PACKAGE" make_icon "$PACKAGE" make_pom_script "$PACKAGE" make_plist "$PACKAGE" "$shortname" fi if [ "$POL_OS" = "Linux" ]; then if [ -f "$REPERTOIRE/icones/full_size/$PACKAGE" ]; then # L'icone existe... iconPath="$REPERTOIRE/icones/full_size/$PACKAGE" else iconPath="$PLAYONLINUX/etc/playonlinux.png" fi # http://stackoverflow.com/questions/8939580/bash-split-a-string-exactly-like-readline-would-split-it eval set -- $(grep '^POL_Wine ' "$POL_USER_ROOT/shortcuts/$PACKAGE"|tail -n 1) local binary="$2" generer_icone "$iconPath" "$PACKAGE" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$PACKAGE\"" "$binary" "" fi } POL_System_is32bit() { # Check if the file (1) is a 32bit executable file "$1" | grep -q "PE32" }playonlinux/lib/setupwindow.lib000077500000000000000000000665441226051336100173070ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # scripts.lib # ----------- # # This lib contains all function to control PlayOnLinux setup windows export POL_SetupWindow_ID=$$ export POL_HOST="127.0.0.1" POL_Untab() { echo "${1// /\\t}" } ncs() { # Silent netcat ncns "$@" > /dev/null 2> /dev/null } ncns() { if [ "$POL_OS" = "Mac" -o "$(POL_Config_Read FORCE_LEGACY_NETCAT)" = "TRUE" ]; then nc "$@" else nc -q -1 "$@" 2> /dev/null || nc "$@" # Differents possibilities fi } POL_SetupWindow_Init () { # Open PlayOnLinux setup window. Should be use only once in a script ! # Needed for POL_SetupWindow_* functions # Usage: POL_SetupWindow_Init POL_Debug_Message "Creating new window for pid $$" local arg1 local arg2 local arg3 [ "$1" = "--protect" ] && arg3="protect" && shift [ "$POL_SetupWindow_TopImage" = "" ] && arg1="$1" || arg1="$POL_SetupWindow_TopImage" [ "$POL_SetupWindow_LeftImage" = "" ] && arg2="$2" || arg2="$POL_SetupWindow_LeftImage" [ "$arg1" = "" ] && arg1="None" [ "$arg2" = "" ] && arg2="None" [ "$arg3" = "" ] && arg3="None" echo "$POL_COOKIE POL_SetupWindow_Init $$ $arg1 $arg2 $arg3" | ncs "$POL_HOST" "$POL_PORT" export SETUPWINDOW_INIT="true" } POL_SetupWindow_Close () { # Close PlayOnLinux setup window. # After this command, POL_SetupWindow_* functions won't work # Should be used at the end of the script if POL_SetupWindow_Init has been called # Usage: POL_SetupWindow_Close POL_Debug_Message "Closing window for pid $$" if [ "$POL_SCRIPT_FAILED" = "YES" -a -n "$LOGTITLE" -a -n "$DEBUGGING" -a -z "$NOBUGREPORT" ] then POL_SetupWindow_question "$(eval_gettext "An error occured during the installation process\n\nDo you want to send the bug to $APPLICATION_TITLE ?")" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ] then export LOGTITLE bash "$PLAYONLINUX/bash/bug_report" & fi fi echo "$POL_COOKIE POL_SetupWindow_Close $$" | ncs "$POL_HOST" "$POL_PORT" export SETUPWINDOW_INIT="false" } POL_SetupWindow_presentation () { # Default presentation of a script # Usage: POL_SetupWindow_presentation [Program's name] [Program's editor] [Editor's url] [Scriptor's name] [Prefix's name] [ "$3" = "" ] || url="($3)" POL_SetupWindow_free_presentation "$(eval_gettext 'Welcome to $APPLICATION_TITLE Installation Wizard.')" "$(eval_gettext 'This wizard will help you install ')$1$(eval_gettext ' on your computer.')\n\n$(eval_gettext 'This program was created by: ')$2\n$url\n\n$(eval_gettext 'This installation program is provided by: ')$4\n\n$1$(eval_gettext ' will be installed in: ')$REPERTOIRE/wineprefix/$5$(eval_gettext "\n\n$APPLICATION_TITLE is not responsible for anything that might happen as a result of using these scripts.\n\n")$(eval_gettext 'Click Next to start')" } POL_SetupWindow_free_presentation () { # Free presentation for a script # Usage POL_SetupWindow_free_presentation [title] [message] echo "$POL_COOKIE POL_SetupWindow_free_presentation $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_message () { # Shows a simple message # Usage POL_SetupWindow_message [message] [title] echo "$POL_COOKIE POL_SetupWindow_message $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_missing () { # Shows a message if once's program is missing # Read depend.lib # Usage POL_SetupWindow_missing if [ "$MANQUE" = "true" ]; then LNG_MISSING_ERROR=$(eval_gettext "One or more program(s) are missing. Please install them and run the script again.") POL_SetupWindow_message "$LNG_MISSING_ERROR\n\n$MISSING" "$(eval_gettext Error)" POL_SetupWindow_Close exit $EXIT_MISSING fi } POL_SetupWindow_licence () { # Shows a licence file, and force the user to accept it to continue # Usage POL_SetupWindow_licence [message] [title] [licence's file] echo "$POL_COOKIE POL_SetupWindow_licence $$ $(POL_Untab "$1") $(POL_Untab "$2") $3" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_wait_next_signal () { # Wait for next POL_SetupWindow_ command # Shows a pulsebar # Usage POL_SetupWindow_wait_next_signal [message] [title] echo "$POL_COOKIE POL_SetupWindow_wait $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_wait_button () { # Wait for next POL_SetupWindow_ command # Shows a pulsebar # Usage POL_SetupWindow_wait_next_signal [message] [title] [Button text] [Command] [Confirm message (0 = No confirmation needed)] echo "$POL_COOKIE POL_SetupWindow_wait_bis $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 export PLAYONLINUX="$PLAYONLINUX" ; export WINEPREFIX="$WINEPREFIX" ; export PATH="$PATH" ; export LD_LIBRARY_PATH="$LD_LIBRARY_PATH" ; $4 $5" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_pulsebar () { # Same than POL_SetupWindow_wait_next_signal, except that you can control the bar # Usage POL_SetupWindow_pulsebar [message] [title] echo "$POL_COOKIE POL_SetupWindow_pulsebar $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_pulse () { # Change the pulsebar position (0 - 100) # Usage POL_SetupWindow_pulse [position] echo "$POL_COOKIE POL_SetupWindow_pulse $$ $1" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_set_text () { # Change the pulsebar's text # Usage POL_SetupWindow_set_text [message] echo "$POL_COOKIE POL_SetupWindow_set_text $$ $(POL_Untab "$1")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_wait () { # POL_SetupWindow_wait_next_signal in shorter POL_SetupWindow_wait_next_signal "$@" } POL_SetupWindow_download () { # Download a file and place it to the current directory # Usage: POL_SetupWindow_download [message] [title] [url] [file] # /!\ Scriptors should directly use POL_Download # If provided, make sure the filename is absolute to avoid any misinterpretation from server [ -n "$4" ] && FILENAME="$4" || FILENAME="$PWD/" Result="$(echo "$POL_COOKIE POL_SetupWindow_download $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $(POL_Untab "$FILENAME")" | ncns "$POL_HOST" "$POL_PORT")" # FIXME: Result should send 'fail' if the download has failed. Maybe we could catch it } POL_SetupWindow_textbox () { # Shows a text box # Usage: POL_SetupWindow_textbox [message] [title] [default value] # Result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_textbox $$ $(POL_Untab "$1") $(POL_Untab "$2") $3" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "textbox answer: $APP_ANSWER" } POL_SetupWindow_browse () { # Shows a text box with a browse button # Usage: POL_SetupWindow_browse [message] [title] [default value] [Supported file types] # Result is sent in $APP_ANSWER variable [ "$4" = "" ] && SUPPORTED="All" || SUPPORTED="$4" APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_browse $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $PWD $SUPPORTED" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "browser answer: $APP_ANSWER" } POL_SetupWindow_question () { # Shows a yes/no question # Usage: POL_SetupWindow_question [message] [title] # Result is sent in $APP_ANSWER variable (TRUE or FALSE) APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_question $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "question answer: $APP_ANSWER" } POL_SetupWindow_menu () { # Shows a menu # Usage: POL_SetupWindow_menu [message] [title] [list] [separator] # Result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_menu $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $4" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "menu answer: $APP_ANSWER" } POL_SetupWindow_icon_menu () { # Shows a menu with icons # Usage: POL_SetupWindow_icon_menu [message] [title] [list] [separator] [icons list] [icons folder] # Result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_icon_menu $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $4 $5 $6" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "icon_menu answer: $APP_ANSWER" } POL_SetupWindow_checkbox_list () { # Shows a list of checkbox # Usage: POL_SetupWindow_checkbox [message] [title] [list] [separator] # Checked boxes are sent in $APP_ANSWER variable, with the same separator APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_checkbox_list $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $4" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "checkbox_list answer: $APP_ANSWER" } POL_SetupWindow_menu_num () { # Shows a menu # Usage: POL_SetupWindow_menu_num [message] [title] [list] [separator] # The number of the result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_menu_num $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $4" | ncns "$POL_HOST" "$POL_PORT")" POL_Debug_Message "menu_num answer: $APP_ANSWER" } POL_SetupWindow_menu_list () { # Shows a menu (combobox) # Usage: POL_SetupWindow_menu [message] [title] [list] [separator] # Result is sent in $APP_ANSWER variable # Deprecated POL_SetupWindow_menu "$@" } POL_SetupWindow_shortcuts_list () { # Shows the shortcut list # Usage: POL_SetupWindow_shortcuts_list [message] [title] # Result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_shortcut_list $$ $(POL_Untab "$1") $(POL_Untab "$2")" | ncns "$POL_HOST" "$POL_PORT")" } POL_SetupWindow_prefix_selector () { # Shows a prefix selector # Usage : POL_SetupWindow_prefix_selector [message] # Result is sent in $APP_ANSWER variable Result="$(echo "$POL_COOKIE POL_SetupWindow_prefix_selector $$ $(POL_Untab "$1") $TITLE" | ncns "$POL_HOST" "$POL_PORT")" KINDOF="$(echo $Result | cut -d'~' -f1)" VALUE="$(echo $Result | cut -d'~' -f2)" if [ "$KINDOF" = "2" ]; then export APP_ANSWER="$VALUE" else export APP_ANSWER="$(POL_Shortcut_GetPrefix "$VALUE")" fi } POL_SetupWindow_login () { # This function shows a login windows for PlayOnLinux's website # Usage: POL_SetupWindow_login "Message" "Title" "Register link" if [ "$POL_OS" = "Mac" ]; then register_link="http://www.playonmac.com/en/register.html" else register_link="http://www.playonlinux.com/en/register.html" fi [ "$3" = "" ] || register_link="$3" Result="$(echo "$POL_COOKIE POL_SetupWindow_login $$ $(POL_Untab "$1") $(POL_Untab "$2") $register_link" | ncns "$POL_HOST" "$POL_PORT")" POL_LOGIN="$(echo $Result | cut -d'~' -f1)" POL_PASSWORD="$(echo $Result | cut -d'~' -f2)" } POL_SetupWindow_file () { # Shows the content of a file # Usage: POL_SetupWindow_file [message] [title] [file] echo "$POL_COOKIE POL_SetupWindow_file $$ $(POL_Untab "$1") $(POL_Untab "$2") $(POL_Untab "$3")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_textbox_multiline () { # Same than POL_SetupWindow_textbox, except that it accepts multiline # Usage: POL_SetupWindow_textbox_multiline [message] [title] [default value] APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_textbox_multiline $$ $(POL_Untab "$1") $(POL_Untab "$2") $(POL_Untab "$3")" | ncns "$POL_HOST" "$POL_PORT")" APP_ANSWER="${APP_ANSWER//\\n/ }" # Not the end of POL_SetupWindow_textbox_multiline POL_Debug_Message "textbox_multiline answer: $(echo "$APP_ANSWER"|head -n1)[...]" } # Higher level functions POL_SetupWindow_cdrom () { # Shows the cd-rom list to the user # Usage: POL_SetupWindow_cdrom # Result is sent to CDROM # 1 = Numéro du CD LIST_DEVICES_="" [ "$POL_OS" = "Mac" ] && DEVICES="/Volumes" if [ "$POL_OS" = "Linux" ]; then DEVICES="/media" # Ubuntu Quantal workaround [ -d "/media/$USER" ] && DEVICES="/media/$USER" fi cd "$DEVICES" for device in * do if [ ! "$device" = "$LNG_OTHER" ] then LIST_DEVICES_+="$device~" fi done LNG_WINE_ASKFORCDROM=$(eval_gettext "Where is mounted your CD-ROM?") LNG_OTHER=$(eval_gettext "Other") LNG_REFRESH=$(eval_gettext "Refresh") POL_SetupWindow_menu "$LNG_WINE_ASKFORCDROM" "$TITLE" "$LIST_DEVICES_$LNG_OTHER~$LNG_REFRESH" "~" CDROM="$APP_ANSWER" POL_Debug_Message "CD-ROM selected: $CDROM" if [ "$CDROM" = "$LNG_OTHER" ] then POL_SetupWindow_textbox "$LNG_WINE_ASKFORCDROM" "$TITLE" "$DEVICES/cdrom" CDROM="$APP_ANSWER" elif [ "$CDROM" = "$LNG_REFRESH" ] then POL_SetupWindow_cdrom else CDROMc="$CDROM" CDROM="$DEVICES/$CDROM" fi if [ "$CDROM" = "" ] then CDROM="$DEVICES/cdrom" fi POL_Debug_Message "cdrom answer: $CDROM" } POL_SetupWindow_check_cdrom () { # Checks if the cdrom is valid # If not, callback to POL_SetupWindow_cdrom # Usage: POL_SetupWindow_check_cdrom [setup_name.exe] original_args="$@" cdrom_found="false" CDROM_SETUP="" POL_SetupWindow_wait "$(eval_gettext 'Reading your device')" "$TITLE" while [ ! "$1" = "" ]; do if [ ! "$(find "$CDROM" -iwholename "$CDROM/$1")" = "" ]; then cdrom_found="true" CDROM_SETUP="$CDROM/$1" POL_Debug_Message "$CDROM/$1 FOUND!" break else POL_Debug_Message "$CDROM/$1 not found" fi shift done if [ "$cdrom_found" = "false" ]; then POL_Debug_Warning "Unable to find the CD-ROM" POL_SetupWindow_message "$(eval_gettext "Error: Unable to find the CD-ROM!")" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "$original_args" fi } POL_SetupWindow_cdrom_MountPC() { if [ "$1" ]; then if [ ! "$(find "$CDROM" -iwholename "$CDROM/$1")" = "" ]; then return 0 fi fi if [ "$POL_OS" = "Mac" -a "$CDROMc" ]; then POL_SetupWindow_question "$(eval_gettext '$TITLE needs to read the PC part of a hybrid CD-Rom.\n\nBy default, MacOS only gives you access to the Mac part of the cd-rom, which may not be compatible with recent versions of Mac OS.\n\nDo you want PlayOnMac to attempt to read the PC-Part of your CD?')" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]; then POL_Debug_Message "Trying to mount windows part of $CDROM" process() { search="$1" read line while [ "$line" ]; do if [ "${line::5}" = "/dev/" ]; then latest_device="$line"; fi #echo $latest_device if [ ! "$(grep "${search::16}" <<< $line)" = "" ]; then echo $latest_device break fi read line; done } device="$(diskutil list | process "$CDROMc")" rdevice="${device}s1" POL_Debug_Message "Preparing to mount $rdevice" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" mount_point="/Volumes/${CDROMc}_Windows" mkdir "$mount_point" if mount -t cd9660 "$rdevice" "$mount_point"; then export CDROM="$mount_point" export mount_pc_succed="true" if [ "$1" ]; then if [ "$(find "$CDROM" -iwholename "$CDROM/$1")" = "" ]; then POL_Debug_Fatal "Unable to find setup file ($1) on the windows part of the cdrom. Umounting" POL_SetupWindow_cdrom_UmountPC fi fi else POL_Debug_Error "Your CD-ROM does not seem to be a hybrid Mac/PC CD-ROM" "$TITLE" rmdir "$mount_point" fi fi fi } POL_SetupWindow_cdrom_UmountPC() { if [ "$POL_OS" = "Mac" -a "$CDROMc" -a "$mount_pc_succed" ]; then POL_Debug_Message "Umounting PC part : $CDROM" umount "$CDROM" rmdir "$CDROM" fi } POL_SetupWindow_cdrom_MountMessage () { if [ "$POL_OS" = "Mac" ]; then POL_SetupWindow_message "$(eval_gettext "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before running your game")" "$TITLE" fi } POL_SetupWindow_DirectoryProgress () { # Progressbar, by reading a directory size # Usage: POL_SetupWindow_DirectoryProgress [Directory] [Expected Size] [Pid to check] # Good for cdrom copy [ "$3" ] || return 1 [ "$4" ] && cMESSAGE="\n$4" FICHIER="$1" POL_SetupWindow_pulsebar "$(eval_gettext 'Please wait while $APPLICATION_TITLE is copying files:')$cMESSAGE" "$TITLE" POL_SetupWindow_pulse 0 while [ ! "$(ps aux | awk '{print $2}' | grep $3)" = "" ]; do current_size="$(du "$1"| tail -n 1 | awk '{print $1}')" current_perc=$(( 100 * $current_size / $2 )) POL_SetupWindow_pulse "$current_perc" sleep 1 done POL_SetupWindow_pulse 100 return 0 } POL_GetSetupImages () # ( optional : --erase ) { # This function helps you to manage your setup images # It will download images only once, except if you use --erase # # 1 - Top image url # 2 - Left image url # 3 - Name (only alpha-numerical please) # # Path of images are returned in $POL_SetupWindow_LeftImage and $POL_SetupWindow_TopImage if [ "$1" == "--force" ] then left="$3" top="$2" name="$4" else left="$2" top="$1" name="$3" fi mkdir -p "$POL_USER_ROOT/configurations/setups/$name" cd "$POL_USER_ROOT/configurations/setups/$name" if [ "$top" == "" ]; then export POL_SetupWindow_TopImage="$PLAYONLINUX/etc/setups/default/top.png" elif [ "$1" == "--force" ] || [ ! -e "top" ]; then $POL_WGET --timeout=10 "$top" -O top 2> /dev/null && POL_SetupWindow_TopImage="$PWD/top" || export POL_SetupWindow_TopImage="$PLAYONLINUX/etc/setups/default/top.png" [ "$POL_SetupWindow_TopImage" = "$PLAYONLINUX/etc/setups/default/top.png" ] && rm -f top else POL_SetupWindow_TopImage="$PWD/top" fi if [ "$left" == "" ]; then export POL_SetupWindow_LeftImage="$PLAYONLINUX/etc/setups/default/left.jpg" elif [ "$1" == "--force" ] || [ ! -e "left" ]; then $POL_WGET --timeout=10 "$left" -O left 2> /dev/null && POL_SetupWindow_LeftImage="$PWD/left" || export POL_SetupWindow_LeftImage="$PLAYONLINUX/etc/setups/default/left.jpg" [ "$POL_SetupWindow_LeftImage" = "$PLAYONLINUX/etc/setups/default/left.jpg" ] && rm -f left else POL_SetupWindow_LeftImage="$PWD/left" fi cd "$OLDPWD" } POL_SetupWindow_InitWithImages () { # This function is identical than POL_SetupWindow_Init, excepts that it uses images defined in POL_GetSetupImages # Usage: POL_SetupWindow_InitWithImages POL_SetupWindow_Init "$@" } process_POL_SetupWindow_show_exe () { ### Used by POL_SetupWindow_show_exe read line first=true while [ ! "$line" = "" ]; do [ "$first" = "true" ] && first=false || printf "~" printf "$(basename "$line")" read line done } POL_SetupWindow_show_exe () { # Show the list of non-wine .exe file in the current prefix # Usage : POL_SetupWindow_show_exe cd "$WINEPREFIX/drive_c" POL_SetupWindow_wait_next_signal "$(eval_gettext "Scanning the virtual drive ...")" "$2" contents="$(find . -name windows -prune -o -name iexplore.exe -prune -o -iname '*.exe' -a -type f -print | process_POL_SetupWindow_show_exe)" POL_SetupWindow_menu "$1" "$2" "$contents" "~" } POL_SetupWindow_VMS () { # Ask the user how much memory does his graphic board have, and store it to POL config file # Usage: POL_SetupWindow_VMS [minimum memory] [ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "WINEPREFIX is not set !" VMS="$(POL_Config_Read VMS)" if [ "$VMS" = "" ] then POL_SetupWindow_menu "$(eval_gettext "How much memory does your graphics board have?")" "$TITLE" "64-128-256-320-384-512-640-768-896-1024-1536-1792-2048-3072-4096" "-" VMS="$APP_ANSWER" POL_Config_Write VMS $APP_ANSWER fi POL_Wine_Direct3D "VideoMemorySize" "$VMS" if [ ! "$1" = "" ] then if [ $VMS -lt $1 ] then POL_Debug_Warning "$(eval_gettext "Video card does not have enough memory")" "$TITLE" POL_SetupWindow_message "$(eval_gettext "Your video card does not have enough memory!\nIt might prevent the game from working")" "$TITLE" fi fi } POL_SetupWindow_InstallMethod() { # Shows a list of install methods # Usage: POL_SetupWindow_InstallMethod [List] # Elements in list are separated by a coma # Accepted methods are STEAM, STEAM_DEMO, LOCAL, CD, DVDROM, DOWNLOAD, ORIGIN, ORIGIN_DEMO, DESURA, DESURA_DEMO [ "$1" = "" ] && POL_Debug_Fatal "No method in list" STR="" ICO="" LNG_STEAM="$(eval_gettext "Use Steam Store version")" LNG_STEAM_DEMO="$(eval_gettext "Use Steam Store demo version")" LNG_DESURA="$(eval_gettext "Use Desura Store version")" LNG_DESURA_DEMO="$(eval_gettext "Use Desura Store demo version")" LNG_ORIGIN="$(eval_gettext "Use Origin Store version")" LNG_ORIGIN_DEMO="$(eval_gettext "Use Origin Store demo version")" LNG_LOCAL="$(eval_gettext "Use a setup file in my computer")" LNG_CDROM="$(eval_gettext "Use CD-ROM(s)")" LNG_DVD="$(eval_gettext "Use DVD-ROM(s)")" LNG_DOWNLOAD="$(eval_gettext "Download the program")" if [ ! "$(printf "$1" | grep LOCAL)" = "" ] then STR="$STR~$LNG_LOCAL" ICO="$ICO~browse.png" fi if [ ! "$(printf "$1" | grep CD)" = "" ] then STR="$STR~$LNG_CDROM" ICO="$ICO~cdrom.png" fi if [ ! "$(printf "$1" | grep DVD)" = "" ] then STR="$STR~$LNG_DVD" ICO="$ICO~cdrom.png" fi if [ ! "$(printf "$1" | grep STEAM)" = "" ] then STR="$STR~$LNG_STEAM" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep STEAM_DEMO)" = "" ] then STR="$STR~$LNG_STEAM_DEMO" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep DESURA)" = "" ] then STR="$STR~$LNG_DESURA" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep DESURA_DEMO)" = "" ] then STR="$STR~$LNG_DESURA_DEMO" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep ORIGIN)" = "" ] then STR="$STR~$LNG_ORIGIN" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep ORIGIN_DEMO)" = "" ] then STR="$STR~$LNG_ORIGIN_DEMO" ICO="$ICO~download.png" fi if [ ! "$(printf "$1" | grep DOWNLOAD)" = "" ] then STR="$STR~$LNG_DOWNLOAD" ICO="$ICO~download.png" fi STR="${STR:1}" ICO="${ICO:1}" mkdir -p "$POL_USER_ROOT/tmp/cache/icons/InstallMethod" cp "$PLAYONLINUX/resources/images/icones/browse.png" "$POL_USER_ROOT/tmp/cache/icons/InstallMethod" cp "$PLAYONLINUX/resources/images/icones/cdrom.png" "$POL_USER_ROOT/tmp/cache/icons/InstallMethod" cp "$PLAYONLINUX/resources/images/icones/download.png" "$POL_USER_ROOT/tmp/cache/icons/InstallMethod" POL_SetupWindow_icon_menu "$(eval_gettext "Please choose an installation method")" "$TITLE" "$STR" "~" "$POL_USER_ROOT/tmp/cache/icons/InstallMethod" "$ICO" # Si l'utilisateur n'a rien choisi if [ "$APP_ANSWER" = "" ] then POL_SetupWindow_InstallMethod "$@" return fi [ "$APP_ANSWER" = "$LNG_LOCAL" ] && INSTALL_METHOD="LOCAL" [ "$APP_ANSWER" = "$LNG_STEAM" ] && INSTALL_METHOD="STEAM" [ "$APP_ANSWER" = "$LNG_STEAM_DEMO" ] && INSTALL_METHOD="STEAM_DEMO" [ "$APP_ANSWER" = "$LNG_DESURA" ] && INSTALL_METHOD="DESURA" [ "$APP_ANSWER" = "$LNG_DESURA_DEMO" ] && INSTALL_METHOD="DESURA_DEMO" [ "$APP_ANSWER" = "$LNG_ORIGIN" ] && INSTALL_METHOD="ORIGIN" [ "$APP_ANSWER" = "$LNG_ORIGIN_DEMO" ] && INSTALL_METHOD="ORIGIN_DEMO" [ "$APP_ANSWER" = "$LNG_DOWNLOAD" ] && INSTALL_METHOD="DOWNLOAD" [ "$APP_ANSWER" = "$LNG_DVD" ] && INSTALL_METHOD="DVD" [ "$APP_ANSWER" = "$LNG_CDROM" ] && INSTALL_METHOD="CD" POL_Debug_Message "Install method: $INSTALL_METHOD" } POL_SetupWindow_shortcut_creator() { # Shows a shortcut creator # Usage: POL_SetupWindow_shortcut_creator # No argument, this function uses WINEPREFIX [ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "POL_SetupWindow_shortcut_creator : wineprefix not set" existing="$(get_existing_POL_SetupWindow_shortcut_creator)" cd "$WINEPREFIX/drive_c" CODENAME="$(POL_MD5 "$WINEPREFIX")" mkdir -p "$POL_USER_ROOT/tmp/cache/icons/$CODENAME" cp "$PLAYONLINUX/resources/images/icones/browse.png" "$POL_USER_ROOT/tmp/cache/icons/$CODENAME" cp "$PLAYONLINUX/resources/images/icones/finish.png" "$POL_USER_ROOT/tmp/cache/icons/$CODENAME" POL_SetupWindow_wait_next_signal "$(eval_gettext "Scanning the virtual drive ...")" "$TITLE" contents="$(find . -name windows -prune -o -name iexplore.exe -prune -o -iname '*.exe' -a -type f -print | process_POL_SetupWindow_shortcut_creator)" LNG_FINISH="$(eval_gettext "I don't want to make another shortcut")" LNG_BROWSE="$(eval_gettext "Browse")" [ "$contents" = "" ] || CONTENTS2="~$contents" POL_SetupWindow_icon_menu "$(eval_gettext "Please choose a file for $APPLICATION_TITLE to make a shortcut")" "$TITLE" "$LNG_FINISH~$LNG_BROWSE$CONTENTS2" "~" "$POL_USER_ROOT/tmp/cache/icons/$CODENAME" "finish.png~browse.png$CONTENTS2" EXE_FILE="" if [ "$APP_ANSWER" = "$LNG_BROWSE" ] then cd $WINEPREFIX/drive_c || POL_Debug_Fatal "Prefix : $WINEPREFIX does not exist" POL_SetupWindow_browse "$(eval_gettext "Please choose a file for $APPLICATION_TITLE to make a shortcut")" "$TITLE" EXE_FILE="$(basename "$APP_ANSWER")" elif [ ! "$APP_ANSWER" = "$LNG_FINISH" ] then EXE_FILE="$APP_ANSWER" fi if [ ! "$EXE_FILE" = "" ] then SUGGEST="${EXE_FILE%.*}" POL_SetupWindow_textbox "$(eval_gettext "Please choose a shortcut name for $EXE_FILE")" "$TITLE" "$SUGGEST" TITRE="$APP_ANSWER" POL_Shortcut "$EXE_FILE" "$TITRE" echo "POL_Shortcut \"$EXE_FILE\" \"$TITRE\"" >> "$POL_USER_ROOT/tmp/shortcuts" POL_SetupWindow_shortcut_creator fi } process_POL_SetupWindow_shortcut_creator () { ### Used by POL_SetupWindow_shortcut_creator read line first=true while [ ! "$line" = "" ] do if [ "$(echo $existing | grep $(basename "$line"))" = "" ] then #echo "On tente d'extraire $WINEPREFIX/drive_c/$line" POL_ExtractIcon "$WINEPREFIX/drive_c/$line" "$POL_USER_ROOT/tmp/cache/icons/$CODENAME/$(basename "$line")" 2> /dev/null > /dev/null # Si il parle il fiche tout en l'air [ "$first" = "true" ] && first=false || printf "~" printf "$(basename "$line")" fi read line done } get_existing_POL_SetupWindow_shortcut_creator() { ### Used by POL_SetupWindow_shortcut_creator cd "$REPERTOIRE/shortcuts" for file in * do if [ -e "$file" ] && [ ! "$(cat "$file" | grep $WINEPREFIX)" = "" ] then cat "$file" | grep "POL_Wine " | awk '{print $2}' | tr -d "\"" fi done } POL_SetupWindow_RequiredCard() { # Forcing usage of one kind of video card # Usage : POL_Wine_RequiredCard "NVIDIA,INTEL" (-v = blacklist) (for exemple) MyCard="$(POL_Wine_DetectCard)" if [ ! "$(printf "$1" | grep "$MyCard" $2)" = "" ]; then NOBUGREPORT="TRUE" POL_Debug_Fatal "Sorry, your video card ($MyCard) is not supported to run $TITLE" fi } POL_SetupWindow_AdvisedCard() { # Advising usage of one kind of video card # Usage : POL_Wine_RequiredCard "NVIDIA,INTEL" (-v = blacklist) (for exemple) MyCard="$(POL_Wine_DetectCard)" if [ ! "$(printf "$1" | grep "$MyCard" $2)" = "" ]; then NOBUGREPORT="TRUE" POL_Debug_Error "Your video card ($MyCard) might cause problems to run $TITLE" fi } POL_SetupWindow_TestedCard() { # Suggesting usage of one kind of video card # Usage : POL_Wine_TestCard "NVIDIA,INTEL" (-v = blacklist) (for exemple) MyCard="$(POL_Wine_DetectCard)" if [ ! "$(printf "$1" | grep "$MyCard" $2)" = "" ]; then POL_SetupWindow_message "Your video card ($MyCard) has not been tested with $TITLE. Don't hesitate to send us feedbacks, so we can improve $APPLICATION_TITLE" "$TITLE" fi } POL_SimpleMessage () { # Shows a text box # Usage: POL_SetupWindow_textbox [message] [title] [default value] # Result is sent in $APP_ANSWER variable echo "$POL_COOKIE SimpleMessage $(POL_Untab "$1")" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_SetID() { echo "$POL_COOKIE POL_SetupWindow_SetID $$ $1" | ncs "$POL_HOST" "$POL_PORT" } POL_SetupWindow_UnsetID() { echo "$POL_COOKIE POL_SetupWindow_UnsetID $$" | ncs "$POL_HOST" "$POL_PORT" }playonlinux/lib/sources000077500000000000000000000032241226051336100156170ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 PlayOnLinux Team # Copyright (C) 2007-2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. if [ "$(id -u)" = "0" ] then echo "PlayOnLinux is not supposed to be run as root. Sorry" exit fi if [ ! "$INCLUDED" ] then INCLUDED="1" # On évite l'inclusion en boucle source "$PLAYONLINUX/lib/variables" [ -e "$POL_USER_ROOT/configurations/custom" ] && source "$POL_USER_ROOT/configurations/custom" source "$PLAYONLINUX/lib/debug.lib" source "$PLAYONLINUX/lib/deprecated.lib" source "$PLAYONLINUX/lib/playonlinux.lib" source "$PLAYONLINUX/lib/plugins.lib" source "$PLAYONLINUX/lib/scripts.lib" source "$PLAYONLINUX/lib/setupwindow.lib" source "$PLAYONLINUX/lib/website.lib" source "$PLAYONLINUX/lib/wine.lib" source "$PLAYONLINUX/lib/dosbox.lib" [ "$DEBIAN_PACKAGE" = "TRUE" ] && source "$PLAYONLINUX/lib/debian.lib" fi if [ ! "$DONT_MONITOR" ]; then set -o monitor export DONT_MONITOR="1" fi if [ ! "$POL_DONT_REGISTER_PID" ]; then POL_System_RegisterPID "$$" fiplayonlinux/lib/variables000077500000000000000000000047041226051336100161100ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ## # This is just a copy of function in playonlinux, but we need it earlier [ "$POL_OS" = "Mac" ] && export LANG="$RLANG" POL_Config_pRead (){ cat "$POL_USER_ROOT/playonlinux.cfg" 2> /dev/null | grep "^$1" | cut -d\= -f2; } ### Follow symlinks for find alias find="find -H" ### Security feature [ "$(which sudo)" ] && sudo -k 2> /dev/null ### Terminal if [ "$DEBIAN_PACKAGE" = "TRUE" ]; then export POL_TERM="x-terminal-emulator" else export POL_TERM="xterm" fi ### Desktop [ "$(which xdg-user-dir)" ] && export DESKTOP="$(xdg-user-dir DESKTOP)" || export DESKTOP="$HOME/Desktop" ### Override ~/.wgetrc export WGETRC="$POL_USER_ROOT/configurations/wgetrc" ### Language if [ ! "$NOGETTEXT" = "TRUE" ] || [ "$(POL_Config_pRead NOGETTEXT)" = "TRUE" ] then [ "$DEBIAN_PACKAGE" = "FALSE" ] && export TEXTDOMAINDIR="$PLAYONLINUX/lang/locale/" export TEXTDOMAIN="pol" . gettext.sh eval_gettext > /dev/null || eval_gettext() { printf "$@"; } else eval_gettext() { printf "$@"; } fi which shasum > /dev/null 2> /dev/null || shasum () { sha1sum "$@"; } if [ "$POL_OS" == "Linux" ] then export POL_LANG="$(echo "$LANG" | cut -d\_ -f 1)" export MD5_COMMAND="md5sum" fi if [ "$POL_OS" == "Mac" ] then export POL_LANG="$(echo "$RLANG" | cut -d _ -f1)" export MD5_COMMAND="md5" fi #Codes de sorties EXIT_MISSING=2 EXIT_ERROR=255 EXIT_SUCCES=0 # Default architecture export POL_USER_ARCH="x86" export POL_ARCH="$POL_USER_ARCH" # Divers trucs export IGNORE_ICON_DIR="false" export GNUPGHOME="$REPERTOIRE/gpg" # Drivers problem [ "$(POL_Config_pRead FIX_DRI_PATH)" = "TRUE" ] && [ "$POL_OS" = "Linux" ] && export LIBGL_DRIVERS_PATH="/usr/lib/dri/:/usr/lib64/dri/:/usr/lib32/dri/" unset WINEARCH playonlinux/lib/website.lib000077500000000000000000000102051226051336100163400ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # website.lib # ----------- # # This lib contains playonlinux's website api POL_Website_login() { # Ask for PlayOnLinux's login and check it # Usage: POL_Website_login POL_SetupWindow_login "$(eval_gettext 'Connect to your $APPLICATION_TITLE account')" "$TITLE" POL_Website_check_login } POL_Website_logout() { # Remove login and password from memory # Usage: POL_Website_logout POL_Debug_Message "Logged out" export POL_LOGIN="" export POL_PASSWORD="" } POL_Website_Init() { # Open PlayOnLinux's session # Usage: POL_Website_Init if [ "$POL_LOGIN" = "" ] then POL_Debug_Error "Not logged" else cat << EOF > "$REPERTOIRE/login_info" # HTTP cookie file. # Edit at your own risk. .playonlinux.com TRUE / FALSE 0 pass $(POL_MD5 $POL_PASSWORD) .playonlinux.com TRUE / FALSE 0 login $POL_LOGIN .playonmac.com TRUE / FALSE 0 pass $(POL_MD5 $POL_PASSWORD) .playonmac.com TRUE / FALSE 0 login $POL_LOGIN EOF fi } POL_Website_urlencode() # Un peu violente celle la { # Encode strings to url # Usage: POL_Website_urlencode [string] 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' } POL_Website_urlparse() { # Parse a value to put it in a url # Usage: POL_Website_urlparse [strings] POL_Website_urlencode "$@" # & %26 # = %3D # chars="$1" # chars="${chars//'&'/%26}" # chars="${chars//'='/%3D}" # chars="${chars//'+'/%2B}" # echo "$chars" } POL_Website_Close() { # Close PlayOnLinux's session # Usage: POL_Website_Close rm "$REPERTOIRE/login_info" } POL_Website_Request() { # Make a POST request # Usage: POL_Website_Request [url] [post_data] POL_Debug_Message "POST $1" $POL_WGET "$1" --post-data="$2" --load-cookies "$REPERTOIRE/login_info" -O- -q > "$POL_USER_ROOT/tmp/POL_Website_data" } POL_Website_curl() { url="$1" shift > "$POL_USER_ROOT/tmp/POL_Website_data" $POL_CURL -b "$REPERTOIRE/login_info" -o "$POL_USER_ROOT/tmp/POL_Website_data" "$@" "$url" } POL_Website_POST() { # Make a POST request # Usage: POL_Website_POST [url] [post_data] POL_Website_Request "$@" } POL_Website_GET() { # Make a GET request # Usage: POL_Website_GET [url] POL_Debug_Message "GET $1" $POL_WGET "$1" --load-cookies "$REPERTOIRE/login_info" -O- -q > "$POL_USER_ROOT/tmp/POL_Website_data" } POL_Website_Result() { # Get the result of the last request # Usage: POL_Website_Result POL_Debug_Message "Reading result" cat "$POL_USER_ROOT/tmp/POL_Website_data" } POL_Website_check_login() { # Check if the user's login is valid # Usage: POL_Website_check_login POL_Debug_Message "Login to $APPLICATION_TITLE website" POL_SetupWindow_wait_next_signal "$(eval_gettext "Connecting...")" "$TITLE" result="$($POL_WGET http://repository.playonlinux.com/V4_data/repository/check_login.php?l=$(POL_Website_urlencode "$POL_LOGIN")\&m=$(POL_MD5 $POL_PASSWORD) -O-)" if [ "$result" = "0" ] then POL_SetupWindow_message "$(eval_gettext "Failed to connect !\nPlease ensure that your login and your password are valid.")" "$TITLE" POL_Website_login fi }playonlinux/lib/wine.lib000077500000000000000000001131701226051336100156450ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2012 PlayOnLinux Team # Copyright (C) 2007 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # wine.lib # -------- # # This lib contains wine's api POL_Wine_GetRegValue() { # Get a value in registry # Example : POL_Wine_GetReg_Value Multisampling # # Read http://wiki.winehq.org/UsefulRegistryKeys [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" local value [ -e "$WINEPREFIX/user.reg" ] && value="$(grep "$1" "$WINEPREFIX/user.reg" | head -n 1 | tr -d '"' | cut -d= -f2)" POL_Debug_Message "Getting registry value $1. Return: $value" echo -n "${value:-default}" } POL_Wine_UpdateRegistry () { # Usage: POL_Wine_UpdateRegistry regbasename # registry file must be provided thru stdin # File signature ("REGEDIT4") in appended automatically (echo "REGEDIT4"; echo ""; cat) > "$POL_USER_ROOT/tmp/$1.reg" POL_Wine regedit "$POL_USER_ROOT/tmp/$1.reg" && rm "$POL_USER_ROOT/tmp/$1.reg" } POL_Wine_UpdateRegistryPair () { # Usage: POL_Wine_UpdateRegistryPair key name data # data="default": remove the name # Remark: restarts wineserver if [ "$3" = "default" ]; then POL_Wine_UpdateRegistry regkey <<- _EOFINI_ [$1] "$2"=- _EOFINI_ else POL_Wine_UpdateRegistry regkey <<- _EOFINI_ [$1] "$2"="$3" _EOFINI_ fi } POL_Wine_UpdateRegistryWinePair () { # Usage: POL_Wine_UpdateRegistryPair subkey name data # data="default": remove the name # Remark: restarts wineserver # Put a "\" before $1 if it's not empty POL_Wine_UpdateRegistryPair "HKEY_CURRENT_USER\\Software\\Wine${1:+\\$1}" "$2" "$3" } # For all functions below, that can be called from the control panel: # - Kill wineserver before regedit so regedit works even if the user # changed Wine version out of our control; # - Kill wineserver after regedit so change takes effect immediately POL_Wine_Direct3D () { # Change a Direct3D value in registry # Usage POL_Wine_Direct3D Key Value # Example :: POL_Wine_Direct3D UseGLSL [default / enabled / disabled] # default: remove the key POL_Debug_Message "Setting wine Direct3D $WINEPREFIX $1 $2" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'Direct3D' "$1" "$2" wineserver -k } POL_Wine_X11Drv () { # Change a X11Drv value in registry # Usage POL_Wine_X11Drv Key Value # Example :: POL_Wine_X11Drv UseGLSL [default / enabled / disabled] # default: remove the key POL_Debug_Message "Setting wine X11Drv $WINEPREFIX $1 $2" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'X11 Driver' "$1" "$2" wineserver -k } POL_Wine_DirectSound () { # Same that POL_Wine_Direct3D, but for DirectSound POL_Debug_Message "Setting wine DirectSound $WINEPREFIX $1 $2" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'DirectSound' "$1" "$2" wineserver -k } POL_Wine_DirectInput () { # Same that POL_Wine_Direct3D, but for DirectInput POL_Debug_Message "Setting wine DirectInput $WINEPREFIX $1 $2" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'DirectInput' "$1" "$2" wineserver -k } Set_OS () { # Set fake windows OS # Usage: Set_OS [1] [2] # # 1: Possible values: win7, win2008, vista, win2003, winxp, win2000, nt40, winnt351, winme, win98, win95, win31, win30, win20 # 2: Service Pack: sp1, sp2, sp3, sp4, sp5 POL_Debug_Message "Setting Windows OS to $1 $2" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then POL_Wine_UpdateRegistryWinePair '' 'Version' "$1" fi if [ -n "$2" ]; then # Need more testing local n [ "$2" = "sp1" ] && n=1 [ "$2" = "sp2" ] && n=2 [ "$2" = "sp3" ] && n=3 [ "$2" = "sp4" ] && n=4 [ "$2" = "sp5" ] && n=5 POL_Wine_UpdateRegistry setos <<- _EOFINI_ [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion] "CSDVersion"="Service Pack $n" [HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Windows] "CSDVersion"=dword:00000${n}00 _EOFINI_ fi } Set_Managed () { # Let the windows manager to control wine # Usage: Set_Managed (On|Off) POL_Debug_Message "Setting wine managed: $1" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" local n [ "$1" = "On" ] && n="Y" [ "$1" = "Off" ] && n="N" if [ -n "$n" ]; then POL_Wine_UpdateRegistryWinePair 'X11 Driver' "Managed" "$n" else POL_Debug_Warning "Unrecognized flag '$1'" fi } Set_SoundDriver () { # Set the sound driver # Usage: Set_SoundDriver [Driver] # Disabled in Mac OS POL_Debug_Message "Setting wine SoundDriver $@" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then if [ "$POL_OS" = "Linux" ]; then POL_Wine_UpdateRegistryWinePair 'Drivers' 'Audio' "$1" else POL_Debug_Message "Set_SoundDriver disabled on $POL_OS" fi fi } Set_DXGrab () { # Enable or disable DXGrab # Usage: Set_DXGrab (On|Off) # On ou Off [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" local n [ "$1" = "On" ] && n="Y" && POL_Debug_Message "Setting DXGrab" [ "$1" = "Off" ] && n="N" && POL_Debug_Message "Unsetting DXGrab" if [ -n "$n" ]; then POL_Wine_UpdateRegistryWinePair 'X11 Driver' 'DXGrab' "$n" else POL_Debug_Warning "Set_DXGrab: unrecognized flag '$1'" fi } Set_Iexplore () { # Make a fake IE6 installation # Usage: Set_Iexplore POL_Debug_Message "Faking ie6 installation" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_UpdateRegistry ie <<- _EOFINI_ [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Internet Explorer] "Version"="6.0.2900.2180" _EOFINI_ } Set_Desktop () { # Set a desktop environment # Usage: Set_Desktop (on|off) [width] [height] POL_Debug_Message "Setting Desktop : $1 $2 $3" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ "$1" = "Off" ]; then POL_Wine_UpdateRegistryWinePair 'X11 Driver' 'Desktop' "-1" # Remove key POL_Wine_UpdateRegistryWinePair 'Explorer' 'Desktop' 'default' elif [ "$1" = "On" ]; then POL_Wine_UpdateRegistryWinePair 'X11 Driver' 'Desktop' "$2x$3" POL_Wine_UpdateRegistryWinePair "Explorer\\Desktops" 'Default' "$2x$3" POL_Wine_UpdateRegistryWinePair 'Explorer' 'Desktop' 'Default' else POL_Debug_Warning "Unrecognized flag '$1'" fi } Set_SoundSampleRate () { # Set Sound sample rate # Usage: Set_SoundSampleRate [value] # values can be: 48000, 44100, 22050, 16000, 11025, 8000 POL_Debug_Message "Setting SoundSampleRate to $1" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then POL_Wine_UpdateRegistryWinePair 'DirectSound' 'DefaultSampleRate' "$1" else # FIXME: should we drop the name instead? POL_Debug_Warning "Sample rate missing, skipped" fi } Set_SoundBitsPerSample () { # Set Sound bits per sample rate # Usage: Set_SoundBitsPerSaple [value] # values: 8, 16 POL_Debug_Message "Setting sound DefaultsBitsPerSample to $1" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then POL_Wine_UpdateRegistryWinePair 'DirectSound' 'DefaultBitsPerSample' "$1" else # FIXME: should we drop the name instead? POL_Debug_Warning "BitsPerSample missing, skipped" fi } POL_Wine_InstallFonts() { # Install microsoft fonts # Usage: POL_Wine_InstallFonts OLDDIR="$PWD" POL_Debug_Message "Installing microsoft fonts" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" # It's a symlink? If yes, remove it rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" } Set_SoundHardwareAcceleration () { # Set sound driver hardware acceleration # Values : Full, Standard, Basic, Emulation POL_Debug_Message "Setting Sound HardwareAcceleration to $1" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then POL_Wine_UpdateRegistryWinePair 'DirectSound' 'HardwareAcceleration' "$1" else # FIXME: should we drop the name instead? POL_Debug_Warning "Hardware acceleration mode missing, skipped" fi } Set_SoundEmulDriver () { # Set sound emul driver # Usage: Set_SoundEmulDriver(Y|N) POL_Debug_Message "Setting Sound EmulDriver to $1" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ -n "$1" ]; then POL_Wine_UpdateRegistryWinePair 'DirectSound' 'EmulDriver' "$1" else # FIXME: should we drop the name instead? POL_Debug_Warning "Sound emulation mode missing, skipped" fi } POL_LoadVar_PROGRAMFILES() { # Get Program Files folder name and store it to PROGRAMFILES variable # Usage: POL_LoadVar_PROGRAMFILES POL_Debug_Message "Getting Program Files name" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" PROGRAMFILES=`POL_Wine cmd /c echo "%ProgramFiles%" |tr -d '\015\012'` if [ "${PROGRAMFILES}" = "%ProgramFiles%" ] then # Var is not defined by wine export PROGRAMFILES="Program Files" else export PROGRAMFILES="${PROGRAMFILES:3}" fi } Set_WineWindowTitle () { #name of windowed title:$1 POL_Debug_Message "Setting window title" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_UpdateRegistryWinePair 'Explorer' 'Desktop' "$1" } POL_LoadVar_Device () { # Get GPU device id and vendor id # Usage: POL_LoadVar_Device [--non-interactive] # Results are stored in VendorID and DeviceID variables local INTERACTIVE=1 if [ "$1" = "--non-interactive" ]; then INTERACTIVE='' shift fi [ "$INTERACTIVE" ] && POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is scanning your hardware')" "$TITLE" VGA_DEVICES="$(POL_DetectVideoCards)" # More than one card available? if grep -q '~' <<<"$VGA_DEVICES"; then if [ "$INTERACTIVE" ]; then local OLD_APP_ANSWER="$APP_ANSWER" POL_SetupWindow_menu "$(eval_gettext 'Select the main videocard to report:')" "$TITLE" "$VGA_DEVICES" "~" VGA_DEVICES="$APP_ANSWER" APP_ANSWER="$OLD_APP_ANSWER" else # Can't ask user, pick first VGA_DEVICES="${VGA_DEVICES%%~*}" fi fi export VendorID=`cut -d'|' -f2 <<<"$VGA_DEVICES"` export DeviceID=`cut -d'|' -f3 <<<"$VGA_DEVICES"` POL_Debug_Message "VendorID : $VendorID" POL_Debug_Message "DeviceID : $DeviceID" } POL_DetectVideoCards () { # Detect known videocards POL_Debug_Message "Gettings GPU informations" if [ "$POL_OS" = "Linux" ]; then [ -x /usr/sbin/lspci ] && LSPCI=/usr/sbin/lspci || LSPCI=lspci # Device Name|Vendor ID|Device ID\n... VGA_DEVICES=`$LSPCI -nn | perl -ne 'if (/VGA/) { s/.*\]: (.*) \[([0-9a-f]{4}):([0-9a-f]{4})\].*/\1|\2|\3/; print }'` fi if [ "$POL_OS" = "Mac" ]; then # Device Name|Vendor ID|Device ID\n... 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 }'` fi # More than one card available? if [ $(wc -l <<<"$VGA_DEVICES") -gt 1 ]; then # Try to put what's probably the main card first VGA_DEVICES=`grep -iE 'nvidia|ati|amd' <<<"$VGA_DEVICES"; grep -iEv 'nvidia|ati|amd' <<<"$VGA_DEVICES"` fi # Device Name|Vendor ID|Device ID~... echo -n "$VGA_DEVICES"|tr "\n" "~" } POL_LoadVar_ScreenResolution () { if [ "$POL_OS" = "Linux" ]; then local RESOLUTION="$(xdpyinfo | grep dimensions | awk '{print $2}')" export ScreenWidth="$(echo $RESOLUTION | cut -dx -f1)" export ScreenHeight="$(echo $RESOLUTION | cut -dx -f2)" fi if [ "$POL_OS" = "Mac" ]; then export ScreenWidth="$(/usr/sbin/system_profiler SPDisplaysDataType | grep Resolution| awk '{print $2}')" export ScreenHeight="$(/usr/sbin/system_profiler SPDisplaysDataType | grep Resolution| awk '{print $4}')" fi POL_Debug_Message "Screen width: $ScreenWidth" POL_Debug_Message "Screen height: $ScreenHeight" } POL_Wine_SetVideoDriver() { # Set wine video driver # Usage POL_Wine_SetVideoDriver POL_Debug_Message "Set wine video driver" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_LoadVar_Device DRVID="vga.dll" [ "$VendorID" = "10de" ] && DRVID="nv4_disp.dll" [ "$VendorID" = "1002" ] && DRVID="ati2dvag.dll" [ "$VendorID" = "8086" ] && DRVID="ig4icd32.dll" POL_Debug_Message "Detected video driver: $DRVID" POL_Wine_UpdateRegistry VGA_ID_fix <<- _EOFINI_ [HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] "VideoPCIVendorID"="dword:0000$VendorID" "VideoPCIDeviceID"="dword:0000$DeviceID" "VideoDriver"="$DRVID" _EOFINI_ } POL_Wine_DetectCard() { # Set wine video driver # Usage POL_Wine_DetectCard POL_Debug_Message "Detecting video card" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_LoadVar_Device DRVID="OTHER" [ "$VendorID" = "10de" ] && DRVID="NVIDIA" [ "$VendorID" = "1002" ] && DRVID="ATI" [ "$VendorID" = "8086" ] && DRVID="INTEL" POL_Debug_Message "Detected video card: $DRVID" echo $DRVID } POL_AutoWine () { # Detect if the file is a .exe or a .msi file and run it with POL_Wine # Same usage than "wine" SETUP_PATH="$@" # remove everything up to the last dot extension="${SETUP_PATH##*.}" if [ "$extension" = "msi" ] then POL_Wine msiexec /i "$SETUP_PATH" else # FIXME /unix? POL_Wine "$SETUP_PATH" fi } POL_Wine () { if [ "$POL_OS" = "Mac" -a "$FORCE_OSX_DOCK" ]; then POL_Wine_Dock "$@" return "$?" fi # Run the good wineversion and store the result to a logfile # Same usage than "wine" mkdir -p "$WINEPREFIX" touch "$WINEPREFIX/playonlinux.log" local NoErrors if [ "$1" = "--ignore-errors" ]; then NoErrors="True" shift fi if [ ! "$(POL_Config_Read NO_FSCHECK)" = "TRUE" ]; then if [ "$1" = "start" ]; then if [ "$2" = "/unix" ]; then POL_System_CheckFS "$3" else POL_System_CheckFS "$2" fi else POL_System_CheckFS "$1" fi else POL_Debug_Message "** Filesystem checks disabled **" fi POL_Wine_AutoSetVersionEnv POL_Debug_Message "Running wine-$POL_WINEVERSION "$@" (Working directory : $PWD)" POL_Debug_LogToPrefix "Running wine-$POL_WINEVERSION "$@" (Working directory : $PWD)" if [ ! "$WINEMENUBUILDER_ALERT" ]; then POL_Debug_Message "Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html" WINEMENUBUILDER_ALERT="Done" fi if [ "$1" = "regedit" -a ! "$2" = "" ]; then if [ -e "$2" ]; then POL_Debug_LogToPrefix "Content of $2" (echo '-----------' cat "$2" echo '-----------') >> "$WINEPREFIX/playonlinux.log" else POL_Debug_LogToPrefix "regedit parameter '$2' is not a file, not dumped to log" fi elif [ "$1" = "regedit" ]; then POL_Debug_LogToPrefix "User modified something in the registry manually" fi if [ "$LOGFILE" = "/dev/null" ]; then $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") errors=$? else $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") errors=$? fi if [ "$errors" != 0 -a "$NoErrors" != "True" -a "$POL_IgnoreWineErrors" != "True" ]; then POL_Debug_Error "$(eval_gettext 'Wine seems to have crashed\n\nIf your program is running, just ignore this message')" fi POL_Debug_Message "Wine return: $errors" return $errors } POL_Wine_Dock () { # Run the good wineversion and store the result to a logfile # Same usage than "wine" if [ "$POL_OS" = "Linux" ]; then return 1 fi mkdir -p "$WINEPREFIX" touch "$WINEPREFIX/playonlinux.log" local NoErrors if [ "$1" = "--ignore-errors" ]; then NoErrors="True" shift fi if [ ! "$COMMON_NAME" ]; then export COMMON_NAME="$(POL_Wine_CommonName "$@")" fi exename="$(POL_Wine_exename "$@")" POL_Wine_AutoSetVersionEnv POL_Debug_Message "Running wine-$POL_WINEVERSION "$@" " POL_Debug_LogToPrefix "Running wine-$POL_WINEVERSION "$@"" if [ ! "$WINEMENUBUILDER_ALERT" ]; then POL_Debug_Message "Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html" WINEMENUBUILDER_ALERT="Done" fi if [ "$1" = "regedit" ]; then POL_Debug_LogToPrefix "Content of $2" echo '-----------' >> "$WINEPREFIX/playonlinux.log" cat "$2" >> "$WINEPREFIX/playonlinux.log" echo '-----------' >> "$WINEPREFIX/playonlinux.log" fi if [ "$LOGFILE" = "/dev/null" ]; then 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")" errors=$? else 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")" errors=$? fi export LOGFILE export UNIQ_ID="$RANDOM$RANDOM" export UNIQ_PATH="$POL_USER_ROOT/tmp/wrapper_$UNIQ_ID" export APP_PATH="$UNIQ_PATH/$COMMON_NAME.app/Contents" SOURCE_POM_PATH="$PLAYONLINUX/../osx_wine_wrapper/Contents" if [ -e "/Applications/Utilities/XQuartz.app" -a 1=0 ]; then identifier="org.macosforge.xquartz.X11" SOURCE_PATH="/Applications/Utilities/XQuartz.app/Contents" else identifier="org.x.X11" SOURCE_PATH="/Applications/Utilities/X11.app/Contents" fi mkdir -p "$APP_PATH/MacOS" cp "$SOURCE_PATH/MacOS/X11.bin" "$APP_PATH/MacOS/X11.bin.$UNIQ_ID" mkdir -p "$APP_PATH/Resources" POL_ExtractBiggestIcon "$exename" "$APP_PATH/Resources/playonmac.png" # Setting X11 prefs cp "$SOURCE_POM_PATH/Resources/default_config.plist" "$HOME/Library/Preferences/$identifier.playonmac_$UNIQ_ID.plist" cat <<- EOFApp > "$APP_PATH/Info.plist" CFBundleDevelopmentRegion English CFBundleExecutable playonmac_X11_wrapper_$UNIQ_ID CFBundleGetInfoString $identifier.playonmac_$UNIQ_ID CFBundleIconFile playonmac.icns CFBundleIdentifier $identifier.playonmac_$UNIQ_ID CFBundleInfoDictionaryVersion 6.0 CFBundleName $COMMON_NAME CFBundlePackageType APPL CFBundleShortVersionString $VERSION CFBundleVersion $VERSION CFBundleSignature x11a CSResourcesFileMapped NSHumanReadableCopyright © 2003-2010 Apple Inc. © 2003 XFree86 Project, Inc. © 2003-2010 X.org Foundation, Inc. NSMainNibFile main NSPrincipalClass X11Application SUEnableAutomaticChecks SUFeedURL http://xquartz.macosforge.org/downloads/sparkle/beta.xml SUPublicDSAKeyFile sparkle.pem EOFApp cat <<- EOFRUNNER > "$APP_PATH/MacOS/playonmac_X11_wrapper_$UNIQ_ID" #!/bin/bash # Starting XServer env LD_LIBRARY_PATH="/usr/X11/lib/" "$APP_PATH/MacOS/X11.bin.$UNIQ_ID" \""$APP_PATH/MacOS/X11.startup"\" exit 0 EOFRUNNER chmod +x "$APP_PATH/MacOS/playonmac_X11_wrapper_$UNIQ_ID" cat <<- EOFSTART > "$APP_PATH/MacOS/X11.startup" #!/bin/bash cd "$PWD" $WINELINE echo \$? > "$UNIQ_PATH/return" wineserver -w killall "X11.bin.$UNIQ_ID" exit 0 EOFSTART chmod +x "$APP_PATH/MacOS/X11.startup" cp -r "$SOURCE_POM_PATH/Resources" "$APP_PATH" cp "$SOURCE_PATH/Resources/sparkle.pem" "$APP_PATH/Resources/" cp -r "$SOURCE_PATH/Frameworks" "$APP_PATH" png2icns "$APP_PATH/Resources/playonmac_tmp.icns" "$APP_PATH/Resources/playonmac.png" && mv "$APP_PATH/Resources/playonmac_tmp.icns" "$APP_PATH/Resources/playonmac.icns" open "$APP_PATH/.." & while [ ! -e "$UNIQ_PATH/return" ]; do sleep 10 done rm -rf "$UNIQ_PATH" rm "$HOME/Library/Preferences/$identifier.playonmac_$UNIQ_ID.plist" errors="$(cat "$UNIQ_PATH/return")" if [ "$errors" != 0 -a "$NoErrors" != "True" -a "$POL_IgnoreWineErrors" != "True" ]; then POL_Debug_Error "$(eval_gettext 'Wine seems to have crashed\n\nIf your program is running, just ignore this message')" fi POL_Debug_Message "Wine return: $errors" return $errors } POL_Wine_SelectPrefix() { # Select a wineprefix and remove unexpected chars # Usage: POL_Wine_SelectPrefix [prefixname] PREFNAME=`printf "$1"| tr -c [[a-zA-Z0-9]\.] '_'` POL_Debug_Message "Selecting prefix: $PREFNAME" export WINEPREFIX="$POL_USER_ROOT/wineprefix/$PREFNAME" export DOSPREFIX="$WINEPREFIX" if [ -e "$WINEPREFIX/playonlinux.cfg" ]; then export POL_WINEVERSION="$(POL_Config_PrefixRead VERSION)" POL_System_SetArch "$(POL_Config_PrefixRead ARCH)" "detected" else touch "$WINEPREFIX/playonlinux.cfg" 2> /dev/null fi ## In fact it's a bad idea #if [ "$(POL_Config_PrefixRead ARCH)" = "x86" ]; then ## Comme ca, pas de conflits # export WINEARCH=win32 #fi } POL_Wine_PrefixExists() { # Checks if a prefix exists # Usage: POL_Wine_PrefixExists # Return True or False PREFNAME=`printf "$1"| tr -c [[a-zA-Z0-9]\.] '_'` [ -d "$POL_USER_ROOT/wineprefix/$PREFNAME/drive_c" ] && echo "True" || echo "False" } POL_Wine_InstallVersion() { # Install a wineversion # Usage: POL_Wine_InstallVersion [VERSION] [ ! "$1" = "" ] && export POL_WINEVERSION="$1" [ "$POL_WINEVERSION" = "" ] && POL_Debug_Fatal "No POL_WINEVERSION set" [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto" POL_Debug_Message "Installing wine version path: $POL_WINEVERSION, $POL_ARCH" [ "$POL_OS" = "Mac" ] && ARCH_PREFIX="darwin" [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux" OLDPATH="$PWD" WINE_SECTION="$ARCH_PREFIX-$POL_ARCH" WINEDIR="$REPERTOIRE/wine/$WINE_SECTION" touch "$WINEDIR/installing" if [ ! -e "$WINEDIR/$POL_WINEVERSION" ] then WINE_ADDRESS=$($POL_WGET "$WINE_SITE/$WINE_SECTION.lst" -O- | grep ";$POL_WINEVERSION;" | tail -n 1 | cut -d ";" -f1) if [ "$WINE_ADDRESS" = "" ] && [ "$POL_ARCH" = "amd64" ] then POL_Debug_Warning "Wine $1 amd64 does not exist. Switching to x86" POL_System_SetArch "x86" POL_Wine_InstallVersion "$1" else if [ "$WINE_ADDRESS" = "" ] then POL_Debug_Error "$(eval_gettext "Unable to find version: ")$POL_WINEVERSION" POL_SetupWindow_Close exit fi cd "$REPERTOIRE/tmp" POL_SetupWindow_download "$(eval_gettext "Downloading Wine: ")$POL_WINEVERSION" "$TITLE" "$WINE_SITE/$WINE_SECTION/$WINE_ADDRESS" POL_SetupWindow_wait_next_signal "$(eval_gettext "Downloading Wine: ")$POL_WINEVERSION" "$TITLE" sleep 1 sha1=$($POL_WGET "$WINE_SITE/$WINE_SECTION/$WINE_ADDRESS.sha1" -O- | awk '{print $1}') sha1_file=$(shasum "./$WINE_ADDRESS" | awk '{print $1}') echo "Server sha1 : $sha1" echo "Client sha1 : $sha1_file" if [ ! "$sha1" = "$sha1_file" ] then POL_SetupWindow_message "$(eval_gettext 'The download seems to have failed.')" "$TITLE" else POL_SetupWindow_wait "$(eval_gettext 'Extracting Wine...')" "$TITLE" "$PLAYONLINUX/playonlinux-pkg" -i "$PWD/$WINE_ADDRESS" fi rm "$WINE_ADDRESS" POL_Wine_Install_resources gecko "$POL_WINEVERSION" "$POL_ARCH" POL_Wine_Install_resources mono "$POL_WINEVERSION" "$POL_ARCH" fi fi rm "$WINEDIR/installing" } POL_Wine_InstallCDROM() { POL_Wine_InstallCDROMCustom "$1" "$CDROM" } POL_Wine_InstallCDROMCustom() { if [ "$1" ]; then letter="$1:" else letter="p:" fi if [ "$CDROM" ]; then cd "$WINEPREFIX/dosdevices" rm "$letter" 2> /dev/null ln -s "$2" "$letter" fi } POL_Wine_Install_resources() { # Install gecko or mono for selected wine version # Usage : POL_Wine_Install_resources (gecko|mono) [ Version ] ( Arch ) [ -z "$1" ] && return 1 [ "$1" = "mono" ] && resource="$1" || resource="gecko" wine_version="$2" unpatched_version=`POL_Wine_GetBaseName "$2"` [ "$3" = "amd64" ] && arch="$3" || arch="x86" POL_Debug_Message "Installing $resource for wine $unpatched_version $arch" resource_dir="$REPERTOIRE/wine/$resource" resource_file="$REPERTOIRE/configurations/listes/$resource.lst" found="$(grep "^${unpatched_version//./\.};" "$resource_file")" [ "$POL_OS" = "Linux" ] && wos="linux" [ "$POL_OS" = "Mac" ] && wos="darwin" if [ ! -L "$POL_USER_ROOT/wine/$wos-$arch/$wine_version/share/wine/$resource" ] then POL_Debug_Message "Linking $resource" ln -s "$POL_USER_ROOT/wine/$resource/" "$POL_USER_ROOT/wine/$wos-$arch/$wine_version/share/wine/$resource" fi if [ "$found" ]; then resourcex86="$(cut -d ';' -f2 <<< $found)" resourceamd64="$(cut -d ';' -f3 <<< $found)" md5x86="$(cut -d ';' -f4 <<< $found)" md5amd64="$(cut -d ';' -f5 <<< $found)" cd "$resource_dir" if [ "$resourcex86" ]; then if [ -e "$resourcex86" ]; then POL_Debug_Message "$resourcex86 already installed. Skipping" else POL_Debug_Message "Installing $resourcex86" POL_Download "$(resource_download_url $resource x86 $resourcex86)" "$md5x86" fi fi if [ "$arch" = "amd64" ]; then if [ "$resourceamd64" ]; then if [ -e "$resourceamd64" ]; then POL_Debug_Message "$resourceamd64 already installed. Skipping" else POL_Debug_Message "Installing $resourceamd64" POL_Download "$(resource_download_url $resource amd64 $resourceamd64)" "$md5amd64" fi fi fi fi } resource_download_url() { # resource_download_url (gecko|mono) [ Arch ] [ Filename ] if [ "$1" = "gecko" ]; then echo "$GECKO_SITE/$2/$3" fi if [ "$1" = "mono" ]; then # local version="${3%.msi}" # version="${version#wine-mono-}" # echo "http://source.winehq.org/winemono.php?v=${version}" # echo "http://downloads.sourceforge.net/wine/$3" # echo "$MONO_SITE/$2/$3" echo "$MONO_SITE/$3" fi } POL_Wine_AutoSetVersionEnv() { # Get the current prefix's version and set PATH environment variable # Usage: POL_Wine_AutoSetVersionEnv [ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "WINEPREFIX is not set!" POL_WINEVERSION="$(POL_Config_PrefixRead "VERSION")" POL_ARCH="$(POL_Config_PrefixRead "ARCH")" [ "$POL_WINEVERSION" = "" ] || POL_Wine_SetVersionEnv } POL_Wine_SetVersionEnv() { # Usage: POL_Wine_SetWineVersion [VERSION] # Get first argument's wine version and set PATH environment variable [ ! "$1" = "" ] && export POL_WINEVERSION="$1" [ "$POL_WINEVERSION" = "" ] && POL_Debug_Warning "No POL_WINEVERSION set, assuming it is reset" [ "$POL_WINEVERSION" = "" ] && export POL_WINEVERSION="--reset" if [ ! "$POL_WINEVERSION" = "" ] then [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto" #POL_Debug_Message "Setting wine version path: $POL_WINEVERSION, $POL_ARCH" [ "$POL_OS" = "Mac" ] && ARCH_PREFIX="darwin" [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux" OLDPATH="$PWD" WINEDIR="$REPERTOIRE/wine/$ARCH_PREFIX-$POL_ARCH" mkdir -p "$WINEDIR" cd "$WINEDIR" if [ "$POL_WINEVERSION" = "--reset" ] then export PATH="$PATH_ORIGIN" export LD_LIBRARY_PATH="$LD_PATH_ORIGIN" export POL_WINEVERSION="" else if [ ! -e "$WINEDIR/$POL_WINEVERSION" ] then POL_Debug_Message "Wine $POL_WINEVERSION not installed. Installing it" POL_Wine_InstallVersion "$POL_WINEVERSION" fi export PATH="$WINEDIR/$POL_WINEVERSION/bin/:$PATH" export LD_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/:$LD_LIBRARY_PATH" fi fi cd "$OLDPATH" } POL_Wine_SetVersionPrefix() { # Usage: POL_Wine_SetVersionPrefix [VERSION] # Change a prefix wine version [ ! "$1" = "" ] && export POL_WINEVERSION="$1" [ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "WINEPREFIX is not set!" POL_Config_PrefixWrite "VERSION" "$POL_WINEVERSION" } POL_Wine_PrefixDelete() { # cf MainWindow.DeletePrefix() #for file in "$POL_USER_ROOT/shortcuts/"* #do # if [ -e "$file" ] && [ ! "$(cat "$file" | grep $WINEPREFIX)" = "" ] # then # rm "$file" # fi #done rm -rf "$WINEPREFIX" } POL_Wine_PrefixCreate() { # Create a wineprefix # Usage: POL_Wine_PrefixCreate [VERSION] if [ ! "$1" = "" ]; then POL_Debug_Message "Setting POL_WINEVERSION to $1" export POL_WINEVERSION="$1" elif [ "$POL_WINEVERSION" ]; then POL_Debug_Message "POL_WINEVERSION is already set to $POL_WINEVERSION. Using it" else POL_Debug_Message "No version specified. Using system version ($(wine --version))" fi POL_Debug_Message "Creating prefix ($POL_WINEVERSION)..." POL_SetupWindow_wait "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto" [ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "WINEPREFIX is not set!" if [ -e "$WINEPREFIX" ]; then POL_Debug_Message "Prefix already exists" LNG_OVERWRITE="$(eval_gettext 'Overwrite (usually works, no guarantee)')" LNG_ERASE="$(eval_gettext 'Erase (virtual drive content will be lost)')" LNG_ABORT="$(eval_gettext 'Abort installation')" OLD_ARCH="" [ -e "$WINEPREFIX/playonlinux.cfg" ] && OLD_ARCH=$(POL_Config_PrefixRead "ARCH") if [ "$OLD_ARCH" = "$POL_USER_ARCH" ]; then PREFIX_CHOICES="$LNG_OVERWRITE~$LNG_ERASE~$LNG_ABORT" else # Settings are not compatible, overwriting is not an option PREFIX_CHOICES="$LNG_ERASE~$LNG_ABORT" fi OLD_APP_ANWSER="$APP_ANSWER" PREFNAME="$(basename $WINEPREFIX)" POL_SetupWindow_menu "$(eval_gettext 'The target virtual drive $PREFNAME already exists:')" "$TITLE" "$PREFIX_CHOICES" "~" case "$APP_ANSWER" in "$LNG_OVERWRITE") # Prefix content is not reproducible, it's tempting to disallow reports # NOBUGREPORT="TRUE" POL_Debug_Message "Overwrite Prefix" # Should we revert what has been autodetected by SelectPrefix here too? ;; "$LNG_ERASE") POL_Debug_Message "Erase Prefix" POL_Wine_PrefixDelete # Revert what could have been autodetected with SelectPrefix POL_ARCH="$POL_USER_ARCH" ;; *) NOBUGREPORT="TRUE" POL_Debug_Fatal "$(eval_gettext 'User abort')" ;; esac APP_ANSWER="$OLD_APP_ANWSER" fi if [ -e "$WINEPREFIX" ]; then touch "$WINEPREFIX/playonlinux.cfg" if [ ! "$POL_WINEVERSION" = "" ]; then POL_Debug_Message "Setting version to $POL_WINEVERSION" POL_Wine_SetVersionPrefix "$POL_WINEVERSION" POL_Wine_SetVersionEnv fi else # Prefix does not exit, let's create it if [ "$POL_WINEVERSION" = "" ]; then # System wineversion ## Really bad idea ## export WINEARCH=win32 if [ ! "$POL_ARCH" = "" ]; then if [ "$POL_ARCH" = "x86" ]; then export WINEARCH=win32 else export WINEARCH=win64 fi POL_Debug_Message "Setting WINEARCH to $WINEARCH" fi wine wineboot POL_Debug_InitPrefix if [ -e "$WINEPREFIX/drive_c/windows/syswow64" ] # It is a 64 bits prefix then POL_Config_PrefixWrite "ARCH" "amd64" POL_Debug_LogToPrefix "This is a 64bits prefix!" POL_Config_Write WINE_SYSTEM_ARCH amd64 else POL_Config_PrefixWrite "ARCH" "x86" POL_Debug_LogToPrefix "This is a 32bits prefix!" POL_Config_Write WINE_SYSTEM_ARCH x86 fi else mkdir -p "$WINEPREFIX" POL_Debug_Message "Using wine $POL_WINEVERSION" POL_Wine_InstallVersion "$POL_WINEVERSION" POL_SetupWindow_wait "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" POL_Config_PrefixWrite "ARCH" "$POL_ARCH" POL_Config_PrefixWrite "VERSION" "$POL_WINEVERSION" POL_Wine_AutoSetVersionEnv POL_Debug_InitPrefix which wineprefixcreate && [ "$(POL_MD5_file "$(which wineprefixcreate)")" != "5c0ee90682746e811698a53415b4765d" ] && [ ! "$(which wineprefixcreate | grep $APPLICATION_TITLE)" = "" ] && wine wineprefixcreate wine wineboot fi fi # Make sure that .reg files are created if which wineserver; then wineserver -w else POL_Debug_Message "Warning, wineserver not found" sleep 4 fi POL_LoadVar_PROGRAMFILES [ -e "$POL_USER_ROOT/configurations/post_prefixcreate" ] && \ source "$POL_USER_ROOT/configurations/post_prefixcreate" } POL_Wine_OverrideDLL() { # Override DLLs MODE=$1 [ "$MODE" = "disabled" ] && unset MODE shift (cat << 'EOF' REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\DllOverrides] EOF for DLL in "$@" do echo "\"*$DLL\"=\"$MODE\"" done) > "$POL_USER_ROOT/tmp/override-dll.reg" POL_Debug_Message "Overriding DLLs" POL_SetupWindow_wait_next_signal "Please wait" "$TITLE" POL_Wine regedit "$POL_USER_ROOT/tmp/override-dll.reg" rm "$POL_USER_ROOT/tmp/override-dll.reg" } POL_Wine_DelOverrideDLL() { # Delete override DLLs (cat << 'EOF' REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\DllOverrides] EOF for DLL in "$@" do echo "\"$DLL\"=-" echo "\"*$DLL\"=-" done) > "$POL_USER_ROOT/tmp/del-override-dll.reg" POL_Debug_Message "Deleting overrides DLLs" POL_SetupWindow_wait_next_signal "Please wait" "$TITLE" POL_Wine regedit "$POL_USER_ROOT/tmp/del-override-dll.reg" rm "$POL_USER_ROOT/tmp/del-override-dll.reg" } POL_Wine_OverrideDLL_App() { # App-specific DLL overrides APP="$1" MODE="$2" [ "$MODE" = "disabled" ] && unset MODE shift 2 (cat << EOF REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\$APP\\DllOverrides] EOF for DLL in "$@" do # Who knows what this hack is for? if [ "$DLL" = "comctl32" ]; then rm -rf "$WINEPREFIX/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest" fi echo "\"*$DLL\"=\"$MODE\"" done) > "$POL_USER_ROOT/tmp/app-dll-override.reg" POL_Wine regedit "$POL_USER_ROOT/tmp/app-dll-override.reg" rm "$POL_USER_ROOT/tmp/app-dll-override.reg" } POL_Wine_DelOverrideDLL_App() { # Delete app-specific DLL overrides APP="$1" shift (cat << EOF REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\$APP\\DllOverrides] EOF for DLL in "$@" do echo "\"$DLL\"=-" echo "\"*$DLL\"=-" done) > "$POL_USER_ROOT/tmp/del-app-dll-override.reg" POL_Wine regedit "$POL_USER_ROOT/tmp/del-app-dll-override.reg" rm "$POL_USER_ROOT/tmp/del-app-dll-override.reg" } POL_Wine_WaitBefore () { # Lock bash commands until wine is exited # Usage : POL_Wine_WaitExit [Program title] (--allow-kill) SOFTNAME="$1" if [ "$2" = "--allow-kill" ] then allowKill="true" else allowKill="false" fi [ "$1" = "" ] && message="$(eval_gettext "Please wait...")" || message="$(eval_gettext 'Please wait while $SOFTNAME is installed...')" if [ "$allowKill" = "true" ] then POL_SetupWindow_wait_button "$message" "$TITLE" "$(eval_gettext 'Install is done')" "wineserver -k" "$(eval_gettext 'Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAME')" else POL_SetupWindow_wait "$message" "$TITLE" fi } POL_Wine_WaitExit () { # Lock bash commands until wine is exited # Usage : POL_Wine_WaitExit (--force-input) [Program title] (--allow-kill) if [ "$1" = "--force-input" ] then forceInput="true" shift else forceInput="false" fi SOFTNAME="$1" if [ "$2" = "--allow-kill" ] then allowKill="true" else allowKill="false" fi [ "$1" = "" ] && message="$(eval_gettext "Please wait...")" || message="$(eval_gettext 'Please wait while $SOFTNAME is installed...')" if [ "$allowKill" = "true" ] then POL_SetupWindow_wait_button "$message" "$TITLE" "$(eval_gettext 'Install is done')" "wineserver -k" "$(eval_gettext 'Be careful! This will kill install process. If it is not finished, you will have to reinstall $SOFTNAME')" else POL_SetupWindow_wait "$message" "$TITLE" fi wineserver -w || POL_SetupWindow_message "$(eval_gettext 'Press next only when the installation process is finished')" "$TITLE" [ "$forceInput" = "true" ] && POL_SetupWindow_message "$(eval_gettext 'Press next only when the installation process is finished')" "$TITLE" } POL_Wine_reboot () { # Simulate windows reboot POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait while $APPLICATION_TITLE is simulating a reboot')" "$TITLE" POL_Wine wineboot } POL_Wine_GetPrefixFromPath () { # Return wineprefix from path # Usage POL_Wine_GetPrefixFromPath [Exe file] local p="$1" p="${p#*/wineprefix/}" p="${p%%/*}" echo "$p" } POL_Wine_GetBaseName() { perl -e '$release=$ARGV[0]; $release =~ s/^([0-9]+\.[0-9]+(\.[0-9]+)?(-rc[0-9]+)?)-?.*$/$1/; print "$release\n"' "$1" } POL_Wine_GetPatchName() { perl -e '$release=$ARGV[0]; $release =~ s/^[0-9]+\.[0-9]+(\.[0-9]+)?(-rc[0-9]+)?-?//; print "$release\n"' "$1" } POL_Lnk_Read() { drive_c_found="false" export ANSWER_PATH="" export ANSWER_PREFIX="" export ANSWER_NAME="$1" ANSWER_NAME="${ANSWER_NAME/.lnk/}" while read line; do if [ "$drive_c_found" = "true" ]; then if [ "${line:1:1}" = ":" ]; then break fi if [ "$ANSWER_PATH" = "" ]; then ANSWER_PATH="$line" else ANSWER_PATH="$ANSWER_PATH/$line" fi fi if [ "$line" = "drive_c" ]; then drive_c_found="true" ANSWER_PREFIX="$lastline" fi lastline="$line" done < <(strings "$1") } POL_Wine_exename() { EXENAME="$1" while [ "$1" ]; do [ "$(grep '.exe' <<< "$1")" ] && echo "$1" && return 0 shift done echo "$EXENAME" return 0 } POL_Wine_CommonName() { cname="$(POL_Wine_exename "$@")" [ "$cname" = "winecfg" ] && cname="Configure wine" [ "$cname" = "regedit" ] && cname="Registry Editor" [ "$cname" = "wineboot" ] && cname="Virtual drive creation" echo "$cname" } POL_Wine_EnableOSXNativeDock() { if [ "$POL_OS" = "Mac" -a "$(POL_Config_Read "OSX_NATIVE_MODE")" = "TRUE" ]; then export FORCE_OSX_DOCK="TRUE" fi } playonlinux/playonlinux000077500000000000000000000106231226051336100157510ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ####### ############ ################## ######################## ###### ########################## ############# ########################### ############### ########################## ################# ########################## ################## ######################### ################### ####################### ###################### ##################### ######################## ################# ######################### ########### ###### ########################### ###### ############# ############################## ###################### ########################## ############################# ################## ## ########################## ########### ######## ######################## ############## ###################### #################### #################### ####################### ################## ######################### ################ ########################### ############### ########################### ############## ########################### ############ ########################## ####### ###################### ############# ######### #Variables die() ## PHP function copy { echo "$@" exit } export WorkingDirectory="$PWD" # Take absolute path this script resides in POLDIR="$(dirname "$0")" cd "$POLDIR" POLDIR="$PWD" if [ "$1" = "--version" ]; then cd "$POLDIR" version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")" die "PlayOnLinux $version" fi [ "$(uname -s)" = "Linux" ] || die "This script must be run on a linux system" export POL_PYTHON="" export POL_OS="Linux" export UBUNTU_MENUPROXY=0 export MACHTYPE [ "$PLAYONLINUX" = "" ] || die "You are already in a PlayOnLinux environment" source "$POLDIR/bash/find_python" if [ "$1" = "--run" ]; then cd "$POLDIR" shift NAME="$1" shift FILENAME="$1" if [ "$FILENAME" -a ! "${FILENAME::1}" = "/" ]; then FILENAME="$WorkingDirectory/$FILENAME" fi if [ -e "$FILENAME" ]; then ## Trying to open a file exec ./playonlinux-bash "$POLDIR/bash/document_reader" "$NAME" "$FILENAME" else # SetDebugState(game, False) # export WINEDEBUG= found and is not WINEDEBUG="-all"? if grep '^export WINEDEBUG=' "$HOME/.PlayOnLinux/shortcuts/$NAME"|grep -qv 'WINEDEBUG="-all"'; then cp "$HOME/.PlayOnLinux/shortcuts/$NAME" "$POL_USER_ROOT/tmp/debug_$NAME" && \ sed -e 's/^export WINEDEBUG="\(.*\)"/export WINEDEBUG="-all"/' "$POL_USER_ROOT/tmp/debug_$NAME" > "$HOME/.PlayOnLinux/shortcuts/$NAME" fi exec ./playonlinux-bash "$HOME/.PlayOnLinux/shortcuts/$NAME" "$@" fi else cd "$POLDIR/python" while [ "$POL_PYTHON" != "none" ]; do "$POL_PYTHON" mainwindow.py "$@" exitcode=$? [ $exitcode -eq 0 -o $exitcode -eq 63 ] && break # Do we really want this fallback algorithm? search_python done fi [ $exitcode -eq 63 ] && exec "$POLDIR/playonlinux" exit $exitcodeplayonlinux/playonlinux-bash000077500000000000000000000024611226051336100166650ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$(uname -s)" = "Darwin" ] && export POL_OS="Mac" [ "$(uname -s)" = "Linux" ] && export POL_OS="Linux" export SILENT="TRUE" SCRIPTNAME="$1" shift if [ "$SCRIPTNAME" = "" ] then echo "Usage : playonlinux-bash [script]" exit fi if [ "$PLAYONLINUX" = "" ] then export WorkingDirectory="$PWD" CURDIR=`dirname "$0"` cd "$CURDIR" CURDIR="$(pwd)" export MACHTYPE cd "$WorkingDirectory" source "$CURDIR/bash/find_python" "$POL_PYTHON" "$CURDIR/python/wrapper.py" "$SCRIPTNAME" "$@" else bash "$SCRIPTNAME" "$@" fi playonlinux/playonlinux-pkg000077500000000000000000000023001226051336100165210ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$(uname -s)" = "Darwin" ] && export POL_OS="Mac" [ "$(uname -s)" = "Linux" ] && export POL_OS="Linux" export SILENT="TRUE" if [ "$PLAYONLINUX" = "" ] then export WorkingDirectory="$PWD" CURDIR=`dirname "$0"` cd "$CURDIR" CURDIR="$(pwd)" export MACHTYPE cd "$WorkingDirectory" python "$CURDIR/python/wrapper.py" "$CURDIR/bash/$(basename "$0")" "$@" else bash "$PLAYONLINUX/bash/$(basename "$0")" "$@" fi playonlinux/playonlinux-shell000077500000000000000000000023001226051336100170470ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$(uname -s)" = "Darwin" ] && export POL_OS="Mac" [ "$(uname -s)" = "Linux" ] && export POL_OS="Linux" export SILENT="TRUE" if [ "$PLAYONLINUX" = "" ] then export WorkingDirectory="$PWD" CURDIR=`dirname "$0"` cd "$CURDIR" CURDIR="$(pwd)" export MACHTYPE cd "$WorkingDirectory" python "$CURDIR/python/wrapper.py" "$CURDIR/bash/$(basename "$0")" "$@" else bash "$PLAYONLINUX/bash/$(basename "$0")" "$@" fi playonlinux/playonlinux-url_handler000077500000000000000000000023001226051336100202370ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2011 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ "$(uname -s)" = "Darwin" ] && export POL_OS="Mac" [ "$(uname -s)" = "Linux" ] && export POL_OS="Linux" export SILENT="TRUE" if [ "$PLAYONLINUX" = "" ] then export WorkingDirectory="$PWD" CURDIR=`dirname "$0"` cd "$CURDIR" CURDIR="$(pwd)" export MACHTYPE cd "$WorkingDirectory" python "$CURDIR/python/wrapper.py" "$CURDIR/bash/$(basename "$0")" "$@" else bash "$PLAYONLINUX/bash/$(basename "$0")" "$@" fi playonlinux/playonmac000077500000000000000000000026741226051336100153610ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #Variables die() ## PHP function copy { echo "$@" exit } [ "$(uname -s)" = "Darwin" ] || die "This script must be run on a Darwin system" if [ "$1" == "--version" ] then cd "$(dirname "$0")" version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")" die "PlayOnMac $version" fi export PYTHON="python" export POL_OS="Mac" [ "$PLAYONLINUX" = "" ] || die "You are already in a PlayOnMac environment" if [ ! "$(which $PYTHON)" ] then echo "Please install $PYTHON before trying to run PlayOnMac" fi cd "$(dirname "$0")/../../MacOS" || die "Unable to find Mac OS PlayOnMac .app environment" ./playonmac exit $? playonlinux/plugins/000077500000000000000000000000001226051336100151205ustar00rootroot00000000000000playonlinux/plugins/Capture_2.4.3.pol000066400000000000000000033276071226051336100200050ustar00rootroot00000000000000O |]U0~HK!ryE &ͫiR oo==<FsGяLߠ8)T,R{>ܤ7jn{:گct<;l&Y!{41e:3gƺxd]$HF]Lׯ~mظ^v񷾱^khhnM Z}cCSc/@ZF׵Lfӈ7i[WSB qC8 fLc=uI #v,{3p6ib 'fG1k& #dԴTSCzԴ9z8ճQ[ is8fɔmFD]b&کL*=U~1ļ5]nHP+4}7BjOCtوEY5O5p6j)mM}m&&͆[. e}vYCaAݱcFfԴ 5P͊Z(; V׀SC'j1gp}Y3IcS9pc_̨ΐ4ފI2vf ȑeȌW3Zb9S٘%Wڂb!#ẎY5geؼK2?v @HCbV~#qL14%X 6rk'>T#3-}(xMV [m|R8O;1=+1̗bLĜz/CBЕa| `fة@oཪZOɬG J)CC|u.wR,@9bkBWg jUA-H F\P"s" a==!G% }-P~xjx߬_sFU߸iI[_. \u8X%k} t>ˎ3èy)SS "xzH_P%n.\%ZhD чPj4F8v@vaGM;|W9öA4ьi?! M,oX$ Q>ONGQ"$ 'y'TU !d8A%PDCN @6ĠG.rGCvc=:J(Q&YrU͓bK[&CaAjM r+Q L"gb>*B !!b5=5"o{D; 5r\49 ֦L c!NʑэeQROy2bdSi0ZP\֭cnPF,w3MY`6sZÀh1JgaCvUWW#摔|nކPQ aSVX m66VU_iTf?MOCS\?+pE7 M'X hYBH( aXL( 0EBG?JKjѯ314RAfN%a 9E"E9枲4RvЇSPU8 PI$O CTG@lA3`TYM&ɀ DC3I -*G14+9uzӎs  :X:B!' ^EUt3ҽ< 1+j@XjTON 6mT' qRN&ku藀JZ@G0 ɟBZg*AܑO%Ix68ۅĨ0/942(ƄAY4vA.ɲ(6<|X%â1mf (B nL׮[{vFo>Ә)an}ݦZl|Rc͑ڪ6$D'A ODLaki]QK) p12 ÕQ3=^ItˢIG u6 qg+hӌ8 3&30`Le$^,b bl 0'a:IP .`d" 4Paۓj`8ZMppw` aA|NZcaxjϠcm]$4<(EoH8 |E n :ڷ9y~ô]fo(+&Ri$? cJ0]UVCqϟ2P^yQ,Hp:F9tV^iq4i f4e{C3θVX r|Kė9n#@u6oM*z`$-RtaN0 M'Ac@.rGJ MWՈX!+Bvuׄ3v:кgZ-x,z]9ܾ+8..ɏXlUJq؎||={{yz)r* g1f]&P-,4MJȦ <<ٝ;8,'SKՏ1hˊ[&$S>oWcE:־;rDmVC3~sWjT#%'zNGM=j f}$wlE7Ͻ?Exh{j$GbQouE*XN*ujMN)Mq0O#3iXNJLM&}pܦyY-LflIID0j%R!r=y`\Rľ{s.OV@ln|wZ:JWt(Y4%)m [c>؋{/%,KDHWX+B0R) N0‚5ba2՞*:;(Hl)BO1BhDdc֮P[ϮJ/ 뎘OC #=B};:TT^X:=.)~sj-!c#\ ܰ;3( ցn?Bt aKUff@I{@w۵=7(mdT*N3fQaz1 $hEcC7;;Z0lV>`C8EvH,J7 YRy2lX>Ŀ-ؗ? 6bs ,7ni^gQ~}64# ^}./;_Eu6b|&i4n #q9!@>I1(9&s>bM[Dơŝ1XgؒĢ0mL[_M@q`֎v^su;C;[{Bo@ٺYa4iuL 1 I|ݽ!e7Nɘ[uK@}/z[0Zff#apVmz*%4`:T:'ڻz* Hl@w?I릱T79Υ!r<n5}LIA c@Z.U&|n4fRج UX|G[j֤-NVl  |ϔy̔N'A@~ݏdUP^%˚9 \@v]*'"o&I6fˏǡy^X^4޸=? ̪GA*2D'۞݅͝eύȞ6Q)/P`^X[#A"gs`3L1H~oXtBܕ(yx} L(hn/onr,`%̢y0B&s- o(q/O_, j{Vg`pMփ;bwKG7:(gӹ\TzG4B"i+p%>9Y6lT6l\:(?gc'9Ot8m5ٸXZltJ]/Z&{:$@?7Òe.42L|w]$ xj3RHv=s! m>:VQE§Pci@h2-!gzPYˌxH H$K-N,ɡpPs 9IT*ᤙƽN (⋄ 3 -ڔrIv&SMwng2£[a&iel_W:YNqD +i_q,4aN('#H n5Ϛ;cΙas',g7™5˛FaBؚ܃@ `_!R1Y~iˈ$\iIy KQ NPS=S[v{ Ln~hD^B._M |5,(?-pxPR|n9 ut;P$B_ %(L.?ME@ȇ2{\9Ȉ^_EF,L߭$+)] SqBCGPcUpiȻr :73ZX3"]mWĖkɜbW^#r4&v$EDvl\Uo]d'yAx>]%AaV2a{ǎ<(>,,-?ʀ%9gd>{U09onS! d-`Ώo% #9E^VhP:y. Pa`@{yRKV x g1hɓsìs -˂JW$_1+QiXE:j 4ʚ-VMu'npO'w;|⑖aqwMSaXBݬPRP׾q.{6_7iN]?q?+p z*k7 ji^RqN_Ay+rLpp%U\)8 @B_ؔ.91;Į=,N,kt_E1M04!s8ˌps\VK9d qƗ,kAl΢pD;Z>W2)GP7Fƛͭj1X_1r3GbF8_vA54i1A o\uRp|\!,,tΟT4wMsh5%m؆Ŷt*.k{ N-oTC|*mЀRYc\hin_!kvsJh !7)XGm܆my eGe1t̤\95IW^eL,+2GxQо$`u]z9^y@W[qأ>W7Y|뛖Evcdh&JWq̪(ʉ( ^"ڈ-BYhQi>V*5#Uz}]Uyb!7UK*J̥!M^(eZA;HSzZ>p3W1T\ul!UY7ί@Lo~Ь5\_!L-WIk~; պEd(AetK#%lu c[nּ.+,7*S:l(tC-ПF2fچlt{2*=/0ՖEC])Xg;b2F&KP+ѠTHf?USRy(!Ա ߜFecd߹о,ӟ&܅eՓjB 0gjq6 wt:X,P!. \g7.2i~d:YNu$4z.˳BvAF@JH9lv,l05hhbwJbXLMU@^9>ȭaz{$:\Gb^j%e#E?2]Џd +I*& bɨ4j?TT fmlo4r*xfmhFمp5(,WZ$pdCrZ;wA<&%עdq]S#P̿\{Ѹ<8g( pD,kQI˳;Rk~co, ZY[% ^aQ ĸ|.!}9h ]+ qxqWܫB荫BU!Y3rByk!Qsî_\?c]mh@֤RMB' +`İH_6N|:RAwtoeDOQUrq/X U<֗QƳ F߆c0HtF2 JRxLǠaCe%1%xj9XlSW")b"MJbaBP@F/J\~2KN%Y0d\_D5"YsxSgv8 A"Li]aRuNP$ΠHȼa5}f=B paUl™Yf znHzYD~xfi e!PTq`ơpz(rx@-rGfYO,L=N3 o<2,7_:(`@HNt!t%~ $4HBaUmm}C^/`8_{DAcO%poZNóxֿ ?fKGH G;EdL!>14ۿ " 4QHرKKĉX)9ȘY`&jXMoGJ3ghޞMr'fӸ+0ZJ,\wJЍ'< LJV@'Ee)^NjH7vG$D{vuz+RtO`aLh67t+*r/$.5^o59Hy6+)"8LavNE*QL @I-ٷ_,qjgDN?A$׶gGwz![#K^ OI݊re$<IxU^ ETYr*1FpC)T:g OÎxQCd(=D",`GW$ק2z a` A0. Fw΋ ,*AҪ\]p0* Bu)oCv0aڲy7c)b/<)H0/ wC,8^N)i_8GGUyddHyQ:j5i9OB9s 8tPg8ĥi[n69fZ$3u(e:JZAvcw_R?Gb0qӸ #mۑX5P #;RSgNQيvf 'L,đ<^ g68 BG.ľ-QMp4b8 jβS]f)^ 9XSDiCanonm%9z*hPmR qh,756(/.O5sf^8&ҁځ`buց]>Πz,' C^T掷7h&cvٗG:9+o`2x&MEa^0kzNT+)2KGBGps |k3 V m2`fwÆPOscsFy>L7g?w+AUy ǻwwth_PE:H`q宠Z|vcsM1.30l@ S/rL5 d8N&5_E|=D0{,2"BXܥ_D XN .Q=IK{Z*Zo=I-K"HEf\BkW6^D먪X Dn#1h)S:P.3yq]2%KS鹢/&Yf݋Okqww̝o{fc%t򶘵Goа^Vt=):c BdF9h. /D:ܕ0K GM, Q 3N< ,졗׹E<¡X*5{fkܰ^k)Es \Lr: ھkZ(cA3|񺰕&qspf04gD>ϡ5V:`Ӥ-.)R,CLtW SP?t(M)+Cb"hn$#mKƓX&Le-=ϙDCC^-p$ZBp3T,59B^UYI$6X25G\,D\E5r)5@! Û;nh: nA`~kvC섪<%ldZ*.E5wVEN* O%ou9o6lo\(A};aOr,{|q?h"𕉘e_+óO^aޠŝnPgO}n-$r\/^j ޝ+#fDkSbVB^+| D;K,\'XL>e^țzsΌ)P+lOh>xc Sf?q~Yح*ܝ3*Q&9_D`h՛B1ڸU<2<9)YdP8>_??.//ԴvdW@_ =_%~oCú^:wKdV@HP^ (i*S1eJ| $E ʰD=)27P8uŢ@FU)Eg7Üq6w`"X<ݶKA3Ό҃)XHv FG̡F-mڣSZ9D-*'9ƹ+H6nj԰3d/i3xܫXX4@<ȂòeS~8"<[ߒp4ģf$ʺ0lǪFW>R}ԈǕ4ȼnc~nGDC.~_lI*rew)j✿{ÞRs;Mڰ 0 Dv6&O1Y U85IAdD1]y5{*U#yCè< g&Ѽč!429+Eh3s\DsW|鿹QQ!OkL07тt?3"6;LMDBuvҐ[]XxĀ'ct2Oz|VUI/Ղ\ (c_KXj9BiV MA84*%2$ib)|uH|pA"%kRq#pw~!"dz#͉TW7{o`U^jBP|bA:TFP'5aM·m.)a!L/r ͸2$|t rJLk;CZWOPc]C]~uޚ2zJIao@N+%nwsς|4u:<5g$"J ם֥r~ÿ6sP-/cya" _]ULbjv fA(Y( L*G^..`]!%B: V yEע ԣ w3 nB݊.- ݎ.]pzх] c>tAߏ.5QtaL ]?=qlyrnt/LY" އD?JD?j% FbAO0:O#D?zq?E aVN_uKafo V#SHdY̗;!G+Տ=K6i'LRwN`g3_K&=7=q:~G_ySϞo+O>2qt7=8uI僇u~hw>pOW?^ޖǿ~'n;fy'V.eĞ'L-{pھ\ ?Q`ޞ[LM#cTedֆ#vMCco3)>] '^YfLRbol\5=q@ >=)V$ZlK(Q8Zu#;=G!8b&>->weݓ{'me%v٧L@=A}F gR7={ xBL\+G!D=/v]S6ЫvsÑC.Ϙ8z{V>շ+"ӽ~f~l&xs_C/#[Ϲ*Q_!j>'&Ɛ>V>m@C#öMT79C 0?/#mcm+KHX}c[Q-P3?y KP wP6A5u7 yzu>@rVkAd>Կ§:ʝ1g@9bś [Aį\;eL*^XCwϼ(dK__*sx7qfڅLX=|NhH<^ 1.8z4~Řޞf{|l9#D GÐsJ._ny=PTco~L+LAl(̃/")89lK&mꖽSS׬H~ZyQe[6y埙CצXE]FMqo'YN~4MeԶ>&O@ZvҎ7 `WزBu8Vq_S;bS60vrTq^9g9C ` ꛱rjxyu0@ (t*c=`҃[7gc1IL!_AfG칿WVm~bUt÷p0 bSR}*ʖ :\lz`/u?S,ЈƀlI`g˸Pr&O l؇ߢ61tO^i}Q| P+=)R8~Pct } d+Ǧ:îELW>1ݻ{r*Eo_-I $:yl)OZ ^4x(^eh%1y"XP ~9"u[x.;>? I!oU>~.|Wyٔ]P(WrZ/N¥4&OBG2 uS 84?IRC[ӃM{@Ak}kPy:ޞϱZعk̏ `oGW OjYɪs 0fw|#G_,.~%Tˣb&8D/x=ǰ{ʔ=CYu,|ɩo؞*=.Pû z[``5==zh3V3uw gΚBmyӞv ~d$gq%-A6Ar 'uMByucF rtz#7%bh3⎱؟'{Gǐ'ɋ<398Qq`(_#}̾oʦ)(76q4?YUzo(C(鏮 :9N(b}qw\n>;y ěh ly348u+_:3l IyO08UU>sWO-ھ2x)A\e+]nb_-gŔ!jf xZgG*+qnÃZ̻U*xx?s/믖+{?wU?G=]vuZ ^'x 7>ϐb9wO>ajRcgПSq Gey|0Qwx9v~[Hw2c&_ zA11q#g[dc|#3Arv _;tG ƧQJ;qҤ&Ix=PACI~c/d03PGD|i*{z~GO:jc@Tv-+8]/eϦ_ԎhM~}*n+T|呉_^:9bv쉊;Eӆ O~}50Jb+/}j:{gNj<,~>{@>OO xgbw' fO>67SouƖqm6<>(Oj7 'd4 ?N6?Z,X+/|LM@۞x}Wϗ|dLȾ(MuCv=}?MHFAؚ1-<& VFƺƜֶlɚM:|&kPYxUkK|&KR߈5RjcxfVӝW<'"j57GU!oA y"eV`Yn4<<ի|Zv'}Nz6M0tkѱä]?yGoGW~н5+N`l!\a# t*:X\rsVree,a{pUm/;猝wt[-~Ko[-~K? .Pes-辍븻xZ)K<óNx3#Fl2p%::VgcheRtΈ13-X4BZ]Ne,Ȏ9d(pŒ@v)Y:CFҞK= F?~tήa]C%8^ 2>3?η:ϑRuKcmF/:^cgLw4>$DxָöЁm*!öl)4}|䓂"I9=OxsP v5n8qR8k$ pHmk٣-;,leF w:l iX(w>)SK'Nr?*YR89R8 q?$OO% )\ vM{F '\ص.buUsr%oдO/跚{P|tY)0¶`+;0"r"80K ^B2xYĻ_-`fi>&rO80kiX|/:0uo&ẃ/Er*^8R¯{_ W%W s-Ϗջ ="\HFWqzJVpY'U_( [OJz_Q`<4ִwce+" l[U`Kp\NM{_!(uk4s<v7bC\YoaO/K-Yf<#|a]yDZb/_xZև#|.W=h"f+>M[*72"ӻ\Ӿb ڏ2-#} {)MóM(~lRC^V?z̔z\굯k]k$ߪVO)e^{&(_^~/g/Tw*pV^+w%ߝoڋyR^{1(ڟqH4'L==gzxLLo~>Ӌsמͧ3ewؖhP[PO~4j@״I@4i0pvL$7l#ZACC'Eĸȧcg;Eوw7TG#WK̐.^2 , ۄe -ճk[kOhWgP붞25GfEtϸ`"慪Ya/&(K% V* 'qC㉓5 I# P 6 Uh&WVUJ} ~_TR>?R=GS_g+߬g-R81%*%+>T_J~Sߣ YXd>!TٍIP1#ĝ屒ѐcݙvČhhtZ I2Mpƅx^%EѥI #턶/ OJ: K,G0Ax4FCt_%L=I*'a {I#+ngD^8 -jXP9I3 fXno@x!1k~k.,|7$Q v1r Lip^ur xE!{wmkjnH\ 63ޔF8ӆ @è# HET8,Mٕc)FD8ͮ1nذwy!En;3 m{ 2"'>~KA+cZp\wOskK%i3$q#92Ě.nS BHu/eNe bi@n1//DXmxotkdvV :۰i{wA QSTYdc^*ޝvxXRkqm Ch45zub5ٱܝw ;Kt?db0,侑p2b%l] uBL08{DnH_WQGbǻOP!ɸCEՍ=W9z97z| [l2`#{- >_]x!_ntEڳ5T_>iv )Y&>.,,=b2ͻO˔x"RL)2)ث].a!~s 5qFv\K,ʽwo,޽qrRekgWwR~ 4L[?>~7G r9t tA8.N(i~7G͑wsi~7o5ԋwtTivGG}ќfwtlJ;:-ivGG{͑wsi~7G͑wsެi4o;:ivGG:쎎1t/մvM ]P>;4Cnp5v'.(G M*M$cit53ր~.$Gt肮uuv[4B& ۨiAIG8tCAӞF7F(gtPnҴх WjoŅ gmGtrtm(tGׂG]P@ .(LA :V-P׌Gw;?е 5P^ n?;q+Gt(+Gt4P@k`^^(tG(toGw]PB&(t܍n]hF7 ?(tPPA;;fenTTg.ܸtw1'?f~oCO0{-/A >L#IG^?NMa?I!?MpP#{%T|??a#T"(?_G^oR?BO*ǩ~OO?OTD?3TD?ǩ~OPHO ?Oo~(c3D?h-v'6 kє[ %cOEKD=B0V!|`,؅K%M0VA>v`u7V!j6!&U%^q>֋p Xub{'#U)CxƪCk>DU-A~cՋEcwcU}'8D?X5c-`?BU78OA" >DO|?OWS"GGwQ#|/GnG0GG8MgOTy*[zL台N*W|aS#|jTD+ |{[({:^ eVĻOioawN<ߚ k&[W5[wpij%^[6oOڧOdе]B0]Wg:F'$9u~*nRۭh+&mf f?c<~xG&P$"|"*尕[o ta27-W־#nwjױY/E;eɞʞMUivӛnEZJWolf*xkx) N< Yl>Xb}ry'T5,++2RGIxl@T@jixg:!1'T"z.0]{xSUOPVNĊcXҴw P?5QYӜ|βtoCG#tZmO= !j.Wے#4> N0_c.rc@M*@LQVX9FjOc$[e+Ieh}T!b>6U.Gb8sTIO_2͛j"s};XLa5jce-KGB'L`sɹ͏e+V@D>J N3c#Nnj{ilQ}b7V7.6əc F[q;=~pvk/?%zy2z2fN: 5ΠФ8Z>z3N2Rü҃=h#ƿ!hmϴ_ ~OOLxZb"7NP_"[1{/ȪV;.  qlr}uhu(|xo냈lxtrN9 F5r#. 7 >Lxc} l/ܴh`,KpvaB'O= nC,%'4dI4Sxםؐl<|ɍl0_G;ekzg.JEh%aR>Oʙ䤜J }t~+HfPᗜK!G ֯4nbӞSG AfCwVj<*&9u;V"2J-M`pشzj;F}[#N#bqNS`U-v9HQ!AasLT,IۢP^9NWC#dȉ# 1bLy~0I$F9d*gZI,8L֓k`zUpZ8#mnu*]A&/? cq=2k )"$aߏmp F2/br8Suq=o+fVuL'! 䀸QY(.EB\\&I6DCvi"DoT:%#wNrHuI6iЄejfwoaT3.P9v,{(]0)ݢ ?JFCm)6F.i0V > "FøihɯplTIi7Fa"GBW癿O%ňKc# _G81{D ̛|Zhu2KuȔɳ lZ>x 6Z>f6ﰠ& [%LgI8wBd"v@j4#ׂnjwO:0&DѲ5@l|47QH8N>d[&>5d.*# \X /'ʺ OnW9x ;:dE~!+ʾ221}Sth<(7u*A޳ZAjeEaa%kjTLF 7Ak>H]e89CG!;T,zV<-?`V&CXtE^k\Lh^2c7|3QfS)JXSp<9; [bFR#eչ4&~J %C$k(I%K$$x$^j%{Mu(QŇ!7jTzQ.'ӹP8 ^5u rNMK)T2+n vJ0 F+!XmA9q{Ҋ8k;S[B >_[~Pi=Fy>Xy5nFPnzZtWG5v@Ё@D<3T=a̢u25`Pp|]Y?Y:KH^ d(!8)qb K #~7Mx1!_U#DկeAyx rnP$Z6 $_hZr4Ka-|3ctwG5a|Kh<ݤ\ ]N]a(Kz:784\ V[d?4DI]Ȕz`oc4q~sZ0p2v)4ݲp/tHoRmcRSɾWs2]wԌYS䱳q4 S1y@d<0ɄغZ})5 ox! f>E4ڳ。!\wym|Ɨa^=ZIy'˂̪S#w/x@hShsh oV&C#Ԝ0CP+ţ Du.,~rrQ ױf8" c,LCaƘL J9f:ޱr3H8X?~ tILxʊN:G*tfB ܭ%,->fN5{5 M UNg/ma6<=hN3xuxKGb\LVAO3%)d>|ҘR!+].ҍ+O9a17'th~rpW> Oat&D0ki< %rqUjکBޜZ8ƗLn }I'&ڇ!ϷөũóS6vAG`&BvAlu&#vf`=(63y2$Ջ =cS '*}jF3FtՎXVƂa\.;bM$34p Ρt^|>f8 ȳIy?Ga`vd@\ge2J"+kc1 nW0Bcme;w@3vi3D|ǑmG{x0M*PgH|͗Ѐi7gaW(}'Yd݅^QɃ"I{L@% -%OlfU4i)9 g{,忇(|%Z dy쥨 ȷGl|='ʓM1/%e iݍq#BM!M+2zĢzË^l'`q]Sٙ8tv)5]h ވ`mRqx?CO2R_xNPn{/DX 7q#"`O6!8nfn?BSkspTAQ.yR,^a~Aϳ16F}6&i4~3v[t(N-4+ (`?#bKq5ŏܴlsAvttV[jF:LxH*+`AOdlfCU)V.:?<ՙus=n2Wf="ë9u>mb&U.*'+!=]9*PZT4I _=>Fè4¿W/WVΛ?fs* _*AV;< fljjtyU E}@ǣ34?}/$!Z|B066m-N.uO|`y13߈7 c?`Wm6+~5W3y f'=$w>Kug7Y>W6ic@@j-Z r#(h,hP-P@ZڀzR`<(h,hP-P@ZڀzR`%?(h,hP-P@ZڀzRejZhP PPP/P-= 'ܻ5KJ>֞14GX4cNh XW+|yDf.9Ś9 Os Os>Oi4b|,5O?>O3N4rywY~\ג]clAy?L]l;Uz%P} [In'VgxayG >f$C50ފ <#47}[R}@񖡬keemڑ[ oDŽfҹ͔5oМ1^K%|o/JhdەaO! ^I.[7 A㉚䃇M5 =/pJ~rG#)%\NcS+ ,)( Ģx҇斎3* SSQVPO'$rCVcUFԄ })B{c1a.A{Mc&1qמTuL;y fLKJD28A 'J={*++Je0r.aJ'>%|0p9m%9+F MPI8dgZ$sEae&]0a 9YQcó1UsHf)U(bK$؄@,_6q&I0lAJg[CTg\yɡ-I|ALP!) ,>KtSs94}%ؗ\@`lJE3%I*1ÜDW.YhQGI4}y +ؤi sZ;#mpKsRYiCLMuin ꜲѾ{egJxc:dw._PcPMIiŰ*4V7bPiEMaa?NeiՕ_ 1zd-iox*##33sH>|*5ELTUHvwwdOMH"]LmRxs]:=Snj/[7|!] S^= q:lc[@ys?Ƴ?~tT~Jڧ;Em{k?jNyiIz ??B:6:mhÏxfІW"^fC3ٛr,W%JCx<ڮA4ʠW)8"QzM[(#ֳ Ƴq`q^Tz , ~׃vI!X&|m5Wid1Żi*- t|܂ Br# #>fG"V{*X6$NxSIo00a&0YyXY}s ^n # mqϤKYϯύ/ұVk7B+:aV(#"Jm4F|q80uFl0P-z͹C83q^qly^7#ṯ?vO>O]3oO^x7/9gwۿuw|-oM\'NyDĤS]}g w]/O^?^yG[?:Ip'i]qZE-O.Q9")+ŧL"!.G'w Q .~EسYo*DJmoohK/-;D}E{ FxQSB \=Q_1Q$?)sho"Oh{=D}DULQ׋* S\';*p7aBF/ {E~8~hσ?EyO-)׫S.~G$"OPOKD٢MwVǢD^)Q/I'oP.~MCD{~*E}6?:"B+ߓ=?' пCW=]O'+|dN8ȿo, l) 0ӿߋ3fȾ͗7wHӭQ~Ӗ kQ{vprHyRoᾡjL576>7 :m[,cN 0xxF7>z㛭g~-YeR,P~;nOpLDss̸aHUAyX>+ҾOFVu۠rgB!PZ Q\Q)r(RTE*C~tVzK ųݨ:Jt +cVhR.u { [!ʘ_bu:t'nak"!^%ǁ/X[qĚ4ǿ2☮st4nT(]/jo(t k ǏQ{`+}hqb~-B_qXSeV#'gZQĬ^BvbU*^P"'y ]ѼbZ!cK)!M(,o&̛hRUDu,AEʰnOeHo?N2X]_PN3sùDiU5s1uR&pL3dn9^x!DmtcY]i~,*Z'Bqz(nj8I/Ie ՗D݉v\\}pu)h `$n "9 jP;bd^Hrb$A}Őt*H_;12SfBQj d_n$ Uj2$ݬO<_l~tI_yR9+TB˔ +@S?B^T-dRw@={7ZyR!*u/U=jBVjvB^Czr(ݷC)@ҔI䍐Õ:9BÐJ 9R&QJQ1JK y=ϐ(dR'!'(uV''!'!!!!!g!g!o"Cf!g!g!o&C!C%C=y$O\@{lHGy+2yr1r r)r2G'C! Eb?d #C!W!!?d9YI !o'CV!4C֐!W!W!kkCUnr7"][niK!$go?ZcDf92ڌYCvkc CZw1FtK60FE1<,Wh 3FdCnPopKZP!tƈzˁS(0FC_ĴE{} ^Uy~X% U{[~Xmg)l?cv4o4F1f$5t(Ofe8Nwgh3iIo`??pw1x;N?p'aO3x78?p:}Tƍa?piWl?&?g|3>g7~~- ?ϸ33>gfJg^N_-ٴ63M&/1\] q`Z3P70\Cf<8 x9c o:x7811<8d0b}gg/n`cy[~ƈx~l?B]l?c Mo83P#Ml?c ](d^3ϸ3^ggx~ &oebv?p:OÌd/gg7~~-~7V=e1R\fzLػ#}6֟HK(ec=gu[oOƶU^Ƅ ~=41c۪J=O?%6Wo\tl 7x遍Ww`Xa-ϵ5]` 7|io=}wc^8~=4*ٿUӨL6*'UJQeTz;JQYUnJ¨<[%*Zr+ʹP9Ϩl>h&QKqTVyҨ{VI~FeQr{2)%?ѲQYV. jUCҫYV9R ǁn<ٙ7oi{5R-Qެ+ji|q(4KݨBv֘ii[T#eY?j{CYҨjd4QUWgD'Q)F# b!*JT@SkYj35T{6QVZEDaP -A@ IN& "sνSy9sq#  M-M4 X"!K B@/|| !>@0 =uF&KtҪB:k>)[ k``VXhb1 Qw? %.JusYΗ/.1iI~l kW,蕲z%Yع Ţ JdwF"&.8tQé!'b5-.ʚUՃ#gc3b~@e=` !oD֙ YHm/FT9KQFG:2X@íaU2Tr"FBcXKԸx95BR):R$FI)v&gL)/)/%)A#ܨ37oV?y"o ]5ϾJ*YԎukMXJ_׻ۖ9 ES:>|Q0,J+w/P+҄Ep:rmAݩ3{p}p%ֱU Dұ00֪/*b>Aikeꁇ@Z!Bs&q/Izы_+{ SHކS$WfH{ ҮIzqO [ڳ|XHjIv:ς_ 7;X: Z6t@ ~u?=up}Npg ?NI.&A&u(p#Vk< J2*ĺ<\ϋ*"̀ovЋij+4קl,LR8?Fϯʙfd;^ &oNTKpvCV2|x#>AxvRi]u \e6ƅNYsΔz+cR{w؅`^V:!χ`/_<ľo 0Lu09tp+#56WޓS 6w4ڃB27jĆF4bA#5B^O8K7mp3oPG*z_+[=Y!ݢ"%#!|v=|XE%}? ׁ/Au)rQa[1,l7 }N*.`[L {z7y,nXlHaF(׷<)V,on {L8N 5 hKs] ˥Wt ^֘ 0-.3$A n,m;mT7 25*1f/W/ʕv q '.&9Tߊe@3%}+zLCGme|rh@""^/66|Ί?/C`iʗ[$Qb)+>TBi51BP` FZFyLd]uvN>Ҵ.iҢOhoٺnӌY1N ^s}.>$6CM%`2SB%d`sQ2$ԌX3{"'1A@,;9t}I c0B-ȯ2ljW$i^kh]I !gRMn1 ~f~(osi#CDXP(O |A|w> pnŗ𯨾lOAQ PFAI|#S ~1kuۺ6+$}-?H%Ŕ3RE\nm °bl՘j5epL*/kǀf&4woٿgФpZ$k?J@9va :,(=A  `;WcP_ UwG3(ԭBԼ$%1?**#?+f u5vP\}7vƔGDKKLhDf(ImsQQ}V|GH#tr\՟BNLhíKr4v~4bD<;y:i2:!4KGWS!ѭ:Bɕ?ڮ4@ظtk [픃lnTJyaZDɿe4mmig -sbBɿR?hVxZj0d/ͭia*ӹ[f BI,:'D2W#E,e/l>~~o&k(qݐWȤ4=_sb6_v,2s}2ִũٗ^;s:y,hQ-@ ]dˇI-sG\:ho"c檡P@u(\x[ljЙfr-cjH醴\s" [CFt{.zo4\DKC m-'ޢy聼nbпi%o7%`\T*yz]B7__EF`%~ oǩ{b" #xd!ˇ%]:,fsg?1~S'9V`˺":AFjj@HWc2e'ADCI?+м(8 w$Dn BkkƼLȻ )S5p ]oʴ4ē1# 3fbH~kyZEPp뎸؅ m!??.' w&EߚX5P /Scق;Sv,J Uro<[=W;{-;,ߊnP};;ϿL~;S\4D|1:^N·Lc)|^D߹B*!PސWvA5xke'%Eao &lf; hpL1`<~5BgilF/TC 'yH깔`lQNzB= 7ߐu#d<3 ~ֺ2qktY2P寁lT:Xd;d'=`Kl ]H&Ķݖ#(9>_a|%:pxᘎ8hќ5K ieLÅ yRB6-TuY;`XnɧSN l$E̤DU󔆟|uo!ypݴ5qG睧T|֫n&l<ʯ#^r̘]jW`Z54{ў1tcMڂ;:hObF_H2iOI^+ >OՈy)Ekl̩@N gJf&o;]t=T‡r13xG(^)ڞ5!| -E4|- l9}QX2,ثVyX69`kltԇb #b C'c 6 [)" )֏mQjDLWt_b;i;}붯a]}D$輍ƚbW{:l?\q"PZ^c^ٻ訪; CG=HDlB~ILB>&3o!̛PEt9uEG9TQ==m٭fqqA\J|_{L'z<mEhv_%P~d~9}P¿)>> }Qay*\7aT6 &#/;-gG=&6~bs6?y7 }z_T>8?g34ro O,=|"]F5g|l˙XF|ǧ~w??=9g'3}g?3&U_H_vOY.{X7^.~= gE.?I!@~hOi|sS332o{_~sH{)U=cG#^xjC䁉wb5m9X:(rp"iOZ\M87á=gr?_ )V1iކOsDORWl0yIbw dgyhQeoUu}ON91ǿKzKǝΆ?z?xZ|M>$\l)9Hnr}~{|Ɩ}{Kju>dq>}=瑽([d4!QxTA^[r {-w^rJ󢟣wy}Ӹzz0|=w7o{jƫhsn;l`H! -{~h;rds'uXu܆Фc?YãNxgA]ڻ>.Z~kK췦쫲g3.'=8m"}Yg!]"\߳vl"l~W͊:@8e:M+x,ϯ|BO|<ϐgV Og )UHh%O$w}=E@]2IiG?ӯu'XЯs?uJz.CZ^IOuMO82= luA;@AAQJ.-ՂAQP/h#hh7h4: LGzLBP-6vv@!)P -ՂAQP/h#hh7h4: "=h&h!zAA;@AAQ`&҃fjA(4 N f!=h&h!zAA;@AAQA3A AvP   DUU](ZޑMX@y>IOq[Q8 yaX$-O&RvdoK}1zM}줤J7|&>#{@tX7|$Zd/裮I2?#D&2d'LGvd˟\n #\Dr%-g5f-MaLCyAvGG|)И'W&ޜv0 gއcGgu' X09xH N`y'7"[6;Y?`Kzaze,`\<%pG-~A/kW_%cԄwplgv˿;;W! C*aڭYimb38F͌헸$EaU V sN]ivm | {`:% r]?*/X"_W^#[O^K_UiTJlqq?p;6# bR?.)qk?0,! GJi=oJ $LK㔠IdyUw_~ Wo3ŸM$m ׌qg^ŬxgWe~KJ2~ x^::m}n!V29b#p _1zWy!Wf]<4+W}JW3v])36nOP=->["gSJH\sCn}>QcHI.!q]\}1WWgo><-!7Mqy+ #<^A+ ϒG`R>xC}>ͯXѩ]! g4 ߯5|P/i{_^ZCb>mZx7kx~M\ßv:~5\Tgix3.7h _)[Mox1p _+ߢީ}4G{F]~Ο Aë4ܥ> oX Mok/hixi6ܬwhF  x}Ä׸q->t-|^7-3d~)##Ti#˩iyնTX *ƾvK ;xU GJK`2tjsg p/#TNe3]FɄ:Mʗ>3+f7FN2ȃHgjv5 ɚgk$)[<@FF]Ch\Pc"JBUX@d!\a97)JUzoNm#+O Y.JL~_HұO1iKJz*Lt/R Up"ݝI6<7#jz}Z-w][ 4R#4KpŒgD휞  3C_ݨ\1{caUvynN<ʚ0TfwZ w8! tc ̃q-ǾP,^Pdd>y5&)M1RK j'J|!% ;QI6;: ȂbgaLYQќC/BvLk?19l,oH7 zy^; ҢhыXi7wTf=)U ;w v<(";NJ|?t[3DǤ;>*c9*XR(G*5IF9Becl߼l&=R&s)|$ h<r:^D=j~ JYiiyyr?,PYGT%`кd9YGo4^+cűr`Mc>=+{+M2@؜q¹/mK#pۏ$aPnzNJN߂p|Mh2!}[3Bܭxp?~zXݛBB௻ VGd6<+J#.rtt۳^s^0{٦4zn">DY<?W90Zq.0nuC9s\î [] OUpIoV{TQY)BpC.b>\:o4!nb8rq&E; _Hѧ.|HOUB ga[=F%wI x161vG*\dĸAyY _U۽[~yϳo|Psw'tjCnCW|j²gTec$ٗ>yȻW]iʕ/nȽeLrUiwmmʣTF5Ωsɴݟ[:yUb>5p|<6ōw 7>埣Inτ?A'Y=tm5/} GFG^^h͇iV^W54Pk!Zokj>H4.հ7[ ۵cZzӥw>[u4yV۵iݵuߢoUzMÅZ~{4J_vM<-=K{~V0ꗧ=V&i&>_ki?j5<]-NZyZEßk\˿Jk^#w'i=G/_K}nK/ng [M-D+o:-#;Z{~=;"4w>bX#:}2)IB;O֌N{/q̴MsMkG}9I=QK+͵>qZ}Hsa)i<ܜiA-k񃏰Gd+O4Oިn>7>qvvbJ}it.éWJۈ>CT3v@eme6=Naيcc/FՒGJif3Zۘx2Px}x>69%w6 à%SfoO0{wҚ)h:Tq7qdI_=t DwkfͶuۊnM<0'{ v =<'Z4'.Z0Ut㐗%a՝%*%R:Tx\ī xX/l̓*|4|&-~j x}sn'Zju)^.[Þa-wI8ViN9CKfqoi^)ᠻay y+ۉNĪ` 8>М˔&lݐ7#At^솜I,hc7$g^ⅾ^I)Nexέ/?i wZ6W<\(%Z ٹN\8Iqw]wl;żγk+Im`'`hnɢ™fEz'<ǿfJz+@a*vJ⥂KI&(ۃ>#(ퟺ&R.,(%6 j@3 J^*D.(mG^.Dh{7Rǃ^)ЎBLD`BL"U|P|jjGnB,b( A!D5B, ;5h!V^+JОB^GF_ Aڛ}(=t( *PړW^/D BԂI/@ob!$"BLtt? z@al~v?h.t8??H?蝤QлHyлIIAǐAǒAiOJ{\P}  HA'A'A'AA"N%>LF5t:tt&7P:t64(t1?\?'HH4kA HIOAA".Bn|DUm? XShd[hZI'&~#Zt}],[#A5U $G+H5cX /1FjƸ4V)e D1 +D2eC1a 7aG "ZkLb d +s}?طY0G(d(c ^UH~(X3WgY~06Q5g / g,?cLFU7q:ggCbj4! KYuWdob\^x5Z?p!์72øø܏q8q58q X0e73c`Y~X,?a?bY,?&?'?ϸ3>gC3i3jf,0c`e6Rf 71 Td5ct'p)cDk3-R]q58z]1/Ƒm|`  1l-!\6Q%8^g7 gb+8L81h48#PbUGj8,R TV~ U`v+Jˣ#z,|c ]yg$GEOMaOEXfN rfMގ|:Ai.:6ԩyW_ a&4F?]!w.MA ,M YO5_?YmFsOp̗WnVRјtGe#ш}`vxDLHL&ށNp Q#O[yA3Zyleh Ajg9{y$W5(:b{q#{{3e Y~',oyb!gsS)Bp#o.TB8SC2:⒣dUKk)ΰy K/u57,~s,s+Iyn&@G'KsR0lr,3 !~tOԬU5tF?ߢ@O;yǒ@u;n`c-AEC*5'^-e| *•H3נ#Oq LuyZHXh.8xn#@]kCy?J D#1v-LCZ9\?GUC"dP2bvCƻKٌhS[yƮ8 o:n]ڴU%>ܼ$~+jHΌ5Fwk 8ʡGS&w7]m }kI#pPGN/Rha#$K,:.mb!2N.B ̕휁rIHx!CpH0臹lld_x"abC}C,6+"go"s-l;0ul F%pC'j~ۂÓ4`i"_lL_m5g4꾚SKxsjM=3~K>-O3CG C#Óyg-ێz,ڪFwaR`:H~g$_JQR=O"1Njh.hRCr66srڬI.Еf#1D.e\'f|a˖Q?gwKI,9Rqɓ?=mtTEC8,htM0AI0'%0A"!눚e_`iNauܑͪ0q@* Bkg[Uud>yu_[nU{^=KS 4d/t12(F`ϰp(P[UԴ1A28y;ȝszPai焦 3{Am\_϶lZ=adW;@@@'"DOHi!gj"Q^1,jڊs9=$D_ C'W~O85-~X?{bFF]~ЭB`!t+Y4+XbmZ| ɭ{2ѧGWo8:B&|u:}g\! ]_) . :r a|V\%bia b))!vR|CF)2hK9Sˮ]8Տ!e`" 4ҔD63izQ9 ߗ#z8/HA8*^OA_f/f9iISؗc!uFEF򆓸+fFfTٽ1 llυ "\ ՍӤi`t<.gENj!>MGd63Yf*~̾3~dN3M8#c=d`\ܫZSsIn5:bo3A-n"~lXqvOXzA>rrbڷOu4U`\<նog׭'!r 6Brzqib/e'x]9GGT C,:j=.4&@-t{:qnX''x,59N=, ː<>܅W!eG0;MnT ZU>GQlĥ*t{s7y\Yڗcݠzp}Fӭ@h>Dr^ْB企Kr<gw ۃc ?&#m_5h S8 4p.͂R_Kc١K$rzؙb.rq1[tan=f]d@a1=9gg9?l!r8> Txt ~6s?t2뿲kZ)]t H<p{{#[?o| >8#V[]7Eci˕,i!ʀv#(15ˡ=8,ҼяB)|W:pw`Gy$o(&M< ͱ=qޒ:2^3տ3[Mt5o!<=H6 ,X0#>4U:ur]\!(bg?ҿl>Bd,X>Mk9uC!۬s q-u*AV'B?Ēܜ̣9_;t bV,(-]x<,},ݞValBh 4KW+ 64Hh-4ϊS?Me~я{U(npvdI@@lfT$ XY]q" ǭn9krN8q~4V جc]d3S"vʪjg "*f ' u~KTrJsT0X+&9T%QCe~iNv|!_=Ӎ(D|j =av#3\ mmz)9B @{ЪLYm! ;bh/ͦ,жEvX22f^YuӒ1 w+SHL!;T70p+5d;9y~0]z\e328KC v$^+M!z-2w햣i+ĺ1.(t+3A3ԅ-0!^ph~ L>fgf|$ߥg!p)X^^č#B%!fFcfi3e$zr80c"K-[z9Zw}]D*WL~UI -|1w/;j1|{'%T):bm#$̰l4GPagC=k~ա=W<ӹ@O_|E>M4~|?/'E D<~m]_,|<|"zp7?Ibb֤߳͂|8>3y6 ~?>h<~D[wQo$AhқCML3~lFKFmO_AMJ@_is&~?=AG?3p&}O zhc;s'%ϕS&b3^@CbTr{g 1ޙpC l<}r>)L5Է) nJKp~|qw8_vM|,hK<zV~Maw+D+E-~oTmrn_@w,?bwM[[65;[Zmk^[ilհiQ {zsMlC}kb#]#?ߧߴwL#L:egJqJm%+omd~FqQovhMMh&r,\R@gtGf셋Kddgݳ433c >$Qge' Rmx+WIkV@-b2[o-P "dSUYLh\d;VZYN߶:gu5%lueU5+J19c bW[[Y ±v]_&*VTV>%6~ Q*9ҋ@D܅ӻby5BVYomXWnGiRGjVI+WIPjm__v[lm-tX5yKdHu5wg#|Rz^,GŋY`EyP]^б(kqF:KY'::o?hqKxCewripRPqqiVs'pi\(?gQrIFp:چut RJ\W@Jɯ,܂nfKm5Ǚl&&JNfJW8d03y=˚h`0d\oW^]]]]]]g<#/g?S1hl nH*͈f5{MwDi'Ldߴ{;8;SwM<&D|7Ġو_u4yop+ᚰ7 ;5@7t  D"I?0 `@9@V6v.Aa[ys24lhhhfXP  `` "0 `@9@V6v.Aa< 96t  D `@+@@;@@ 0@D<0`@&2r m]=qγ▮tVN[=~INE<$;8pرBXf_UtVVQY*UŊ ^x5F_(ױ:Ex줶J%\Gu5;~Ǒ>9g/ HI[ƞ\Yh I6vC!]|f>a1\O[<6v2xRD#1T)BD?_[so qX*ϱAȓt_Sϟ !A25<vD^M_ ,x:qf63GN\ˇ$J[ XL̂  #`p A)视} \ dA௅I 1}mYYpN`y% :_"8n!a`~& v2e*={^pXA[`pi5aIz[gCn-m5C0C-x~0E7YKkzM:P /Y}| gǘ_c`q2,j78q oi%Nkp\w _O#.`y_.^,Ft^K v G%M?Evs_ R^g73E(w X36X(R/ xps=Ox6lٜ򅀣˄r/,w-~F>#` 4l| x ]]N aZP_x/rnY(o* =[ \_3kgr]Ymn1շx>G(W?gr!m 2ˌvp/+\'wBy!/9`G(To _il9|.UVx/7r/A<\g{_(LB3.m#Qj_a+=:}>Gf9ؽ( 0W QgGUg~|/`'7ʏw@gE PI?D0XJӊ[P @[D Y%H[8ʖ=(.DrZiKttt4'WҐC؍ы? F4 @ty< `RX &@_~)p&u4oW:osbiRX`e>hD[UDS/>ҖhGpIz7ܠwz',Aʑ@o\s4_['Gf3PfVRV'8<bd=٪#Nkþ1VQBK-)CQ'::3!)75'J}Kxg6 \*zm>h8/'¤>9rQp#$&<%&/%RwpIMuN[EG4ږW]`<,\02}*weE=@j%Q;PM+j2s `l bH/SOsqSVAZ%P`DŸI|Rs+7\Mμ kǛ Jm)#vwLPGWcIwtѹ{ĈKnn%'] 4*? Uma;8TG^1G{If*ǩt[M&L3 /zնwDޮyҷA]YP=t!wKwí9}t 7 cˋ탉u50l~H8ռI;mZ>3֞hwOzO#k,pؓ!a^)C8K$AP38i"V(7oNh< *˻Fw$2ޕ 2m 榫Qx_)̫ ApG>N~b"Oy损;MKh7lJ# 8Y*h8x$n𢐯p3ѵ(--;q||})z^nx-]^%SYYY^QQ˗V,V'W]b!%_SΆFňZ%]c(}ޯ,-v9}h%!w)dXh<cDwͧo̫o,oHmǫ^\ïP=m6D5??O!<}k39+OyI4F{c%IlIq{3_%Xщx:]>%rck5ۓc~1Vc%$p ҥ$D=>/D"#Xn#%["].:aoh f6 ~ڌWpMpE +W(^axB.yW`$8֭?vhHs8C%rt2yo!1.ofcw}ia7`GgVE]`<ʮC^.0X%/%qd`ɌJ"j#IliIoeݔIUqg53tS&ZXFkq9 U[jDV=,%yY[,3&aעrjV[lVջGF]*&wH^[mRjh`xkO.&[} 0Qۼr y -UC;y7kk^z^fRP$+<[_0"\%vZfZ&ǧOˉ-$6`%V#-Jw~˘U-onL&%Z eY<}NAoT݄lwK|LXs }ʞ )$F{!9>aBx$FS]vOpe# S  /ekqU߃bT8Y=x'~`ڛQ,4YZTv~" TIbЈxQԑn:mfcV㪋ӎ;{EuH ˟!`KcVؾ̽V-Wנήjr[YS'UթpLthvz2'w":U %͘IkphC`W0=R o94=& wJu f27>c=;*;39sǖek,n.hDιǼ-u%uҪ s9i>h@FòUj̠ƄYx CIDR$oBYƼ}p`$R#RUؼ9XvR|/un>][L2B"'4H6!ʇ٧1Ϲ4|?bO%a*f3Ui79>;@=h'hvBM'x:)@r@zkeؓ9~1+XZu9G.bޣ%8C. v [jYCH"![W뒇ՠ\-y}gc%<4uZ֏82LP(pq١ F&v2]OjPV-ٮk8b:ʪBokIƃ9&A9Pm[mI& 3 IC,kRT6X17`o/_R"z'lB1=mE1[26]q5ʘ bG1\J'y1Y~x7Q;-P2!*Ѝ"+khF1Xy0ݵH;GL$ _<02!&!?Hrx^j@8M7 R([`k?3AZ>zmcy}¡tnБȒO5<{3Hb*Ŗ =>Fvؘnω:IQweY*lH54~bAU.%9>xh\taK24@s`Qv[V^i ΟCtD;pw'Ptm+P:DI ,YX4{1?ud XV[%Px c=6ٱՔIBgO}O&Rw IG`d2XgÈ@$3E|8u<"?_przičWkč4Xg|. W mrʚ<­!~1B?!ǁkdY_o;95uDIZBo~Fqe$ɣw'&4gaL2˟agsT)fsS:4߬'m;::w3fg'W'>%а <(k^{ю L s+Y[+Odbkb851uw-QVgd *bAHBQDD*Iȅ?8$lЀcTE0"-<A"UXEwbv2anwt|?(8N3`<)g?;܁qt[8L8}F1ZxpN KfuSCcxF|X7½6{IK'۳1pH""yEOHLm쟰E7b&tbe &e " 5da{^ݐ+{ia!d[X:ʻ /5,,y/*,,W3&ϰ佨佨&{5 Ay31oCEXS,ponfy{oUṼ.\0ztC_PaחAKS_~Ss=;jNUf\9f_,p|/fQ$cd&?QAd; WT>hla*O!>?IaDWunanc6^[=vGƓu {~׽{?^~^~b{?BHoXq-'V #{#hcRG Ĩ=Y ry[ξ`Oc+C#7?daM8;dRBc, muv82Vk%+dc:JNT:oqA=v87vhFC($^Km3Lاq2=4| rG斆ϱI  M+\O Ə]f*pgbc uVȹ!s;$7MH'T^{X1Q wju}L?.?iO`~BXvs3 V5B'żƻ?"w/rNpvW-u8" BrM"X!tur_rשh!lrQ|@ƹ caA)ͶYN^IWS"Yp?냅[LҰ&QXл}qIt %>s'>gQ Y+ES d"@5o\'XMѩ>Zz:LJO%4Mlzw ʟ)b}U\.ﳺJ%/ҽD_uLNT*u }wJg9oQȻ|:Fi?WggQS*w*iw+yUBU+@_ٮS} xt\Cn>xנ]]A]ߤuhKlk}g]fGUx+[O/Nt|p8t[8p+,zwno3Gv2]t|EMڰ]f՝1nno \s_̢n}MYB󢏴?s]-߿7rgOF7-X>>M\~==w6vX#Dx51Ow{ݣ[oz1x7D5,ь%w-Un>1mw?:ӗZjG'zrێğr}sG7Ӧ/7 {?eC>?{C(gaWG=qۉe3CfΟUŦgf^ޯ]qQ/&$9d4q׍cxp\-~d/8k雩{7GKEZxξ94ܦu=K$k:0Wx7| =~Vp IT|E+mt?һ^?a-w}Z~BZzA~iyJ/-#Z8g1ݪg-L~YH:˄T'pL~(ߣ摜SC;JFu9W;)">NQJOj[^O/VSzb?$eJ0A r \p uWUZy s%i]Tx'P^xn5d} o=rlWImN?c.>Q ̉=@*~${o.ϲ;I F6( ~NQD{Or&׼E~<9@ɛ |ohۓh/?ȞloG1?o^eߏ6?ڣ{Oi?b>ŧtk]>S7$~MpLq}*6pF_ <\Wr9ҿ'mW hq5syPx煍֗k%/>anFroęv Ha16gvS2ٷҦ+Ǣ?cLԏ/S&'jQζ#̵Lzɤf2>RҶYvzx"4FI5?AŁPK?w߄v3 -nV)Vۮ]n,2 :\d҂XD H"sJ)!j~Tm:%w qfyIbdq_R|k(4LqԧKp/}YW:oܤoTcKCTv Sd)y965+Eм/Ј u)_U?3>kəvM+ળrd^- PU$53WsX)Vf>,;cs.-Wf \"Kb+pˋ3*/qs) K,SV yA+2ѓ#˘:2ܼ{#B9.uD7UڵH L"8JV1(~\vܲ&庲aPQ'USXt626> 668dt4?qs6ԕ(]re/to~i Y73S_kqUdjΉ)8VqwYu^Қy4 hRST@ -L \;=0FxGLeYg_Z k)=x>UKU7]WGp\d\ 5F#km4b͠XG5_{yJ>)$rquc ]WH7HR43S@ha ñR\H-*6 D]zw26T+9P[$ۼO:dNm>.beGNSW}25QUGùɕ,pWL1|5(ےhZ]te1"ЏhڔiH#BOԟJM-aBb@+(eO$䛙s'8k<#5 9w}zwJ3(Ob]bֆkh+J_ԋZ4q6\#KZC XK2cp67+SW}aWZȕVfZi֝i&ZJٷjy\@!z4>%P!V5;ԑe«:̱8o"Dۍ_Df "sՎ $yAoZf s/s3[kK(7~DQ=PޖP_8:#53hK2*1R ]^WIyX|u$Vf`30dFL|x?a?_!T O!/$w|_eYЭPz2$"Xp_ $D=Z$/1 6O)$gfA{Lnj)l0ϡ**ӊ6˖?xe- 鷞$P+ɣ8$=FL{찹5r`M,Ŵs{ n$x'PD[-Ŕ bz 7ៈg~mbGh_:P=e[?=JvIJ5#D3>̏X0tqF*yS<S #ˠ$37e2Tih :cU 8/(10TKUʉ}L@1sCfJ 74\=){N̬!qhuQʁůlNa2˦P^\8 A k<:/žUV& YEeÀl:ܪuf4tgW VQ3`? ~Q0 L9s29M~ED_"1qn | V#(ZnScjܟޅVA2arTtW EMˢ)+B,j/btbZX,N Taca2l>B&e烷<7[?6BWpTC<ӷoaNlc; #'/>:4'\n )RMFmϰ48"lr5]迂d:Zh/DF|Ӕj}%|w..Kcyt<$.0l'yuI8F2Ic Uw9'i=\}!n$[G6<˅NAec-[ZHf0ul[ёP0>X^##چ7Nc3/&\^<-+@:ơS)oXTEφoA}sosIK:%JAi?v]bJj}TD3?OK?ʈYqd[EzԗĠ] :q_&󡶠6/' C.l2 X8WfZsiVX%!foC$o3hN?\Dſ]̽m3|/=HS"KwAzvuOw'ԿRH0Mf>eG} G o!6EzgV/`QC'dΪq1;" *>jD2H D"/_G@c@"-M pUg0G0>`|̏Y 0ʡdZ Ck%~/r"~O p x04]72NppwKܢ2ppΥekMN\I$5Q?`Wz~ a\23}FXq O(>-Bz; vvg^$6 ¬"2iN|[A7=Xk`ͅxn"Kd Nk??ƀߏv}' >@QG%tLR-烀 }6 i5~[,$VT5@c()VҚ-bkak']ޙj'69٤f)ln b2AK 2bPfHY PAc(IB3_˕na?A%/Su!,5:X`<_"_tGqކ+)ba{eW ЩJE/2zW_Ï:)+as8/RL zNX=㨰L:zvGHHS)>(fS}0oEPP-: t ɡ^tPi'Eq.[:cf>M%uV:-RCAaDCjpNӦY[™RC%Skˠ`.:d~ @≨zqءGyu!Tˣͣ!֚G  Fv)YSVJر&SYQ,0.49{4E4]` A$@1.oJ#®r"qf|:ɍ}|6mE5#-(Ջ@Y/B`$5$\!]$@91%SItEMǘ3 X<.t|}ye2X3?MK rgKW8tW\R {*e1X-rVJO `Ek8 YbwŢрʟoGy1}4y+ @Vwx!$H%pMfVzT5}etk01O_rNIG2\ :дZ. *{gm9$߉%IXDptm njpf Ҋr E]m 0rCpPoҲs}}%mhu &̣>Qc|Aka7aໜCV3t>Gk%)q wA?oz |JO_?كt'ii>M!hE"2qs4Z֠sg79yWQvvNc?A[jVg077lf?ZpT×X05@4|HqKySƻ@o$}2*}|;Yhu Ì-'{h6%W̻Ul`H{CAOX\Wu`a/3VKWVaW]9ZCujK*TWФ::spVd~ρ#'7 3 ?!K{2N<F:=ssi0b2ƃU?j}'au"6}@r> Uanr/pFǯTK蜰q>;vw%=sϥonSUTReu;EA.g6av" n(BCStƪ:͇;IFY<Ǭ1B1Iפ2>E&ef臷z,՛DuaRa,Z"eـJߤ|}zRgZ#bD?B`tsڜl-}-=R|LSUÆtO{H4(&rTg_'wrL }1B#E2_=棵Wʮų<5 9@ʭNI9f}f)1<N@ }ч֎U,(Jgf"gM1_#Na6fgq==brwofw#$k0t +[b(ՈARt<̝ő&_rphH4;D7v`{1,i떼-ܛOX7zlu3X{yN&rjDG΄Mpp!e؄* ?g.[|v@薔scEP./LؒiiM빣Żq0 I=oNAs`Gp=]Tkh t~e螾 N1DVi'`:xx$-C݉7"ϱ0-Bakb苚57b$IDu~`g+mbrhBb{X9 sX^g!98'P\ %MhvD>Y84(Goz>K5l~jd-@x!?oL蜏QjfM(F)x' rt-JK%,CX?I^4Ϸ7rӞdm eEm?9*Ft6`VlD1`IQKjJUixuS}6S~2/tLϢe#o#EFfK?_cd:ZG7ݔ3s$Z"M!{wb3)~OɴIrYQ{F'ZwDi#aZI|؁p1 } 5P 5]Fڝ1΂ $۽I%vm P#6Iho=6l )Vަڿ7{l ߿wmEcPk#ε¦CWvx!wWZFDxfP dh)&-zI_f8Du~$^(24`e\w: `Н o0E4?B^A"pf0Iֳ<yX(4Sܵ8qP-;BWЦ<5:E#&YYѪ= Zv](/r8DKi lϼϔ0hᴖнk7%KzRCç3HרWk|Հ!~bu`f mo[M7R|w]j.~IvL_P=n?)ltL`õqy=W)Mi_ʎ1%m}hTEX,TknjjH{;k_ QdcNݰ(m A¹01VJ%WAUL_<hPQ*4#'c»lj;ЇAx72x?xL]MܹcDwyWb5XL֝J_E88+g`gKICh҉X'i2~,+k#^0W$hM&D2>uW2[&^2~- ^ܰ/_~!ŭP;:H1gb?o;""JE=HuҫVYS!@$n^sgF QGLBѼ\":eQ1pTb~F~2 ;GI6R7D;fx*mb& Go&"vE{i'.0Q&TqCԄ$CzP9O?n\݈_+V 8sG|@,K nv"]dS^SaA_(}L_/7:{1r97 nc+ F겳d=s8Rt *֓5!IO}8<5Ī+WP1"h,m~qJdz ~/ixr1GG'Oi4q8Ls)Pq4З{#Div#"';Xri- An2Ȝc1Ӛ_3᠓U{%F\)WUvKDD3E79T֙BuAo7(ϧKonmܣXl_nːi6)/Sw}XW‰P]" n_e蘳RVΣN%TؔRtPGTJKNS7P9̮$xz"q ~e  2?FojЯ~*b"mlYR|gQ|q&խ-FĞP` Y[ʩ(H<r'TպwkJm j&3Se7vLĉEcY 2)vQ~Wvt*62ߊ92 {}$<-KW]&7.o_m.vFYoCJz[Cz:Z-̻;7izةĸQb`UCHml:&ZM,mjug*4B{AޅKӋVHzf( o;6(#ŞCq;7p`FL`9ti~ZcʻԪMz)9f'Or("lHʤk܍-񘦏(v'՞<(Lcva#O_On:a+0(]KBz vĴwz@ֽ;_3BF<H%d,asw $'ה VYuY!T(5TXj]cmHݗr8yc~u %5M˸"5.y _Z/@zz0PǾ>{=ݾ8BhgRٿ(jABކz|\oBPwsk*O3h<̺4-y݃|A6=^*/*\SBX>ż3grT&0eR)D7p}L<]>_yYxd+Nn)1&t3^1A,Fr;'YFt׍谸m;]FA:Zǰt VVލ[_ٯ\% Mϙ>D}?&" _;hN)^*}VFFB[_c!m anP6vwWp3TTd"zt{^m(F}M*.dL'Hؿ5e}~O[Um^%X(X*ɢr߉yUNk~q>~A (lsk P(ƾWb*;#4HXo=lD J*GkmH\ޣ_+_'-U4}i\_xޅt݋6w x:PP{[~ eC\ 9c6AIS_(ufYn]8*ayd^rNp9>vUb°B"^G{6S5_~ wVo~Ox0C//{.=t݃;ߺ(yo//+h[SrhjA,lҜJm&2kNj, =oQ &3/Qs[J?>zڳ"$/=z'n,_=CcγF?ƻ]`xņĻ|xDx71^[Ix!.[o_Yo<ߘHZSv:LpP IZ6k .d=Xz^m=w]bü io͛ˇxԯ|HK|B]Wdq^2%#oRzJAͦ i WŠ4Xn?T^a{p(m=%J/lMB8 27a{mj#at&_Jr * v%y~mR&Q7{( |$493FO34O8r9v$xFGM1x՟/xeXNJnDwexY@^'\xXU`A+~U/r QuaL_BΤ>~xiRߜPMiPF ~%&Ćc\`d[Աi>زdӱ^ }>HŠ1?6_%,,/V>)!/u #i q/a>a0$;ȃZ24B`aZBHڊK[JL8I׷R6_W4ts8̡kx-N`ܚrtjK0 pq>&'0DL -]|I[]S2^kO4Wѥ0e/ǫid CJ7>qDo"8.6g˘;E#XVM /<-R ;ɘrzwRƀxދqr)oC ՚Gtfcx}Ɨa ։Šp%7Nm1 aV9YbL . BklGvwWX(͗`R'C$hbnL<2y 74Q=Z73Tnϙ`GmZF;\I!X35`5|XHB!L8 x4Z{{mSڛ~Q[3|ŋ$mAV@ JYϙLy9^kZ{Teצ{JgݛA1 eK`!ИkACL*5k%<6F=X)|~-Pt=0*BQMϸz xـgzl|l M~Vv((,R)&PC}'Pj\-t=w6L0f#|F)VzD+sc5nQ=a1 ٣YŽ})0~F)F^+VˏaLf~F )Nwb;)ӈNnk!Rl,V5 /EB A4n/ݼ9>̇y ޾DW-ݥP0qw4lCֱ G~.s; 4áH8[%A OZVXb%Iwj?Vsaa[;=vVP9laخڂK=y⼹.e'(p|& Qu)`j{5V:XmV6'pi FuV߾vgxK{=N7-fL>^_pԾϞg߇q:ihCkQst]xRT6.}Rڃ\>& g? &*M؝~\ޚyQ:cLL>xö|w[#yƯ6ys'xD2g&7Oh5fܬ] ew0&:c/Zc/xvfŖlA&6d3<O ?ObpDuBfסo`sZ4Q|)V9L=rT`)[S-O(ү6(a|GߧvR$G%~s"k?t,)GDlSSOyM ܪcQwK5+ +NjJƠnKm|go[gjvBiMpKClrGO1O /9#Wô:i]bY{0N ,:;S-;rsyKˤ"1:ek /c) s,̴ۉISwXPYuUY c5Vr! t]RQ{8( .via~#D+RyT籠 .Mzϛ_ŀѭ{?A$9H/cU< a6DKWCZij<F}@lŁQ p\ -{~eq1N):X Y䂇~QVY>x 7&C}4yϽ)5||ߊҷaYW3>|N>==*4U_ܫBj҄|=y fT<{Z@c=g(KȦY:v_zWUv>v@;ێ</B`$XU{c`y 6 zMф_6hTX]*"Sζ<5  AœT(2^50:"^ǥ,x^-C[ 8֩פ!lIb{ ")"Z4 -͕i՜mԖM!d:MܟL\42žmV`9,p&(x2%|L$GXmň%2fFoɑܟM.ړTX{a.9(~}ZO،aXb725W<*4x ׬ڪ ֯rha V+c,,Idy4~cms9~ sfd&V|?x6żgSmGyszm;M  'tUь,9}@)Q T>j\nt?j9j>(FMyZ>K^FS.rYc&Y.獙Lܝ3$~#;n-c<5J 1 >- ́4n!ؑg,k0n)㣁#!Q`"FVQNW2뵌j`L YT",?: k{] $Ab%bBUB(<M{}.GZ%~1& n 7>kWaŁM s6𨅅Նl-t?'3EȯRS)0軜G"\4{) y7DFTѰ`?V+{fgcTFz1AK?$u.LA{6(1ddUb!lyAx -Iuւ\~b{x>x!(/(xart0p(W-l2D^ G+p]b#pPJB)rA蹴.Rvx?LE}/\XO m'Ssb\0p]7Ĭ1J1 ځf"# ?mbᱠc+qx-UsD6)HFH>fo< ,@!z6Z@o3fCJG4$C!|tbhuEjPz!.J)hP:m+MDO1z>U6 0Ťvdcn=;2EDeeRO'dlvv7g}Oi({`E"36Exp1O󃶟"1NڙB22)yfgC.fSL9Vx7&#b`HQsYXPv#*! GUDP!>Y *aI+Q:B4+\1""ZZv揃H\}lPOȟl~&J͓i5l Bnė*9:@&z& .$_qfC}?D3mm7շ};j권2QD"/|E |VPh #b-y&̯$׸p Nx}?7}a#Uek!-.eg~9Й)  mJ}HI6VSsX,u-yS5& vqxĩx$?ń;Yi}]tmO-=T26Na}be\ V7%jj$FO0%r@hUS{XV ZaYhaWޞ<آ>ڂ[ԯBmq'B&\BR"j/妴->a3'/cp6y4԰;@6cEE90?SZpZ`Ji' etE4*ڏ&Ҡ(;6ہ%z8/Bm8 [9Rq@uC<\YqWޥ61KDjˆ]nkTEzWmx[Xztu@wۚ[q{fӈD‹}BW //V~ċP%DU'2Q<8cjpLc?lsiW".LB8I q)Li_7kgQ%b* 8Pc${F#E`=fתڔst;A>k1~"1 fq-1ˆٟ3#6s#bE_[y1?7' ݈ЍXkM5u#DO֎yzEkS8ks ڃB; ݆=y1erfL-^-F{.\EV{HXW{He .bZi؆ #ŏL]},z_!%r&@Kp$: Z-| ><̓)Ύ4-ga`S6QE>WvX_idɰDhN8 ho^pvv3E h?21;tgDc_T d4 ؤQf>}Fo ηq%zdq>ک6CFOP߭"`xq#|:]x9n[!,׻ABꔶH!U0I`At|dn5a =|](%ԓ6';1 k2Կvq<sX &=bұ[>;yW~mEk\Uk 9E4l`Jg8:P]J##ٙrwʫO0eWx(PCDC'@jglC;@G I5~-rZUB@X܂:vS+e)c,llj<4Z}4i3&XKPՈ!.:hBa0Bf(|׋jp]L^j￷F?Tܣ㶦lh _ +ej/69mJѢjڢ }b6:D Q5>F0{>{/i]Ll_Ӏqb<i}/7ᗜf~g @y Iyet]Tw+aq^ys"Ӿ87ݟce|7`"6 h5YT:6=5bykOvi[#wތ-L_]ͼO,FsLv&d;{")=NgSAQ7rħM_[ϰ6# CB'+-]'.b \*U*#s62%3 Wih^cFhFkw8~7FMhjTSY=BQUM=WO$փ}X2`bR7Nx/kKBřPs 8K(ܛ&ÆxS/Wԁ&ABi"ۡzTy?-]_-1SO Gp+ᴣBKPL+ ^m? B'h4ix!h072!8ӊHyЍ`ucM}y'^7N{=ޥˌNeX>9N6g+%Ec%C6/%.Qv|0ZB]>%0|p"|6cB܂ mDY٢*>SZevU|• (hʘ_gD6L&A>Kg86ⳳ`q_[q/CGc*sb^E({w]^Ž=F *wi {|_gBX!Yp?p?,f'D#L-129gm6&OKO\,#)7Ԣ>?~yI$N?M^% > 0̉yH%Q^j\hd0ﯳW2诵Wbsuwu* ym`Wnat}9e3_T&Ndð5lGD(DƳ| rֈ䵝>o=ڮ:ɟs_z.:d#?y"yoz>N2nFjN?#ϨɗU%1opH*T]0]W@vfL+3ڡM0;H&+[eϐd5bʖ $~4`d}<^}3zo+ 1LDBG,ۡ5BL`2YQʷYZu{Vkl`eHNBr˯@TC7*[˸/ELJNZw["(AKtwgjVmAd*0dW:ZEYnj`bYS,N [*K`H!تWYK-@jpp%`޴/)t_V(u*UnSAn†^^Ut =$ئ~c9Ir8lc6eMnS'ؔ%yǒgtHgtO!27NWr%Su;gYV8oW)[BoNF ^&zWoG0h_=2K#`K%GyerDNRwQݕG( S^; 2~H.\67 h7iwr5~-=*f+,l*~֜kܯtL 8:Q q9C6g0n:<\OO4# nzJ/JiI\kB7E&k݌=yJƩC=j^~Pyn } {}M-ĽX`F¯ҙaI?t^'xqg!Tfy2 YsIRG?%R}qfYY,Yfg ɢ{m k$iW"ګ]~DUG./vm $؊#[)YͪtQoa*gYtSi_OtFdWGhނsį-X)+3 W䳿׬"ǼCLyw)oh IMʼn EQJEr`LgI@)`^¬zN+5kp2< dk2d&9tԒ{NQSPf@ErZi%jgїY I& Gp寚 #jFE 8z'GVLzOwҭ|?pik}Q;͎/kh.ƕ[]P6k^KePusZ(p0]@USH:!C^4Kٚ3ֺrw=Ӧu,0`6+NZz~ҎY.uVQA}-#| C,FCv-t %Nh^:y{)Ŧvhi9A Tu ^|mmSgr3?j%ܚ Ow\B@?R]_5è)[Mt>M SږYDo+Xo=Wi]mMyˍM|6t-Pd>a>O<,!YEo˧) Stէ;J~PBs}~~CWd{B.= vBǗZ1# 9@X49jwW/X_~dw{óD6<q.}FGG-ƤZ>n^"ƥd aJLq\tw6"lO RONxSy)iF?;|  ЈX7d+ԗi1s9uT aK1}XMV$/ {>t/p[s崩GP%#2}Mx\zL^kЁY]AIi. L7Ds&)J͖`ק&L԰L8QO`=(4@KPX,=+7ލ {ax)zӭ LS5q7Icl`2Fбq4 RC""ތs6@k9\"4By:-E#G6B;m8E jxgjC<0ث$ۺ|w\IN=w)\\B~oD/!=Y$Xhum*2!O1Ov̳Y$u3n^n7<؁m;dpx+OǸ⢨PpsZ8<8&|*]]pzHf}/?yF"2oM7^m lWoޝD)?RNۧn+zX`->#PvdXmz;`~hA ê&.|BE+[b s)Fd˾+Ь?NrjZ=z,ht닒 5J$)!]L >s,"援1}o69C۵Sv^;JdB c1UUwɁShӨ@3l3rTHQcU{4+s`<{m$:7R_ok;0!:;JW"j ؁L?Mzh`*3 4& Z{dmHbSPخm"l O3~EYgs0*@"x@e+d]wZK)b͟c#J'7MBԸMC4iz[J& QCӚs5ڐ:xBzg—B ߇]q jwN?pbDVh|xQ KVw 8u׍%r|F>[8']f&L8]=8%:@h>myy> 0?vLbo/fX² ^J,"U4 4kZ{ו+0݂,3EY;) i49LS*҅d3)Rɓ{OUQQYO=E Iv*cg`(0u?}VOVӴ8=d:bO/F.ds&s܀޺R 0:L`2igҩؙ:zοY#Vݘg #KeeV`?@Tf2LQo榌Lw=hÓ#"ˬ ظRGiFL9Gȷō΋6]ՓK,l BdZF"Ba'M/Rޏ^eNOS*Ӵpgljn>o^t:.Ϝ%o!-4=ϩp}$0*v$Kb\Ñn [&tJtsʜ%B9K,))lw_kD_@3NSv)L e v196~_Kd~v*rN A>whiV\RD\r5La~kHGK=jV><{Y=zI&s-siHoll*x1VInsy|58dቺHyWm;MuC4N{:mVoWWIrv=MpLǽ06tFN`S гM߉"M{⬝ڛ"kR5|ƜƟ'c 3/Mb~TYUgbWڗh /p؃~gAG[ZpsYKD7ڎ-zsG{|UͩogiK>{O)[pe3ThLܩJém?Ȋ$dFqˇڙ7h ?t3|8K]hod%ǃKN ǹڛZيېI|㨷1ik+pdE^`_n(C4N kh,} m"_'m}q8λ UwW;qW9ڙ9RsYCmu*Ahk+$ںZ͜]螞I][[^YSXQ.5Kuʺ7EI㻹~*=oXUpWWVV4TԮ}e iU{|U eʲګ|uյn2yM/O7VRbTdSECcu]-%Fʞ=)sk9[_==;3+S$39nƊY*TreYPA+Wfv4}m] )/~VfN' 4XF֖nFUյ>@ aWՖx7]\7=3gtg#lUmO/GX}4*)6" pek+)(Co,wQ_׭׻}e+j*St,d+F˦S/h^U嫭hl~ze{%Ǟrj_+j}\ުe5(le]CCJ N4\8leڷnݾ:WݴfPMy73 ypRz%V___࣬bkt7_k~WeٟI7j}gߕoܸ¹Goyoo|2?<埿xyc{^}/q߳/KC7QwHuK5"rhp~k*.WvP,.Ok*|D+SMEN9D,dk7i&8!\-"#` QJ47TWUb'1_[SrMBDD׮b*]^WH#n^YeJ#:~lDH UL E C ĄIlVϟ ~-U N"}o%V-[U1ArG+Rn !Z(d꨸0mk˜ύP3 o2yuTW1䓴{-ɿy=g}Cfg'\3CA̐Hq:"KV`h]4116%=Hcb,?c\Ν0}T_8F:h;͔8IT  bHɝva 3m y;nmd\T`a|Dŷ3Ōr_U\mт V|Xp2A-wU!a 45&0~h%XR@ 8n]ٍf81D,ϴMØ9D/Pỿ"JGe-jEŭow1<^c}{񘡋KIR^VJZS<5Z^DgF+Hǵ:g҉TIHߚz)&Y4o"Rx{Q< OS2 Ue5|xHgPDi?*VR+/*V1Es3ݟU$7^cEtSI`RH>O6%m3Q&ݿriL/^sg]GkE\<K# ĢB&-v+-@ 4$7>21xmU//T:ﱋo=A_v$X>~$Md z9p/I/_q<鋻c*,J1eɩZE0CPD^׵iOѷ髒4D_os3c9;R擻 r 6{S~I\/ΐ|MJr'wm&8\7^rGɝ!gPzrWMn>ȭ @n3=E;J 9tJOJr'wm&8\7^rGɝ!g;JOJr'wm&8\7^rGɝ!gh!KD Ѵ%+>O_gߵ/I3_+[A__Vj|3WgWה\b_UYc4ZJ)clCq 5?k|jW$Ea-ͬw*oX6RqⳚ֪ȲlmJ*E>+ leڵB׌@.Y8O\ͤKIwpOb6$+KYG%F~W ـIw_&y4Gpx ,b%i_õǵ̈́x# r.Sȇqp#p/6}&\QW'11|_\ks^%ows&\ 8c`~ٍo{\dvX4;O$59ZV<\Gq;~8 ïɒm 89auR?L^܇/덃ʹb.r 1!#?88p̿{8k wt%~&r|B~]se)2"TN/JK2x/Z  . dw_PLK/2/ ?ox3 %u^eE"IOWi,ʏ/Qh蹨_PP?t%SHVdNGq~_LKL6?ϷݥHߦo^qX>?0W&wJ&Cg"!KHM?'-Tn ]IŸJz#Yy|}+ouIjC~1?G#VYnԧt Bcd)l/WS<=_ "</vI*3I(/?Mz$Fwqge%X$^|`˺9%FF% I30$lL}daHMBpeF@BؔX*q"$ #Mm6l[o~{ݯą:}| '4j̽^c;1.&hcUxE2g1,&}Cx{hx_<^'DG0౭jBGS~n3ND> ?Yv_7 y%~߯9N 41yWOMxϛz~Hlų p-!6Ɋ7j9WO.QCrnE:L[u'or.D*?Wot~\)+<'_ˎ ۣoo\k9?Z9ps.XUox \ݏdKTJ,W;X ƞ_vO"ķ4I=7sZ ~.1ohy^Upp¬jqyA78wzEr??߬?waϛ~o+0_oY}N$ڳR35 G{J/@6ktnۺ{<hMo@43&\"o6h:A5h-$A=Ȳn\ZD&mjj5¿P:$<"wK1n3`P?KnNf;-AT<<}V!Nl[L$W"xC~ޓ[D=}ey IqURƨ_N+QKmV'SbL42POȌ8) <:` ឦ ;Z8Ci]r DKIh ui@*WH"x^|Y+jXTb )?r#O70:p]4e>yR*$䙙RAA>T DaU^($*p7]}Zh=P"AQ{; JJo^,/l[1/N"!u,d.h K :*% ڲX(@$"-Դo5yBOnf j3^z(pBYbuMF%i`42Zz[$[q*u1C& fʏqOɢnu<Bm^e@Bi% utYFIקŰnug;JCjd!i~WY F@j@ f ?UڱupE)놴RW uUydVM-ke\&M}qÔJJuRuȄ xRn]hWoZ*Gl!;G/"Yw]\qR2Z f0.u@ 0z2U; ( CFx=af9%sM};-GőV J}HG}Wi2]ȗ3N;~ \ۄYbRNRQR,G&0ijH(@ي%*Q<_ni]# IWr½_]Ɋ=D 9ˬ:FyHC i ^sL_˒SKQmE$$ C\z0?d!<i_@PY^e'P0ɥkjtSϊFҺgjϬuu ^_bE*;BuFm~糭k;lҬлk?%,uQTJH*>^KWR{ߔTB $&/܃/lHp>dz#]/DZ/֠5YB7_b񳵿{w/>;_\{Qw2j|T}. ɑ\M5~nu>2_&?ϱ/=i^7=Y}P _^on w/;9ߪS}1D?=;IxTRQ/X3}|կ79JHzY?WHEH`"mIM!L1u.d2ZJ`Ua$Z:\L @l؃dSa0"2W&kz9 3x4lAaqX?^<2MVix:J4e2fdPqx!4yz^0)r>;Xs3b?^,Л)Qb(OYY㩨@&,z;"W-l`|ޙ%Tddȯ_+l|,{8icݗal?;"(w#H-*y3Eũd$ ҧ:d$Iܝl+ލ>]&QZbiKB$!z[=ܧZSE"R mw-= ׳tRB[t]80KK"veK / UzK:FWgQػF>'A;[st ۉS-hG*ں~ۅt N] \m{s.GkM'"' #I4rK:kg)bX鲔n^S+*ЇJ% E[r9ӎ˫&Zs(^=֨iO"޿3KRQz޺:^!u5Z>\Džd_,Cc=`8dMձ%.~i֔2^m5ف"UgTӘ{̰95% j834{f[Rfjއon~>-'Wxn<~4:x8R*+ĉGWsmRL.2|Nf&J"H蹤P^Hx83a_BNIWΤ)ؙ,!%E9B|Hʅ GaR}faU?i'='mIW0- mI1ZJ bH']^bB ']^?)&[H;JA+H7 gH{`ҋaRnR/+{aͰ?饰?e|(O ]?Oi'I`(O?D: "E-?s'Csl{:MCG6vqFLw1Ȟ1^Ocgj\-UK̟1.GMIՈES;%&+%.'jRI+uhƸ0%1Wb\jYc\+1̩jYT bbJrvq/S_bVQ_bd%fձd%Ӏظl%l\험험 ~)ji~16)/1E(/1W3bd%fSbe%lEU߁QСj" jD@2`FpR}jwavkֵgTQR MkPk|@K~ޟs̽껯׫y>>yy|nq߲-?F?F?~,W?e4,์_`Oa2x8,`;&?pf?x={XY9XY,?,? ˟x?˟ϸg|g3g Q9]mi7;X`h.!;_/M~1ځW0FU(MndۤJqQg-cT4J.์QUJ'Oa]R\mbS: 8q\`;cTR8Ƹ1'v*QJkq3FU+8U!?cbSUi?b8Q5KWq{8QUKs{7rꖶq/3esױ9fsrgG#Y?nbƏW0^nd$,Jϲ2~<,`U,Ư팛XqY ,nn,;X'̈́w}`Sݤш꛼CT? $rQ /1 ߲'%.>"=}/oGpc9x`gn) wn֪aV;M<үZMڐXAjw~kWj,Nڴv~c1c3wƿ\džS=:];.tߠ&-w7\ F@}vP~9k 32m(h̀e#;a󗤥NB){S`(9x6iEj.' IѾȠuYG֩t#k7*϶l7U'ȪHPN'ɳjEN_pUJ/4 PΔ&mR[ħQ*9ɠoHWa}Ґ);MlTRvXkHEGt-u˚|GM8kKf9;VTC2 %âNɦԸtB^K8u,G 0ൈ b}p$;#m]O(\%T[EEy[ٍ=Ko)>$% l.\\|Gm ΁=a&χDfSu8&C}\l|UT'zR*Ϸ̌;gșfrjNz"IiTJci{d"gaWڐ(@NVa:xQ=AlH@|JӣHXۭu3f6(̜#shz&՜)sP+2ĞZ&=||-zޤ, `baG z: 類%G 6^| sq<̠RXHT$DTP ӷGܶ8v*ԦGkࣔh E4lbvGfoSl1-7u;3kjUB~Ԧڣ s֢: S=_C"/Qٟ=VSξFsōɔ$jNjIh?+hbI AM'ח)7%'KԑkpˮFŷߜمFl7L Oz߲iA hH~j<9l޸V޿?q1R(vT|#`x; +{\ZrZsAȯ f8i8JMpF=T$D.<@1[gN 1sdzvbu`S{dilAl ĥ6}LK&JKfkp4 oH  *_Wh_K >MYUVu5U {8=U])bzs yj f@㦽x`s7Ư d;0JL*1"5e`ڞ_y' feBRanb^5l,i!ƙNPH>t`R=(|҄|f"sOӅxd{HB?/I dvqBF1B-q_FG.4SyN ϣEYsЅppq4#MUs߲(sۅ6XH_=&VDkű)X{,m[ہ7bڷD,4[]^Pg zL[ۨ5A8a۞o`]>+* j@~X+꒬Փ F_??'~Frd:UD̕iԩY{rk,RfkʝëclG-(78ocmA50{{Sx2%4VxLsvr]o\Ogvz8G?%KZלŚlZhenO1]SeW6UR*GP]o L;0:7Ef&{ѹ8-\-6 ʾ*M߸ˡ4 Qn8@BоB!XG𴽬f)qo?S,qdxA˴ n)ݶ-uG.vaMS_>QȺփq?}o`m۝A h_;U_Sۺd``8S)4 hOCS8C u "үx@DsP-bi5%1OU|YQ]agzKc@;9`Ģ71ԛot;9qԊ>Yј9-bOf+E秧Zj8Ѱ?cZ?(?E5|G,Q =>ۑ<;ZXzz4]TSrYCY".lHjw-.'vzcgT7%=ˑ#'fG#ؾW$ ,X&u":׷cM|Ai]x݁,5 +(%ڰyW3pg 4lH4xIEN61k-hq/^{1U6G( Wd+k7Wx >i)5ƨb^au r|NcgGkT45f kWs2BǶm, q ~〗Z|<EƋ9 E>U o'<ZX*QiF^qL!E)*Sݿ ӛ HLu/A_:b-ǩy9;APP֝fk`@ toǬ=</}4ڴQ;N};^I}zu|Q]X]mSw?(t< |4U kwXIm2No@}`ehUVOPܝ]׈8_Ée+  9͓^+1W߿D}BSX㥪XfZ=HăTMz[0u$6GhOhgGv .J5Ş_˿yi3Fn`}t.(U%@Y)Kʆgw_QB;[?4Fm72U  hXBlE9p i~V9O=dng,JO~H1z#3RTz9w?G#TQV"FjfǙ݆*Cϻ8 *P]Mڠjg^yN/AоG{1fmP޲ٳT߾`tmݱm ﴿۾đYTil#9b 蕌>E2 $kK1wPzӻlj1!B`dtaeQv QŘ"g B#ssoa3!ID7-:'v\9 ,p/ζ2ǚ=/#J sG mf.5bjz4_.ڠۮ`"#Rg6X]-f=.?05 }3Z&BeXlui⭄؅4{"escrY Zj2v)09&s3>|B#og2n"jJ.nS s2ϻ+ ԙNT'Gg[Oɶ'J'g۲H80: 󼧍w]hq J2٨q ;g~#7f$B\|;ģZ6=v]7b6ŇZSb셜h;,jj luM#DrtW:wbz[("uP*&pO8:.bVG}8^F8Oyb s8ؿ&|;n6$nM;6 ;PTTp^bw3(-OqںjU ii-|7E\DUXH"F҂gp^|uiT};_.\$߷1HdzR+!&?{kTK)/)&UNڿaߔC;? M(k8&s[٫wo,.k[}U/׭uBLwΒb3|{7~gӴ.̴s{C /<Y [축gx=XnOۧ=qD &|li~Bq&n8񪩐/qud u V[{q 'ŊӘ" F 5B߃Gyk*ԓ8}Y`Ix~C`Bwx'ZM'}/X}sXuS=Gsڷ='I-.:㓴gC?]9urr\ N5 ?]+✪7#KGk7gh?zwSpc|;9e8bx)rq'?}[ o>i#BC4#E0GX_䭐 );!h5#7?}9&6;fT} S3YOu g4i-=gz[j圬; '3(o}=(đhZrfWi1k}VhY2Zy`F V SzٖXF?[n ˋmuZo4 E[ǙRQ@*(tr2>![V +(:sGsqy0c _ϙ^&:EIyC/QRZ7mE- 5eP\>;6ib]%&b!z8g# 27XM4Xykl#-㘥{7},/QyM4#p(ڌ<[-YrǑz#Kêg(U,$yy%Z =%ߢ}8X?MqoD.8_[Jlj5ò<֍b _n 3LkE%ߐ|1c|?zWNtgߪ_pL1 ,R{%fld_EQ$``p>e_Phiӻ6P }[-GJ[ȷ*r5{ MW;/ ):d {S{ ~|ӍɥIC3\m8zcW 6zp@glR>-4C CEZZD([ bÁ (0N{.5Ø2E[ |x Z7\!ѦOp2"{Z 9p}D>:Ap)9;״2A82Gug~C.X Y#?C8)FKpp: v-ڳMpG(r~wht#S?OᾐO//4XԙiJ]5Sgp_~~g*-EMVjXxTֱ:M ,3AǢCXt$њD +))XH^cCX>F+ ;ƣ-㊎6ɪ|kH C,$C, Esw lkQ+J^0]8>)Gߴ0J|f-$^DPy;鹂2blj%XS5|2Dz$3Yy_[tyY]Fx#}ǭEq#i-0nr]](OD 1ᔫ$x-m6c8Nx^)uPرC2Ek݊YK pMpD.!;orɽT7O2D1MIKEZ_!kaSvBXS?L~ Ds. %DO 'K,vTk}>\a54ȵm3Sun?$[$MJ $نB ?. N[A wK&٨8K©6%.3%<3~CH[ [$!JR _-\ (f>/0۬xRml Y͖$1۸pKwHA#HMm 409g9l$Kϓ .1`h^ɿAO4$ym٦V)6Mz%Af|/X 2l)$|dyR{&Af(ݒ3vKz "E^.?Ky oQ 5ی5_kQ)J ,{$)c6k>5?0@x: $a` %$$a٦Ї?[͟?bRP0>r^iSeB׎7⊂BOjPّJUQPV\4ZJž ob^9y&eñ :A ?mf#i) ry1"5mh'wak@)L,,.\PK[[ =>b:8 ,ȋ f &'gsLə_?.ӝ}) 5Mg}}1[bOIAM oTGₒ%uO\* /&Z$haQAB4C⯮a>uSԓ+) K[`|SMY,).IAA٘1#@lo1&RxlA =Ė.%WY'7*Jo pHGpRLE^H"ĨpVjc@Y玛tFI"2-  k8!CmO\!S h4]F&W.'"[)} (Val-ȦZdMfL KL3C5%[’S%[>3lǨ[31jIߐ!+O} 1EejѐdMƀ7caHVLq"I0X'TؒQ:cOf!dNjhMڲѥ$`?dJ.TufL/S3H $KfFcX;%٨؉-I$CWfcd'4v2Q4_<-6 3>-B@I,'4(O& d!\vldvObX£d`&c4-;@a$cF1$ll/`4]:2#Y2[4fdK_}K41|MjԜ>cԞ^5y&q?*=e#+{4YV8zԥr_H_uHOYH~udq)tze)'r^~Yt:GQc\R$ן nW o'E~߯9Kx0ZAJR\ܱT;_IRM^_$^A0O'W{a}O~Sx#E>v/xEOȝ<ֽ>񏃭}#K򯅸&-}ъ8sqjnRxݦ$3 $Czwt)b?X"; gHP(XVDWx!/r"!_5>8+W qF͓y; D47J% /V4a o+ED(LC!6oa~7Dw( $- O=.`Vixѯ_jO=z"2h~?4g0iHB;D{P |%|N-9UGMa&yh B/`Y>XNsE\ŽLs[=ql@;ji7qVOӰeuem4QU{J{qT?Fذ/Zbg-Qވ6jfE@=G yG?[ 7jyDAyXsG41}Ѿ?v򏋯шWJJ{KH,7W_B/QJRR]%Rۥ}RNp-R~*?^Zsb|>'RzI/";%y?V*a}#C%k%~m/o&` K͖S>]1R$o$V KBw[?@*,%Kyf A*RyKbKEIKwK?%i#wHUKH1yȿ)/#v+T+Ϥq.ǔ1l\?uF{j?[Spa0}b77xmH f.:)> %ɳ#?Sy!7 }5Ðy7K8ư>4f][00|-o[u| }sF >C1w\}vy{μq[5oa)+/.(9ZzU}w~x핐h^A{1|aw^)A[P-)_ȼ}:=%J%Ţ/gPoFV>O .;y7aPFUqN؍4&|*VV8] tUՙ> jԫ!"HHFUSޏ$HH塴 <*Y;f RT5iAAĖ)$<=F@߷9{g֚Y ǿ="ArwuAu{wQvOz 5? dȻdTeBr2Z7Nua!ts3_$oZjW; ۮ?;Xu5ϓaB.Ҕ$xoq>.eq/b=/iL+5OZ UiMb%cK G\J389]~RmO 5ɡ1|3l1Pibu `%eFùwo:/ !4 ԛc W ]. 4fP|eEjL <:|ƾGFť~QYY͟ E PA˽5Q ]x9CXX;8|^hn ,*νk/,։E%e ^o/ww f_2:5?ɷ \O8]^qFh)G{9ߋS/eֿq0kYREFEu& J^?@B$3P\hUŸ@E$T}AeTO@,P],r dw RK #40FyF>lG^acAʾT?j(gA}0h(0LQ }G^'za,2%g_ zaTdAfi[ c% c@X zA0ց2ZlzA&PCo.T wF#0h1]wF3]1݆40#.t轢gPv40:A7l;A?h!?âБQѢ1GDcEA>.'}B*{%-D:Q:I:Y:E:U:M:]:C:S:KZ(-A?3٢R??\?TH31 0i ƍ"uĸ7kjb$"KeuH1nvqs] Vqĸ 7 @$IM\YE֜EL$-?ĴY_i(s9'[UD~bmx+\CQ-jfO4OMLQus'bh'ѵt(?1n[vO N- ?WS+U?pjx x.#@O'o7SCPY ?p&q#l7QwQSxOQGOP?'>CS~N)?1Ti:f;'jN_6Cfp31af7Cf?:!)agO'8\:\u =f:1xekK5ⰴܩYK4Kfi`,jK2egy ,jg4ˆ~\Yi;,rbB7YeO_ıϲAςA齾^g|Yrfr?Rgޚ{-e~oRq+akY9|89nq;rr8zKYrq(ec=}6rq{cћ/88| |(l>=lr$?8x?xz֫_a}LJLj_F/vEak/6K[V/vKg)tR>[xe0k#y.5͠Q``@UN l}swVQm(+:';7 /卲n [KL獅#Nө2/hkO=8 ج#P晳Y3z(Y3A9x oe9>.o""vXٙUw/9w3:\ՎЪ֮|;R# OhsqZ|?t,naZE/$h("c!zK^YS=(CShKmS`,jRp B T{>\ T3M] Y4(uݹZiZ7KlLϷſ(n5F5l#rda02*~'˹6@wn6!B˭nP?Wh\J Tٰ`[>iM.BIkN3pQ ?};MW54C0f6]q 16ZO^Tdo1wWu^V.Vں2K1*+ B_W=2zF-ޓ;߫E=(8PSMJUlUe65B:#;E`^pc#*_tHNI !fKj}K,;Yo+iom+뱈O!#nَ`;v7 ,D7rH"ysMumzGH<8&2W[ F7IXb@2ȿ1Qzpsiѹ:\iUܜ:sl8x-{5G.m_ul룷7m 1}~(\ PT!; G9;7^׿af#0h jp՘SQϯ3N<y#<&әRjCWe!6/-nXq]ms.2 NWMkIY,pPykPg,넡i"l]өN8v8FiAr0&F>mkQ!=I&)9OuauFLqh#J~[tx+w~ 'NQ.}oH?ta-BgҺ9? e?{DaYFztĎx%mhr5U2 jO"QOg֣]TYP8gq;_11Gݞk]?vUwno;FG7{P] H1BϥFz;̃TPd )_h> &添ş_J7J7qf5idV&ۂK0F9Q~բw΀޹mXZ xk_1UX}C1w1DղAF0l7]ŭ~<W^zYڪulBz\vtzvR4h6;2*Ӹ >`<<47Ā`P븩Xݱi]{cQNC;:p!Ketܛ_|n^.-d9) od/m1CvJ y&o)1G/z܃E =#vsUόtעyKkDN\QUxA7+-jN f',r Q(u CZZi^mJfu}%L$t:a/9w?8w۽Yl}ソ=y|:w?墄>x._z7c] BJz2>HjHGhi ]n3{ w*> W6tcg"ڭu[?ng }YD].58=!=j̔fE!rG n̏?rW^uؐ=W@O0Ұʆ\ѕ*wcYjƹБ=['Nl߫>MO?dB6=:QN-^28qʮu۹*k@-l4uX.M]BfFf>|qkgXu:?:ֽ,XtмBwg-%k^4K1';Xd:A/hr,^=a ܊nX4[6GQ@L$t7O[9ӨoOc`p7&C;7);2Xq7[K_=͖ B{R4u3 D Bh I:K<"׌.o|@cvEpoc7P}귝e IMrɻWcdB,o"˔W꽛"ɬ‡B;.OޛHފ~oK/.Ki쟐O!UƸ\ د4z|Xg@l<j/_n '@¾sESy~8f"}]Bv6L1Gz4ھ|AOȖUQL!ru~K XhF2cd$eFђAR%7Xu4SOo-oiU'ist2q5ugBc~sy>cr a!шuРX͖% Чk5URC4.13e@pFZ>- UɲJd&!QDB`"łl1!d"qn#0'v8Zv^v~96$s(0 y7;u&7Np"[7,[zq8 !?ދ9$\$A\T^23Γ X; w;=}lLh1N~z?H.}L_%"Te8xoA)Oǀi]!ǠڑLTqɚVɺ&.빇9u ~~W'*iOߏ ~BkN jC^W]j~N޾!E YWQ?pm!sz'"ZnJ1kMq\S21^zucݴoWc.%7rVk`w)m*<(mSljg˟+ -BT#bzx]&^S3A5O ޠ Hhr<(EV</_Mp;pD uPw~$SbPCU~q߈vDQ~q!Ƌ%M;MݞN8;ءC pzi3Bi*wL&uFh[hBCG\Acg@ӭ>#~/>De:΋ z64JX.o\ёB"2u*$4m-dSAco.u9T' ~ ɞ<#gg>Z2~g2@`"`~`.@4l 3!{ ;LȶͰ=̄lLd6 ~ N"P[Lv+~ߘ Y+=7}Bj`R6RNL/ΰ~k;z=878~Ƒ/.`҅1CJi<8- 2}-fۣh+=l(=> m%}Wz7h /0qgwڸZsLM6?3t ~m5䛊r;?+l3gߏ?͢SbI`iS/"`wR,~uh <﷿%K ]8m\ExFYA5P2fQ|i$@{ ~Q7r{9,%*e\s_|3qw ,Zp|^1{/&냧}5<3<>4*b{3b&>dÜNkp*yor` ۜ4nx@!o0Y㣖_WyߢOBma#ݜQunu{}[X-}w w@a;`{$,4ͅo7 7Κ>/gm7m;4P4 NEUe!w/Lf[b|wC3v9\_tV痥L(TM~v07?:喽or~˝`I 68{ܢ%Cz܊D<% Ot7֡9vqAâ;rREG8k$lӻ 59^_C6;+\b3Ǿ5;qgϚNmo +N"NBOt%v$RR\uݲnY>6n Nѡ+K)>#;0/?97fC j/fd&KNey)`^_奥޿ ==-h.K=ZQY(oO]Q qEOg%f%64N|/,qF%ЩHwvr% O'}[jUUȔ bԖ٪:W8E❎]LqMM̝15_)cE+$eUlU6:'Ă/WҽJvj!({~r񾘕"*#ERRUm` Ae+kW15KiQn!@/'bvIn OdJ =bSVf [MƑ+5x0hRVUj.M*EAag7JWgdMQ *B9y"sgINISltYZ1+kK,Ǭ]l 7M)PLeµ'sS~97>0?709{nƼTɝ8V8?z9w^ܔHɢ8+ʹdc*h^*W8  Rמ ܴtu+W|1Jb6GI̫,!6-TTۗfݮ6MqP5SZV^-c[.A By(3O-/fu)p;z -\O-gx )UR*"ݪVIw΅?vё&~.v{!>|'Td_T ->rIAC)9/ ZHNjROߙO&|B/TJ<>^K݀LV%6/bv%O%x4N<0{I^~#A f6r_2n 7< }Oh3(z%6E@] tU$<FdPF@āPm$D):&$UFDcU:G]G|3j|U*zǕ8:߽n]a-NW}}Tݯ*WTq{/:AlFxZ\ R'|MN"jxS!\3Owo%agS}?$\gr."ܿFt}^57}:4N! !p7+Dh$dZwTs 1I Wr>_#|Գ_ M)iCu~'cS Ekm{o?M[믃>ꅿpRhF~k ?kꍗV1b8 ?33|Dbx kUkQ4\ og \F~?73į?j2\gFzfw2csN90K>3'Вҋp~"JO?7ʿ;cx?3ÃV^yן42Ý `xy^y~1|o}lc5\-  om7&W>Hxj/L?X?>*h*5 _F7n>1KOd*kn"}? _G^/V 7ƽ_fa}> [ '  /~dx?>pO ӟGVSF ' a~ސ)kdp5 n&o? {n!\fǘ%`#*_# c<L.GaaYM+%+,|ZZkHjMZB K>gBN}K9;R>bjŠG:|8mEdςeZ .["dr GeU*JLV8੶$?W#_V(З%TN1+igVi6 IOsxoY295&cj,04=4UvcZ.˳,N-o2ZTb:k…+4YMs-xҲX&V)Ж"[@ .Ҕ*vf垇[Mdq=-`2 Ǥly]q,M jӸbd:es*Bd lRK N+;rH= oGLӦ$[ ٺ ՚"<>,d=JYٔJ-g_PYֲgN/G鰕ÝΦ \J&V)[AN^96u+]Oh-DT,E7i Fw8=4^8Eվ$fT{aR1L|s`÷t{ M"Oks-V4F3t+kjj-WkM-YJNSI!:cg2pgRcwJ D)-Oj+ղID㔟e[24́۔YJM El*M%qs-gD۷(4eZXWjBi+ZJvZ5g͏gӉP\Ak2ծ/Gn 9;Sev֫\(XdlrhrTmEn x,#̔K HW14 )A? uP"prVJY7h賷CN]lrL5W,|B{3Eu4g$<qf3מWݭvKxjPuP{0 I|"EU("hTY*aZ:8ibA|3oAzo)25z}H.x̄d0YJ^p, ᵟ1kds%4Jf)(\p]Fټ3c\03 +\2 vϩxKXr.+ݒR^Dbb/i4~ZP v~T+Vz`|P`0v"jtw4RF鈦] y]5=j afV-n{$1B}ulf0Oy/%kJGҁ)Cr6{{-2;|FSZVkHx)C#bH֛SB}៝U0f+0-EG qZ ;˻/:-^h7Bt$ٛV-^Pqj6JEvLUA2m.zG%H/ 8=(i.ZGc.'Sn{|@ :WWCVΘVaJU5rtQYY]]=קVͨe:L8ǟ?=\Pp R찖&+ŻբL S OTd+*fXѠeb(wxd ن\sNFIfr8=:-D7v?i{}=ŏ_M S)L'>?]CKmMt“~$%ux BqМbuU_ӹΟh APkZ#.?R:-X4:o_)z5-3K!%ΐPDT_C)g9`%_ay78S:m:hSF(f:1e[\.[U)$@X:{輗ε:=Bn_RO~W \YRфA=rWF ЍaLB4w ca+TEZr-ѹByx):JcDEm*;\c\[( haaaxw<pk|n4#]qq@>V:ϧs)3~;$| MϵdoС-%[O+ْqƏkTؒRnQ:F /abW"N!~ݢ_b˜x&,T_-Џ?`K1h{tx?ӿa7/6Ƨo^V3_[qymS|~n6y+zn:6|ëSo?|~ϬLC/}3ۓ&m/?|K&,~wܑ#_=p̸-[?S_ &잽Ƨ߹y ~<۞H~?v{w_vO=.z*ֹgGv _t[ٟ־bf<4s={,RV ccXn'vf[I_1KMP}ԺZ=T >g-pp^ģ#}պex{H_4`=_K/Qx3)<&IԚ8K؛ToIpSߪ~*uO~<^#y_蕧D'i|Fu K)kPl/juA>X;==pOӍ+:๮UxR}Kf! aOMV=Wʳugj/P?j;G(z Nogy x ^~-OONݿ=Te'yǫ6 S<DэRrwZ7SzשgIGMX={P5B!I`oC^пNn\ vvIivQ7s)yv">|r_:cC|?N:TηBCOGPNX73sO Τz<7!#P|lNw!XF~%H:Z$$Mᮓj *xv*K2mPT4P՞jع22B u`BUA H'mgHJ qOH^d.|u<`2^T_Mr)+gmkGixɔ; jT>|W#v.)F[FNd+Y$NMx{N72xj;dcDG6skYY@d1܋t_\bu,ik(/x']'*ܼ\7>6E"Ԛ zHBMYӧ2zaKռȊxˮZrk*JAM4 @\UpdNy8:φ̏B\?(eC7uY}URgF-#S5ӚR/i٭vf3|66WҠ6Fq/5R֣W$*yUJtMy*B&x b3Ynw~*\Юi=+lVZ6a2hZ+cDt2v ٩M6^aPYz."P!h y o)kaOO8=ڇIAJ p!UQE;taFTZD[QZe{D?% "<6q~W 3n\LC*E[>uH C=bA8Cd8jE:KH[5!rH-U 3?M6Mw?yx|$vFTJ%*wQttfOGMGTUzrc~KHHah:|ׄ/VoV}oR !QB|yxҭ1Lq,`J4\dHy$ ARφķ!b$τ2UC'LㅘY*70*|X 9Z: Q9F&ȓh8r C&d2ML7)o_lx-7ݡnxe߼ݣxh.Qw!~}]%bPJ 6P I F LXpՠ[babJ U txZ(1@諗̎(}5#j T a(+IPR*'? I@[O?>w :-щ5*\y6\"M0DeabCLKjL0Ѧ5px: z[^z+W- !$D"0b$dH}>Gtsf{k>{ w0rch ŸaE0v*72 )M?3[3w1 c'{0>3_#?@ŭ3 cׄg 73a ?Vb\s of.f%?`- lc8v?`û33g gƟ#ƟᏙ?:g3g>gb3 g+:0V}?`{0Nr~ av[a)I[of80 ldN0"Ah`\p:`r!*B gƑY7R c؍x%pkhg^33 s?3UJFƟa{p͌?Mw 0[!]?^{!?8}g3g^grg'0p+O1ofi? odnf obe9?r733? _c1p;]}C?{?0!qV8s7w,V~)dM5B.cBbM޿}8^9ӷ&^Ʃ-❜>ϧ ">0WTx?Z]Ŀ9E-6g"nnJLV?2 2sW#/fjjs8="w{kE6Ȟf]IQ`ojDzN+FԠЃZ[<V^i@hi}? rX!!d'IlGx.ȟ첧][dO|tJܪry\QvED(,|͡HU16^= :`ԯg9{o; 95?B wFl -hK1^WEDsPP3Zd[-tʧ.*?W_Fs: s &la?%fNzhP,**pJHGߔpKT ,u6 ^u~< BG2#:O:s-׮ϑȭ#dng^@~Nyx9ru,G!9W\wpe?'2{x4b46&V7nM+E?Af2h"cfs/:]`'A'"=:äzz%:>tY8\JxH ˩#냧J#6 l[5oO]ZI ?l `U2u;.`?Oj Y11"$lg+o F BCz qGY]ǩ5I|B>w A` yA?e[ׄl+ ,( I5g/& XfOB]DPUq@iWK-ŧsup|ssl*{F^mҏ[U&@f?ryqHLF+5Yƚ/">ۗSaۘNp;?96r~T?čzhBBXA/IvֲQKQSDfcb6̶P`5g_L jl(ߥ~E[ L^>˫ 4glS'f7[Y( J{2ⳏY'bBB?Bc fկ<5RV)I\s\t.i+F7PZRdRV^dd +Tdt?bxHS8GhHġO&jD$ZjeOM?M]2HDf%&u4qT#9w͸f!|=I~ܸ=gJ 1O1ۧc ЮC%+ 8˴'ĸ:xشr ޠ_^}ړZvU{hQ >|'䳌ZT ;Z* ,V5 L%<:s-*E6-H;r{Uk6Bb)KUen6׾$$zVԬ~#-Gޕ}p62Y=+Qa樧&N|cO֦'=EBcMؙQ!RC"{gܕɾ  }#[$5 ׫s|G$#'*‚n&Q܊C7$:i,b[x5h3<w5O Tvah tH W~zx^eӤ&~ݍ1 ||E$|ebj}Įt_1$`&1gm:϶Rl)Լ.pA%\ESķ1fz*dG &d Lѡ'#\HRuXn>AVeF99GQn]P&v*SQ1aW&}}y*Y˖;{Ȧ8?+dgdj(~YX. q]V/пeqOOqߩ;-$ܧDOܢwA3Xi/ns#*6;]$;-L̹XE wyN}X !(z5puaeq?!I?? y/Q6=gʒףIڼY.k45!!L1Y*M: ?9`)@H$JsjCKC3-4)tr%\AR=>e ~aP5U`Xg3RXI$&+KK4dB*y2/hl+z¡k?@{lY.QޞZxz Njv7~wwgޫ&ﲻUaEco엎xdBcolS;܁;:v9v5 n{QOB{g- i4=(YFc'4j@{ sЏ!b,ݯKM}YNl_xVR$i*zmiyo\x}E_u$-(1aץ֜;Ӽ*?0ǫwywD1w3w3N^6ҿ::?kQ/dR7o8p6klm8go7-Ө_@Cq[2F%y`{/]ybޠCLJZ9)cLvrvb}Ug6M4c:Q8?ӄ3C8?3=j"ϒwh3i xjm)u9A8}>v2[Xv\)-y!29:{Ele՛!fMٿ|=Á3cm{@Ҕ=w;7^* Ao+<۬_n2m6bxkL\տhaj ɏh>|*{TMa 5UZde6#S c{bfw9uC]Y[[RHOW헓F,Ͷ_5@"ߴ|cNdh#&o~ѫaFTN"2`3.[9r~Ym6m}-`A[&bm6B.l!Tk?f1.ʯα}Xn(ŝP"@`VzjD9Z9 MLOF裑SQbF\C;y]^`.ʿr6_[{#J;[鵰S;ˮ 3.M{IjaZ\ֺպ*6 ni 1OaQaъm8~ m% ˥$mmDmtqΰPIEW߀\^ށee2;hK ,VȖNޣ]%k۫O/ΚWέ umZtitJ[LEyۺk 9K'oת]SEg)ڕٝE;|>l\**#$*UX3Ǻt"u5ZBus˴G]dX{~Rp1gi`6ױ}U<4Ǯ Gh{g'\ʛkذݙDβx'L29hf1ؐ_*5b,צF8[ƪɊ6$UG7ϯDzqqe~S BF?blcvg LB\ה]-ЏP{krVOR/_A|?OtW͆@t^b~qOgLᶺo~2W*ʰ+ ~=o2.~mL<"t= x+.Ɔқ}(ߞs9\f2x.?tPi/|d(ԣoC==֗D{)q =U'e_i衲X =s0yJ %5/)ۑofǪa0ۯ]5<Wz\!~)aJ~N{)2V}ξCz_ Olmqւ+z"kSK=Nx%F8lf]ϛK)%4Wtѿn]s-TE#RJA -.^ )28.M-d{g|C[|QNa]!&vjщ CQTyU1 8 b gmTA{I3S a rBT[{4fXh9;Ƥd=M|*͆MT cO7aM71wkcEv1=z,R>~=[h0u 3ba*p'{ݙ?>mLF1?Qm~e(|c';O-7 zǂIJC&lOZaMnk#v`Ij}ވ OUgq?2lxKzsx6nw묍2S,Tzk#hPDfe]W~/.;ǯbTo_yW?Ws2475objv|cm=V|_W͝ȃޕD5ཱིx3 Jo"eN+8hˌtӝ\eW9[ϻEJO΂wB\AE镯xeo؟?.ľUǶ~+#E뷾"J>ugXϦ>ngᵟu5Ѓ"~-o}*iC!qI={~C9!B5E L>/s 8W*+P)?k#ɦcu?@GcT?ޒԇKL=`.D wDOW{L&V_?eODP$(CqäV_wq-ItqMDo>uցN5pudUMǪs?pMp&)Y|㕹8{UB0YLn))MoxkMǭoͪfJDcg ^ts?%AƬmw{ľl!_oK=׳2Tcy|F.z@/ȏ8A 3'Z_3P,'V2omoom|yܱ ^I|lm\?̙#_a/)րb|oK̋Kdb?61wb^3^oky8xwhu,qg#*zuf|*x@sorXs\'MI# [qHf]z*rݩUoO|cTAxs~eӣ{lQ_bo! ~gU& "ba"{Xk*6ZQhf(\/Il_u6Xqjr׶*;mnT[**33g:\HMZU3Q';2"ZXI?W!|@>*:8(sm?R$k#N ɧ+ b-5\ s~ݷ^kGbdlDeeh>믜Ind6ҷ:oF-0fmĉ4N݉mitcxװ JzD-t3s;Ҿbag'.{)$Њ b*{.xCn8hF{_wR_wՍG'Cd$$SfNdsaJL%Ǻ J=tuh"0 Cd &SA`{clUٚ%:P.]J-F%l 5&gd& (ξp0.ֵyTr'pƎ)xj0DԿA Io]9Alڲjorъʊ$TQ-5eqUm2;\J DDn&2o[`Q^ `A.[@.})hw #Qyb鐉yQgUs+X;p7EYbe"W}uj[Aѽ3g~̢̽c\d-eةKl8(NYKx9\ׅQᚸ*EL/D=[lѲ0md$fOVjy%)qsטcV^wſ.]wſ?B"~qƋ+$y.EZ"yjW RɄ jNqJ%\o&ӽO1!T`{5K7IJ6 $ՠ>\oBȏXw7wR?P[(M4RSPZMi=g)@R7)ާ44JySZLCi56JݔRODIQʣ4bJJ),(QtR?>IQʣ4bJJ),(QtR?)M4RSPZMi=g)@R7)O)M4RSPZMi=g)@R7)ŧ&QF)|J)y(ҳ^FQJ"_Y,U{}YSo1͓l2M]EU]㭜7uoYUō*L -wVPJůݒhV]MjTAsϜ7l?iN;3Μsf'`AKvLH;g/65ޘX')9lxPCE-4ʼn 3w9c|KS쐄åН2'H>)l%UO5:v?+?p/pHjһx0.g,Y_hP5輅 s=lJyt?c:*ဿs|28}WM(|GuVo 8Y5'r1?[kWSX&ߏ>XoG~+|=;đ ߫;wP|pc>?ޢ84y8^S8SpdQ>zGL[ CK}A|k|f\>Da30]-y|ąHb䚗"ScL,R8gbQj#ں56-f Jc?/ڢyx( L ,ѩ4.!ڄyOca9vx{X4 }3EK |H?/q1SR[=9ɑ J˔9(ӕ9(s~n +fSq`١:5q#-'@o& څ:~^X-}@k_j23RؽLo&cO^GxzƯcbH}o`'0v?sX99"7IP"BTQ+)`JoO&{7c]+Ğ WS~}cf~&qseoKX.‡ʙ̰`, yd$?6 ܭ}=$> $.ru>Tp?7=_0J^8Ex 'V+ WW3}EJBj% kµN~x;!Jgo x3cpi;:ݔ?k=[!Oj3`_y64fk[)HT/i'rQndoW5S ?4X?LIF?F8zT _6K?'?$U?.3rqAZ W*{S7h4"_Jg4W !@O^oJ~ Fg26>!%T_v4 $W ϑހޗK4*i`l7RgXƯ"\Ouu<.ˏ)ypte?A%Ipg$~GMJ݊^C÷84'V?ihZVjsvR ߥMw m{gZޫpjq ؽsɰzI~?NR0ʿmƿpZ?7{C45|p ş!Mӯp- ;.&wZI]?Ci] Rv'H}_LxxoWhxc; &|T>~@h_4Xÿ`_L8Hw-FIIh&i?j'4|F&Uf+zޤ{4|kd5V3{]D aZnź ĆV*1Z&wO8 wa4fzK.g o;PIPhKekZFH(Lg(BP_HȗmV܁L%10 90Ȫ&sq墘mg͊ `#aƍukjk-[hX\SZzD!ξ<u5I*$?(JL[!Mey&5 ٮqTeELK>pb1͢J Fi>2?t§JDj"x '53Z`MuhƨaVYԃsI햨ҲNJnE`K% K&Xk&/ebRHTjbyaEkl^jɀc,Ec>*fR-:Pb6gh4لKp ZLWm,kY1<ԭ^9JE}@+HLEٸlzR| -_LA-@X1/mڲgK8,2&t^ϵQ' &5 tcKtd2V*:,|QEeEʮN_j&i;>Ь-33/z͡lHQd򡁰n9W,pmC1 5ģ0׆ps6oi&ݪ6㆒ Dmk nIl-jZ[L 18Xs݈ⱐ/nV2F2]7x Fm>\3U1P&CQ/Q7CWEF̥zӫ :JiBZee-[՜DsLVVmap#ͣ<b%}UDW8kQmxٱ+{S(SZC+T+Q"FG+ˡ&cb9U7x\&N^s2t={(#¸ G5[m)XwDE̬G>jjGkys~lgjU}ʒU_6րwU3FbZ (+G_C-!ivIt;/E(m]me.WgQ9drײ 9GUgaeZS ؚ_<@K8ec ; $‘} (Vax1c"r iUJYUMo2f,k2w'+ p8J|e;gsԐ~UUUrvEE%ϮS>n_[ytE?wi2Ú+g 2v.k%+aN6N˘VY*>H{׾#4ܺD_q`1&j}*f9217װ+S!1[a E^]|<<LJ0rFi>_~gf+h!tj.Xݟb^1f=׳kRΑay%L I/gI1[/fŻT_RRPғ` >g :N L7BJ _O"۟.+zGz>?qM9_` 1[ZY?ݹ}npeoƃO࢙}Ϟh_P+r.o ^?{usz]HΖXg,t;}&)?"II_!j+'Ky$}ķK"KIOIs%~R_-_9% W/O$vI!7Jzߞ'pL:/Il-ak2Io6<60/|F1¼ɆDIz!]L8=~zy<9H;rBO"цʊ,^%=0]bD~Y/<,' [&qȜP')c>|N7pqƧ qxǺSo[Qr0_~utȜ?R|,6]g<_ϴ2;xY/{VLtFt'1_ "^fMy[ n ͗mvUYy߬>2o(zlf֍4#48 ~k8Quoeֺq蹶k 0zP"[.@\kq.{?'"1V:$ ͅGaex!BT#$?!/GH:4GHeBRw"'؋\!QA(B,'Ҁ!`+BBH>4|! cBH}ғɷFHz/BXCHݏ تS###cWH Kwȳ1Alh6 r;?.pˏ?C9]x78c:1F/~ U:8ɏ!Pc~1dcD*+%C*x p/vaRc$c|1Nݼ#+Ϳcdc+{x9FVsU.^^~uQ^~?1ߨsOc ߗZ^-Qvו:7¿}yW܉ R=T3îm}ɡWRHvqwZ.Y\~ףL/z8+؞5w'bwMuOb# 4+y|=8+*]K) ;_9qe:O~o)۾L\u_~?5r5(ɏS{ []Sn$%}j0xNRw]/I>VHv7#5N#|`}fByBֱ5ؗ=~&cRHw>A|+i˩nymoXT3U ֦pmOU~] >g;\;\tgtr,Mr@:?Z4/ d|%#O Sb%ILWؓ r}-xCcSbk|3gM>g,f92pH#v}.u:>wYo24ӫslo۳ &!ߞwh&kp{j)p%y )ZAY9:vtbjo$"Nݞ%Ί3d!ΦlOw{^_$}F_/&}F5߯o8ghsqğbri9A#A;O[n|۞^h!_Q^d8VI8.ko'x)ρ9(=rOu >x.oz4P}[]U(>_%>_tU5*S+対BznBՓmϹmw(a.|s na[J㟫wuU z^=`꣣|UwBnO@H'/0E݁u4ӉږqYwTɜ==XD4q|xD0a%{]U?y]^z{w؟I\D*iEϤ$> !C1:ef0蒈0T}\ @ecPXZJcg0vug!5lN[" ؼR$"L\ ƀ²+a?]U*_.vq/"vY⯷ŗ+'6}ogl+핬8=x4;^(i2ͼB<7M^ Wf)LMO-|!y) q*|}T,πkC̗(zfD[ Rf+ դ,+^e32*c6K4!҈wpoq6hKj cF#7}F[enlF+[5;R^\6*Z+;gʁu/0tW`ww 8e5^0bsDSWxcn.6oWH$ԁA?Ro7HAvؿ&uN %1QUÖ84־ P6F3"- %(nBk'qf'w}0Æ";vȋ&͡5GfZsWQ7981D_d0R/qTCU$6*Jټ e)|$*r&ʫa 5fysv$0Ie\ QT0`Ɂr"6}A{nD 螳RcPuFJ[#̊2qw(uoP`"ȁz-H&qɆHuWTih3~BNI6G;\sG&Qb3/rc=AMJH"qT5r6Le>fDaxQlBkN1| /\>T  P9v߇&:{ "鷎R[*7%P/oiJc ?5HO4^Rk4fWIuLk@3 * b:3OzLM^Y|m=:"_OV䊮K X'c eB|_ص4ot/)@о{-ѓrN;^dC"nA3Kk_~\XlskI7+}QۈkX1w$X~ajNK~d> *7Lu`jPT3yz׌vu~(J(UkUBLW 1]%4GHB\k [(0O+gBfR! !J/"v?%Dzl< L `f&uxOɤL;)&Q`9QIJbmCIg1 E4gQ(f w#~KV,A">Ȝ g\'z,OE9gr/2u4BT/<=G@P)He@W{л\bS,%ez-z6&z9==#WbͧMN3yߊΡY/@Yn8gF6{?2"|̌6Y)ȠMI 㚕 ēxC greR2zMM]W̪3j=qY jq9;}ֈ$j6v$~x(FLgg s9dOP}קl޸**qEЄ!@bVx  ബ>;R`fۼѐ91)h"vNЯZ+ϭ/2Nj,ᔡ MG踯DJ" %0b'Y&aFJ-+;KL!&q x_pXf)4'+zUNk7]h &ʋSʨs&!;Fb #3`RwFlrL٦=2=v":P/ޅfW[S'lܠ&JG L;]tER^*0+~HS>;r-+(l/7:ct .A\r;g #@6M5 hgcvD57Nkyx}t1|gyrNNIm%i'ӎ TEB b^DBK)!~;,{*#cFVMY7ܕQxê]U_Op/j-Ssn{s$-FP0`T]@:ivmF/~:grw0/"" $*Ӫ0@CnVN ;H5<4=Op}Qj|muȊ//'tHrq~{.` .4?6cI1P8Ofq'2.HYoRUשIe&Ü "V̧Jx5;(^1~2 fig]&weeу7gNIEf#]%bFJ76tR`,p%.ݑB#xCH\Os1ޮ6G#=;H6h؇.Yc>g~8'1rVfi=7UIJʌmrjd"`v(lOx+dQ_s-ˀ%K%ƴP6X%Şbwa#U, #i6[tb5at^-坪e*MfZ C+H @Zj+ݯkR oePnԈ=V0Of՜6q"^Ď:G6E6l_)w6,xfwkڎ 3(`\M˥!}c_ _}n{!{&]k‡|#bn)s?VC}pqy~nX2|o&|[}~{թ%]M!RXAB) )I =.QAu5< 7RXHa 027G}DaG8ZX +5IHnAq [gS{wKn_ic}~]tKkmYµydK=ٸzf3WmYwۗx?u^רۂhQQ\6lA ekM=wwJ8>΃\~zOua(BACY.t{>!זMX6?ߕAw|4J"s_O0b܁ԝ$Cg yȪ#Kk2rHyѵmk Y@L>ZrK}mXP;_= T~OqMW>!W `|C |][isb%%? T:+&)4鞳N7?}=^Ra r0?}=^KHSK\={͑n3U%pܙ_A׽5tmԳGGBY>'&”5?E{>[d |.%8:g 0ǥ"VqqqܣSq\2.nd\YRɸ/*( P y*.^,QŅEd\pd\8Nƅ\d\`M&dj1HcxNZ k_TשCsq?;'#T{g qJ?Zn/}.|k"aR =wr `rď_;5PH[><*<?Ns_ 5EW6?˰ۜ&+ΰۼaubNmJsecIz6 @mv5L0y[gq;PیӴ-ÝڬVifilTu zLM7L\SwguF܅g^3qX#&`G2꙰eMjH7;PEmrbe:*4KeyY{ᔱ:^B[)q*L+l:TY=+W0MK&avZ1mYY#\FZ̦%qtaxزSrXtj8/VWcc7k;Dy<@=E;P:u~WrëG^p3p_;HنQVoUQEjaғ7 B;NnFY3@c*Yjyg)QK*E4y<ʒ|S;-W30vPS;%ϊ7ɳke ^by;w `Vt YGRo\{?5qS%^GQed &`PGA"$܈kYk%J$H ;C2 "$0UȊ|oR ,G#|% =VmիzV8}n߾sν}OwSW)Wxթ{?^^ToݟgnK=C^n.xsuP'?Ә29/,,uB?aJY^Q<y$OA'~0vWʄU ^ٝĀ{?Z}cPݽK~+klJ{gK_Lx}Kv\F&iZK 7o}OŅ1ے_+.O_Vb-o7#JOBk)&Y-Kіzܧ^;=jiϼ6Y. rKdXί7/hqo\YLg,M{'7/"}L5ŞC׷,4O`>@ـߑ|l>.Q ~#74GNRP}oy~h;O zjA|oCywgNJ>t=zxqϩK5Z?4#זZ?hL;9ߴ63xr Q7<*dZ#ͤwgNeIo15BAےfȧ~Q8<3ꯀ?ۉOzШmmn27$:9+2`>_/(bzSDq alao%kH٥nj)W<?c<﮳^g$ߚ"yab{G\?xH6cl{v{fH= }X ,Jcp]Q WۺsgVh&D3c Olh.^jKJky|Ꝉ4e@mkU)C5qxk'8%=>gAhY$-To݌2,Y1h<3?\k5%^'.-izy;bnu[{I[b:)s}Hc*zKu}TfziqLPRH ׃]JGք'3̯3ʧT3]Rxf?jԕim+NϪy/ބ.LШwpE JV<Eu]_VV wYlx(B޹ L%z}*)KiF,]sK .K04ú9tHhY%+*Fir^䉒6ܤ*yUӐ~JWYO(r zTRH4 elR_eU93bFDoYa/3nQV;\Q%m2N#&gQ;fTU\$٘,eO%EdMWӢ8Ish%b|ypdM{hl=4s1=\ƽ-VZiMz{i/H'tY8|B܄~J,މmG/!TEZSA"RJ~JhdPWL lJc:?T V}ߘye1߆3_?F旱ay?_U*?x/oOe~ |_&?TobW^ggK?l?{<~[<~ykl?<~<~ϲywy_`)y:guw;c?nev'?u 72ӻSa_YS70Wpg3pe> T*<g/bg O<\-~-@TXhˆK@YP?~}Z{Cvѿ#|16}v@7\-ďq핇hoJұEd>}rY%"IEC\HV#-ds> ɽl -8u$'rT{P F>Ļ_ pF)@1omiq\hjFM3,-Q~ա$ "yHXs5ۂ@`ۃf 59r+HHp2Yvv#ȔL@y݌oM0voQO@aGO9DWMԨ)?6RW+N%Ҥg?AډH|<#&Xh,\@{S5ԛs\@]`$Þ@O>t y.{h]#ߌ\O;O9PVC/ /Bk -΅Vw16'@ Ժ@sQS+Vi!Eu@9&L˜5yֲBZ;>v8*5@79I}'8/9Ⴭ2nll#pBե5xJ5 _]Qj_GwZ.%]{<~Ϻb\7>->,v1.zDdG҄7 :C{*ot fb~AeWH4mc7:m #yŅˮu2T:$U^GG l60W6Q_m^{.o$v=xS)o*Y;sHqz?N,5׬s;,]UF:^/%@ N9c 1(P iy/ YVOr,ΑCOv+JNݐQ N#V8mծYV%eV>jAEe؄$Yeղ ?1;=@^hkYLq i7g_8kGu}9=䁽7w{M6wXI^8'P .ؿ%E x=88P_;b?7J 1LېJ/G\塷gu<.C幅XnY&t9n!dU[}=TiA;Q徃 PU*T0'bUX:ǪlǝoG.r= snJJhOR믓)ywei먨,vk)ħ.8'(vrQ$)CK/xMqbrK[2TN(Sy5=& >6+XEDYSq` lN!HHYk+>v%l$#I TVXK*sG]/;<%ҘWHҐWUאӕaKhvntԾP1081d92U郹Q-}O 5j>I?nGbɋ,tOR+fÿY <$M(AX'pkss9J躎@n/>PYݎٝcZZs+Q8[K'y2+6|@9%W8^3-viBnʜ4".EWL)Q\ !; HaQ NLٵj᳔@3}C<͂ >pZ_晬b[ hGs"d~RAYoXr]E_&L(VL 59.'W*]Y`>ٍϘڷ(IMEQk$y;ǬD˻T=m#aҶl'u>\f8cm+A[$Эo7䣼L?д*0/=%>Ng&dj?79rbaHVj%32x34Kۏ)Չq.Q U:Hǵb9MfHGřV)z&Yx͗9-d;>or4`rNM9K렸ڵoh|ÂW4 'gB__ hvϺ"2x #Z31Y2-QUs&u*i;OC#K7y]!DmkG ];@<gk#+x|Bh4vygX{ ֟BvY{=2gdDxxH f;- ? D&Z(_$@xR@ KFuyAgaa 0A|H6D5wĉ)g[%s']tps~6]MNwyݚܵ pϼSE_4)Y$=5q~n D7>> g iAmbCt3Tf}X?.xg93V|'Zb^ymE;Gdr^Ҹx4c˺m{4X7-0 ~Z}tZ;'p0wcoF;MΔp~kNx⦫U6VhKK[h1GO5b)`gI%f<&[ntgLl #t {*y>in$. xJ'ױd.ʭ$h ^e+gWeو&Nk%\9l!6'yҒp"mr}n^8XҫC@K0t|(i5d #W(ȸg ́0Pb2XDne,⊏"vO}Wfdk uI'᭓5%x߳E!g3M& S/6F['b Q@7BMcl$M2/=uX6:`}?4ͨ{׃h׵`JFT'v-~oHFݣԃWH_K!#Ȯ˩ˤ}'NiXI w={txTx:eh'kѡωG?S!H$%C0zQdpNMfaw(^GTh{z_'D+xGv1HWa$X/jH޷;[+%/*hTJO/t͕B][<aꆐmd(E#q"=–σG#'rt#["YIx6a\E(-:'|_ט_m_\?j_=t{C݇+ r 3"2ss4Q}閷S$#ZNۯ򴇻iB--a=,w}y(<R S Dsww?Ą6,L³z =>iVGjb>\=%]Qo!HUdTH)j UԜOd„q_T@_D 4 vTÑ`ׂLADـźLlFM~"JԬueWJ5?G]oosp*WGUc(h 0Ԣ"ЂJ=a,#=D_IñRuXqDlޅg 6:Bݽ: $=40 d 5`#P #ģۻ;GwV:*ԅ=M6e`4>2Q@pWwWW|e{5POyX|ӭ`jBq$g(0~n+IP,+>/ }I,1vd2EIΩLT:aS$GJSww k 9g ?~םkud вǯ2Y.^=u[=}y>J.35EQ9G0FRk!KȠ^^O3H`XVr+Zv} ze-¢b.U9A'{6;#,[ΜbI"G{:cq]g Lⷫ3=PY%uOMɑc"vc ܀  , ɸ:ʴƾhs% _c6$`8PH@&a 9ƪV; '>6<]vS mc~ޜ[/0iwS1CAl)l'&A_ %NDbX0K+iANcX")tR/H` H?[x)vH1<Ў'CS0"T1[]2g;d$%E%B93Y)?EN9߅* r[ =g 9=Y c#?J6Oa7k @&﫻i_ K+hOҒ`_ERLPU}$ky'r~ m mT)JBp[%W\&9h$(HXӝH_8dzADhv~rwkZ}k$6tȼ vwcL <6 -o(;K"y[ )hՋu1y+Rmu bف *+wt/ߕh < xGѽE [R{5:` Fd.>R}Zn7F1Ei*ՙH36k ;bcUra%{FCb%{Rm[S+}ϮW)7Bۘ}WUq%+O۸1n6]7 ݞոdʹ[ >i´Ek C f8D:r>R C P)NmĥbE\xO/Et+IgP_xjKr})rj0i^eE<<>=PhvgXn\j߅T`MEm/u[cf)`Gxheı MJ/U~Ab<`E΅}c_'c"xĩ5\cf mËAo߻%W0vm[]  C?6}FvL0[Lx;"SHac{:{\:օ'wĠC OCW6}>PoPn(q*>H9r%sPWIտ+c&npw \D_bPҫ0瘯|34Tm)}O 93̈7QXI$xyU SI `Mnľ8pP ZX v,E _;4U3Auu˫dځ]{\vlD d!Э5߱.fW-qE;04fNLi%J{WA듊²rrE$IlբL*md- :~^j~1,YOo5M7ԁҮ"`KC4+>gs1'ݡX w*f38(0GjisQV9L#Nx^H?pRߓ]2D  <"|煔v,v賞CxڡMykl@h;ҞR)("Ӄ}Ǘ~̴Gf8:Y;PcUKxQ^݄.Wh ьʔS0eefS0eޤ2 u222 Sf埐lpZnO:`h={Do)'Dpnzx"oC_5Zeo<5F@lV?/ r/O',or..y5pŜN4*29&n;?΁P2_-ꙎKF~ԙ&W*i<-OSEXѼ+\nu_iX.J_Eb)T1t/6Bsoװh8`~A*RO`p,\ s~϶5gϼ5?Qp[ҫM8U+,P%Ql nVbߌ岘Ta .7+^Ʃ.I!]c*7n8-ci߅c>XgJ}Eln<*na \A#kYOW `sk0HN[S~xC(~<7~Mc:?7,@JlvqiFӸX_9fuώ0?9?a/z6,~4BM 3I[ bWC8O]y;2O8\!?#2ʗp@x0 8sX?G=\f~?śR[NϿ)Pg|/o@ Ħe? ]ßϜY 9'Y=:,mE>M'`έỊmTa$`9Sp+e9|xD aahH hi*y;aiXfߜac8, qc5anlܸStʸO'|)X_^>1;O pRg8[> 9/;Tg̋®kb[pc[Pmiox ^bIBsZ/֡PB#mu uspX}:/<DujV5rzF'i?,SztQ qh؁Y$yZ4Zt (ng )3ġ'\4&h4=9d#Y'rm&]m=zqiuϠ_'%up5bi#hR,.[_#'jZ/:?9{CYW?AYȀL1N uT㖘YT_\u&_XYRy /[] ~Q6cXu)wG]vXoTZ+]m*m^bM .Bp 5G[?%`맑F_Im*U,4bmEl_IL~dLT:FS14L"`nZr OM,f}*Hc-y'n*߅cSn"n__5r}MĻn$xsS5?62G7M|! I77&iR5i{W U?I[Zu.-jb]ty~L[C3ޞۻ{CF<|~V?%x7=.Js性#6RҚpw% ~c901bQ*FgnC/?b3Pǣ}߁_].$0h #VPB,hWa+,/ g +X"-RK?ކ::gբSQg5#6ݩ`PNN~f ˎzvJ1]A}W>LKY&Y{.|V|tԏ9q-a> aHwt5k{4##60cR~Ia;_5:6=]E`CQе 4 |c>蔏)G ;|G)S{ć!bfh4>C~Կ+J/S~()  v#x@(btpG7&ΏĦ®J 20b,D;&[;$L90*KA'2$qOB*ڏe%]ŴdibE񱺝94(t*IlvA%|A k_+O>PtxuL0}OJ, ¥*Zc5x 5"$Xvۄɟ0?s{PX& =zHOPD ކNJ)(W <F¥WKZHhD_\; lL5Vx?ˆ$aLF?5(>*2"Gsq>)ɉ0Z|Jq$)FL@T1MfD8ܬ#ղ  ;(.OG |¾vݨ,Wt&)LWg,B[Ux֙`4K U{m31bCSWZ8֘RYxw%9, 3JlΣĦU9:e20$hbnLkiSy^ŒS&0br3|SmuC-_lLӽuGIq9"W E[xqt4i +:`(7)nR3sxy(ބ]3eCaF1Ej-bS 4R[&Zza(v݋$B 4r1BN?KU̼1Y<a+dwU ʿ TI*[SiM5TJS~B-TOiVk*$,PYX)4SZȰNa6{($+?m_`D;%K+ܙ.{'˰p9Oq7נmP/庎(^ҁ5]f+:Eoޅ?JؒDž+I|tn< wlnaxmW3\Ү6^Ʌ䌱ƒB3%C H#TbC1YhI:F$|I k/(GX锍襱zB"|DF:chcHiV` |RcseŷvWV\ʤReKnc|ACZ;raۧZο"=tY %waּXIcl"_\sL1+&u~3 QV(ko  И;51 SS.ig2^Iiv7KӦ$;y%b9 h[S+sw}^ϝ>D 9Mow[^[}3P;JR}TAc5RRջC'd̯ ) }yȎbpw6iIJ(nM2{ӟ0Lc?rl/~?X g6hߠ[/FiB7fe<A;u^ pgmzqC!iOPy-t?['DѡدΗh:S HGi><,@+_g^H7RA!t*i[Sa[lS[aH9ěxE!5SLkAXWmpYRQR[,,Vi9mlsCNGC ~Z-0b0߭#i_ök[ Ӎ#, $>eWmDu}6iס_1`| DݵL7#a r;t^RrP?,oPZ&Lylt2 Z{Kl>Jo*`V#^/o|wfσF/ns>sVB"0i _]:㪿Nj^3ΏaWg/ V {18]|QN#{:KzZ׻{߆u,Ystc^/QסQq)< W Qۈ/JP LMw7y!J]GR h']@y<$gLQպ߉Ul**'Hv\_C޿8Wqx[-%wb|k8Pf)S /1=/ŝ ,2Q--n^B6;6K{OdmT Q >``'[&`V A5E({a# r^Nl!<F d͘\ L )CQš~] ŲMcHp0f)B:yҝ`e +ܬhZ`İjz,Ӭ"09%S-C5S|CU^.&}h~xeƺ4%5I7Afꇗ0\f<#Ɍ.G#QI~>ftzsۧP.]Hu5Z)u 돹K$`/& J.m[pv[puF1]}t[y(M#X;9NƦj"UW8b(9 , rbLoonIFYNS0 XLBBH1;JF) {y+]6zs{_{Ą%UIYT@^c/_ѫ7٦y~+lR1f̟-VU%' k Fi|ȝ*?;[d8y8>Ol)gɾy֊5R-J~phEi\;}Z٩}&O:gYuqSflg3S2gl ͙I̙G R2 s'Ó6] ʃ2FJ!m)4=lZ qɭ})T`؉yK˝i;u| BHT2bp,f'tgxN M]bz{ I˽"+Ng-lzz^82v$H&ۘ#Tދ}s!:1O(HJʎNe<^£MIyEFοܤпr&f 8yH:+ bFV$]v6F8b;.X5$CFp!䁶/ U|+29NYhTVP6AQֿ~aSݍ|[eȢvShԐ=-H~mc#RDi[SmlQz}OqL:aůZ|19q yv{J4 ȑS$&qG+,ՠb9K>C]t`(94?(OFan巣y~߅K:Y_yP|Fc?d; ;^`DU(X4q\Nǝ8]wi,-~^g״)çxkzO@Il_#,W.P}qG{mh]hr|`5`y'v!l~+j*.pXitAȎ*uzg,s[ H[€ φyNd 7aKs=1zwio6}[ 'do`V4&ۑg6^)aW~|ᶾEȝ㞾Lϑӫ{ylj/RmتiοeQ:o;@ C!NOW~vcA£z~5j+{zûF[Oe`Wbp6@뾣?u;PG {[Y] ?_4@Ľ:ϭҾkF*X7#͎*8Ia=pR-{`cW-.3q’c16FGo-^ћ\ߛ & {m졯꿝&goSn0_k"`,xJj-zEcE7*e Cj}njV~2$J7{{4S]J _KLWh}m#n5 Ic_/`5#ɽo5+(4]ٷ]`=Ok[\TǬ[#dҼ5UۢO>;]zS:u=M=S:5N^%k=xF 1'G陨ܢH}wPϟ@=U*%="]9"g3|LoZ]}RRZn5L>bkmO%GgH]%\uB&ZDp }^ kMAYJ5'[зΟǩ^Rප"36&x!daW="y`MaD?E^0KT[b 1`#Ћx! ߬JV""CG+`lD6o"p=i |P8o:27Ӌm.Z# k7|Yokwi1TM>AM̄G,S`"´2 0(c$CZsO)Eæ~W =~`&g)|, ۆ{Mv|m =[OͶ+~uy|z8Ty-CK __VDO~]ke3#Я֍l1!ZT?m[@X\f jo`_8W1v[E-[tQ#_v'hT+;p@Fkβp*h- !*3#6kF؊<c.7Щ?l‘@3/S>IckDv w4LI#czٵ'HTᴀq&-Z  [!cr\0ؿ7SJ> s2hW28%s6_ +ɵs' F--MJ fb$x@Dh !d&Mfƹ$XI`vӱ_/^ZJ&b| 7R ̞Md:V5}Aj#l3h[\~/>S뺕vsM/þ¿MDmr>+o 7\8TxN+U#+0H2k('r!w Hڅd2 2Jʥd ]$ÝGIӦrip񌞫w_Hr?vhZ8߻WM#խ`$H2+V[/0d?tF"q%>Iڙ؆ 1z7%iv>>{?n9Fűv`Nģ7j }K쑬]{{YjGω .#vO$j6uK"iKmt&)m0~<f9IY\ Ag?t']=Uʏ(YeG[$Ė*F%:>\!,-{xXbKbY{,JԐ3yMC]* s{Ŏ!mPE/j!en-s`k8M-߾L c,uk:/΍qq5j;ů(lLJ M-mh"黒Gh U(tu JHRE$u,| ~-UK #?K;H8Fw*uH211HٯχBSSV-4J{/QA؉qI,E*jEA]$\Tf [ůwN*vOO&8Ić=k֫-]HV"Ǖ0]_usam rU5ct6OF6 /o˹ C ̏^8BhӷPbEc8,jM-RbX6.QYXg\hPާ#.B"h}k~ ],:Kf(A~N2De^ Mk}v:QGv{8ʑ8PNvmf^)XCY-XڢA=+g3t4rjbf퍘E/pF׽|^d==FUq|D|of`qq|% /Īv[b>K4WT$|rYM%ZC`*l)۲P|kVa|Ђ&ٞK:D8ʇTJ~Ŗ%aQ^ť%Ni% 9gʊ.NrdN}%ԑ׹QĀmIZB?~ DI8/y^!9–:С[ͶbRj}{{,|Mt%uˋ<Ƽ%A! PZ?vUy-pTb,\.H7+ZUr*Twme~[͎;/iMr0ѬxӂQb)/,:9b7+$qQ 6wKYV&Z;HOҫ c5/:{:Y]B1n }FryM|V?n{7|v/Zڱ"j[m%{j50" d]NQ |[cd[~B>NK(}U$w"iH~K_DMӛpڈ@1ysjDuJziGVp]C_cZ4 4f\Mn|$b~Qq :|wȟR!1)1"s댩f/u,_I?]HL}ͼNn_|ݎEڋSTs'_|Pvz?7q\i0K:e%N1_j@%v g2{$GDOmi i#q .Sy JJ*C=z"#3I9 ʹ >mZz+7-VcbԙO4rz3Mo|~s`2E:?4c.ڦcrMplŒ,qܕ>hVZ4(~ ଘӎUˡ*Z]8N<ghlzv(Vr(7qf̜_f*Dm48:!hy#Ȑmw ֤#fiYyG U,7rBh{f YBO-v~ڍ'Y sGm%SC&͒,fҠő^Zi[@òHBO"1E }u4eJ4@<]DZ9= @M#GRޢOGNQm!t6؆>6:z "qs5_!~:y,?K*9ޟjREҘ vA,~Βl#_,sԎ-rv8ڻ[:FHr\B9 OkDGOh-5Y"ÓmKH+.Ob'r^g?8n}^aB`q8|VdJ|2ٳg̷e9ڄ+6ø[y%Ocr~BK$ʐX²[%Y ٴ$ 燔ԉ:U~NMuw>Iv|S/p{\v@F,[UG+̂Bt!/,($]F-QnPC DUo%U|1FvЭ^yXlV~kI<(H"w- Do(\"C[]~>!;jbC2h;1VKh? Gǫt?O;yuiѼrE F1EPSC5E-F*NH OށY]1Nwnut/l)Pyᷴ=4 :VێRUC|&"vV g׎Eиq&})8 EN6UyD^dh,4%1Yd;Yl mvZzfљ_XNn#]כF p>1U +Jx2Q+8 y2/oEFr!v} <(M_?nd<#IQb%U x}ςnjDmQRTTJ"?kocύbG}B,WR[d`|D6ϻbRGJ}"eOPprj\;5[<*ΟAI*G _aѕ5hxKxϸbL100Ўsts57Ag"  u&m?1/?:=(J8m{;!)'azjCQA{Z -`n@gvYLN/pUJd@-G!tiǍ!ukŸ'IqY>c8XffLvց,(%2[(i |xI, l%Whh)%3ΌЫ}SA "x4hgF6sfĜZMm>I: g!2 Qbo mi|Ax2ZIU硫JO O :1@oRCk][0M-&jCYL{=6Byc|Y:{}z/9k8M}1VOюLZ߶DE +V"L4 )?Cщ 206Fh?ў\[FT~ i:EPj䊕JWb3O`$鋩yC J;1^`$V{h)?:Cf}GΦ*\u>ѣ X~8FCmOC~m{}x}ni"gk+υ熇ԭ۹OܯCw*y(ISd;ig_ЪN#̪sZ> oDڱ` $ ř oRkflocF{p5=@rtD`_C{瞻3Bp2د|d_gyE7.ڋ%wc5u;ژzË&+ -# {Qz졦T_ xu Ն<j xjݬ;#d ^up ylM>/0 Y7Ҋn()e R{i!HQpQ^z"䷈_WkXTig,X @6ׅjm,L 6 >9hX u*s\۾Up/;Ȯk~?ƻf8~>i׼wk[¾coӟm/sqvηOpxoo._ fAϿ75{go8zv/dcZkȻg@֫=! mjz)&1B,Wo֤P씿t&N(F#D[ ՏՎ+m=lʃ _c*Z9К+˨LY4녏e H3$hEPEMcӝ/'rJm6x2{*#n]e-ݞjިSnhږZoUw ڰ)B .R?E \W.\uKꪱF2 EvrzdRLu5U+SJgВ:gk^Os0Qh=hÜԪ pTTG8Jp^k!U%e$/fjn3ۉ,^XUh 7 *p,Y^pղ ]/Z95rK%hlLXz+,N,hbE uSڅC!Gʦch]hH®:{ "I "J`n{)WH@j{+Tp}T߷lT%Q/Jc k)G D'?SA(=ԩ:"EUOnN1$ϳD]khj 1?%D]?2q76_)]:'%2 ں2UT1i!¿ܨ$y J  .Z$}em_d[_.Jgc`.dwބyɍAL\#M~&@L*aS6)ɷZ DAWLOȫ찌^պ-}'O~>}Km`_)te} ctk{_hrz6cc?!l:Icy^2Es5I>Ȝ|\N&}ϫn,c#GZ*aV lyazaa|fZ'ayYK!\ S S f-Lf ̓0< s ,a)Y&Ig`9sfZ'ayY ȂSa`"Zrm ۗ-ڵCa7O^_36쾮8j 6^v( |ip/i&:oM&y=|4f=.rjt҈ͦ l !U)ږ:$ "n |--o"{cF$0.L1vGf5of6̇P$ì+Fq2>jdJƊ4ICvm}vCG(O2=]4+hLLl:=-@nȔr~h1Б!C*˧ӵʼ~"=Fd>?bv0CL:2 t|3MgM2FI7*!4] tW)R@CQ螕tToC9%9IНn9Н¬NH^Vg(W ~ey7 s[\Io#5Ln͠2>]:E2.ݻ&:ݶ ncLUXW7گ@zfI9),R~=["RXR[8Ԧ6]lLa1E7osmE Px<SxMrRXʷgxH?'q\ i @8τ'MWcVQr`F0OoZ8_-|'w3mb@W~cvR^S>LC |C&oocqI? IXQا,BU˗06_{'0A`GhYSx(eOk`G~kЯo sI7y|C-i~Zn:lQe0.W(^pWm?l*'CY +iJr&}RFg+X//g<?/7Dub|BC F9.] 婧hSd}= *' lHY{I~q~3-)Yr ϑ?8cOI|7rw%~xGcE?J̘Sk uhʾO|!;A̍d(Oqʟti x? nj%Wdz !]K61eI  {F`SބӒ? l#xC+oPO1Ļ|1?07xtQ=ow2vGC5]1 5HN׀7'Oir/cOIߑN?)jȀSw _![| (w?I|+pi7Y G}glL3 )JoW~'|\7x*vI| ؾ$iȃ/N6Iv]~p,\e}' ᫔WpLz|Ek~ J='cп"zw4h.y%xh(f??$&{v3>"LM&k`?&U2|0>"8Py ?ռ 9]Ph* 1 Eof% ~-q5ԃ2}4_o^SG%&]/Nd܃l[_U!zd|f_0^~:)YY^+p]ѴO~1fL+w@y5G:6Prc2J) &g>cY=)X=-ύ ۣ!8co|\u|l'qϾ^G&^--t.qݾbU)DT <^7kZ= Oŷ ˥{3C<;.ʾ Yi^K;(^~<&zE\\[XA ZYdGlvɝb<q&ROu7{7jHO%Nxy[KSJE%y%L=*EiiʣD.% K, #6ӹ9kPVZ=MސֵE}PҙЯBHCE*W~U5U.f0nJ\ÈR"rnt!k~V;B* ++#)9,+vpSM4e8~+e[⹒JRl(пF d h" =,csmQۿ 31JNW:+M$Ҫս?ԛڀ.AOB_֔h!+U"  5jg‡&;^qj:] A\=@oY-M׮cοsn̠+j4x}\ռyW.p.yDv7U[-wt~*H8qzcor%'U鬖OW !1Wy{S1%kCۃȕ9EIRjUmzhSyӠ_*KG4Ҧ"0 }:Lד~I~2u}@dOgjh5O%`X\ BI/Թ;\QrD_(PטQU\e/{WU_U@"D$%ҁ)P(!8TI@Tq5n}<ޠ81Պ勧1}SYiTf*YI"SE7$CS 7pgk2%<1L;X ܝ?R*kٰ#y`67醷&"0uް#e `l Cy힭0CeߞڝVƟNULYFSpLZh+gR.Iw+'/.,SaS+f%g/݃낖7Zz?91CB32fIĐ.s}wfRҷš[I.5bkn5k_eS`9,FUA( cU#`Z̔1܄yO> ჇV]{|Z bxD,^|s' Kaw``qj;&@8|uLdYF[fWk>JR!ߦT%B3c2oXGt~LdAυmJ3?4INMa[Y.XLɨS%kf)\ƅ0g k?gU{c}s[%$PEEU|dBn,чz҇Y*X%@/s` %m%EyVl) Y5cb f-XeeB8QVe0K.djgɊAL?&9U<XHbY1t!JnGgA>ƴfFx3}Mt+=rw_/$rzIl;6E1kVr6oܙ167*oV*ߴ>\_j}[G=C(۩/jBX:V^`v@0Vʷf fB&XsD ?F7]=y0-hJ vK5= %}:d v[YscŮLf83[O4HIUV3ROj73|ndׯQa#0|²?`՘ԡČwejT49 y-3BlOUAfLynҐd$ .c{ RRm.P|4{?2 [:yX[03}s޷-VU<#<}ԇYg7;vXWT؝LϋPVHoizkMCr#f35o5}3ۿGDB~Ix&e0s^:1PXMV1'5$VwSWj&} 0,D=c7^]f)#5=36a`1t>f7hT ؽ3d/U>V繏cxȨM/M0z^HXJov )a3s nhq$qIqu#!pB\iEj? eO޺Dz؇gyS#ȉ!{;#VXym۪>g9l )XOGրϮ0z`40֛ʄ3X,5׽|~_q -.kVxCw:o(X&H8ސUvb%Ϡ,ϥ< D'r@ b+j[85]^9t_B,LQe~j5 :XtⳗW5NJkSX%x%(pAD4O/T6szq][.l*Z;/)Af/ g\Cp^:n1sX-S۪ݤ-ڙP\#sX?Ո5c &كbgcS P%_rS}|OT!{~?/h[¸dqh7܏)0&hI¾`n>5{cBKkJqyLëz|(5]?LkU~>ߛƘtzt #>){9}ޞl7ty$ {ޯz=.gkGQsr4(60LVe~{)/8/@a+Q~!Nyy9@G:4Obp9;@\.=S~@{/F 쓟 IfxUгB׭ߗ7 Z?ܧ}A[ _GlԏxG00h`GG#fxYܪ0'cj 8E!O;:Q fќ#i1}};:'=n ;~|eݑ~)w\ ȗ8uO4MUCSQC4u"EeK(vh &cT&QT[OzpMNC +uS[k'̩~ ZsK¥ºgxF;Ͽ5g)\sJϡ4?ƒ`V?-^L>'01v-%>xV^~ }O=/aLW >\KO~t`GnUyM3k4 _Q, wqsx wHxB;nJEt_F7FPR m iRe fXo056>lf:+ >BUϢ+`i.;ha xK0pý& kaF?`cf\,^cz֣0KT#3X7+]*S+F pt47l|e ^ )*l5 ȃԹ]轿ӷW%PFOȥ\E]E!eyy^tG]]K&^H3O~ڣ#5g޹uM?Tq=3}y+wv}\eE{'?zφ7-Rsy- 7ݮa-nwZ|!nz5ϴzj5Zzng4~vji]Zh][o?U.}M[ZzZ<CKwF?nZK5z~5-ߑ{d~ZzVG?pvOjkZ|}_B[5~NWܗi1N+{@gZ~-3ҳ@FsNZzwhyZxI{gV>e2y^ ͚FU3L\Ou>%΅~\HiD7]/pO7OÌ>+J+^sB~O]i%6_߉u)~S˵w{_Bԟ G ?nScP_8޼JŽ {(Jї=ToWxcS+૛bqhâwq^c54Z뚣X[9fXkm¡"Ѝqn-ھjvs(%Ά$𨪳=LTcEA$0b" QD*5!-G&Nz<[**E0r A1Q36"B@%{{&hOOy8Q9R1nQUlJ}}u5x[]Rn+נʨ/MO)+tS+U(,N>I-S. jJu[7W2{ %W?ރ\6xfԄUzj)3ZY^D}-SVOUMު`E,DPTۈJTLAjM1TDQW]D%JщgzU톚۱'?+Sk$4! Lɨn#NN4-ī%1-kiKn54Eq)9 h5rh hhi IpG%ˏvRlϪz]58qWnj\KED169Յa%<^s 9W*Ȼ";E`9.XPE$IsQXCt~ 1$k\R4>4~TK&o׉ Q-b>WQa[] MQĽlؔlh¶*J>lJ66N#l|fϡ E\*cw(J5+6q>?a7a_K$ÞDM &;B?lZce.&æOI'aaӂu$דa@]J=s`OCi Z ֊nIi-{&6`C+HD}͂i$ش`|I,]IM ~*?y$IIkHa/ӋZӋ/X~3a`N#"-W1NN์ՍHcqq2ƫnKD.3bcP$1NкA%; ?cwiݘDv3ୌq:Nd ѻ3W3' x9cT7>t0ԗƨ\YN์QU%eqjeU]8x.1 ngGƨZf[8Qpwp3WƨU9Q58=ƨ͜>ଡ଼ƨ?%9[Xƭ,?{XY??V;?^Q?rYW[b70~$cv?Ԕhb;MA6`>;y}ޏ6)Е=}&r'~@v~![]Z>ֵvsNgx:ͯ^OSˉֵݡ |P,+a1dq{~dhGAB@nk+N7 _o C&7X!=-:_߼1B}.۱q:qՀ O O)@H[k~tC4/s:E-T)ϡ B{CxIdz5.C)>k@ל`P,X ,R1$+Uʼ8ǐ*J2gVu+YKe 'Ҭ(42R{ihgݙO4ٝ%3EyWYe=e/ Y wt` yzS4yKƿQ,QLc6B"/r ך;B3KJB;HWQҞ*`Y" =NVmpfȵ>#dڐ\noiz:$B!KߊOIړ},k| yJ6^'o-ٺ\4a N]irRh8-8x/+ɲ}-zນ\QJ¿_EBSK_3*xI)1I;j n5Wi^=Ӻ&XdɘҜNDʂsQm z%_>ĩN߹!r '^*z BB!k. ֕[㪀 WY 5* !+W+q`)zUrlW3 pqq^rd'Jqէ "sHZ#E$<ܯzֵ*r:uX#yU1P3r%#TL3Sf&iA]_UkXbC'P*P` } 'ի`dHF{ d2an*HnQ+ϙs0󄞱l`:o9QB8 \n ^2)'wyZI`%&mX@mY=]Ƕpf߉W_D8M1[^ܧ]VӓT ,>L,ں*CHlj&&Uj"n:S 9@׷~G,_k=MH [PȡZ M f(]'dAO$~Ug,3(lR^+:?5"בkiDk"OlSXȘ{s"\#B2mi>Ӻ #n9ɭ'De:BpRR]s왽d>gKNudٳwԺXv{D!O> 3#zyNԗy!쉳 !h8 K۱|Ž>eW+ I~;K>C]TgWn]͘@cτ,MRMb:ya!cmp_3UA*.ZRDq`^U嬌5{"\}XoA3dxc2\omEDQ@|.g|k0~W;ᡘ=_$"QqZZ ʗ݇ 4 p:"fFI?p䆉?!=.E)'NIRş5 CQҭ=1e8AiQzYT#ow؍.o;@=?hetWVOPBjܾF-㉂wF͡s8x8چf }g}-i9ِ"\gP{^~kH{v0*FHwER5S3{H:OfuKÔ_ޮv5a?ؒ Z۩}"1~="5g!*#sso?VBkHޙ|:pCo.Z us+\C 3cLqh}4Ou}'sah1KMV/[0mL, m,pf&U=g`b=7|~8͔vF> .1߃(!j!SI.yTU>rTn8 ÛPA.`̃5/y.{nPL 3ु P Oytvpv:C)e@HU$f8NޓS;4>qsz׭4tkpΝ%Ŧy46ngٹ /E(Jkn9arb)ܞ|C]$/ŎӄEFxӿ/yCo~Urێ:X Ǐ|CSsiڶ%89׷O2^iDQ_J?О9ҴK=m{nq}SgMyshɎ ?]3 Q}%>#˽[/o?xwXa~gmcGa/Y6Z?dtq-qw?~=a1mManԾpDD[~?8aַ 7w!9Qw9|#"J6#ڶR>d&ر7H(fdd> 닯䛯)4 ^f17ܰϿG.9'mev3.r%[]i|%7E|q$ZB..("C|-WD%큰IG oW^^6@ͺ ڪX[3m0X[eڎnլ E[ϙֲ^ISqgq>(WtDžk9`pcGT~#iLlm"CGTGpݔ<*e[Q?y9}@;N/-_d3K&yl8Iv52Aw6b_!PPeXFQP|4^W#T &ċoj9Ԉ`/W~@pK"5Gݎ3.gpu$W%[C||c[^ 7q"^((eK!/eW,ɏ-J1c|~wsx.Y41Q5gQ}Jְؐ1JȜ~Z<,0M&SH>#iLKȟ3fʼMU48 +9ǎ7tMfpƁ_yğ7g][b'Km"gXu#w\V|$~<>mo?dg 1| {7xR?t&\mh2wAx@@ȦA_5m g@P?#xY3/WC(_m'|jJIՁ;QⒸ_W]b 1FcC =VF72GWQyRSgmjo}CCMM W)f~6\6QxOo5{mfASW]z-띑\q> 6591<گ*SPU5./ .js[|_ ϞRY6}Zi3Kˋ+g_7hlrjqy%=Q>X*]3KKgN/.*sڪYh|?A \Q4R[YTMF{4C\um8&tزGgkVjsyk&' :.]* 4qmk$DE N]ZIkh1<GhX+i s=cbZb1j67?ap I#,mI3-w~}߿S  i{ҾX҆oXrC%gC&Vد/kY|p#  G%%h] ?imMJwg?:\KaTmcC>¬*7(6J?lܠ`5Ds:4]0~І?{`NjU5AE~φe>fE#ar9MoD oK)m?djLR? 0AQb¬Kס41Ɵs0 i7ĜOiMZo-7Sbru4A\21?GVSn?w6i(1Q舶K]22Smg @ԙܛ]pӞjO*fn;*1D0C*?[BsT,#CŢˣXt$Np{3uKJvSH^1roXpoM,7Q,Zu*ܛoG`.łpwz(<Ţ qTTu'IT.kgejg])$*d|e0אݫe1xm7ͳTkWoF,UK[hdp߆?ݙ#d/L@I ޜ  %yn\C+*/pW.#^Δ(m,!e so 7AQV$ k)L?&q=m2rkRzɟjz g( HXp/&R(%^Jxu1L?S9;iB'U٣/Le[K w"=?G%ܭT.S/&|12] 1&ϫET毊p6UpjL^G)3e5?($V_Rqb(ws̱pYi0լ f- .n5vd }܀op4r x?fOi̋m6~8*1=U`Xhp_lir_nTـC~{Xip7rl7cl؀=ENn7a6-zN hbԇ3F*tq-am&$%zVw<멝76U)Ƿ#~W]y%윫s0ap8ƍq+'(o_l6[uM$Me2N 6K ;U6sh1@8g?,"8K8~*! syDiUGإd&(o/*ۺKq=Kc[v βK{ 8^ׅ_ D8}pE|sLqZ|G^(#FY%|v"N)/c#w@8V̳}v l( $~nO!-ҘmJ!{bX֘3,6i$b/BLQ2m(2}d~Բ骻yxCCzU|TVrW7O:vuK^s衒ՁgZ^h^qs.lu'~y'.t_L|ꀱlns@|^% p|jq!'_|~ğI$*})oJ6$p7I%)]3$NxWIkLzw_+ۥķJw|yW/_]tTE~/H hs&HLCt eQ L9,⼄h+̺svݝ=G`f$'f!v ~xh}OS+Ga=~x4 os 9G{maQoo›ub pNlfh{Wtg0PV6׸YOI 7SΒ.<"'Wec6Q(J#M:GPX;N O.[l+<9D56o obVa3F/Ũ-ow|yvs]c[\jFu"w7^][J ^+J$y9J38k|Q84pα Uٓ6;]sЂK9C&M\ɻ\NdM#fBW,Dɵl Hz>-~.?NiA|?O2E!\ܺ!\\ BCyaHp(WҐ$^\+CKR . !\\ʍ!֐R\;I65$8 N!'$ n!ÐVQHp?!o!LHp+?)hVw-NnE]GܵR X(K3Ο] XC3:4@ w[iyۺýG <G? x:˷5,?$E ܣ q>F LJxYߪ"J̣}7.W{ngs94ˬt[-~,sg-l@Rg#n$kQϪ=7/X^G8N%(иe6.ҠƈSԬut,c|Nv;23zQ,ep7z򴤛e5@>-Gcc4;r?2anLg5\Vt;6>DBee˜ymmYSg#~ɸOǹ~#½_D4zI"ij٣tIA;}$cAsF}.- ?jy(/ lLfX)z scDXbdwD d,tar5~CԾW$mO(8%7(psxs8?` ҟ{?Oj;'#NZGhYS͈\%4KF[JS `]`NgiP9M{ڎ :\9n';gFJ?zGAjUܔs?y`^w]O1*+@gsu$bl^@FQ9z0Fw5HxQ!tlQN>yjS`6}a,˃1jtO*/&KV>b~SRQcl_sȗ,CG ]}1j?3ȃ RgC]2mhRz?M <@2+\;1Hy0)X|]@DpX:@\{kU0bJv6 X -ͱaas b}~d>ѯ:Rgk4^"bqSc Lz%yTT*WJCPXlي/32Yfx%`嶝 8Fn38is?;4mix3CKX1Nx:?ǣTg>M/m eY1y`32Y|$UF2f: ~vSTZu،%%7p7U7hXQ"˫F률8%d,C3*8eSpwe0vօV'^/ ~l:}mgWjWLC!]5[XR6V}OHÜxׯ @AjCըEhtjq̈́N02w $c%fjF!pWӟ$Zpv-|7ŦFH reŮlj m"Kۅ.h'RWR-5Fmp ˓+J)vAKz h-dR{Ab{Ylв%y`~fIg}XJ Yevnws_/+"Qt}b+ Ĝma)-x}_PbX3I(DUd񥔵\d^G2hx33A]Ct E JXNGk\Vzc1O6 T$f./yO%o IMjM^ >y NѢ}^: kOhHD2|Bc(c8*'vz9iSiB|=V#Ur77`:;y[Fä>i wNl"^?^TY{Cc]pn3N}790Չbh@<vh'nL7tҔN,Z.?xH[XK(nw>cxnUZ{+<EGgN5;myh '|}a\w ?䄉Qva"ܡ}LHKh6ܒpilm'cg~?2Kch&~LYn7 V7=<DPQ&wzÊx!۴ /0]۴X`ޘio?;{Ud3[,vl4RM%F /j-sQLuG."q I|њ@qJ5U= :!i{/;c|ldi{<m<f6h=;5I˴-5Sc{!.Mتwc](J W [yZ#Y`j-(JVܘe&rFY`.L|@@?i/0,s<QBSKV%{7KFl`@Grg T]" N2;O|UW.\nkZp)97@ 6-\u\j6 }*% ~l+Wn!E9+\ >q\ 2BL5LbS~jI8z8kt3OSsB?MMO;N\78qÉzdԭT'Ww2Lp#\ wPXLa ;(wWMwP5}pe˄tI4P2Xuԩi%m?)#;EZUrq@,\V7nȎ<$fMS]Pg_g?Ƒ}N86(ΦXW@o1l\7ϸl,L% )8mlnUk G6F.N#NY#6-5v`}ב "GJ:0F*GcRw)X17&b7;a Vr%wsE {J ;:#|% s+|W %}˿kiK6'Gy8։ '%߳| ގ-~ ґ7z;~$~ ~i/k$vm^O-/?M,dJi)R&cb6&~_]}XU?|JBFMTi]djR2JJJa ćSe3ventecD[k 5@5)~4{s/6yMW9s|Y{W3A~z{utf k۔1|S5hjk,2Xf, hh%weE4b+yƲ`$GcY#2oLSLr2oM@ Xg2毉Ѣ?u(yLN{G /{uiqvz>DҌ{!o՟1b~[F xyC%Bf}\?Ch9N>kqvXL­ Ba?dd:b'L0F,nsۄks-;Q~^?ajp-P]jN|f{}½>{U9m2NNf9ÇnJ>{}?V' =g2!8"C9NkxK1#ܨ>UXľTa{Ha k3!cy`ji kXCX̮VXHOH*=bj >Q^Q^*Ma{'ڬҵO Q^7U(IGSX^uڧw\ק4Ck^h*xӨ%SƊrѧ+~A&=y_ZlTcSqIY~ i{8ۧPv._ZT,aAuUp+r%7[=H$De ctsʗY~ϞjfVs\> M^P3PSiΪ u_/ |Vӵ/By=[Qij{^^_PȞHY۴?(~;}];نpI/c3tX"ϴi`dõt[y":J{ZKO♾\;xΰi|Tgx{/r} .fHJH. DB˩Bj'|K>Mr=Vb8aJ\x';kgYxaeiC,|5P>okzRaO3qnjϓxfӔ3Xs!V+A/7XuϦ?xb[f,ՀjIFXAˆcwByF<#]*:Q3hBBƮ%=^^"d,90*D`:&>5+:4S=\nȋ#eElL<|#DYκ>2|op>18ؽK[_Zq9qڇys&lysls *?R۰/6Oi>e { z쁴GEN䆈wg7uO\>Q=i?>kĹ6wtk &u!uir}?#0/rj&( #xnޓ${S-OX_Qaԇ{Vڏ›~U~UWV>Yǣou|[鳭9:~G/X`G>V'KH9;,[U K;-}wZGYk5_{E[wk7q/U~| Zׇ-}XhCe|FǙVǕ?-3**mx/A-Oޗ{/'P>)/7#nAɩ:1\TJ龜*}# pU=ZInfy|7ϛ+ ۣd ~ҳ/ Ml+V\CؙGRIY:NjZ| 9Ϡ%рWDKNwUKH[3o<=,%T>ϰ' K)=PCO=R~|nG >~BmCǃz<(=~H wY!oUs-UGJS>5VkOXQOg͒υpA)Qǽ3J~rx.? p9S~/yIu/z=gGђӷ]1X+C-3|F~0VJUYy)@'dћTB^ඖQTU"0h,[KTVUbqldJ>Cq_Jӆ'/AL~+K 6^Owp/7(P,ZA)NK`b+2JIeEE b8uZOdE} N4Hj*hQQRxpg>k𬷩NGf'"6bSW&%'NgaTZ"ʖVy'lbar3'N&}nuEc.p7X=޽yCA5B7]Pv1.]+=Vy0YeqiaqA~UYt9˴錴 eǕjDL?nnq!xUMͧof(3:XTAHӵqY(LYWvρVڼg-芊t,^Dd MGג ~_ǙLڲ&KL=8^YeVIn$ 1 K$]茢tkxtKJWV Ea$RePU3["F**[VDc3;EI's[Tg*,qS=9)=<y_I񢩙?%ʲB-#cfq˗S2@_f :oĪ(N5è[!S-y&]F5iߢQIń_ڎ|MuLh z D^ Q)ܨ%UK`XpSEy3GZ$?F hxqʟ'4@qʟc"Ha.c%C_9bED}^)r_AN *t$@#9b!#-p#9S ё>Gr t$@#9)HNHu$@#9%H.LGr d9C ۑ9HGrCtA!%;CN0d!A q 4N]ON99Arr:2yrr&2999y/2y399C\My+29yrr!&nd>rYH,"C.&C.!C|YLYB\F,%C!wq^̿=0]IӰ+'΋8/9/Nf? 3v7od2navof2.gǸx8v?p2Ww]lpy3`wY{?l֟q'۟g3bb{?l֟1?۟g SXx+aôc_cqE11L?0D c0j1k4oS <*wg~̟:7k)Dji'Ǭ{Nʵ&mWFA\x:^sڦ)tL4Mfr4%6ם#L6(06SD>j84Xj;tw.HC< Zt_"fjGDZArڻ뀌})]͇9c e3⩩L]r}W@Ơf{+I6оO8Ҫ8<ȈaDeOT:Six#G*1*\U2Gj^쓬s)GٮQlh܄7y#r "7MI֖{vYj@jN ҕc}LNs][οMcZь/PD3ߗ5oȕF Wڀ,–#2wj]w2^WobkQ.gIG WCLcpD4|ƣ.9q` ZǓ<\|N'IsMS+IV3g|:ZkԀ2aŻef3)| ZVVL2tTd n M{Q?ud)z ,ɜ+.Fy4E1z">zicgqbHw߮q4@ȿSs gb˯wֵwE} F<{0hN8/e2.Vn.ߏo>&8xx =z\fyl>Ef.*y/K_%x38|c a|}N^"3d@h}pVJ&V r.I("6,X?{ҋy \sTnY3YZq)M?m BaDPuO6,HwVLä́R+47O\Rk#Q#TI:|H[#qsd32 %4{>ZT?YFh@U _?:O__'v /xv&$Essl(xy-d&<`F PAR)C_Q ןy.R4JiO10&YK{u"jΗۓ sғk{koW߬/7JO6H-p9Xٓk#_l/v"Mr=dIwñWnVy}as-11Mb*1ءO<{adj¯3M~Ӻ$ZLd2_L0FzMU/ jjDQYN.Ҋs̈́Ak`sî̏}g҈ꉤGf`av  GhqY>L8=|}K"UC L~B3A`&)X簯? G*OyEmdO'\ZB>W[\zsM`NFR w8 km`/)$f=',GC%&I>f8Ko*Cm9;,_t%ѓ V( NPJ}yOScS.#^qϳ5_1В~̿=mm 8)qJ=;ڍYeN_uENAh]{J!|W*RQ>؏m;OsŷO Wd6{И ~~ z\vF|T"jT&bM:QknjoooNX!ҮPmo삮8IsoaAWEya/_gkNT()Ų@C9ϻ B8ZJвW,=SMѧy ZMABOƞb]JYTZA3]2#ڂ-/v(9ֆoP)ñ rh~9kmVL?X@9Iw/|,zg]Р,/EGUvPֳWS)5w(8& cbAQja X\+Lf_]!)!qhsOv:Kq4֕MhApwqO~MzOG{Nu7*P; tmve3MKLF76Z/N$ ;JA^ g-LBpV8 Z4v>B[!x7Pc߹HhľB?2]p:;(̮0|KEd6Z@SBcj }ĦV`8em?˺RtԼqH\hWm8pA" o~3:!Ԩ'. ޑQ')fI>iB>cNźl~NQ[/:3YC>ZC(վv]:ާepجɖ V8]v/זr-E<>(|H7ݼFL7Ȍ9oɍyDɏ:aR0I952љ_r E .Dޜ(I/% ᯋ6"-b|Hj%O 㞦ly2;%}[rNr aeQä́-pdAJ}1cl;LS̯ ߲b$qj1 mFR/9Է c=ރ cZ:FFkHJHz{³-["A=yf}oB4H[KbAzf}(3:RI@\g>P~%=k7IҼC.kShinB\(L'IrM: ;9i =!1Y9Żl.鐨Gp2I¯/w"hL)]W6rXEM8K \]x$TYSGhWb Aqu)L8Ԟ,؏Y6k0z.UKkO,=:E|~{_[}:9pڿuN)g"{ 9t2=q(Rfni4ټ?H*4Mmjwy:C5Qn6[ROLwqolOE`"b6+{YFc5اӀ~ di~}TjhS|Z5Xoťj~pR^9O泩r`߹DoIK)\Q.\֙yWhFfxaIr4=o&COӧ`_`_Ł ))>֯״~Fl:ʚ%o-[JDl/ Fzxۭsve@'Ö<)ޅ4}waܻ0]q[ۢ:թWң/wz?tR9ٴeW~{6_ὧۇ3Y?ӄ3]?S q6~#g&Pb){uQ v2]ld c9pϗZ> b7*#zS$] l=kA1R{Gk@ЗJk 5O/NTo1>mmbmG>\e͓4J7!hf ]UEV!bw|ur:;SH"HKvEQ.&^laV؍'Gy't7vIr"/B[Iy.K8El? Z w{ntlUk8 vԇSbhEfqjn0ŦOoVh:.D&,dfg0\թص3w IL1&ydߍ2{˝yb96 ]$>-ڱ h#$c f}_FX폽f=Ft8 PhK{/l(e:\-V'6wKmOzޣy7EX,Y6~?bxm*L@qwgo ODzuͥߨ-֐m aɰE&WހLn>RJ-hPm( ]:}vwz5wZ\>1:iF:Z˯Eg˻G@B*:+̷ˠ٪[⌝d&h,etPk?4"{|?l\ *+#y*NlYM:G պ0-SӋRuScv+F9~cޥ`cd֯ϋ7 ?7(|;M|''[7а3\쒖X=JSofG>r=EHtw}N7Z\ъ?-mEZp۝n ';d>Q$oU;v~ڤm;mjC##[u~9#Xqؗg;e;ЗߎW%zd:R`n{?\o=2h/紧_GT;JCa蜭bi(Q[ߙCA߼>I% H2}0lO_*Wz~'=w|dgY>o Sz4( 88u=>JhUY/Enp [zFb:+Wm[No)fcI{mD7eIk9´(]Ļ!:ťWm8J+]?o땟nS w ~:i^-:NgmRc^1 b<9olԭ (18T ^"l8D;˶FT6Rvchy~;5ғ~5lg/v,p,y4u\0e#sX+lc}0ϸkq(#(tE_!X=`J:])cLh Fͫ_VH-1GȖWYIaG DKUq;k)'HUwő0h!V,M4*A$zc -B<|)Ą)l-NoWHq~A֭F >_m≒DOj%DR^YĖL\$YGBD0IP_X`LVlV7]fm߬띛:F{cGl:g|!E~)EXV޽5egBTRveEZG(5(iT_V!qAc3 i B_yk"$vpoaWM-WoY-r3Љ Bu5,Ͽ51:#J}P>}t;5 ^A܎ zX ȱڶ }0N鶶ȿ"m.l,v"kh0fa{ B}ޣao>`[Ny_:ݓ཯Ԝ ۍM>Z^s"i,~ OzS{6}-[/I'n+zeF" MYTdU9]ލ8[ϻJgt{!UFRQ ^l[d.* d[amoeX֍\,tS_ 4l(ԭ_q_ Co*A )qU<̩}D50k_~4՞E`_āsr䭣R56"5rh#Wt$1aR(*Śh}Sn6I~ 2[OrbmEI흞1Wĵ[/K_1Kqg&u=x4ᡵru%g ǒ3?LvEyzFxF߫R3τO*5XaQ6fQ\kU0%ܞ#fU^}U:;\yY8W#+4>s=I;I4q;~yBTGv ` ́JD]b06<徿%hkc87ֶU{[5X>%e|93տ%E+t gLqUvbΰD_opkeP=$7"N.i4N|I$'HRFz%KY,' .Y{ފ+c[>"|B Ҥ^^O3&r[nA2/}yΈ(5/Ƈx,-+yo7dy%mS~kuTK6i;MQOk"& H.>~wf}tqg*򠅥*uf l*xVGs/! `EȳC-Z" Qh kuuE ٫R?[8lVbXxi/ڿ Łuzg]D4jHdqO(5lKuy.@q"t,rP P$C4IFb_Yޒ/P Gd@L Fr H# vg=q7-RmB-Փ[&jtO.o9y _po'z븰+-O. =9AyⵟƑ}sS GzOTiGgݤQҬ/eh}ủeO{'x6Mݪ:HzQMuXN;u@|xMX'Mهw}J=~u`N86ϐ=1j簺[9UM4G]3Mv_~M!}z,\{fS_qBd'-/S)Dt_{qKh^ BU2ܥ|ܷm3noc.DlI^Ak[/qji0xhq'Wے)*w A Ebq^k Tߊp9tx8>Qؑ1PmpQ ?Ë8=tﷷ%oK։%5pmI~;cW1$P+wH %5j iDj;m7ݶfV}m=e̊*wPGCNdKNÕ.z5OY6wnNedhWrq@p+jx\T.CU"ӄkumi-Ii["R$U#(fntU ?t]1[]Bd`ǃ1je-,$#Ocm-qmINdo[9wYS1z UDMt׻ g } HNNlIٺp%?y#4any:x0wnt@[SUl?DdFWu0`C[~AYaΤ;r ȟ>m"Zhjm_/NYG\dv̜1\Tr&rJw wohjÈqC̕ usϾXS]Mu6Sq۽_JW#$JA/iMFpv\㋪ gY?<#F"^%3WlՍ57mkN2QLg̑CIj1%mntJ4(fRjtϩs7oKM8!yfUS9UR6f]LK4*l$_&8ؒpOjR<,Կ0~ Y߷ R E%4o0-R*ne+#עۯ$W/jL%jQl5q Jqa+mJ%bYy;w78(7Oa|fxy|ωY n!$= pw<) *j`0ǮRUo(eO# Dx˕xKWxRLn5\wQp}ew/ c@m0x fRࢰ* OSxB^ )COa4r)̤PIEa)U. R8F!p)Sȥ0B%VQx (R8H1h )RIR (܎CN §3L5kC}L𚙊 ޢ+R~()6p 7(y/~s$=G 8Jy>ךM& 0w4FHŲ)D _Kp9M92pPyО^=m7M cM%7>3~TGߚkt; yU솞FSz ^e7X̏>S=mTִ>o8<~ ~HI{F ;n ( Ϛw1]7﵀?3c[eK/ . cJ 3w!M7~m?EC< V($ !~U ,W'$W+GMBS+>zO?O FEY9L?o_gMnj G 04h$;rV%|o3qd8?=O鷚 0xKo: _h4&x ~zRZGpR5>6/ /Orݞ*lRьew**+#(/ :T7q6VV8YViQpH[SoI?NADY}u 0V{]3yz嘙3mrB5P-UZ_;P'ͺhҔ[&|Sg t& L7ĖͩqSh[v-0$_Q.8^;]FSXNU |㆗wۚ e.klT fp8fM.*+- ,QU ?)ucI؟˚+S~ /A=ߘX&F0ȧ]AƲjgM8Iʪj 'V'VrCYsm蓧]=MUMhgʪ, Ts[bCA|i0v"1YI>\T2[;f7q:1[OUԸ\DRº*&ߜqs*ӵix0E)˻gzδ;&3܍T᫐˚*HF4%4Veg:"KW1 "qcMJQFe$҄N^Kv'$q 0f'3:hgd3 +*3aP#8vt:4{[WqvΞ=gw϶>Uխ{뾪ԭWŷ_Ovr:TдOɧ"G'V4;{aNЖME&nL [DH|7 )AsDi4ȧ*2pdg^ɖ6}h]_y ;{.O]geH pWQYQ:Mžۂx<6ocB %lkx CpzSIc*EcA)H r;o( 6*VVk SJVV"6I,uמA@`,T`Ii0;l6zV/35~-m,bՒ.ȑ;y*m$M`E\4&4͒.4NoX,]m${2XS ltz:lsRh¾緦2c+ezOVEḘz|rwLЃ--sl]$*98߷FǑO6ӻ$rvTUc1}jr6ڸAX{),}~jkJ߽AZiKWrZOpD|KupA4bs!ʄ;=ֹLعt;Ƈ=m[J%E>k$u?=M:E,kl#}ҤǯHæ ֩WH=h1Lcp`.o.^NQyKҦ}q7GHhN?Bf_9mu͛D^4ǫ(uVa}#\\$ftgl?vm,]"3H]s{U%}Q1דp'.1wLEanQK*ٶ4y>y|o[Y2h6zਢu+ˏ^}si~s/_SO3'w_tN{w?K:>h޽~}ג܃Wܲ|Oq'x{NU.tLw}:s5w-qɖog _ }/>qDo}-zK5-ۗ.y~[Nx&?*+'׬\&G?89]‘ut~f=l'=Ꮌm=5h],ښ̗g]5ڌg z'zN#sO֭ܜ/κ MD[GKz9qvoNL_Ko#9iuZhҿ/ʻS4OY]~T{~V~ƏGކQ&ƻ+0_hYLԞO^=6kŶxwpCZ~'5y;^oBV<_ϣ??G+>C-M>khQ'/Tۦ#ń{#gȗTK^Ls及w^Nt?;,a(\?AiYeU?X8%n!~:1PPF+/hSP|$Yϩ9,mT9^*տU6&N|rCya~Bh*?J]VyPY>K3 -&TxkʱSƸ >8Qy;-/[(a jOb~=\!=߾z:jKGE_dħ|g>i`? MV[F˭ShЮȹ#Z{i͔?VT9w>i{zyW#>sq/_x?b~%oaH$_3Ou'clIk;=Zx,Ԭo`{{ɧeJWXCHgΞk?~6 K%3Vs6#!+VG+Ӎ^_?_yT~|9G>=`=,yNAo~r)GJeB?Qk?1z_S~9SXxoKP+sV~k SRGǹЃgnǽs}g"҉ K )PosVer\*\8>i:qIO8+(\ ;dkp=eyڟ!Y\-?HVMTX٦ SJN(LfX'c(cQ)\q C4Q)U>0xeؤ/#GI a\Z?f+Mb3?9d~2LdJ|}ᖒD~ .v)iqM/[+v˛ɼ(+J/=^ozXa+C7B2{g~EI瑑\_p_rCWv(4Y?k%>u[ߪ_ʼn}eNGFLyP|.%|3rPz@%zD:3%>ݽމQhq1to4mFF̸! :Ë Dw36Ƙc cxqk`پ1fwGcDX2ʭ\Hj` 1ՀC15gc3,q?ϸ33b3ϰ`Tg ]?Nވs ':0 7p;cxkm!zc2r[C<870j//` U1f0.:::</a U2 ;_ݲ]%g70z`ScK gD6jz=Ez{7?sMs\9Y#H!xO#w56ϭKs!M imjk0>g߽iDw^{e<|z$ޢp\$ؼXI r9ϓ9W2D,|z¼2qz:#{ =7B?33ܨ8_:[?Djp (1QS\6yUgyyݫK2!0>w_ό϶ o| OvAf6ve6oNwwտHc)j[(~7]SMW1][Ozh].Z ).Wl?MzܼrGRNn.-;M'pdt[5Φhk:y`U[{64oubok5!9 3󚦻πq12yҒxc[*9MbDDn#BO֚}T]ro& ,rMRιMa󊁗|ݙSy셹͍c12+lV^3!% 8[Gb" X?Lv3 QV]?,~:3͢hW}J gfS d_}9QxX}>F ~>SB+'++*D^nj⎪/+t Iq\:ɟp{n<}=x/n ̶YVO2~oFY2gBXϗ=؏UH;m#nw\5ޙjjeDۊ ȃ9GMNQj uĺĤW(u$+ p<j6 :1r"Jo"_V#rՀY4{upIAS F}^uV `_s8JJc:; TyU^ǻ9_hH~ѧpQȇ+}AoYC )\B+bnbb/_~([+8'VL00{%Ryۘ?)V}ܡuA]Ӌ3T5{ 0'I3WʥU~:]7+(6Ci)4/ ̓pE`pZ}] ߪzf,'K-ߋ%݀QV@d mP$V,[Ÿ8G鶑_9,-;h3?̏z0t1F*\yЃr#IQ8O:s2h`WcV"8/( UJ9(0&HѬMxM-CaH&Pyb^61kQɄI`яa $7LWW-6tS S#yu TKz_;ء3 ӆMjy\EdFa[:ƵHAD?f !aw:堧C$h>z֟-:!|GĸҖ̕ӏ``f$|spLN2l/Ba:f9p 5FK*b$_(+_^e@c\Sz݈&6!~1#7<`{Ybv/ XxО ]r/@_Fu5sz8Va ̇fؤ7eY˙$V'VqgSz84a@@0~5_a!(Bޡab^咽3q-.~i*.m/9iCP: _q1k2rajfn4я rKu<yUkM: giyV WR3? ~0 L2pds.2UDb, 0SSP01:ش/k !5FC'yZO,Ɵ&1άnN@y`aA uQ`qّoEn|l0)_eb-8wai6xUqr `^sYvQ [FWJnə>`nvdNSQwa ~ro%9>|dD-v_?S/K* X"m ` 'C*ھP(`rrf ȟEk= \mA$cXG#z|˅NB%cQ#[H0u=l[P3Ž ^#ֆ7`3-/@a兓X)]ځHsR.ϯARZ(7拽f^XI L Ѩ,]aG q2kO#b_ ;cbJg?bzE+K J]/P[1@uk  Z& W> A+a_v3 X|I'`cU@0vd@AsP{$" :ſ%. ѶNH>) 'λ|):;wX|)`]Mf>'{)G Mqmُ3+}Hi p sw2z(TYe6:X|EgVV!ܖH@|HF@(2RSD=ϏaIE:4 ̯00`>`V‚6 LbĢ r0xb?8&Gj_ .? (qpwā{S5H?tpqp3\8Ҁ5 n?8w~V.%C DI|MֹؕAiczCm;kǽmACL"!I[è$܀Ral3^z][990[]~QԢvd6kHu [lT}3Ã4ݑ{ƿm }g;h}6J4UB$R>(8LfVE(AiC)_n/633O-@Lyj N4e]m ]JEp ,!ev*xE+lԃ 30=Ac(3=^y??G>B5SmeojCh: W`sDvA!٬﷡{rr!SqIq;ì1cQܥ𑣸}5<5u)OB'eR%y.<ƨ0)ĆOۏs(gņ4vìrijV4 V Eǥ@@q\쏻 r<, ̪?XVsi*эZ,64}f h14[g@aApX (ZW56ֺpĆF;& :csCPJ=FCL3@P0 ti@n`=BORŽ5:,agƎ8VÀ@`z3(F>!Ӥw F   GqP+HfA3ΡjG ٺ'y# 3*:('D` &(d5#>5<"x 厞fʼn2?Bg$;LzMvчAr}8ʞvuY1ÌAl0fY_ڄ>Hl\3IC((X;Hr*J,ɤ1ǙAT4z?@AAo1@yuRMٟgdjLT'ܲ -8~/wJ{k hApOS& j)Q3I O`k8;%3VD?Ş&:+ʿ!)'6O(Z݅O 9tZi]a7*.[H t[(9w_rOfG2T 6иZ* ɻgC]$߅`%I}XBtڴӕt%ioKNO h9,0YP@: B_(wΔ.S-&:u|$|c G798U24-<<Ŀ~Ծ O32]!ˤ#2rw4Zsw'9WQrv.K{ܬ`18ooY f?ZPxK-L-?tڀ2+O]&M@X|΂+7&2*kW1aƎ='C3ī1 p7<3:iB&XfNHFـp}LlmRKK*Zwh(vٚClXZ9c(U~b#̝@krYA [+A'L#`}"DݝPNRb&=#۔" .㢅E% H4v0FHYy Uj Р~3F6t<uHP޾[yd.Y`ƝPtñEyH bEϱj,2 ;n,Ńsq]]m'Z!P[*"WxV)p(K&-Y2pIH[/uUG7~ s%º _96 xu2=9qX A]1u;[=}e:ϐr\Ɛ;72y!9B.Km,?!va̠RRZBU]Ѫh  {uuF߰zF3Y݆9D s ou3uIX7l0Y+BܽN>ulܳC/s!grX~t@Ǖa P#sio4YVxvڝi=3z-rfeLzQ5Ln6#Ty7TXC[Sr`{QqxSd=r5\"6N2׹ t2ͨcRJMq}s ueҽⓅsDˤ)_)'ϡpNt03>kU:Ga Mddݘ$SU%XGbV8wZTyjEԊ2mTf|Ί 80{ddfg` di`Oթ'thgfr.o63C=ަz`ϟ|x?Iq|Ẋ0UzZ+M.'24[Env%>pM3BȪ ZH[66wV=M IG`WAȷK,CЛLz^6,Ms?%r<?~v./cR#x-b',-3  X(3J>z:۷/6V}&`fyx9*.32([oaK~hm9~jd7ɘ~QmLlsﳼF1);7r<7DMk0t3+[b*MA5̃&_rpxk3iNN0-i}ؼO{6IsPWޱ sM Eow)J zAj_UM3x& SRRgbB/(?eNwas?턓YnNGK@N'3`mWsX=wNOѿyx$L&X"- MX/ Xrѿ.4Rǻ@&礭D??SٶQd/{w x?ZQ\[c&ˢ!J*Ӷ-PeEg@rA_YmN1C ɩsẘ@)6+B*^sxźFҝ̤3Q,OK)gyLH`8O+"IW.I)1#  >#F\PFW?}Eqۣ+췓 Q>/\t 컕6Ԟ}?l oFdoѥf4I^?r`+e&?܆s"G=c0QCwp$*=$.lHCdID{zsL{5)貆;Yr0$>@8X } e4T %SFZ1R٨;oe6&5ڻz7Goӭqwoν6k>g{[) |?mBGlBEk2b (x˂q*:H%GfS-t{ojmgv"g'8aX#6$Ng&tUqPU0ѳ拾~,Dݓ"_`m/+O4ӑWk&|}+q gN/ D_X/6svE=C?зL]}уkQu%PO/n[ni=R3<= >-}ϩt۽<I*ۈ.̫̌׮^Sw,Mg-N򃿉t omp HdE\$Sgobq3sQNڒ%~w7 D+8w ߋwF7\(dH 3&QߍQi%Q\i^3Gr8=wiޱ.Fl>zEwn_WĔfaAW`,}>m#ˍmcI2;~I[6L!R:~J1첞AB:Ps?uFudcμwX<<Ǿ=rxu){jG>ym߲헾k=SY"w4.Գ{ z'mD(.1g@ްG1gwlI%T؜ 0zO6Q+;}?o,h;MLܺ@zpғh5P/ =BB]+ Ⲕ,*,}O 4=[m0ZVCfMJqɩTk+nZaT=`Pvb7TAl,ZaFa_ OL O^+q?:gʿo%Μy1=d]rݗ,ye[Ãa'V=^-vP9SVAxJ]|?ޗ\9Fi\z+ļj W!ߎSRel>Xߐ0XT>|i( Sh1pPmP&6"GXّKy;7qs(ocfLdَLi~jA8m&zi9c~-/nϥ a9FvW"[nyWk]bT1l:6B$r,bp +ݶ ŝJm Y*(ToH˟W k?}c|c6ӎÔāݺj lw 9 ۊ;G+Q\J˥P ۥΤ@"|u^gߊUlt,6 IO8=$6,m?$n \-/8=k0HN)7HIq!Al0׹i>[7Ꮡ 7qY&,AJltьq3n!3. _V/zz0P_[_Oc73[ؽAيv|\oBpwsKxO3X>ܺ yۅFw?|qZ R=Omg[S+RĄ[[/B)$[*x P%nmlL@_1ӋŎtgF]g!-)t}\6oU=}@z/}aɪ`s~'W9%QFldUh (*jEq547+J슧ޓ[*G ƶچ${ ;uvBK].%^,{,<_J ˋ+W|@CZaBp')= q+nBd:/w"CbFelaj4ZԼ{ K6XnzuRǛC"`ҷ ,g}<^z2h/=cv'n< k'g'-xwvntw;Rnn"xS540Ry7A*B] oŸ7~ߘH|tr$s7k/DO]LY˟.ϫ_WKC~xWt=M~s` ]o_(ˢS )i /S]=f'sylQ*^S#q?r6塍S!~fDI7S&fԲZ2̭jPϜF̈qg,6 $6GC#xF]6W~u׭๿DcZt *,HW(|Fe5[#WRBU6Ox?:=(_& lO{~AA %(wJq(Uq?,Fx o J>nx!PaF })"6 LjR8x}V,ife@ILǎIIZ4Y)HJ _%%.q,bQl؁֑j(q99b\fAn TuQ]#ՙ?0x˰ԈFwYvTkƌ!'$L/ϙ`GmZF;\M!X35`5|XHB!LQ8 x4Z{{޷>k7f"AIڂȭI?(g>gf2 ^csfZkkc.]oSݥ|`AT(jXfu\80ͱ%m)m%XR>OB +0k2Lvzh-WNVh_0N LQߢJcPvu9#fJӝO4*Z*<%{aծlKr!ۋb7uƳO50a{/1di|Kwoǟ2o1L# <ܟm:hQ:b2W3Jd8g+sIK\$Z_71?NgBb1deʊ9#ȴo)e1cS0JdE5}F&a9Bv7gkmľ y<4de4,l-ek4P/-wx2!DMc B 2i1!6?~?vw%X ]U\mAvK?<~A`;+r)OUFy>?Vsaa[;=vVP=HrM]+9zys](h%NJ)yVcB\5lbF6~֧ShZ`M[3O0åz.$:K~ ەGQ8}ߌ\qmz}1;#Q>{Ʒs|}V%osG}X[@镤vɴ:,6TWȅ}8>1Q$m#oF<(뭙')*_?y.dޣ?lG~ =מgjgg>wpG$zfGp[/qr Z\GKF%5EiB9?$fT:{Z@c(K(E<ԯl=D*e^_amGKMq%0o*=1g?o&ȇh/4*Ol.o)[EDp ?S+wUѨsaI bZdx!ux魅QQkBؤN1EBQNBqA-F*ĞƴN6KW&Ê{TODl&T{m:b6eX (q& N>l~ zij*{o%al͒dL@G;6F1Ϫ01y;vh #kI o^K,UEUYs\ѩ|49z|Q̚|~J/Ч\~93Lܳ_ϛ3̙;g.G 1w(Z:< VEQxj/e2|Y?)iݞnC#MnRuϘ)0"`R:GG~SF+@D0TO%㭢dD'B2^ԫ _G"*h`A?S El`X(S /.?,c L`mJ 1`;=y RC# hxk{$-CGܴi^&7'ȳVұkAZ3MXf_ Ra0Z{wnEvGyR=nyRc~-V7bƨ~eb无p\lPbԫ,3CuYyHZ 8 ks [벭kŝ}b?3BP-_fSwfFSáXYвeV7,l:^@:Z E@I  ~d*-!x*[-~"K"eaqE : ÔܓO2ËSZZ1߸է/Z )ymx8X8Qj.q6C6[̫K5O :fC;0Mdv2M(<tl!šj&sȇC=GQ (Q@sH騎d(0F>GZ)tх.^"Z wBRDn :NJyNSlDOMM!ϔ$C)[GbXkù$3zNMjxQ L؋ZgC,1wwI`|)chYjy_f݁k603}gT?[Λ yL٭xGHHyz˄ {KI:T:g[ZK=y|dO%KԜ p(\1)s3vR%4qZ ̢-9G+-bN7kjqe9`F;E̒cxwc2ƈ։E:87x7r4E4 cэ\F,M0x ,#-eg(E6j gڂx>{$ [5xG1IRSIj*%X}(/M=:b<ϵJ}gDVV&J )vGk4ZvˇeS&+׋n8 MbLU`;!][)!JSxDx{tƝ֓ӱ8!rKv:G[fW:h>vǺ3!|~U]f_"(W_6r^/4} zףGkEڪ,3Fx ^,Ux!xw#^+i$ >a'g1QK%`gMqa|Kj%x3nLaJqU\?k|ϰ߬/S1éD3)*1VԦc_Ӊуi0k!F䟡qh5&IS,+RwT iGL5=YgF,n\o1J%&?d;uPs"pF&D4Vr+0/zP%Z|v}S+/p_3N"]է;T,ywM6I, JʅCR4C8ӶxֶpMY?kc!9~`_#\oE!9}{HWq+I㽇64m8& (~djcz(59Z[&Q?phE+Ly6ANz;Ҵ\fh2sMل0Z+^a}K a 剐N06RC*9f!ԾReB;ugdc_T d4苸ڤ1f>X:Нo *ȎzlQ'p%̌U'Z4XhD- uxzn34`J]*X%Ů&Ew@NH^kV$gE {@&-lHD\j$[Yy-CvJ. GN$u̺i. b\/0ĜրHpإtEޣ߇n[+9f暅5eZjlNq& &6[Ki.U% oQVKr0@Pw_ջG[43&XKPՈ.:hcBa0B&(~׋j`]_F*q_D_Gw2q6F%i1LqNA`\3mю1N1;bxXǘN:m1n5i=Зq&v/i<ۍFX6yLM!~秇yC=<|J|F :aF{sb b6t?"fK\hH!vM aDi=vǼc3ĿKT'1d\«;dm/Tal[PzD9yB"uv]x*`[i-IDbl fL .yq]"{=S⧈K,AX)' 'nxsF{3-|ɵ5wyOVlBReHytW$Ʌï~ ;2T% ~5DwsNaa).CCcu$niCLL?S HZt G݉c$\FLsL'.UܐxX~۵C~҉2o a^:z])_RαS_t7g7ụn)zD`>'4#) Ufd}-ki1kuƆ7:MhYxh UQRX]jdYJ($>U9:BX/*2GǫY zTF [{q!?tT1pFŤQK1|12d`I|<<ύ2p:M.u*[ ,Në@)2x~YϿc*k Zw!bcjVNcc܃[#ѷF=Niƻ5rMآʄ!lĜ=d lH`G(b>h^}F?Zm*M|U {l32_-4<|rBub.Z?d~Zگ>3~埆8Ypbku |c Є[iM5aq#U%ԃ}UDb=؇%C6 Zq=X =X^pt,΄k؁]B .6A6`'z迢 $׳+UQ"lZ;Sht}L=yH;9ӎ$7m?YfonXN\֋5fOɠ00Zz: /F|;$&cZ80un/ϷPƲީqǻt1'FrB`q?(+JIgТġhDepUYY.vf3zK@2ǣDNdήZ&)e7eahB['hqtVyt8ΔVIt&]7pd3J`}12f)F Hg)cwԦ1tv|½̳qR~0nkK6qhvx¹y^avZbګc ٫Ҩ3^EN7ZSVhKLaj.fS-jG""|o.QOO_à~EMOI zߌO-说O~}>a$S?'wQ0/ôOº7H$i/}>[?oo%ܩ-c!_(\ o пyB& )onoF|gܵ- .NW2+[+^Ju>i\|pl/&I2lʰQҳ Pי77P Y0O9tO_ `R# Y>=qr ~k9epoq/*B>/3C;ǟviob:7ø'œK$e/{#CK)iS+U?,Z& 7ڍD;^d|wb|ˉuXQb+F}ߩUS#'R ?]}2R!x{'e_}އ:v24Tz)7!˼ds⫆'+Kе#kn,mI1Y]j'~v]D}T\} @: ˎgj゙߿*`ͩBMawkذ"vQ==jg| [k;O}x{]u?g-$l{uF~ Gs6\x܈G"Ո~F"Q'6/?#elg+'#bB +3ڡM0;J OU<ʞajĪ/-!$~5`d},^픾}3z»o+РgFD"#ev:0~ʬA[{[,J=-qVS2hx!W@-dܗ""B',g-YԠ (_]k!U[Pr*%ި΢@%[?X=hD|sFdX֫4+{>y6 ^>zQjb>vboW9黼0۵5s+l'ifS6"EQ~Iϲ03'S,,ǧЍ9WԽg^w[RV:gԣg~zYEÊ͏74WEDyvesTӢYJ9H&J$KF0e/A=e5[ЀH5<:jI=)UejhâlB= LgXN-ȳ˭Eē F#W̓j [#y8E 8z&㼩G VJIzOwҭ|?pik}Q;͎/kh.ƕ[W6[^Kd`usZ(po0^P^k ,-tCTg5guzLM WX>a4+NZz~Ҏ[-uV@}-#| S,FCv-t7%Nh:y{')Ŧvhi9A Tu ^|mmSgr襳>j%ܚ OwdOgᯚaԳ3?f&<&)m-b_Hs[lګ]fa!]mM~˝M|6[:(Ma~0l4KHw#3 24tGwLN~@ccԯ7lO^?AAN]R sD1cvɕ&GÍjR{OnoxF6#Φtuʙ% `&^u,b^J?/̤A7xan!KOԸX@.x\k!{OOi`,K#nWh,~cLgճ$uT AK01}XTLV$Ϙ {g?A^iSصБһGAu\y^zL^k0Y]Ii2/R|O}b 7Xi}m Zʥ)ɤZmi.yD4n:3Íoy!K ÊwŦs%y-N4o "Ϥ+ >)lV lqvYH\7ttf@"sg. &vjCo'C$}C|4h)[!mlm_ۗ >7r7-BAqzX &^ B҈{{ŘG=]lf&v\`)WvBO){n> L6s(`J͞`קFejX&'h~u0e9T@(l , 5pSP.0m,,qt1i;L v848 5$J.8gS  y?5bXNYL 6WŘs')mᷲ)SYJ1Ob]i#j8DޤvRM x'C%.cDn M;GO6-M'7_{qi!r!rpļ_'v0{Jfb0;$)|,`D3S{.ghOX(k`S r`Af~<.y@sx<;2{"zѫimO`j|;Z[;lϙ0c{Sp[N44Y4թg/kTWHr %S9$'kmMZp@C;Y];Ҏ"5kzXns#C؆)9C5b4EF0]ṸolǙ60TcG4mhg }O*1p㧿%Hj)f{Pz'█MAxw>u]]+[$lXi؄b0{!uSH^0D)AǨj7p3(% |D"]o( 8TżagWJ"Twʄ.S*.x[6}˵s#kƼo$'8^v,6Vb.9$}S%Y$EzXDd'y 16j5I\)]ΡI?s," 援1}o69C۵ޓTvN %GEИ.Iq̃iTv ȅQ1(zi9h*U]h1VwC*۽ҕιfu"<v@ :;AJW"j ؁L?E zh`:ƫ 4&1Z{dmHbSPخ|(`7D&$qYöYgs1+@"x@e+x]wzKC)b͟k+!>_nsGH~iz[N&Q37p7ڰ<=ƒ~b׃D9.Ay߳PvuדNL( \_>IC#Do12g '$O՟iWg;'EI}YSƝWq#&1@s3k'a$v)\Om&ό% ht-b]Eb1]l]_tsw B|IHpViMWAY|h"nJElfE0yvzO7Iݖ; B<* 'iyA-NvX{l c3_n:Oi[i~>Ms\V(#"6ml> 6B. 7ø.80D-*LܧN&`g(u(*u Z#Vn((GEF||處&P$م# l#Sn+s??*l#}ԉv`CdD=6nQȝ%5MǠgldK'º--ɰ)G2ǀ)YIhҖ_i.kfXdVv~h!_5)ݜvzzCwIW6Cĝګ40HBa7~㈶nwh7ޥmpғo1MLŀMmȤx|㨷1ikڹ+dE^`ԗn( S4Πkh,m۔ BSF|:SO"pw} MQv; ,s5r沆RECC]T_P)UVI+WKڵu͵35=3+TSڽ\j+j+3ݕu n%零 ̚rbW]^]YYPQBj*5U5TKjU׺E\6<݈ZE1M u){V9sfni{̬Ll@ uf7VTήX_!ͤΔfW} fWQ@2˥j}U!Oy}Ώuյ?us&AF_:7 ڰGm6Z讪Xzumwu33sSKw,|+kV7frGC8¨kl]E|X#aӓ<>뺵zleM WјluyEL ի|ͬp"65PQ ke~Т[]S2khX01‰fKG7֗p76WVUVV6ԭsߺhWW؀VլN|F"3> .Bj\[]_Fa5|TtZpn˗ۏ~{},3m=V:Wx} ;~/ Of{w?/|lO׫?>?{eIzFݸ>"U :qMe5j%impuChjI(=$pd Fb4 ' WcCJ% +*Ǐ`寭[6 "jZBjWI1RT.hd52BQ?> && b$D3mU/$~-U N,} m#R-[]1IrGRn ѳZ($(0mu˜΍P3 o&ae(  ob'iQэw_ӒoE 'ŇN zYMtT7.he ѻ8.iBfUUYmmEMc,lTObzX15~:*.0!;-Z`$z0p|3xwq(*3AŤќ;ò.{[߸[ΞdKnͿ{~M循֢UdTQ[4BxhkLaxKF6LSѥQ )@qtq7t(vEiYҚ6s ("B$w Z[W@9@bz_jmѷlj)qC/$ghbjzY:+UL԰z%Z1_e|iN W蘍'ra(>'#}kbs 9C(whMܼFPIxTD2LUe5rxJ礈cxTQfV^ W.CDs7ߟU%w^}Ytcq`RĠH16%}3A&ݷji,̗򹳮%< :>bҩH$. Jr]f PX` P4d?ž29xmU//Tŷ/LF'J,L& =JH/I_ Qz,]w5!CpWzqYr:w}//9T>F"mCޓm$ WXIs.n%\'_&K(,_vr Jn%r=N)r$MQrY<[@Vr+5LqrO%nr䎒;M2򓻜r Jn%r=N)r$MQrY򓻜r Jn%r=N)r$MQrY \ȒE7B4mJӗodwMKҬV U:_ŬյY+5ߨ.WUX%*rAiVum5XOWܖfUT;GwW7|,,`:YCkUYzUWD٢lUݺuB׌.Y8O\KIҁmEcV@p?M^2':d# 6Oto8еgRG3i Rz-[* o5\{\؀h/eJ..蟙h+\8p7.]NypϿK4ҁo¥SoH~ P9bƷ=.]dvXhyO\4p{H1?}M#.1Jw:}H>,I&H{:).W?_R)]<6]o\:o_Q?R\J'!<qdM52t&3}'K']bgR.'&5O/[x.#jʉE}I_hE_$ ?]ALsW~1!߁ A¯~Aea/:z6<~i^ tF)RUt8٤SG\djߗ'S'S->w)ҷ雗%p*ǥO}};G!3~P %w$&LN? ? /'^$UD 7IR2IߚNH W!Փ=!ÿTkO~V!# %I/~\mAyCPl ѠtOd"yw$=hNg_K-o;o~!KK|#0F|#?! +S_kO[-IHs&Ln=ZIB<'Qu1xZ.?4%F$VB뒴-B>G#VYiT':'R_7ޯbyS4$.'(&' z!%OSßC&no??OD9$#H O|s7?n};WC ˙)q$6: }úwQ˨Wџ#pU_KokrL5[DpGx47PJ‡C= Lr'h Xu61 p= ?p7u"g%~CBi'!PupY~ '{Ug. gަW>A٧{S#㰚?;Yp77c7#u< VmΡNMɷp!*xY"%ė* zH_>I*R9uWp9Sʕm%= йz|Dž8 *k'ԇ[qԿCzr1/\pB{%}-Wϭ@_oл |!I{~υΛC %}#W!?iG΂4'Z! +|7FREx.;(t\G%>L8p z(=G1 A~ Jg.徾pU~A{ zؠB8*Ep}\p o !U"7M#5>@{\FxU('M+Fa~T[ %1S}_?k>HoǸww}Uyh wq_%> 2Ʃ Q}l5Z˿pmNSۍ7o <'nL Ou"}%mRoXwI`-ȷVG >4AarFA m ~[d_+\@8'$dzo2w sB&#O{|qI`ߞV]O4/02Y}} 懷7O&CA={ɞ)K}4 OZD?+\ li{\f\? ;K7^??i"GVnG N8o# Qy5fxw~ńO̖ٿ8:}^3G~;'yw(] =mG3^6y09 ~^N#[u}z3x7p'_C;!סߛrm |; :Y‡o7*l6A?#wڑnC$56hnJfuuE….r_%Xuِ?͘]X\$@N!ښ|*W0 U&\D$k &!L c]`XfLSiZX ,`5Ғ`K0XuZE^+6` qh#/DhuV?fQKm/~=C,-%+9Jh@X`#=#;KQiVJLf-ő -Z.<^7\P0]~ #%ɲ:Xrťf ۋJROU%= vȒMIJ0r0HOԿkXVk}TZ\hanRP?)j8lY~`PrzJ"L5+X+TZa(@v_ -a3&Tfօ6N]+ԚZIpX b9mXg#Oe#7-&kčXV krܧNњ`5ZCvJҧOBϮ?bZҰ9,199h+]wϹZBC `TLQ^:[\ni@IqS:ۯ.9ɗlyhɮ~U% e!o9LDz̚Valmk!)gfnAd 2R/UFhr] .~e9*ki 6Y,rg&l,_FJd"k4=ͶVӶP8JL&4;+F݇c{؆RFw Q LBLxh-]N6-˽=nY8-Ng:Uq˖,ruc_ Z&j"DZZٚlq͒EVBu1K%nUHqv Q2i$b8sW%坪ثَAQKn~FLVtX|~jv~f# nU4m=Ã[dnYi3mV+Ӣh/{ɌRy5mq] BZVS3֤x [+MhYF]Ӌܩvh(3R{" WUi+8]p?i!ci$\ ֑YaH&agG opt]IEcB{!uH}J# [RrdTI)uiKۥ.[`^Vi=Yv%8X/m2nmtS,ٔjTI՝E&Q6 OvY;WefYX:v)M#dyȄlP%9JQ,?/ViJk6[n2%[lCꝥsKN/ 4t3JS!lxCumxYǎKQlTI?'jk D[cވ*zK#h,hF BuREMw 33 O!}f",=gfq̙%3gyӆ'"ލA~ʚ HsZ%c8nB_*9bDLJYk@~yut\Ei^\!כ/^~8/ޜ]99խ4^MkRoX)]r2{ӽm;LސNrΩ.|糊K^5q=]bhG籯ȵv,t<+X}4oݎX?I? ǚJߩ0ֺ9kտ)fkro3Oރ!oֺ^ أOZ/~}SW?&i5'rtDuȃ &=j_ iQ~~R=;9m`ۘ<̎PsO'[&-Mqvh!挗Dd4XCyo o䰤be~˹p2:en!41*fnY]QN,S2Tʾn2x`{)wBg=sߛsI$Bڱ*#t%cl֐2֬#Bʄ.dW[{iso+VgNLVpuS\'eLFp+e9@Q1O'a;fqB~:.A M{A÷R'1S|qQU(3b} GOw]{1,T;39ĮD?fq9"'/CGpԑIT}v,F/ Q 7;K ]Yb9LSFX ^C\@!^ Rޣ'B8!]?!1rCHSBOAH.:!#$]sRX: Xc&5éEHzB(FH}4GH}!)4!A~!xu5K\c#qc0HѠv3 8ޫ<#mb^G eYKC1# Ƙ`C3Pc0աn 0-oǨގleu۵jBƘeUa\.w_.kUv.?:>.?cdx p?1D 1\~-1!j .?cL 38pOX;7ﹺMt۶6ǡ[bcqg(n3'{Ufx><|`s ϡ8ɓ9'u̝ف|B̢+x$o&Jl>Bv֨ څ:0v~>0ƆSJO3hB]?Cz}Ǩx8B8C+>U< =s_m>%~>JX$?@Pom" χOĐR^# ˸R` [:a$*qQvћ#<;qF?8ɂlQRjS!4(b\H^)*_*(zZ>O>l0z9r>3Q5\!Vx%kli?5-/g{dgC1|0P:_"E}tM0KV͂d=>r#%؝> AIOspmRCҲ !; tm5:q?\LJ~hט'kWKEJdM`S'3x N{yHGl9>dl0oȤSNcwJM þ닎l&ϊ6ċg= u\s {9$.KH/[A=`%V+U֬oEFTU_U3펪HW;zIC(ю칃wZ:O0G|>r f D|nY5fq2|[g]#3UuDU-ʰ^JTU'VՌ7}"~fvrp}j^*WΑS[5Wsin gE޵GUt":"*,Al0 @pDlb< Lx!dH, i FжiuPG1oXUq1 K .0AE@s}HXUU{Ϲ$5 = 4({;s5rb*Sb;8M0Wϝqڴd1lg] Ea\Ş#%TR zp|gbwa/bǞY2\zD+NYR9zf`\7QN{7wu}nAY=)%튣?룩79~eJU;3l\-2u,!u]=glG{'NJne?C`!!>g6UNםXƬ`~U(6x{D;#l )}iTg1͐x5sAiOϽ$oH{rtCzLzL/>+F=*PAc-XN/ %Ei+rh l}[ Ve{)?SßDyT{G=XyΰHNmMrZv"SC!d}*nS4OB,wbʲ>;S_\)gПA{PnJ W|hڝTrT7&a(=ԾTi z=cmTC, uӿ{4𑙩.+Z0].Vxzs. 3AZ~-ݪx]~K0t9T:H[R[p"Omgq7=;ROI-7`)Ew3X{&ce!yy'y3]$0VjVBuVFxscU}0ʠ+SFPYrnN6oEe)PʔKF,]lY6l7eEm򏰷Pz5uku)9S j$4JVm@[ww$|=W۱, dgmB>?7*TL3n\ am)y2 ` ۧ-Nz68F<.ž,o&KlYr,Rj7h2"ibkVPSXo1'_dazF-īi{!8}h?g}^^jl:KP2T{ ָ Z'YBu[@FfE,ΔTWoʥً,[ޱh6&6-̕Nؕf4Ʌa^#O Ň`|{k\I˾q [ {b*<g lSR7IZA¿y6l6nd\vc+[ VB-B?ƴlcaϷ.; Uy4(}qv;c7:7F䘘R"PJW>< ]XƱa'}e2^S&t2@NlgۺZHSERl,LmOϽ£.ւ!kd*,m&s $wԺcĘ{*8u|' >=q2:5qHMqwz"Q8?{#A۾qhg75cyH=P擲.SO.6/Ëc$jz5lmch«Y֛[ruk!7 7b{xL`ͫIyf]O؋6zoniOU ˗' \O}YU]{ ozXϚQB53^Í $"qpI4S,^e^$:Heb`eCaѾcО(P}^N1ۤ+\2EJz?;Jʸu1"4IV"&K@(FEɺ~Lwbg۾v"IY~޺t? !UfQ<}'6c<,}'#:O$#lC֍ b3hbf|(!~lԑk,@ ?lq[.GLOEԅaؓ4;՛$zjrA * o>rw2N0w Qo4r}^tB@G̥LOkA;c4}Co)M}nR;`]T^`eyt'A~88sBvgNru7$wվn6jD65R G=# #F8mٞ05=2/GkGitS_ >WϻӼ:1l|jOj|:|SGPOgO3@ 4tPА\(T |/,]R]%sc|N]Y 26w{srS&dgGK踃~9n'Yr2%ńW:::pw-E#/k7{YwYK$8LWtyoFH8w ;Ō)6q@{Ƙq@_7D ;/u7QGv v J)̣ryŸ)|La?& (DY)=~n`K< )Ӂbgk;c31-cgbN U3ScgbL#,0 ;sNi;s !^j7v&>•3vh |3 \ ;s@ * ;+C3agJؙ+ag6JؙFψiv&D1,LؙwPψ5 !Xؙ~!X{eL] vw5ؙ1v=AQEvp%4ouE'RҜYܤ3@ܫ< V U *vRؙUZ`gj4G4BҨFs 63 c;S)Ns}uؙjTFؙ4cgQ3Qw;sMñ3cu~|(߽Ucgvf@=?;sD$h9c N[l&V7gaߕԍMGumZQO zM_BS+ _ua}!RD~TXz/W]Y-E- x ][ȋaLŞF|hX}'zq?/ 1 qѳc6JOQ6ü-Ѳ]f|-_c 3%:W:*);][B?"MiG!JHWIk)dWf-I"tOD)]iS3F_-Kv *'X:={/ `lЊFgj̰  .S]V3h+95׾=!Wͦ:XZ6f=w'G%W =)лPOz9I:npg:zZ p|nJ-A`%LuNeɃw(UAƝiQ*XFKi=Lks- *yҒdXa p6՞x?g;];d!.ۡ+_8Bk̇ʃ<nz\[w?~ߩT~cxwWvw;;9HӴZwS[ Ey;tx禷|XC<*hH' ߇6I!W¿+ f*Yݢ~uOb ؓEQ!gP(V90^rQ'g{8Ypxm_\f*.v{ah /H *,s pv1qRF𷼆\LA8pAw߉xvg3t6Ndx |pd 8y^_ck3J ϊ*Cs"|}{g RΛ Ftϔ8c c,T+ QQe7Wn=mS+=DXyJ%6ɦ_rŀa$NA^5"o qAQ=kK cAK1ۋbnc}zulgb+rg?kN~'l9y'#5OygWı3GŏTtOݼ>jc}w͏~٭}vؔ꫽isg/T~K\mܒ%_izIwʨGCo;~,H^sg?兕gg/. >&\w.,ye 6,FjOR{ޕʿKDEjtTR)TR|$pIJR~`+.P~IR&>K))F~YJ?RRKR}mU[o!T͐͐l^RgoXi~oQ;CRyR3\Q"շV;\?Y$I~$=mG}KD?"kct~RwH{7IJJRjR{wHGJ+O/])\◱ He,.R{o7b/J+Sxv?yr@cw&سJ_m[sh<p=/vppZ~WڗA_~ x2^Gs:&U?KrMʰ?6Twh@w'{A/{Bлў8AΑz}'~2ߗ蕓՗?YYm,F   yL{4l6{D_Q{X,>)}?aԟ+'ठP}H|Пy<u6U~lև>h?CO+:S{ָ_C;٨TOy|$/F)^rASNg%Y t$_ݛh h'oE:;+g,6.E׌uQ\QS\(xQ2|VI}`ǶsK*]UNAԬG%f9D#%j^fMI%?W%kT<<_ Q cPx+~^ bb׀dTF3^X<< ~ PD1PC?!>V$qc$8jţL+k gVW5؀N[< wѻų@TaUAV-  Wmf30j6Y!20pYR]^~m<G`v%0n!ѫon {]S*d.BCG#xS eȇjY/ 'j.DV @/M"{YU՜eD/S4rb4h֡xI-G ݬqϕXf L&3&cbTV;\iʆݝI:{(k_I2@EuJ H! ƒ0$NfH'qtޖS{nik 5$ TVg *w<3}wngk.#ѤZIMuMv0]qIg$A36jZx}r1%21܏M-ZF ߍqSbPvTu_H}nq0Ʈ>C1E:[>s.f+-hjO%^_b 5DVW(ycUW6@jAza"f> b2syŹ#AT搞Ms!wQ8zߵ[FPu=#IJHI|OE' |UwRҗo*s.vj=ӃkHKɀw_Ct_Bt-w(RE>OFW"wW&ÿ DUD7%ßG_M|?Dkw/"ÿ-D%_L_G=?[㮅HDL$w/!ç~+mDK=DmD^?v??ۓl[T[Пb_h;g&܇ iSf Gw3c?~dCL^eL= g`?70W3p)lc8mL ;û~w3 3gLn?~es1 ds>3|gӟLn? ;gC~AZ nS FiJw6~Az8lav+Q퀱a.p.R UܳW3j uJ3]cw``%p6;+ ݀0Xͽp (aAn?إt3 Vt30Xӽ0l7 U; 3 u3n?=Ln?ýLn?kϸ33~L1p?2o`!?u c2k?3w0p~L of16?`LNpgs3 ӟB AWlVð.y|7Suf{6jaO٧IS}%aOjO3SX=e#dgޏ ؔ=/o_oK+U[גs:YfWpbC!}4`ˉo}׆5Gؑ{=;>}'¶^؞AZP9C.o%fa4j XkgcY2R69xvgجLN97;֭0XoySP_$:ePq0DN p?mX\!1ct =yX" i&$%D$oHyU>[bS>ṵ};})msbT^zΝmŝ#/( ;8fL5@mcg~tH5R0u q2}0awFAq?TQ+1_= ^r68|5瑸-Ovmjz ?#E0ofA_W>m8 ]0Xc/E {|XM&[-y2v{i쓜6N#ҬmI%%|&jb s%1V,FKĪVr>fRj,A$p徤őu\F[;& F;Z{g~g”FJyV00[3H :s1ӄMQ {TO4擽ZN^е4KvMRʣbR}U; ĭ!LT />&% #VVį֊ꥢB߈qd?п Sn+l?bj/ ƆQq;C"6;{%8я^&6$OpjfKS55I-Pc >aRx.C1Ta1 M-OY ȋkq65&z> -GJcE o3*"nY>fnyDzD9qkJvT AȤW yavL,`k9+ =m~0R ]Пͣ<,F{%0I aOp[jJI=iO[N~'Q F#Ouzdew}l4EݑChnH<4ۓG嗜0Hc(&,cWr;kTSaea&[kc(d !FRHj5JRkuV>F2 3O־aiڀ|8#Ẃar9lTZ#vD)u=xU_ftc((Va.̙VR KCؑ>׋o fK:}}aAɇ&07#`]S,?KZ1\P&}~q7'o, y74]yʂ00Oik=h4N؋s 5gE:v:b"}6\ ϵlMi5A(W !jIktlJZ J "Qmulͬ?rBFV8#q#)tHq2!(-n8]g.4rcϐsf?C5 r*"eeXQc#hiJhP%ą co<0is | }Ǔ8jх,3$e񛂄*h Y*r@4*1wB`od_C%f%d{}}c&'"(iEY7эv҈JD7;V}p1v }V5h'^|]oʻ,yr . &ԡ!_ ~⁵ZX+]>sXAێ02̆m٠-41WSy56ݟ:mB/ WglebD\AS[<IuCa\6X=źl/RdIRikПף-Q*]wJV]2beIb!m|>y7k;β:u,A{]:ۇe~`Ȳj`e'g5y5TT %Ҏ`VD/NnPu.X<\uqj{J:%*&-S٢'qlѻ K=i9B!,^Ym^8!)Qoz(Wbl8RW{C !c={5~aa!E)%zI{Jpl*#zV2=13Q9-I<*wóijOlB%з陣`u9BSQk&葃 '#R#C}9Q={;fJSޔ;GƷ:{>5v[FLj?p67Hy4Ɵ| 4{YFe'Uj@34%$Y. *y> TCfEMaֲ#ӷEuC"`E_PQ.vӷ!=$kSsoޒi⑭XnHORil:ǼP_2n}s*%Y,Ig~kڞҬ$(U/Ng~QdgkU/cyQNcRxoX(?g\Mys+rJ 5{NѭsxHlN||Wv\()2G޿7"cNRLxk)zE,9p)mlK_o~jЗ7KJe-?>CQ֧Y{qs}o&|w,x![5M@i㕔ߴ UckU^"[*zcY31MQ9UZX~;v9H%BW&'ExX&<+3Jկ6aź@qC)6Dbnn H#D;)j넂$l5i*֏Ͳ`Ujk_p8($b!:c|4L7quղD- ۣ~yY>ܙU!2u0̝,,FМLZU9_BLȼ~5_,P#{UPΰA[E>|bE/bo.ꐷtl6!We/5̨tZ9CsJw$+8n]5pԄ[MY=_gjhqQ;iK[3:j)%5{ vRࠃ߇t4HAeceXŃ=qI'$Z׾ K˔ѹ5u;B;' 3e}b$aoҫT8y6>kcyeU<G 쯽yTN۹ŋ=v uw ;endOW3_z˩ՏEtӯ|km݃bD+UNZ/:}~"mF#L]/3y $&ԃ5w26!A|heھ:P˗DwS)`cRoVZ{r'i}=Ku=<2uLHKEo ;"}5mw6R)ۡhG iW9w-MUs n+Jlt5wΚY"퉬sZE^^$PuZs|z1`4!p̈)=_CAm[LUAH d#_K#~5U~6x_ z:(q.8R: PqG..ѿ#X^E.#}5v羝{}D6۷;2Iۈ~^PF%#MG R).UEuG^IEϋ|.'BcltԪ; UB<<;F 9Ud#ڇ%d_ayr_Pgh9;/XĬP-xWE0p*.yܕf K} &.>zlӣc깏qFI4Ҳ>@Ԋ6pz;<H=|ofp#<2z&^y_D;6Na Y):8}> ?Wqvw\bGv࠺X )![pW18c~WC^k"Cpσqڕf P_Labn.+ 1 ؎䚩W)&>˺W˅Z_s1TKw~d iz bܶaHZOLLJrWm=22 $3r!EـZ?Яk?A[x)/‹j.Gt"t>)@=""dIŊqqil7ۻڷUю쫍+b=5яbJ^هu<yXm,(c"v-oW9jY:jX:b8v='zgRɴO'ong?Ioa$A(8v+ףHr b 7礼NE b\ն'f{T, ;}$DeALAm OА"A/ "oā@ .ka󙃼(6ȏ+l![Y$x7D _9+rFO|wRXH`u$*)'9cokWOk%j% w*-_po2'ҬצŤ@F1.RådWD,%0a/x.16|sbǪXݑ.30:873MJ ,vTS{kӊU3ޕ}Z{qޚEMm%Dcm˳ UAtq=%C-꬀uW6 qGVu7h4qO➏ySȳܼAB.[*:X# %GqTM2?WM<=H{tkSpV #;Ns/B|^R̂xPoKKG;38|8g1YߞqkЇZ} 7JN<.j]>Ci!3I å+t7 K6Pq7 %[:Xe xrۂ2鉺J}R_WP<4a %w^"D!)q 5/ӝkgV ٸL~ QUX q(瞻?XV-w `ox)8PBL8?jQ#<-~R O[q"гƆfd\x(pUFGo b{ mx`O NvШ/ʱ>;x£Cy4*:)EIzQæ̢'o<:ЬiR&:bz00p0Zh+V)1_~xsČAeHޮ ok cd0 jZ{ ]z1ὛxɄO"Pp!xbqmڸ2ub8pT}WIb6&ݲxV<]b&DlVAg[/q S:.Ig{mǙksuw.V6}˷܆]kP6[a-㦪KP7ft4_{e\&sDpJ6µh. $}D3Ёgemv'jkw(g3AA1o57z}1)ocE5$) Y<8Zl@6|0i[Zۯ ؾylh_dc'z.ոD-|q-˥?Y3_%E҇=7ؐLsWۻ o~zzaǮ&r>rwܯ=Fnro;L.p䦒+#7\9;GW#7@n&>ғOn*2r5󑻓}~E1r{arBɍ'7\I>r"r{ȽM0ɔxrSɕOܝ#+r KϥƓJ|rM|$w_{=&w8W,/6qaS M) 0t$+J^6c~/oߕk zSZ CN\AS>J0˃xGǯq RN*Nx5ƶf*E>M {w}KSXH-Ǔs#d<-"̹xp\cge~pe8# yWV?U&,FWjs"d ~C˶eڋEҳd)Wmxkpw>52YWKU8U5u6Ot1J]ճLA'|)]7TD ipϔBEyAAPcߗ+S}!䗧yKKe GpWkqϧ`?-Z}>Ь(C2A7X@p@Gߣ 4y(2gM߬(?30Lp 7m&x9)YZSL oi t\ 1ſe}:MM0n3Fjy41'²1?n ?k1M\\OMMU0{j"љWB ~D2-}&>I~=.6RHMt?1;u0Ak2})OLF'F ӧm O!uGd2]8Scbha6;"֑PSyEcn?T,[̐7`:SNp5x Wthc>1C㏟Rb݋IHSa/2…GuylvS ?KEb| Sic,=u=,SG%ޔ~;ѹbא)^ }SOLp1nʿG?\ctxfv)R:?osC?5jQ\,1 \X[ίV$:_C7(ʃ 2(gM15uń >tog_oo!8]Q!ߦ :?b h6cǙo`IpǍD#7lo)~=7kch|Xa?d? 3Ooʯ67M&x ~"L$g ;Ӌ1]NҼn▹3o\ft$Gí}ήFmDҙU f[:T,/W'RI ʞLT]>ʪ'=.%@goCM948ȧCf`쭉řyw-:uH` ܤ^_#bk@h'Ϟ}Ze -ikJ&3gY|._Չk쾮 jW}\!r/ouyFUF'*J=o*PAF4ttF,Iux-RHKmvy\oJyu|N&8R7Ej2I'cb&gLbIsڀ-c"\jȝ\Σ^p!(IazX^W#^|BU˴.3BQ tz\#ӁMJNF/43>dR ԏNOTH. #4H9$C[fIHNo%b -B.O^>i~mz) 9(pUiЭ,c.W3!wq`T_;iR՟q#ښ;c%ik|08jB Έ}Ɍf63z\zq;J׃E&nl$*:[}#rFN h,qoUE,z=aK\ef>9wqqԤX 190ԉYjSRB#{N9% 1'yJ NsRQة3I2!,-0jXUcz-g~ 3ZzݕUBuM_꼱0FwĈg֯ Ɯt. q$3g^:]^N |>0j=TNue7UA dpHhU4fӌoRHSWk5t'E.\w5H%vֶTs KZÑ&噷kc7w7Bcc:ť oZ *dWڢӮl|5RENMd0N4\5x 3"Mjʊx+5]okoM.ISD  ?\8mO7}ew NX]W]>N>}RPPXX8uڴB|:m:E _ :9WwǬ*GZv)CH;pvZ24\[ap| [{oYif8[7gG8C8V3U]p,þѿr^W(l݀-{uXgeIV8/9`bE%` %FKya;%UCq65.qoWW+wc?,OqmOu{VݶȓUOuNѦ|_&aLu;~ ϔbTXg*i՝hLv6֟X2/8.@)n4Y=*nyQssG=)ɹnyV:7 O/n~ޜ|^S>Ճ̾_|uŽ=`g_pw['?zQt p_|`Mp((*a=>mzX=OE/ 7% ^s%r?YW$d_MߕJx#ᱲQC2$X1 GeUKq &3eQΓO/%%iF& ߬o' ߡ}NvlvSx5'%,5,6~Sptx#!2=ڐ-0`ȫlu}Ҋ0e_B}nT>GxQQkApRf 7]8?I_07D/d1N)bS,o[S1ZIE| Oa߶. p:i :Vf.t'}ɑmΔ"7=ͤq;EN:Nٸܔ:-Hu3@7-RLǓdUCMoA1高,j~N^fX%8e OՆm,9et6D5hbX?o;d"}^Wݒeڇ%:^0m迸<%򙴪bGݰ>AKʔ5z/ 4{k:o/KBB ~h}m5`; fo=Q7csRݫ꼼,\+Z[ρZ [2/"D1 g(?3OOxЕ6KFH '}`"|E䏢 'ŧ>ɹ 6|RP $kSu}FO" (|a|RIO X OZD (|~ Ә|k\O#"|+Lw%*|=5+Q[:84գcƉa%~5f37>? cV^0~ƣ C{qCU0 7Tx`1~uaDuCeW3] a$uc3b6 g3\0_~Y1j{ (Zn?x3r0^gS4n?è{#a̕~QUn?øgUw3}~w0ިw3OpOiw}Y%X<[zƣJ(b_ؾ$-06:o =a}{AL n,xJ?|8?!~ NxUK Rп%g=q0w=QUg Yf=Cj?1(!Tt%rXh10XKYs\s+Qy^(Auy2xG9 ' S!p9MڸYm'v{nz8LL:'DXRg%yX76-UY"k'OTe|V9%}_n8uHw0xotw'R*uBR聬],hu4KAѝLhBji'65ķ1óh<C9rx6)g귍 xIl.?ՀgKϢW3|Z\xfo󣢙A` AM9׺D`Lp2C\& H*Lt1܆űcN'/r/*?ʯJ)ߧ, b?8]ϧU:ؓ C(ېrJ\;l\' N(3%=v{΢  _~{stF:wNks~g0R4ʃi~ Oc*/?D'ꗲ}Iw qap V}qʡ9ȓ O?wcŲJ9sV\^꼿cYe P+v)@eai+#LjH;0 P " 9noyaKaXH*n7ݗӔzj "H; L=?v|FT#j]Ml-z72fCj1bU0A?in@aj-m |D$7c.T4g<ps% ֌X5塆fa5-0 qvUKm,$uw k_4 H'm2hwb}[K.lbx/ˏ[@ܤ s [<6 ɇw`ۭٴ{zF#I|uf]^Eo3i?aYwNԕ%C]OhЛ=-DpI=#$d|o9J%L56䃪{&vz@FZ ӣǪ:(ew3j&y6RUcx 0-a2 f#9?-mwֳS0JN .jUO8)Po6T+-l]}xJm 0{>Ejj ʫKajd BֆzDQπ%{>N 4~A{ u3BTiL+iiI:c+1T t?v]JGi]%( _AQ3`e57ԏ jz:X~XhVVK<+|QYT08X%ߎ`fnv"Bwdn80ӟ d{#~QۥogA\I]00J{ {*w/ҜX>hI!3(&h vao}"$j6;ʤ wCIsMABnaA)e޻]'4DxDfi֡GqG]wy,_+رcch I )'%yReWҹc|֖A~m-nz2՛0arCsD!l]l|p)p”uA7 ;V'NְcHY{Zv+|` @Λ*TltdMԊ~tou}*blv:;97Z(6Fanf#,]un@ꌭ(_N3a3h֋"IRBN6X&mSدOٗ8fihM HIHlF8,#a1$NvPֵTD!Y0o-Hć-̩p>} I`N2TPHS|Rn.A-5`cEq]~r?O0g91ūM'Y^H{btGC[qb :S'G ե&xGWzx8քqu,^82cS|!$ B iv ׈Lу״?>55$@,3'.וo鬧lj4u49ǐ<$P/Ă:@#nrƧ>FbfOjGw7g{vE(!jggqk.v#g6:+H\]h]&gnP"iLH,}F ɘ&V73 C[-aS*no yIBrOZS1laD{vjsO-MC$CR&L~c[C}^e"6 coTħ˻zc}(qԗ݄C&GӼ=ߣ/qėHRz^7N?_Q]I 3J6ۏ]J=c| -.!ܐS %z #@6+-:m1Rq'DHjhGw광 $]}F`Y؋EzS5x;N[`88F Ob"}[l(׻ЀY͡oNoT|לmViwF^M+Hpn|K$ѭ/0Ԫ, ]PtnFϳWRonFu= i<@)T&ڇcshCGNlzX{,Sl1ce9cz}2ś8_^pkT7K 2HckS(>66 /qkci22,.5SXioڪRB~ƙ;+ЭuUCє2q~v m*.<~ 9HNYEV#=UFi7Hme 'PʴU=r t& bRGGuSBzyp?}Lqgu0oDy=NZzO5E]!ѪZcc3;]LuXb]LMWU@/_G+o [ߕP'5p/5‘(qJeEV Ȟbasi(j&j=<>kHx{1nGi[Y7 Y:ARw1h_ 멼6D@O-VQ}˧ o4x؄ ] {>8D߃i"n) lK ^$Zσ/8P+iwk&rEx,E^Ҥ>sA4S>lѨWC>:9sW=@Gu=PvhL x3 2RDCۚSZh=b.4ʇ{[2ɽlhv^rd{֢fzt-@;=׈6I٦K}v+,]wWf]Ȣ3@)ػ˾/.%;ckK .J@+ XcF+Msbg+aLĠKnA#xV/zQc'j:k՜h|uj83-z*艋4褒iwD/{3NZœVDCW]t -7em-뗭l%ZZq07hNJD2I|ղCm&A|Cek6O)El'ӴeOogi\`u|_|_[d| o$)MP_o^c^g Y2c^7Z|鎡Q62boHPv"&9ċ]A QZJJPz㔞27)Q:Gi J(@iZ)!8g)3Y߾MQkVks)n6]܇]AvC܇Az«b3gc{Oղ1aV-kc`_l0*>VYG괯iXkHE~-"ir\.-ײ!Hb/8V#4,.vk)W$ʑ|߶!v#RjV;f6j⫾߃6:⫻@kXV"|X n+FJ~ZɎ O1ݟI;Ksi-K {Ks |?*:&l{{yG\|CN: O_>vUscSmi r/ P8nxŹ|Կ(Z\D-foE3`\7Z" -FC,)LZtdŃJa4ehD7(Zx4Vgh529'CY; -0vfh 7C=&Y|L'}EsbiԨSa3t2,Sj=4 dĖg<Ǣ,?N5,~|]]iDjlW0u>}~B߁w(M%5cPU*h^΁>k :d;MiI%hFI"_$+yALy愬>m LЈſ3?N;Hր8"/l=~7'J~Ql*e}W|Hg|y>w-^L>|N-rPzE͇nW>y>o|:Ig2u(^uPΐKq<1G>Y%i{H'mI+SV> N˫T>7IZ[gG.]ӧ|U+ӆGt|l/-sLs,JZ~ '4)O>/|۝y}3#:jP_*msΑw9}tfsj8DT:׷[jY2ڪ;֬]u_nBoyDzosחc9s_ qy#f@2N~'|Ys굻9Rm-.?TfGMf9geur{{:G:J[{-4r ZkaO u!׳ry Gܥd}b]naӗ57#dm~ZR8gLhry/ylg:?gL;ls-9ׅ?c,zkc(v#lj<}ݱ༜1[90wpЯkr8?;jYV{EHP:  &&Mf$B't&I70a&Yfa<8uwguQq9 >F#ٕCFR[]]IsV޺{>_~Wu l߈$O\AO3g4]CoeM? 7xe€9 ?yv́su`8LS5Ln͑a\(j>4vt 9g fcs3a=c՛L7 Õ@ǸHs!-C[SL1)czǜpz[d=g*4mdIgY)Eu&禕%Rӊ2Ԟ´?}{OOj=Yͫo7wOzՓE#N;U }O|ݟ{< '>-[SWpCʴh^SAM)cd&ʬo1\p}kR__7P>FnU!03\AQ ?6\p}YAF _2\H?e׷;wĘ`s4O#]`}Wou/Q|UcanG;:07L)LӰ|w.%]ɺE?w-ZœmOiB;Pu]zK_.ǝj(cΫX|*AHm{t'q{_B|wו5sjWʣǵ:>}㍉ fL u+НyFP?Xs+|.zhcJnonb'Ft}&.-5b5TGAZ.ݎ(KAĸZůM1qCc=贂ybR4 qTB7?߉iDjgH;{D3Y.>N+ZqF &L0ڵP9ƢZw">7qF jiOE\iBnEVv9UA5CTWcV] 7¹YK\:3ў~@O0&,3s85OM/fZ`i/s*jsnT񐷘&Y9YLԙ5;bSc+2Kf( ]4gx2%zFY&I(_Г%졎t$C'?RS_KpLG 8(U^XӅC _;5gTjQT1f,p- _I¨.]XQ!>];CqGS85<^)30]^c°V5<~&;%飛$UQZ~e>,N; l[fN.uz7ʩ? 0w ZH|@2TjT%ʜB-zôibOG>d 67>=x؝O5+7+:#9-7|(aB~:!!oz5)a<]!|vxD)̶S33 (wR^jR^,#j@$B8vV#P_(2a:ߢ4kpemo[JUYdW+zO>q) /ީ#mP`mR^A%Y:䃇C-(R{s;r΂♏U=C[]w8ԋ/ȧPa3Y; R̬ >PO513(*PXCX#-Pէ>*9nU+ Ros„~& uǮ66r_sb),~cŃn)zq`jC]j}w 5h0sY! gDW|cܽ}>R9zp7l6Ĭ8:ѨO&/5RB㑋K鴎W!+I$@!C0˩$l(JJc2߮5S 5K pv7YM/g!+9X9fmV)et3("Ϙ2 wlm֠+E~İlRYST`h%ۖ۵A:rHPTU< ܣ>Q`Vz$:[zk?ՙ5 R7cga!RQC>B/qJS{_my)SGkxJY)e< jҳ!{/|" i$$AweJ)˗*<{%JW=BuzB t2#'}m=Ɲ嵶D)V A`\T;F+]( z%ThQ-GNMv5L[㓧DOձPWdc {X|[>pF ^6EԚr -hx4&ԆJR2ZuWHYnVh^Ss'?rDd#KSuӯ =wV_D3q S YЩUt td<rH >bWR2+kSQ{<KYKc׋tI4,ǰع''/1o5i՟[~G޴Qދ mm]'\ԳAY'G?I|eY,Qz)y:{6Πkߣ\fT_fTžq\0u+bcFKڌ?2aVm GZ.2 t¹SMͦLWR I;KMn'7\9rm U.ϐJnN;O:Ovrȹɕ!r{&l{*lY.t2]w oT**>P \~ܥ>oKl]<ꃞm3u1s<f3uCe0߮1sQ'84^:=(3m.[-,tz: עWcŦ1sty䱬1UC>ЦVɭ6صhp9^U'ܶ19͆5AkHUp8=Tۨӱ2rO䞘.\~9=Vcg$bnɝ-\":%bҾfu̐a:9ߡ vpغurx7õ%ۧ; .Qbl]د%5<.A;:9L'%i{=ػ6+=#XI DĶd;9Ix%`!K--#$ ]uv.gϞ]8vPh v懅@7(`B x}ơ{sF;}?Fo^ hY*IibzDI`дd#0i20j ,U1i /m a4HiF0i ☠4xAQ M&M1iG )&mAc0f~z.Ur|~P?~WN061r5sq:̕C5v m+8U{F?e1hg.Hw8JF 7F 9Ip TpN_ml5J/#3_N1&F,Wء(&uywfsSQ?;w10CKϏsOF$*zGz=)fO| A19@wMyX_9(zwa~n18xVVcRm]=fYW/i*[ O|T@y_vHqMi֓֙?7 B|7ү¹O]pm{GQ:8;(687Ma:8r6ݏ il=SܟW2T·KL';:.f3sqUG&&${(H݀Oa+W#eFHܐӃǜ\Lnp'm8>!w;./h^kP\SJSHx>IXs1)Naz8ܪWyWYrE? "^~q/Rl?Kl}X0-W Mk>4Am"XjvƑ>R&^Ys79iu,Lg~(l?&fx {6mXo.m({<4kW:ˠ%7>\^$ٽ[٥HQgGi\^JKGV@ݭ$* ~`iOT }d7 E΀+P=ڕe~5)]bw&op Pt@=ac_,C^Z*m "3Ϥ] n\sңEkQIMh:d92 dRb̧,a gsHv-4n@Wq؅#<@z5S`B}&x- C`  {C-ye$rSA`hX)^Ib̮ߐ0Xp7𶫼!`+ --^ ҋzG]dh([=kx]zr B䓎B=R91oӸDY]trjom͑9jUfdriԷZI[tV2J'跓)-`Zm[[6d LUdy}pohy2q5W~M GuK˱?NVHPv-,wi%gLBd (gq:+=˥_ N^No>7n k+eN 瓱*Ir2/>xV{$֖_?p: )\tydȦ+0]7Ɗ@%/ε %tC=v:2 "M_6@x/ Wn -DPtq1^ 2JZ1(ހ p[!d&/hϬ(po2}%-r鏱&wsܟ/񖏵1,splH[q@u9F5  \ou L8'qMe]q} Dz>~wI7Z>~ƈ? '3}9,R8)k=GWC:rY-TU[, ]6T(|#zՇSWәքd4^W[!*tPUm$YP_kXPN5^s͋:k >AFu#!d!Nݺ@ɂx]ukk*Dλ?r$t6|A|,Ic9ę53}̎G z.n6NL_|74`? />+7 />xr񃾒<*mvs LJ>|‚}vT;1q᱇{ֺ< :\ct*OG!_ ;(lja_nO>erV0}{=ǜ<\_)c sZO~ r|L)lcy kn hot]4wƇky{YQkӭ FΡ5vrH+ +0z?ỽbVB_8e&;8I3f;}a箱Kj0 >ӫBX<9l. GL}Ol$ciw YtD hcr~*sr:oN>vOuj$Zc:?_幠~OmU_}__~.*/E/t9 sN%cv]C==I4@{(%!UL$--ʐO=@Tw+ N6k}UjJJj.*y}(K)yrRRb]QȲ$CpܨtΓD$ ::faȶ3@ Ӟd`"7CX10NUP9ۓR29 Ț u+[eyUܝ e3*Im4PT8H 8DɩJV-dW,E:xPYIDwa^KF5ٓHE:ڱL< BqS c LoX S@uķ̓Sj Ѱ9ЀD<،8aD"4_ A#ź󬔻`lB]*Xk`j2E3%oIF:HO8a9PD*2O^NxJ]B "jXAeq݉h1r$V:*o. 1Ŧ–Bћ`5pVKb#P()j uǷ]p'mh֚B(~᪀lY׼z%#}3++7jcr0FʬsrE6,.Kfˆ4lA=+fb_(z©Z^8ُ #u ԋ-{k.wqp Q*Ej*"ɕ'Na; n2į0 <{<\@.N080vI^UPA@H)}k'DÞgNwCR&5Txg%F_7` ih' Ax̃(O^o_UDfz sVf3Sn zПZ 8̋?V=лx7)PN9TĹ$ ÁLƹXD[< w̎o{RF:PrClZ,/Y aB*qQHE\7ȥb>IX50L_Oyy/QUGK= Jd=2CrK4i"%>Rf%/̥Z펦ԇ(Z  c\ q43٢GyF: dIyl;0! S(15 Tr2d :)C M%fn#5sc"$)p %˺d6w$@D 2`@Oj6a&&H(H sh}veeZP@l P4G'(aHꈏkR"`#sړu3AYnFKc|?.s7 Im:? 'Mh`DA jsWcTEB~=y[BpFc Ue*>AO'q.l1Bbh\%x,:6cx-;,)&ؿ3 y K_5sYɓotil6DNzy4mt$9`n|:IճO=8{i2Z˗BɆ'%7"ݤ[6,o[W \򺱧fl+ZÞP,c9ޓmsLp#< TwF[#6[5.ozeDpjۦX!˽r4 cSҙQ4B8,l(JAt߱u$ 7L7CP*.w̷Y9L,Щ8hllXޣ?`O(mѴ5}ְD)'#]LLڥ~{\˗I+D8׀d7.7zmZ: EiCP[Xmh)]O̞7,;{ q 2x5W|Vt8ĭ _=$Yh[n #@GҴ= Ҽ\Ҡ pF;H#[ x&~q,Y Dmat}qʑsѱ@<_Eqv%uuN#]rdeBNF;p,8zݐ\'X}ۋ,d5pO;A'Slc%f1G^#x=Pw4].up@L 9Fm`Hsd헭!G"`VV&+S=O l@ rp̠N!e[lL*9>U~:!-SBXBCS<Y>Ǝ$i$ C]sx=a# C*ދ 'd ֲ#sl'fyCдd-KĖ]ec:Tbso6qLqlJ3yiobm^N~N7l b?f;dohGR㵚D7!'*V['Q*!*xb4NDqâ؎h@V&ްi-2FuP;sDC'F;r =/Yq+8xߋcNG1H0-R~GOpȞR%aXUVx́|rFS3| 9ue5FUۅŹݒ J #nM Xh]/$(y2L'7ѰLiǖKn**yل8n s= tBf$$eӂv:c- m `cd6΅ 'c K.o[ъ4 WEݠ=-vcjU!tVRZHJEGͧrAs\|8>Wgbe YU&-S'Z9T&P!*DO+5ܴ`"y;TDO+O%U噈si"Axu% bm@N]i9d&;;3*vKJ12>7Ev_RZOG 'VcJH+ڮGd Ѡ(Ń죸p}+. 0>_s9S '!'̎l;܁nR\m9!n_}$؀qUd.\N}ݦڳ;FÎKXQ˧#̍ eϼb[Q!{[.rLBdaNp۰Η*`9ax }deN<;&/0 ΄{y+T3ʀDW/WYN0y䵣nҖ)ưI3'jG)NƘVTuP+F?#~S!6OFXrHd`T&3M0@hW/#ωj2oWr8k+P΃v!pOC4m>O\GY99UJw"La N>22+[));fOre-WFl`K&B?4h7`w $',ۿ*OdD:}x%#q'(Nz'sC- Em[3Sli sӪ3gNmgodKjQNCi {3!l߾A/ eΗ"<"B']Pj/T~_Зg{ $e⏨2^]TX0v%+o}dr{/ߟվӡnD~KexhquoTOqi'eO }̋3%,Y3O1/W˥w~T(Nn̎n:/دTR/}E7vG],$2( J炂vB%|>-\Div 9Nl'g}o;t;48lp <;_|Yfxw>{ !/K iʞJs)}0ŅNZM3oxZ|+x8ixwz^0odb sA /˽קGo!,ÿ!7r^Siy2m>˝Oz&7^.)g~|3|W}l).NJ3vq,+dz=y7{uw ;;dl叆$43T`;. ϝ$;l=bpPM] zM7DKhR}H{G- MR(jCx1%B+ @`vµTOv'z`;(0&lp { х#pJ^>iweq9e@JRi)#Z g`$0MF(XBOݕ[57'63̭CzBQG`9PVw(G΄9ru§xOXt᯹Pv`"^k~9|!]`WugŭKQĽ_3M;D< ɒ/`}BKxèK9 (~Ʊ ߂qd8h+o8h1gR) ө?P){K8)|E0M<$ CE]ޖnWmJX,6>X(̓3R›?O~R$= |DyVޱOCқ'㳅+g q_@U ( V9b^upY⹱ȇ*rvu}}_wqWJ~HuW=jwԵ;#]2P:VOTZoA"0jz|zTJ< T}vvHH6BC-Ql V;ܬRWڭeuPYk.[%OvZqv٦\Hײ ê+q_\4 ^>W"TnL]ZvF[WR4UVCW>f GqVzݎctWF\\>RPƨ?ਲ਼z! _gRvf|e 롕 134Fh=k`EzW""u~Vj7AF>X)]Mv5Y}NQ^HEa vzM>**J|:>O]%ݬ^!uQ{A֞܁D~m`iXY݁2սk}us-JGWV#??Efff.GS^BfXbȲ^,MцScث }1쟊tx:7?TVv%{ En{뇃SA)) S1~J=@?< 26U{*;3aAN+H=7|{/>O3˃Zl/tj*6CTFQ7`!5S0r/+*XrR5s?CꬩΧuok"7JIGeJ<Ÿ۟Ʋv29s3I&O02dP0 O@*=>梮z-$?=2`wa۫f~p6v6*tDp  z6X ge*r26C"ݣcc.> "|e&?8&בxRi^"&7|~:Ȼ@4! Lcv'YY#X`!ex#[ PToGatb[ ?U^om΄ʮk_8;9߹n,][9EpӂԜULcTS;W[,޿?ɬ!>H|8d# &Z*f2צ@5F, L'|ڵnN!ܥnˌ肃dv26F4I<Ya }|weC*Oi`GRx]Q<%FY+OX̙'X@ϴ߂g<{W,3ɲSG.- Jd $cY! 8m@)i6#HCA^q8uo!;id/! eo; gCaX-D_!I&Go\RU&qOqUQJzZ{̹ EYQBF}]ίm~x΢.;w,A'Y=zLmM}mϨQ:F0i ,7,;ͥ4Ęii[%,R-o: gI2 hC?G긑PWqˠu5's^J""@Z>϶L{͋Ei?d%7'%3-Kzc`hl6CzPL#5ey]q X/4 ~̴$@2&CDg67b_ˁm^JcK7>V(\?mw^z}EfOeöŒUϞ fsh^Ga;,o^}_!nc [So^o3<4u.[;[끌]Ou ;Ī݆s}4^_%hvc?jXsfrظ %0>[@h4 ͡7hH0L}qfZ_=,h\F0d6{k[Qv(0/ikcb6a(|Ey,_9)Wtҥgqz.1X.oX{ ?u}SO{㸺7闀 4hq-$smVP&z b^BH~4C ܐCaTnh3|υi>t˨|^-̂cD_'qgd9F,~MSTɘɓ"Y_5/O}8RPqŴإ-F'V!i\deTghmiچ|>;; #~@gwX?EOy GRgpn@@|n1"}vL]y(Tt7y'=5}3jf' I 71Z޺ WY={c-% Ϩ3E* >GP _;܂cikHQީUqq}FMw' f^'Ą[_eַG"j>㖐=whœz3J Ɓ|ZQfn8=z`;H3ȞtJv0˼- S-w+g6\=ӳ h_4%0Q}:bA[ v;!.\6&Ϊx>uOo 'YeNg|%oJJ}% g}^KJ}%x)tc~cacIM$_I+nG'ecA=%E7.4N_?r4|3Xb&ē8ޒƁIBHc<{9v56 |)ks|ÄD|2Sql|^~fKz,Fox.=ׯijĨ71f|?A*L{1^>Gr&wAA' = Fs^.}\F?|N>'s9|N> E).<^2/,k,q?۷8-Sgl⬺cK`/ά{I1;yF1:tp&AY~^6Kt|ĜVsy\_C1}<꿝bEx <.z֧JFxy<|Y'Cg3:Fw#J5}^WÝ~ZXwzRL{P n Px *O? 7ӞdtAoi?x\vɟx ,q=P(m38ߺ% y"¬% >=RBވp;L"u ="_"<`W&;D~!/Dxpd y$Պ}E~!D(['m/4(B补VIZלaw[.odɯ+ ?Q ޒ_;X[7/藭4-K_ג/S-jsx%B~JXJ/k`{x=[?WX߉rH'"׳wbq+Y_X %=F,[gNg/W9L/Ǣk|ר"x%<]tTs3qCףTrd&v\zM -ܥ-3@GfxgI0O^{3|.\ ~.wbǕ:< w/~.3t9cJfT[٥Lǻ~>iOW~*\z8*PΣ?vsF>;G?3HgXxm~np˷s8]Cz<7ⱁseB?K\~f7;c.{7_rt/aWҿ TX`,x{> % )]`!;  8 p/,!}P9i_' eZz޿և)dI+ 9xhǎwOIm3}K.`O*JG"A_tm9zLkH(1?>%J©pYf* al6;E9 K|#1,F6J D:8(3K@p g +.6669 ~Jn2b] \BLvewRLcd‚z,9oQT@KRMnl~>'1&|1Zuu#GdOJVW'<#M˔QzNQƝV䆊9`;G3Z-嗃63N{`˵f:(K6].eqf8~[npL3ќGm{k6:#t~ΰ3@/)ճٝyqfL ƝY<93s@_kkΞ5s/?o88|shA7uyLa97M2߇ya^|>/s` 3"_݉.]"=yd?gzZ>_3}a}" ['s[김 <}:V۴ W닸v_6d5y1sۢNMskQa~qjRHp@6Fgsh_|^͖v6318'_Ջ+5y?&;ٯGG+(=>T2 2-u_A8{xdwkv8 N1汲D|1bKĵQ܆íisv5QY4J#1Aa0t!@Z M!t:AvtZxequg]W3, *B@$$1ٺ/I9g9IU[uoի~}}vY{~\{U}{(1|Mm53ꬻi4h/6 ?Y^o7/ytx9'~G;_{J~~;,x ^<~7jם6_C@g b>xZrԃp{0>QR4rJ>JK/ AxSQbS ep~$܇$.YvyU%/JJG$HJ/x~ )^I%v.H}"$ľ[ϒY+Kv}IܾY1]b$}>;8  y")WQRTI;-+Y?%i?O2''%Vd_W~-$z$I/Ip{WVIKwJt:K3U%vERI=wKIǍXeV7kKx >NkJžbmSs|zAwr﯎sFy@ov6ru>SjOQbo, ʒS]\-)ZW|kꚵ(>LFS- Ӫ=ohPBnERS],ܰ"7ei&x* b$QT(uOTz+daf`jA"ԋ] J \;>]>X0Sɏj=F7( sf9F`}vu K@;Z:FBguENgUԬbG23/eؽ7 㩁JT\x? 'ORvϮ0+Zx;\av JyUVdyYU=r/\WZ"}VXjU3oKeFg5.bWOŝg F!R{w.AV:Uk* Y%UUu~y[Q+YornV_\[ϮbDS=^u?a|pWCAzO}̏ʒG r1E|-Ụ̈̀c<ܱx9]1bL ȃb?xiH֡H-T{+H:\G%>6uUOg O kXK3xa*V)bi7ͪGaTƑ5ߜg1HTr,UzAo GKOE2a9 E3gFHEi<GrVMFX<ո?|C6J$Rp-hEjZp.+ኳ|/6bX#DkaqneX׉ucUgT7VMxto")WO' » ?+ OY*#<}dG; $<ϫ#<6jo!<݋}T}+g~xTo"?G? x I?⍀^#^#^G G}?%WG=Dx*";l+7G^#G Gd؋#Gx52g-נ~Gpx7?WB{ 鈯3R}Fv"7F m7.b)Zo<^:ƫء7^\x.gơ1iMu},Ðlʹo$~Է@GӍԫ\$tV]vkG%m^J OLJkZbvwp23;;tvhHFPX \V hu:&BmRC3 wOXhaN4`{~sOKAWȩ$s` 1ԃTM>tI;%H}nasNd׳E U}JdYsHmcp~qۦ'W ӁM](c 3 kښ֑ Jˉ$(穧|4ɚgBc: ]DATl;&%(13^re|c+Jd6ʅmTxe[{V&)lnݪ/Z jJvSWm >a-wנvd  PЦ|e$aȕi@o徾{9'b'r ?L[yƁПR>Liֆ2m|:1m:3QA '{(QU:(Qe㌔+ ToKؼ 8T}FrWFj;)DY}4`ݟF#t ^./7b~]{;mLvmʷzR_S=FO\ AMZBZ̜Q,Nc&duB~Gž 1óFwyњDHn'jфjv)x=uĥIp4벞 e6$Mkرe/Mc։n;TUpieߙ8ʥHA_9 (ʀz" k=|УRk?[knt}ЛiIړ#CGa ֺOĿIQ5f>S*KRuᆧ-ӢR(3UJu~}LedIg l,{ϻ/BCT z&E?b7?UqIh˅.i ,&Q'9 T,Jsuᯍ&"B@ A $լ;BZ#=AC¿pW`bk7SE዁^-{%`y+3Ɋ#Ž=-K[rO&JOisyg7F]=_'Aȣk/wq_\G ʍ[- ;ἠj,+6g%/Id!|zhZ) nquqeRH,) 6oJ4o#XZyꌼ|3&t*d0S9n#(‡[AuX IWs4 oCޱ=_E;5G=`])bV,i,N?PWǕ}bo~9if"RIX}~v+hv $AuQ} NvW!'CzmV[WzDpr2زFY5`K;Kx9mٚyrǜe_kDlUe|VOZ땗l CndG{ӣD_ VFFՂ qQ:\T"NF~)9j'.JЪjB`3唚ϲ2ou+ؠt)qA5?o%D7w8X,: I N6Y)j|#MYa;BYBG 9kb#ŰktIb 5tCR-Kźz&'kh:ehW9lmw¼őzvۇW` ݪmNVu|‹ԮD~ՄC(J PPcv'.Vw+ w'î%܄3⛍{4 Z=Z&49AAⱬ솑7rb D@-{KXaXV7;asd|V՞I(0ʫMXov1Ǥ\x0e‚UC p5U[G9![{c[;vuPoZ Fv00^pYb+/XeRjXfm+Y+\%q8T❄ådLqf%g.UʮplEКa] YYSvfy<s>o]yo`̀8)\=ֈ1qF ~<<دaÇюY7ɁMv%IxFbU,؀ラB oz_g9Gp߁9#Z#@V ?w¸`ލWEQ0C4Xx(l8?l4ط-0<Yy|z,=z 7wڮxS+W:Y6c+ܢ듶 ͢0QrNPf>'SNJ$:X~#!6(@]h_ AزC>a,>fA}4ӒP:vi޼n6ܽcP3,_+*^gJW=-JLi= i Iݯ|Cj6^poбPޯ/>p+lJ_ Paz4f=򄭓ҨL6Z2ߡ}Rz=GL< И}$r@=[Yʵ\j){^wO4s8M86X6Ӑ5PZS}{.o{(l1uw|ZMIݾ|+q_,xfcxA'sG~ lCkR3-̴C`sȱv8w.2=6I{ wwB(!T?nsw`p; 1. :t|1zl)88 "XO:m2 #]l^S->oh&?b'M7s,ӱ5:|ٱiVi)ۃl0Oi :̀%J΂9TtXS s5vln9krLDU~zޱl %FVaJ~ږ m 9p Hz2 eQ@;P}oL9)c%F Bt(} 4"T3|us,Vϴe~O؏ |'Y̓+&5]5#v(Ywf_S2]r nuasqCh,."b۾l,+cOn[ˡatӿaW?󄖹ñz"n/"kv#0/ g`8~gzp۱:l"}P&[a/kj>mf9ޟ +53Vݱd9*Ʌrzз꺣L.?4L+gzp}X["^gyCX=80+Nݨ/C_>*QefDlnU|N4lߎC|(wB{~,{me6OpW!Fo. oֳpé]H/UѦ:ǍK ٓV^)l[|7I/Ol0lX l!h,G=n?_{`2ҟKFWiٍ8ڠYDY̞v-{oI]^H TWxߢV냥cXܗAURLDEozO郲Vo H}}`>(ۗv-?ot_A=M?_2rݞώ={"Spu/?~@ w&Ho1|d?0J#-f\pTVXOp065+ x-T~;f tdwNV@y©'-Zwc1Vwja[QZ+w#KX:}~Rƴ,O-ljR]'%nk?{Sx_Jv0bmr"}ч%Y(ƥyчPM`BdxD=sž3ЮX㔭K\Q'& ėmZ6|6FhHkY;_7 [kO7ě# %\Sm OgxW/ eoyZ{7JSĒR?5!j;3)Zt嵱,tp5iKxB\$fIaUyRNi=Q.>' ] z&vt8E<0u/|ea?r]&}ȂonJJTu៪]bפ*?,Vaiu.&פf?2GJZ+UՋ+>* ?u^l0+1]7Edq5H}"_q .۵9*ſivU.ιޢœ/#rr> <`:@vo ߀Et ؅!΋}yѯ:ૉ^ķͦSi49ц>qg@W?<^F:>'8Ogd۝9l{ʬmwa\8t@|QͲ;gE+ny<˞mi&!۞Lt)^| m 7^Ycn2hC3tAk-?,4CNbc \gv d 7;hf< iq<{i3ZpGf-뺵d5ŕ_F|KOBb>歱&G3f,x݇}u~.V{6OaG#ğ2jγ0߯}tc:Ч{2C'\F囊s2sX>sZ-<_f ɵAoMYr9l{ZN0m4ЉB]7W%1/}h>S~.z_>gnDm-\6ݺ398fΘ><8wQ"¡ l%v9">o(_J'm72MC#zq8?qpD萝$~شctίԝ<[w~ ~:6wa P؁ Epj!a_{.YCeMEM(luJM (Ě\EF rB GxI>B"A:_Hsg|!Em CͺWiљWi}ԅ8v>RxQ~b ЅەA|-uNyDE6cwK~#3Ë!EW)u7^w"|?2O#";.2ʫo6 /*_'‹񱥙gwλ)S ?B Wx/Pr«fe$Ed $Iq|}K%4`踥孱H'D-?*6~h踠mQ}哢z\ˏC1Q哣Tˏy{TiyֈnwF Q=Z~zТ\Z~_-8Ȫ|9b2fd9\Kj+v).YK|οDi#J]~gS_N)"]!I}]qgoO"ɏW6ԿfsEƮ /fۻ.2&/%+Ubxa2ѷgHI_$Yda$ޕkH d(dD](7?dJvPꯊr2r~ĻȨ&Wj_<)OP٢k$ d,].?F|C #B" 2nrL@3-dl/"C|KCҀ?oT%ImWϠr}גqWnz{MDߧEJ _/[$j A¿"ߔH! (:C£_j_&k%<"័*_I0* ߟ`7T{X$|H%s^w= XŸg%؉no$-/K'%K]c "ؿl>O-km~p6c)w%m$$c>IK2|D~/I2s|oVIy1O76o](J~omgzhc?;$|./cOS%-~ ScoD~T_1%~/K$dc/K&7$Ko%|Xc>e+%s%B _+D~Xc}TVƹHW*|>镊כSZX͟SRӽn٭9q'U {jUzٳ1o?T6_r_pw=QUg@" AE" !MBƄ?DK2d23LB%YXYֺփ]9[v&x6VUi[t:dzd>l&mW乱G q V#- 6ʊ-Z\YQY(hL<)}#4m:"GbfD䴗aMf67#onѺ*ݾ3OI[26hNO'|<2kH9:<; e}I45 _4biaj^-}̬Y^JdD,mct [;ɽ)Velu!'ܦXMÌՉ{+3jjMQmnK7AsBt[(Gk$zl" 6{{amruXVq,b jR3xD &nn َJ\+RPgzx橘?[1濾0-q[%>{S1^MZ"+2VyqxsDWc!pa |ĴLTj't/<O3p^%9muj)hR|㔏_mrpZvV%vw^81rc>5u-;jESfjr7 z}%cmM}Dcf -/mE#暖tϗsmJŗFQ4kt)JfNevzɌ"C|>w ֆqsWU/ h,rCQ==(3cI#>VˬC.ww-%qIo}֨U2TWϩq/rr7k ~ڷC1e8bl0i.l]0"w";#lkyߋq#I_oA+q%ϧ aǦBEX)+vU~=+q*˰B%`:cA()+Q]Ykj4hMLݠ?˗u`T5O7Nܑ?AW^Mu^tq~t1i ؈sci5ߞ{qџiO?,M'hj<]v{/]\hj]?jiڹE㟽ڦiKUk5׌w5||?;HΈhʹEjM{fk!q2Wÿմu8WSF M͸׌^]5w<<]کiҔf\=rkk PA%M9?ִQM2ߺ~u;y|C\EWTgMS&U_a9&2^`!} V>0U1W{Vrw(~b6;9s+i5ܣ:nG|V[Z~N:GU|*&K{,^ٵfQG)_r ,\d*~cVT;.=g̊[w߭oωߠ 璴gPG: & #" }ˈ}+~tDٵ/bцp0X;>㭡LY@h23fe1+hbfSPKF#5[%L 4BP8Pbs xk+ *3|!XsYL4FuM921,(xX"A9(NbZgmq*3m2[NDjPXCD d*Bʚb0)_b/K"- c )VԈ3HVW#"ATVBR8Kp!hlED҉םa +z;kiڮ $S+͝pyH*Q# sU 1biIy4B&'N7LK/hCj>%uUwfXu*01F\Cc2gTxP4fU( &9W8'-oJsHP,qp(pԀDq0X+ZY\ Zw*J*'C#:.NA1Qc +v+wz2#&X8!)\PeS/[X.v QXz ^6ehN!69)LDF`qYhquffIH+3@i,mqLf8Τf͉tlDP =nHE{I,L' ۄt͙fqmBΤrI+ޒja7n1vCD[*,%>QfGNk_ Y)_Om<Ĉa]msf3ܫ?Kɖ/[S@ހ6@V24M赨sen3ӊ8oZnWc͚>p3i=v0{rxdF*c<\9y!?c| g||}ǚ_$Xu1Fog<_a<_Y/0?gXd<R/+0y, Əg)xp|}",߭Ixs4Q>'3~2atOa|e|92x'Rx^UBϯh͌/b|Ō` w1_3c=/eb>Ɨ1f~aAe|/y>#c_O1}`9W2"y0cwbt>1~3~ 0x?'3~)3~?_x?3+`<73A'_1+<ʤ!.{t &MׅcVH`b'<㖺 >1Fsֹe!|儏:5> [VBL:[s_<', d?#~»GwH <'&p fF1d?[~ǒko% /'\ <'<vp1xOS}d? wO '<x"O8xOrP~& L> |O$q{~GO# .$ x:OY"^bnd?%d?3~[K~)Yd?ed?d?us~µs~ˀ+/ '<'<'<x!Ox(pO8xO/& ^B>' ^J> '|~Qjad?C+~ /Sא~'''x%Ox+*d?FOx-Ox:p-z2zp%Cd?9d% d? !XH0Ox(p'l/?$p#O /R'~o" Nw~;3d?md?-d.wn[3fr*Vֵ5]#sYBҷNbqջ&%>Dyӄo|6пi_*\{+7%TĮ>z{>cwl,/X%*jـX~@t&!x)7mp(ofFZ?GDLHwoQp{f ؚ: lN^mh]kk uiZۡ5tS+#Rfk}n ZmZVFZ .Z?䗋1Wo))Dɟ䇊R3%fɏN<.d)Y%xuBvTdH@)}H6Av*(>~ܿk4TnYOv4}\r޶{Aݘyv͜C~w"IJ̤oլyS(i f>GYVwZ1G/jg?htﮟxxQ`FhL}s0ߊ pgD1w&USak0s Lh-*pP_N\'0ϓ֐S($IPJV=RRre|EJfby3̜G.^pK- @.Q6Ok߾Cl41.T z()A>)p-TbfKѹK@Vdfq.8?N[\[X Ѡ MAgx?!^qm =w}:4n /Ѕa؈H[3~6}'dD_ wop0kQv'ʢ%DW4hE DI-֭gmJļ$ "!©}w*jgGf7e莈\I=OŹGBk0(+/uR=ީ$Ĺ[y&SڊBZd 30x~@#KFCAT6hʔP.>5*r T$eIm;$SsUoMEĎ>mv|@8c XC^od? hE݅XQT"nqq2d: DtD1 e9+hD#bvs\洐OYX“+g>cYȏP"{m';"[ }ө84"zC<rr l]Wkl4Ba9""i[kվ)a e謞LT:w8VU>jXȌΓɕɭ" 5B+mYww5j?wAf6DlE\ٸ\J/3ڧTX-Z^?gb4xSd|1B(-{+I'7hV5\MPh/XxX1Ak B<̥ ג}.!Q璣Pm01C<$S,5 2c"(7/`*_N/QF -9=9F8FT4*; eU^TQ%KT4{IfNLgUrl *90- J#` @yp0J-;m¾Xm=Z#6e(v N>-,"T#XNv$OcI)iBǰ]\Q蹚dNS"N蝄`9^"BV͆$HcWmM  F}}p;u$C/ cPlL+L*,HxO:"j!m.%^g T#5E,FVDTF'A_0 +SuMw5RoǛ,h~H?JrM_MD'/Gn+134Q(۞֪`99{8nTqvBCDGZ$8|܍NI1A=H ̫.0za1aTi"=_KS[ ClIg0E!ண̫v\Cs9r^'T'Di YDM,tq~أ$E݁'$&!6O\p~.2| XQ׈98,b)B^IkT "/kH*%dH",IwTq d!*_GzO )`O 7֑B1!f[T6χD *Kdq$z2U~li̪di Z?`lQ¡tZt`Aj(?PsiiѠ|'FWg{ɒ/XO9a\k4R+/"C%l16sŔ¿0vLJ2=#J\OC?4_Ow+)U6v!J Y@Oa\C2t\-榵]l l AO`ߑ#qmj׳[ore\_QMY,C0q},^o lM1(!y S~ɫZ .aM_ -0n gQ@z%z=[?KX3t0\Pʾ+Eʁq ׈f53 m_8nGMa; ڋDTKr6 &n01ȷB7-o;ԓin"ߠ-=&9bE$ᆎ7y QPra *r*|f7-!PX_ ٴc.ó¼t.R#;A@; G@{yr^u,mj3m -@xQڥNC'<75x8%=701匑 @Ti&LNL*2Π1(Z(2@[*@| x.804Rn_P3f5:!CT)%F`{ 2{!MΏX/r 9MF}Pi)H4!yiö -nOé$ :؅TiJi41iVi?f2i'GIӓcWLuJPO^ӬΈdYOCTO=fv ;*m iUԴ&Ze6 ))##&Z'(M) #IHo>z؛>+&Zt@1lH 1zhc:W0:R(`ũ҃{p|};on%*Fq:J@ ,(zEu_VoǰlXW[P+1;fm> W;2fquB暆og^^.ݝDgRT4a4B?ʞܐ:zzYJ{&=27/4WPھ DSۦH jxw;BWk7BCW5~oC_W~1QzZEmxD?WDwޓR#Rtw6#j['vU* \ƹ$`ѳw};srI{ *FހKk@÷c^UONޕ"]M ]:CFwf;\ր~!侬ă3jZ?np-Wx=B~<. jhzhS Y4RHJ",A >#1Sm9@*")1 ȿ 'x1__=D"cI/Vk=}~{Hny_b;QxUhWLlnln?ܘ {=vgF`8c/%l_=c+av؝(?!^` Ʈ:<$+,}G`g2vQyɧ;*av&JVǗ.Ct"wso׵ʁ8Sg._pNFooUi$Mo%Sy1 ajz.g>Jdd= .k!dz`b6LjS v7BklO3*mk(ܲIܗ2k(67PyxٕZ'M_C^q WxjڧCǾ_+G+WLbIdq"k_Ѷv37?@WԑH wTNsvǕ_c4>6gU+x:GӍӌS齥~&u”;6i^ +U"ӸҥJ0އXwfۄz1?aK*uJ'B z+ ,s(*-a4CW6Wgf8O:V΀`+3|B{Oh&.Fgf4N'<:ScTI716 Ƨy4rtf[n9*e?{yH |ZsmؐnV-P~}Tf!\C7Q ڴ[[@wv3p(w-/|¤VK܎xwK{4i =}iYup"lBXTU)ˏW©]\)?R,8ui/>섨)^y,9o-TQ?8S1q 1gttOY|ox6~p+Ѷƨ cGQTtKc/~e?gi/}FS''9:0 wm/`iUQ/ o<\| {lN)Q-0[7;8lťР w)>+><ȿ",橾&R޾-~7R!" }P? ؓ=]Fn @)3yDМ4k5 J䇊5Ň-̐di,oy{͙&Y hފxTiyCKhο/7;M ~#n[OsYp1Vfد:M?Ap]9l>G]{m{oC-:X} pXCcxYm{m;g`]>9;ysZxM?oMU'sU2E?Κ=eqTzʴX3:i^8qɚ1Y$N&O59cʔ Siq 4-!>zh6sg-/t)Hu>w~!O'.BG%s «|PI*.~υD,p(?o!t[tn= Fg@3 ^-;+;|9Hrp?X fxb/mv+VFn fѝ2 ۍ'Z&\`%+ Fw<$[70:؂# `}<@<#`"V rFzXaʿlyus5Aˢ!^ ͉\^WS|JonG.?ց14jO\,垅ok+F޻}}zA;>o7рGU^[T_LJWO0EFKyŀOt1X3E!o=.̑PyOc$U9w{wb9O[|vA?+vݗ~ܡ_ >V'{Y㕏&x#/-*H*HݸȆgn:0~<7l߄܎~[~wuh'B |&98~S:grGyg=ʇ961|&4tb mY 3_n2#uyh*oh"N>S5^!q.=LPȿ NZ .  Pw*uD?$/Pd-7w+D_iGo_ӫj1fn ~aj<b1(/T;wePhdG*$O-czdB!dq倿mO۝viBR)F-؅γ{ԯf/ 23wB!;'? E~\362zlnl~ld12j̲8:і.`OV_5F#ow˃G}>o@4M# bgڶY'>5طnv1T6 b $S/1䧞u|k9N' ٶv`|> 5Qw)>Ɗ_.o[kw8.qq^Sooo 7qPƶ|k7[!oY; n~uc׫?? U|zTc|ۏIZ4.X 1# Ga5e!R1C_P~ۭ?埛K?>A_}KKK7o;vMq~顜w.ᴌM&yu([Xq |>_$㉢ʍ|i;Jޝ$ix& :yb*oˉW V< U2ӲZ8>ɿet'2 Kz0pL1\ʰZnf [qЃa?f20R 2p3= O0ld0/Ua 3Ngp)Rkn`'62leƗ7`؏0 3ca)õ 70p 2 Kz0pL1\ʰZnf [eT=c8a& .eXp- 73F ҫ 10ty 2,eaxa#Va|Vc(i mvġjTJh ?c5mi"y 퉳 rP*Va&1wB|JжDՉl[2`&.PM]uK՝x;]Mi-)xz*|3@l-.2|/E$8GH7чqhUr<ԗO?2/M /Ϊ*Q.M#X/i ,|tǘ[%5mw%G-_\i>P'Џ_ 8i:_zq; zȿB?D_(џ_u?ap;W/: #e}oY ]?_:?~e/ _e~Y&sH?~3/ǟeӸqb↑qz+_[HTKx_ ?c~y})y2_`?-`WMc~~u:! g?)?/N!@7Ch❷|mk=/>3;x_|;z/?;{/ǟ#<~(_G{/y/.w xƻ/gnxg{ {o۞h+mOzOv@J;K~{ _r~Ŭ>/E_7=.vSvGWrWy**,bOL_Η~;G |VHog|/e3>pьoKcSL%/gE>bƯ/~Mɗ lr2VKUy7R>Mė;Jl7ywOL/ SYH?Nc}A/g71~" ?uloro=i_d;5~x'Ty`W)/uԓmU]'Uq{V֋0˚es]5B3>"Y+껎铙>/wʚ—ʻ~x67r w~93L͆#uY߱"ozr?cˠw2%R9ƯK!>CwƯˬ_q|n/Y| _ }Vy:73}C"-x}H_zu~S%QޝH$DYL hHBl6Y:IH䍑'c}qaTt0,EQ@Q$,YnDB9v׽}}5ԩsνalәHw'% >IIr ^%Kz p'u"oU)mגɔ$r*%* -oH? QAZ 'H_$xxz>Rr-/3JOZK$$6 ~PTj峴xrzt~c<]ϕ$ .gK,JOa SK 1ƻy{[cOpMv|V"|RHsGc|+v㚮ΟJ<,IW%^nn[(%O\zVu g 'j1揳=Gg&Ze?I7$\Z_H/Y\NprnwJt >%߿a\ru%H]?-np>ɘN JJsaeSA**P`GMw=+s 5n@甔)FĞZBϫ8C%4ap R&fRZ`Z$k̤ }^K)Oڃ9hrkIB Hv?_ n0#.wUε/pTVq\|;D>߱TpU8'F$N ;JW@9T⯖С7W\5߻1v).8_>luozZ1c&b5ڮr!];,X<'> oTZ;*S$|OP^/\,Kp, N[T|Rbeo (,$PZy7;FpUJGbjw"&/HpAmb_Ѽt-+o,cr}:P[kԫxpBn׬Pm,HJUQ+6..bp *3;Es]ώ^^ JQUNCbҚ* Xŋ9 *T>!3OL9ʴ"_gb/r*AUv9K2F yb'}쎲"V#HFd' cJxRlJCX2*t@-ˢr|%#e/*98؁ v OM>>pr)/#K>ņ򒼥T8[x"$NGŨJG߸<^pV/s5lr~q _| $Ik7_ZX+,.ȃ!Ru2 P}B :,LK,5X x%p8|5)K<;8;W"u!BmVmk% >sy~\zqbwK!WU*t>uNql'^X\TdŠu84 &Z+Ji8ӂPp\}M'Pm͚_v-5FlR MX$V 7vC"Lm+hҢTb~JxGtY+ gR{y~k`2&Ƞ{UTUhUb \@|b9y4J77z/oS,+09A#.ZRGI% ~ p%OH-t,*.  ʗ&ޕQtj9+ Z "vLJUf3|] R \rup)p|uF,({_n&`F:v$мIΨKPN-*G5SMM?=ĒT A;3p0 MS ` 5Ulh)1ǯ팤T:%)XP\ ˊ`n^KKh0ʰ;! ͤXxl(l+ QKji3rY|P[sgfH] T@+Lt /8ߪۧʲ" =ʊ{$ H0$)^A㇘O`?hP)ZNm[V(Fg o1Ws#GTS-eNsϹo5B}D}^si| ط|->_u$_ky[w3}~T='dKV[Ϩ؉SMWxܮovHneb(b{|)Y8>)O&#aƳיX,蝂-xaqux_%i£п߃'`sE CGĞ5*{Cq^Aa(*a]~C()z9sbã^Vk0ZĺùO`T3p-2o"[<,W1'QlA75~kbOl1zF}T@GuOa7xc_= sdʿ _G&:)3| oc5>oG8gb>JGg 1gQ?3~=SFԘ(->z(x6EVq =މc})*4$Ȕ1754&}G3C/;+8y2K7} w7FwϨx}g~/\/[{;'XYsě}5Ov{'bS˞G868wZ}[/9z|fޟ^˘a͉ލh[][n: Q|>إ6~?/sW7?n1z.>xr#kI!= %垖&?KP VOI/$&KI_yII)WrK$|\[WD=&tF״q]o+M>mxj?2qdNǝ.=.}fKiOp\g;^Zn>HW>~~ZϺ\>^럻is;KGu4~?/v]~2ǫ.>s~K$y}X(D{loŽ5?ɢ.ip'PD:ΐhM;R38q ѻ&I8=DK%&t)6:&MsHnx&=:zQU+$ Y d0.&*],qJѱ ~3:Op!_ݍD QxO\|]̉.bL~2 <51 85"0 Op-4K #}lљ>lE8NIft Oe' D4 3>{ƕ yuUS@p,JF胉:0Q0&DcDBtE1Bq1Tar7 Ǔf-+ţqĆAF0<F*i4IM77oBO!Pͣ= ;(japVI |?8V{FPRĈ]\Q6Jb}lS684,m4WAWOJWvXʯsvC:cKZHM+I$p:&=\pϬ#\ljp=Nųx߭,D @7Z|G Xp x 8O*Yn -/ID' xOU.c ۷V#/ tSg;+.r}$|? .M>[ /W@MBp xG by/e},>-W=z1U Ud\M-D5:Br14Ǖ f\_p0quĴ-fF˅"r1s085k: `\ -Wh-ו znq'kWҪpL˽feF^ӟSwfkXl^+Xx^'t+OMdYz[M;6GMi3 m7Om ݣo@Z/H[(-f6Y2{CmcWm3ӗZ[k]wA&7zڤxFxRKIwfFҦDωurBrx>@RI=fD&5]-s.DCGg`33|wIL8.@ȿv c]ձa!!0Yh_[qwO"P.ܧweXn5aF;D+$^ W o0GgtP&H4,)[ 4斅1Ljy4VLP cng{!eX()زIV>Pʞ輬"4;,L?G@wL<®o4v}+ei w6x3:;@N|ݘ nUT,>I!^h8PXɐgx;eDjT댉SAOS>Rq/u|m;o>_Q4NUOR1OG s4A9b`Y, F$1vuD7w`߆1r u T;'G3|R~5tzr`Pm @Ή/&b/idfL$csRSJ}? JߩS!c^|r^ԜTK -<0'}Y×򇳪[XwG4ޖk }Qs=sn,T)&s; hRtY? aY^aYzOz$Ʒ`IILXN^]蹼 .c&"hzz;2,KDف9Hh뫳dL!K|2dh=:@t_o]㍺ ?rYM@ K n›ys5hW{IET2mua GߒFug3Tmz\e0߀ d.4m+DX'TrM_M+':F?><6ܧaw0e>t^6 us.=s@7OL[c底Yl܃y>g ™K؀`>` \EzT[s3tE -w\^s4/뵧/O*t35} J;f\Яf6DgƩ!ZJ&\p<8dkku `rz&-~ƄV%˖,7;s%SGg??^ 3?ɘsLt|Os|Qc֓BLLlZ>js$f /X@EEʘ8tÓXKϧ5Il?܈IG}I/,a(Ztɂj)8 _uc2% Vel4W]7ɚF_rĆM=;LQN3` e|켻5 <alO 6>?)u^ih=k7\O$yǠj\v?lBc1,.RVB?lmfLM \l3?j+$9B fy4Q#hKŸV5)̺Danô'GȷԘmDtpJSDvP{l8i|h$%5Φ[?o5_Z;a"bӐы<2~xON9 n{e99O8P[OPwџX4e%?#=FAz|ѣdUb=ZtdPa8qJֈLy>PvVkT2݊Zz|=O|?|v4OG|5pT =hqEǏ r;#ꥡ8m &l )h1;ubgNzv>~&xntɂg*)V>>jj}5-~H&,4El5P7^t)cy&~G0qVI;[Ծ @ג}F }2Sɪ]vh3 iPQgffw~KE}ׯѯCC "Hߏɢ~e;w' SjoݾdUtD<3jg{ddms3Io;.?SY]Fz8Aշ[2s~I:c#hҐh$~ 5+xtz<)z@kLB+aEj"npǂuߚOXpF͟}Mp-Wz4y%Cgs9)$/s{4 8t1 >EM [,:)<ښE4+;LfOHsF,NDs~Lp_p@?ܬZoK$r5%5`Uְًv1x [u ,+__0N$܁Q;{&pc&+Xؗ]I/] O½q>hx^c<NҖ>i)x}<{2)); Ԅ#Mv6Q\/܈ =[:9jbhCp~B{3tGdhVVeПk8G>Gv<l\g-\:ͽb^ Vz8Xv' wm;Yd/f̍4z&wE6w% nPQxt"?/@,ұ<3!5 sC:p1%DAA]`ݭ;FLp!p`J욅@+yFQg{=<@K i@"メS&5Pձ#pp(<(W<8PbDR`Zg혉763؛t2@a"]V[S/ /rwUUgqCupy`(<(>yHHbr/3Mee]#c[՘*(F1*N.QDA}9P]kf]ٿ}u籿c~B}==Eט<z帧QC #_$ z4م&|b1=׃7}x9[_ET˩/O#A'ϑ{%N0\WM;a (JE2o299L2}B׺M2̳BE93d2_2[z]a"~qɼ0K^2DMKFX]) 9NJ#MY.}\0#|4z #bHZ@I] hߪ~,O??DѺx7]5Mq(_`FALlo(h:uv޴87YܿJt߇FǭhbuоMo6RmTtuR pFkT|gtzOAa1|zySGPo7% $N  W=(8 AHWZY_~!onnak._£|^)kO {y?k/{)EL*S :v-jhA}Q"߫1Zğ9,tc_El?0~W}lʶvw-/3Hb=+r k*ʅo1[N >|RxGμ\?E}!^maJL{Sڜb}0@_oܸkSUw@moWabJX{=Pz߾ƃ>Y,Gn6&Հ!IUdc+7#gϧhʖϦsR#k/"~Oy B"5wogu˄bW1ci~NC?ȉsTh/{ڒc+d _pkbogL7jTNSwT!CY<3^kbTVNfxwE[ym?r3&p.f;] &^*NJw5%f\hykJpn[ 6|@o}:h!:ԢAa5kl>,_ٜgUfN~xC0+چVzmajmʊrb7hyֽ8qvK]5e[d6̝k!|b+/Wk\A`L!XA~MX25mpuڣiA`6]@wQFzGP.(nң00LCzq:Ct`V4m(gGa`HǑُ(v@\`/}L @}^q 6y 0HH \Dw;H/G!H@t1ۚ Uv{/hZ7p8@z5m&Ǩ0Hwi3v)8@"&%h3L6Rfȇxz |R>p:[ư}R~^5H~Y(yk1'cݏm~yoI?jO2I@ԟiT?cqJpyuvΰD"M~ycy8mb^&p)2ܴ'W{yJo+>;)} >Y‹ Qm1-yM6g1M DY|M)NuD|d/qs1קziFA/Y/oי)nE[6q=|"ȥ4WonꊦXw Gƃh;z nG>D+"5X 'Ôs'OGK6-=A zH{wˡFo l _ŶW<݆L6Hz7<*UOv4Q"#b'v^*V2ƕƨl5n@|/l52>}7'–YOwBaӐI1>D! mCsa&Om#iùZp{iGz iDK6{[1OE`Izl*dz`+ݭA;J؇w|hs]!mb?hQ`u 9'ن"><"t]?g|#R&/zϒƘ_~(d[~w|Gl`2f7ma"+^=q"hSdzzAo~B{z/9/ǒķGл~ߤiK?gsι?sm#ۢG$|<__9OFK#.{ZbbT:!a5?￿/ `,qK%|n L04Kxϥ+TVX_℮\x#ꚯ`Iʞh!Q8N(;IwA7 u.'bjj/s"㪝QR]i5vL/8lSԯQYA8vB41qc6jr͌-w1v203edcCa"c lՌ匛[3bdag<8N&20.`f\Xθq;.N~Ƴqi"c lՌ匛[3bdag<8N&20.`f\Xθq;.N~Ƴqj"c lՌ匛[3bdag<8N&20.`f\Xθq;.N~Ƴq\k"c Fu}/ȸ^_Ky~?Cm-|}u+Qu,uC?utNeM*WRKTSV:Sň+ZG|T[峥 SjTNB+JB![jJxNdnSe 2?2mzsmzx#G$4G7ʌ,0]>vǚ4bQjT&Qռ0*WcyYAcL3_͋ [mAZ^7yWZ?9okK9mQS+A3HfT.:]NRhi,[SͨΣU_gf2:}dү٢:Ojxk)Efmq?kE?C3Z5_vMe΢|M.~WEoA_}_ pc_~J>4 Xd>sz_?m1]S{ҟj,8C_X?81iskgK:&Nk 1(|Lh2a}|6q'㩙fޡf~>$}2c̏3>~׃1 n'ױV:SN37q'uXۧaO& v)vH|x;dqk-/CW!{-~8_\Ky~,x' S|-as~`$^U(*ik,g#_|;;T>GFIT1?Fv ix>1Nc_L|\v{Ud.|vy'e~7uo}-K|)~m>iv|T+QS;˿U/~;uU>nϨz1+yv֬k]mb՝@t Gt5|Hiҁj ˇS$n6iNmMk]ug3;zvgGb:㬳0кFo`䈿5%={3Q1@bS&2m^(V"y?H7QG~'ჭV>Kx~~5=&W/x xFg8 ;$/*)O %c%|aF*cS Svw~.&ƅuZwn]O?CV,U~M0YXM(L_!oAQ'w'p9[r>&Y S|Dij@<3 $!'O WqR_20^>7C ߫YqOCo%MV xW@\oKc|,%q~6a_/O 6+]@?*+ϑ<6=0[ _w GŻ pQcOA8yNo s:0~_&NfIσIcˣ^п'|^dA@?d7>`|.urퟅ~&?c ׈+O݅ySʧSD1}⓱ ~ZgxR~ǐU~)ڪlnhWbe)Wj2nPpEly餹CتwD6^5Fg͟S=[ JK6<+Lmm]F;+U6c|Ϸε+AV\8lrBp27Rآ]*f{DݱdbI$7G/([#]E<GJXŷqCQ (pi%n -lw64sh15EZ[ `eY%rҥ(kKB]E1![=,fG*.6WT` Zسr'ؽ/Q oag mPH-|C x[1L4':Ik*3AlIhT!G̓k|A ~UpR`X`B&۷ttlUOSN n*R#&}bcCSr$1x.cBb=\2*."we""QhusBMDX^pj^~ #FuD$\ƕDDMl4Fѩ$$tyfϚWx磮pSqRԒ4xc'nimu2m(C޲i|KS Zf$PK8o\δ{֨aܼM!szk^ۖ]La7]2ZUaϖfD ʌ3o1j d;JsK4*"sݚ%@6"™[#k6I@Ka:0}~uhVʫypHHA>aԜ34Mft!#g>3 =zUgSݸ~ƞrR]J0Z~&nd`^xG*, [Nes#K6Ch%=qfarD&lcF- A=Қɹ\$8]cÕ'c6Gm m4mp"}"SFyJS-QY{V̆uD<n2F]cs)v:ѣbobv[\3&k 3}qqL3h6c63U ?c%dHH KSaB M!l!)qoU5#I S͑‹$;)-,LƂa4,Ip`(<䵎mc,z±&ka6V6c+{KHccI5Кa6[b`f{j?ZnJtDxd"~ine$p0_y?k>gμ̓|sΝ㓼><IVTH-V1>ȿ]$-f{۵^qwt%5fZrgVX^ziI}DowSWS*nO#ۏI֣_}^a~xc-2.9qKֵSQk5خyO.Ir\ƺX#)"y$˃NS4^ruY%VJ򕿱ou|J5srqxN❵k_L2쉏'"R{CWE#g>ag?D6'>6pLc $=_jo%| \w*Gm' 2c1f}^0|Kw+?i$g [0V p1d.Z2H Hܚ;Rzn@ds SAκ94Y1эs_뫒hwy5v^ký3xɺNhȄ porn^[Wa|L٤&ܼԇ݉|{ċ΋ϨFVgݵ Ybtf7Ҹn,{w*yZ Z2u%r*º7(pAnGH<{wҾv.O OG~z\땵wˉ6$ý Kԥ}tCpȈ6}ey]9](()_w@3Epŵr);YN*N:-r t* J j5uTzˠ~n3*eǯȍgX !ϨL V\4hyZ+Pn熧lLWKr?3YVyƇLP j?!rYMt!j͉ɹ9q @H=ԑNpǵ~_1W w6TVEX:I8/NlH}ȯ%%|e˂od uȡ _cTzB;,. ]%++ j]rPw5h*Aj.X鲫y^Q,ѕ}VX)WϤZNr&A29u_Ȭ00ʼ~L- w+WbE 2LUypSpVgM<`-/BqXuӬN /2~/X^֓.S_0SH2P֊ց8zˣZ]yӃ;>b39(}f/cs,_ .E(f# h'UL^ ZĢ #L;D:zݟt !Rs*Ps\` *Jv k&]._o*{ xWZbd=B >-.2nﹻb0;#:T#_A=,WR< .­z1f'ACXDR{8}kƲ2^lݠ0Kw!rUϙ,~V|DAJ.(jtt,ֺII0 ןYc^>$:s\'@Fp,/5kGm Ä+6!KS+*L[~AFp}t-$ĜU8x3.rpP{ 7{ vT:h9 +b2BdNO?`iPSݖ^4.dK=u#7NL2+j0kȨ7urVz\';RK<`5v|i}f \rP1 X+dh捱'bCǣ֛9(:ح5{0dCg0Rז`;X|ֱD3?:HLBVeQpX3EtZ<뷬&d^ 'OX/>}&N= PjDzyN opGN35$f: W!VSy.A2fSJW(]\*Aeh7 [Zܣ6ʺ45zz^{\*dDj5 ~X}Rmj۫|pS)>:5QbƝZgCXuӾ~P_Aϙ7^%^_\! E0鳘"R]1<1}Ug:g:="LRH PUfW³CCu߰Qyd38oݐSlEn8r1>*5a$'Gݻf:q@z{<, _*Xl`f32[\/]A' Uy7`F6hʩ/. @WX.C}bCQ`ꋲ֏Xt<29-{TY֧@dyWJǎ 0**+<sU!u"mLQ?9&dKܻB,|A^ !Å}͕2Nql1=Ǹ[sQț@H'j] @W&ix3[ 0(>yz?mfBgŃ <ǔ&R楎V+A^jsP⮬[Өj?L8Wgkҷ;" *$ul&&h&!@H& YFT42:b>YE%.`&hD#(:U>r/;߷7_nչ~쪴d3 jL ΅g i@oqB{"y))R(ѻm)R⇣[3F%A@Da4w!H! .pV?FP/p9UbH$K)tYP5E1M_37u"&Cr,. Ҏ}f|U [Lp4,LOZU% (k*ʇ(<=sŷ: /K엶*>[ݢ*WαkkY>3|VfISWMKœޚѮ[>=_dǻ7Dk(J\୙-YĻ[cFw-D8&1oC~Cd䑟dp.Q 5:c]T^yVM{WCv˔ ^TeRjDπ?tVMwG7@j,T⍲L* J̔/ tПMtMޚaw,ǩB xďRmIHI&5t@8Eo͍hpU|W]EԴ(9HDMGϪ,rJ=Y%9'#w2JGw6`D ) d"KH,)L VJOk*bbĽI{{K,' .Op)~lq<=?=s18q/}.X/^4qf+jo{7y=Ҧkoł3 /qR>Z~_V*X X߬O7V |ډ_ځ!B@MBMHjr1w|+@w!֮{#Wߋr?Pk\?5 |1o1H~ NZxw/9#Kܤn!0~ ࢺLW&CU2E[}u;c#d7?E= yWay7x[ @u"ѳ\:N;z+:+ekPTtHe'K{û6\T:+^2{\td/=߲NET6N봴.v]N1ʟ0)88TIG .՛}?({~]!{ (gkC$>榤ĢyļpdTrbLJlX%VET/`pWhh£-;Egs>BЊ9y$ʓXӬYJKثaN1ٞvnYsvNJwU{m{z݊zۊw7c+ìgxO=ؽzъowV }ZvnP%{vxG%CQn{K e^/ e_/Y\P(GIũB~OW1IE^7Kvډ_: HNF蛎 `7XϷkqbo zB9εN;[}NxE hébCrF< '6!qjx`;=Ɵv~ztߊz.8-.8P[CV p۟Ir۟o?ߔ?tJ硞t۟zmj<ԟAy%i&F,FLe6t6&F4SLt*GN؛Њnˁi!Ip06) V\OĹtm1$EMsփTf #Ȍ [掇1 S\hYXQд_MNg5D;a{ŏ΁vrM;&O)4vBMӜ]?<,INI?|٘QSI縜7+x8I'>.]?w`oqR9^Rw+kEtoНGy={xI%XǞ:Ow*.4W_;wftjz ѷ8{.1"<9@+0 E gZ\:{.>W0[->pW,pǁy3؁h+ImɽP_}0Rp: ke~p AO7^a(-5 sEkz׹;ƋOO0Ȩ̀ 5DX">ũARClC85pBc`a4P\p^XkSF0/Ps'_f>#&8eW8TS021g$(Aq0f7{4-krf,oy 4XP`0L $uH V6x9 k&p=3wzo0gΩ i=i-5u/i |aPv7f]Óx߄s[QmL0j=ffT/x&w1<s "gԈۘ|/A<[k7_ٕnd=|Buԋ3ȫP4ڌ=PR={$PBM<;H;Tn7YKC΄:H/+|1PcUw*@ކe"Kyw-W-y]vs?׽O'C{c}+ Z;5}GYw{jOeOrxbbsv]l۰Ic[/ιiŷvXgt^Nk6ro9Qr|_ۻ^w?V}w_6QLz9yKOkꪦcxS~Gܖ}wԶ?~I7۟HXWu}>;G8bphځЉfDͿ;ήz~[}tyu߬_/_l|G:k_P M=kЬSW.=_уw&< +_M2, io94"}Z@|P4H`GzA>;JfS&NA> \2뱣Eb!?KTs7{i \W(̒\-|n#NFGST1` BcOA~a t_=A[ۃCxfb8I~FbrS/ŸcFQF'=E?XlC|,_"k ~hIPG)i q_5>0և4݋Ňo>rAi?pa ©Cơ>َx jO ~i.-P?ʏx=N Pz&lWXNso>LZ^mRy/ta=@s!˩Xb 7_S7;,_ƣ">XOKǨ&䗣5Q{ 78I jPxҋ>f/cMO,[y kb gkYLTV`)*F XbJsֳp/+,@v8WTEMZ 0,:Rn0ZॣqpwY(Ϸ5歱~O0.-IVkutIIaA4m Μ@xXPF~I0?BhN76* rJ  cz͕L{D*SvtDD;X0/Љ%xLs;`=xJݜb^.ts "R_,/R?x&5nE.)+.2Ch'TDE,aϔsZ>|g Z%ťsτ奄*Pq`Cdku_8E~D䡲z^ ⠜d1op+/ -=0 HV%w DEC Mi/wyK O*)–?(B)9FyȊ4v` nIU:[*aLRQ-X/_d.']T[U{ S =XKgg^żY;UZHdPaZh]xg2C 9DOca2h֠u!V(2;fFŦYWlh>ݑ ^F'2|?yg#d2A1<~= | 8W3T'0Kb82r~~%ó~ó`x.>Ek^)ɯ<#'wljgd3rgq+Vs{AR~dhZ*ݖ_-R24-YR~dhZR24u-IR~dhZR^24m->)i|d= Cz AK9 rw~)LgS_7|L|~)_2Rr/~)9N_ @KKddL B~~)yL/$,l0B Eiw\!zMP":b;t[{ŤOҨj7PwV]ꖎ reR73ᄁ3 "KӈֳN}tep?gEL+&< %ށqfiHobˑ sCy|E}/|&}'z8*ҫ0ɨ^|j,2^<ٕM(]tR^߇HL`UbWdb ${c|xq#L&_=ce3*JQ@Oʟ;xS=Z&iܫ\F$rL`P%8O!bT>h ?ĞC@hb#C4܆s7Z;?vx[fuxޯlA. ^b7[}u*ln46AvD?$CM`(%gCMS6 { \2c~z5x1?MCˇ~!lz3l9Dzg= qv~ޤJ8?}?!W2ǢP/Tl/,#둕_چ7N),vMLP~N { /'߱oo&Fk|_qɟ#6hmxWh:b8n=պ_Ni;ouVvϋT=&}Fm^t?0ws g"R$,Qtx!x ;špG}LBc 5gm:}߯wXBz+vi哽oq,hLP s ]6w:BUțٛ67nmv#-_B/H>I%zV2dt⑑ݡ՗0\}[T/dmqTB`^45R Mx= &k2f Da47bͿPfޞ[)oXS|G8"hSs* kq_NK jb[ݜ@)>+qQS]WbC5e%_r OʅN|:pD&GoBO5K}kN#DžƜˬ8DN'B4=$y/dG, ^ާćEs|TNhb`jgIМ 5${G E9_\@cxsǕ"ޥWU͍t?(93}hB hFiU:-Z-מPdCJ1&[QRO!,3~$Q-Ь\ 9ԸmBmP[^Ey0A+7LGSz/^%2ͯj[!_ ә;; sdUa'U }` /`4 90v!?|>48u,&QlܴSD:.zDZ/Q0ěG+!=ڙ?|X#?I?0!a- oTḦ #8hV0p*1J7WE0e& I-oD,4&+gqܒ8n_`+NE#6܆3%v "hdQTg4^aLIڥZH&}eVj;Y!O L;_ GŶ#ms=:ɞ/I30\Y$]!GVV6=Xwꖿ@UBGG,vzW"3}ӡcQU8'=jѠkc~m0/߻!p !'cN=j:Ąvi, SmO y? 7MG klnD,H߆٤RLM}ķ.)1T$}&GL<|jlLV beʺYN mo1MVEqTPX.ѧaиv?x=h^vT 'j.ȋFzFx$ĉ]0KLVLo3Blot5WG8֠ Fj4@{v鬜Sv+\vVH%wD'_:恚LqX)>G(-sOyfkϜ|erB[VDc9vA n];I\-%1Yjۢqd/oj޿`K/aT!waeD*h_VhC)@'voҗUvŝB`ͫ*BZOx +c/z^F.Q WV.c(`fPQ %+Fġ(( F}&f#>/0ƪgc}GCpg3 " Bj\gXu?G|6d=1/T!g4̥M+]>wT5TEfqND5SΙhU~KHϑK>g]M<{qHhނ޼9Ǟ딟aoL~םg1.|Jf3${_D֟hU?Ҋ6ZdNkۤǀ-s[1^h¯2:t0`0F'{ۺ#=0r !}vcX)\G]C5QvzQCwdQ#HcD)ce-mА[ Pqs+rP-xۍ6ZqPc:1Շi3]{ qޟg뙴|',mf{2Pvd5 :gKjzJd3?:4l¨zT. ?n`5/8UO] `zҝ]ntpW͒l6z-gy&4_1,lFm{_Zs_}KEH 2kړ"2km]OLtЪ@tGg&Aa9Bk.9f,)@u@m RD JIRCdB2AӁ CA..j*CRdp 7 Sڶ Ϭ]vBgn*:ۓr*TƖ=f.UָƋI dW& n77#{6am L̮:KZiv:@G>ܫ:w|CUPk$-\9ݢ0K c|8lnZ<9ZL L D4Ҳ uC͏k:3@ ܵ0{J3"g;ԏ\}tSS'C>$t\ d/^!~ɶ(99oӰRl~1#83i<;\.%gD`]dl؝N joχqHNbj^=nABgcXG1wb'QCtNusF5Nhr-zqkr_?I25݋hWDӿc­ޣ ~'z܁:%:ch޽2&4U3&KK1oag?Ok~ggi8qoq3^W L47(t !\ʗ|0Ȭ؉e%<aWg-QS3@6mA422[4Bȗ z{tx2䠶&o:T۔NhB̞S=fdpT jss%丏1@H HHYgՆIcMaQka蕈"@,vf$7 I>B~,ɰOZB~?SU>zڄ>՗WfaN8{6T#~!5k[ Rvv{BG?,ѝ $c.K ⦼sv((ZC1.VSȋEF"xvTtXǪE* dl.K&;NRCйvFW_ x)Gr^~JhOw^(D,uۤ3pÝSCN\9EYΨcz㪴 ȿ {}T[s(mlf(W㪵4H;SObr :H(}'.`>!E3XUoiUs3&_jFC\H;Jc@xFyF!F<$ pI ⅘7GR9*8v ,0.;qКO"UM kp`.vdg=2R0^w@6 eF@hg^$.a~ƿ(yTx%`i8$Dq]Ni=3yYU|C}]CXn6_RVPЊ'L#s T;?J5-ÍTAtx07i+.G8?&B@! |w|Oa½w)'̮w(zh\4W붮rM MnjX<V(%6d=O 0:#Y6?yFG/09By`r.[^f|/Rkfv0stnN\WLO %cf(~b~2aa>e@nK9;rFy3+l-Mk3`A}mCtq^bOlشGj:ʦNE8e?ͧ%x]$ұ= SY-Jtm姊sﱃx5GO] lʓ1u,ĊA HHsp=g:IN9I\~ɍQtէj>Cjo+[7ƃzTlSclO*_׋G2`HW-&$ ODʫ;J2*yqt܉cJg%и#0R=~N/h Fҷ}wm~prk(:-`p_~4Z Qy.uz:=V齢_Nߥ݈O]SmmxC;Aݕc}ˤQ#+-͍AܟBה,Lû6<*eyQ灔z)cpuT0KmB*f݃Id'4!٭MZ:)w>" fd4My[X>kx.O PWs|݉8m:nu?*+4Zɘh18?yr |!,{tNr"38V-Q0D˜c5-һ)$yA-(a[ZMH2d7hf _7aO ށ<{}|p_Ks>^Q[^ݴlh){LM{Ȑ(?[9/d}e,s3D]>ѿgZ=tD糧u M)uVa8{C{ؙ1>܆>|\.G~|C-Msyswpoο%qwA砕+12tV>Jb&8yMV(@uI/4>_7SAG`nۥeHSW*k/y8NtqS ]U_LMzhЈm@،,.IsKqbk^ݏWUiyn F_ngJr/k~?o͸5=ԡx%7܏yDQ%7_;t/ݕz$|%gr 9 ^ʪw[cm t#[:IX!i #mw-/@_&S[5a ? ~㼆4Z|_ɋvP|UG} fN=ȇ` 7 )Idhۡ{c@eKm&˨5UZ\CW(p7o=c,ٱKjJ$fD6 HZ>y]V7U{AϮ~t펛q{3ytۅ$aߡ(lI2*"%digu''ax. Y75^kŻpbeէ_X>Lh5 i%_njc \KqPFNĩ(ESK#TVsj_Mk;mD9k$# 7$1 AZwqy q?:>.CiҋdOa$kt 힡[og@1;01Z#kg=nyvM&ձ F;9VvT;/1۹t>  #N%T m08Gxy,֢eU=^ڴg]JeZ>`=WPe&RS%@;E7=wOY: Y ZV_?_7j8&V4~ ۔M¾¿tmS7# 2ɸk:Hk_8DOGQWi83Kka` zxu[:'={}ջ؇Coa}h6އ |l./GjbxÀ~G?q]^&v>:[ۤѡ0yqVICQ/=[HwdwdF3ߟcN;2]&5tf#$/n4Z<TAuӠ y[9Ӣ0viaN&Rڛ22b[[ϗ /R+_b6i]wywjKXztS3Xy *6< aG>hPݼE}|k灛 !\kEVxOG)7HOC-9t Ip bp /ow@M5%@e7O{ZzhD=c|N.d9?"4#Lݿ~yh@BռWح% Ԗ?./b ^\o)VA)1&;O["uxC*vkFjRj^\~nl ݜƟ v5VeWN:jSs5d{ɝ~'. ңvrgqF+zlU|[r%̍=6qe/# -ב5YU6H-1*g@UOXH*_TWZ\A jqyCGrlbu/+YS˔֦=!lDǠ^<< AY՛Q+KbW+N+[z:Upn3pkɮ~pܪ Ơ :{z:Ub!z,`iٯ3 ^ߢ#ѧC1ѡ29oa~q_ 燳 Q`?|SEy]džâSd/ƲEc6yU"?/K {^YX\_*[w[HyhOo7m KkCCUZC|=?=/$}Jݏ>*}byg,;oސ_86S 6&??ن0\~gA!,F5W9y葼Hi&ϭnl3鳟Xܢ@D?vhJ! ?Z)sw疛1v#KpsyN4#s#5A93/syhQcY3)v^`? .?SNvqAA_ճfk?!yvRs ϭ|krarY!D&~PZZ &"Vџ/%_>6f=0w^)jb~Ä|=VwY Ó3F \fCpvo#v+`Y@th eBaXׅҟq|nvXA髿#ߟ>':lO~!Y*?l.?>3 }R?g+CeaNmg`.Iэi// ol_m˼h7b Ba>Bc.XdGgZǞ2 cwZxkg_;BkqlV0;KJ*l`.9겛S,J5gq/5@쿲=qPLH7]TLKl'!`T! ˾ʾ`vb wٞc69=G~PHwBPfIV]x H*c^6P_"^7I!+S!J WKW?,ѣU\LE+?գN]VV85<;8 cV >ˁކl# JwM)8,(,Pv^8} Hٞx(b 1փxч@qJ~%x E,”fσ]; .7wgNk>V\:KOx`[8)? GGggނWEl\{q/-o'q #AS"vgAW-5H=xKř\F wiX!tGIv`|uc涯| sU OĘRjݏVCidԎh, VOz >k;^0rU:V7:Rdx5,QPRLO"ǨV'9E։Nlm_^q 4% 2:ha޼q|0=lp{"AD<~Cч{)߽T &s}m꫏Z}]002>hNOJ+UA#֓hNx1[faSZrmX}>%4yu{̫ccH77ީ՗Pc<]}C->{s™O_ QIcL |]|7pT]H|cXB|4KΊȉc6n3`++ZK_x&pk$}?ޟOZy0e ӥdQDSi2E||B+o8G_g ¬w}O}GQ=;X_*D-_i?d@YSڢ^6g,~/'z?OYDsq=~!i_W͠R/ Y^E?Z>[B= ~z6z,tkݠg~.Jſ"*ݎ/Jc :q7(ҊʎKȚzW~{/8IPc ,E/(nI--/$;JxKGTM,;&(=Hgl]3wiҘ1'6QbMޓm:c_C5#*'=-ۣ׸fM2QO0 6E!G%ZKĔu`aMdi] d?Uq3ZxƣŝbMQ0.1fD Є2 a<1%@7"=N"t׮fCZtJ28`kS@6/㊛ ^iLPg 1\֯k6DXҲc]6?NXCg_Nڽ*֝']~2~܋_3\ƫZ7 +VP'z  b)CnmNY ҇0ud8},DDLȁr {I<H͓X۵.2@;ZŴCgOr>ꐨ0A\8hICa.d?EA7xױm J9VrIGxriTzϼ5q4r^Ѡ^nU<Ԟ/m5HQjy|g<@n/vBS4@ŖJ\.W#$S1WLx^ {~/ h?}tLia-Y2="}.e܉0ū7 .]QRwm iS|KL*̂a([6WQN 0]C]vwVRtN> ̂Y5? <¼.C`N Cx^sYziYRzH8g "$*oF-yCo6KkOۄvyBgOә¨? a@@9 ៀ{?!|CK`8M~ !YM7{/]J%K9 D/hClI22 `ӰCqP]~wI^:$qwV\S Owd&MϚR!O XC2!g@{(m!cpg6gt/E{*H ^4 nj)%> Iu p89^!7 H&N﷍6FƭVq/;VW4(LvRq;?ih'1bO~BfτȬAY<M0xL{YU:|zd/kT~-YSD<~-+֝~%K:&yczF|8n`pLM?1ПA!wg+L}^v n-S}^|b 7Yd Ԃ|6\݋ZA+b^r6wtXY`cMFlx4EY܋}WDfjq{u8L`v/l8Ǔ8"%nxʏEY#6?`O2pȎ:ձܘ-i+L! 9~!_b@Zn{DK`|%J+={f 3Asfc UYz?^+5Oрwb`1Փ^.m Tqiz>kDkC#ⅦGu쭣5=/(n|ID`S ?jBv}j?5KqeӟruDkan%r Ԭ݅u)?y_i;j;MGhV6L+Z yatЁ2a[ .S Y \-t"[7E7CGM903?&vb-̘AO]0]a0-r`NjM799 ϔyEwU2s;rp!O YbC5C찒-n=2sD݉aτ40Gat)qF1Z)֒f7)UDjcٍ8xpgIZ=#L1 ;qJL867_yP"m_h:uk5ѿE?k`P8cnwsעK'uxVwVa 4#fΓi(4Y/1;I;1PT6.K"w! ZQ ]ōR#cg(R?s.; I0N^;e 4Z27]:J"* 8a2Dof&1KWX;~73hm{fʴ.F?1& ' ;{yk #ΒVqIK4[}{Dppctc|$2 [8ZԈ#P x[T`h)1V6+9I21w^-91. dOZ#iCޑҕ3p8;ۅq]*@"ݱ=+Ifh"tp PNRBc`rqaXKL^k4c3M.: uzDr-lstxAa<.^݆ƜX)'6tm(vu@2 /ͭGۤ ԤvarECsڐ$4(MMr e i/dĎokBC8n1&n\,çq=9Fw 8Irl:Rx~>h0^XHEI1)ߐћ(RN3jpV^= n ʰmgoa(Ԧᖴz1Ԋw7wKRS"^ײ4@YhXlw wNELJxۇ7;,Ul %VDu/Uf/o8X;g(лݙRA/ rmjjE DξLCӀ~%p%.Kx[bш|s!axsm6DT͇y ^!zj v{+aΚ}A7c LW{Up#ht{D<(u_7u E(Q*O)&!MiMQ=􌱐Db)#I,>K7ׇ7Ȥܯn+vf. 8Ey%k+.'zDKav|풎μ\ǡ QSҞ@JڳxR4eAYY k09{ƝV.nBQLO\L V*!$ 1PqW*hk(SԡRT"-T j( !AQ@WIZJ#eK>$IYy6n("c/U-ZB hI-3iJUyBW.P׸LCL%4j7 *W(Dv' 4'YҦD7 ko@H%-;ftztŝ\2YcM> oPǐÄGadp'"=&w%{afwfUҿ,02oC|,DGhqGmM,!:EDߘN@|̋VO*˻cia7KǕu۱lkl7;)VJ1JZJ+n}b`2dĴaܮb]Wjb[({"r?'XqfI>G!qKB!`Hb/`VskDKooAtWBe0D g;k2]ܤ9 #ۆf,:UgItWS :ie:S4 x$[zW&%^iR1ctY媈DRo|T\VC ځ}Rw{}4B1O= PTWz%'l֢= 5ٜ0PUPśiCUt\p\m*P+ ^5{k=b3cq`Si깷 !Q}nI:Ύ-m_꒽6&bZIIkIG*S(,;?:x` KØ MPN0AGJ,@.Si$Q~8qFi:dtLIhQjI  RL3 LU sx䝶A}+,(!}_ݝAGXT)̑q~d+29&acg}3Kg,"߂gֲ$~IY09.V`3SM R;\6%1\~@C*.1rylS0*el"ZG7AU} nQN7mqK cw~,NιyF|7>`( q k)I RbUrRRFުXtn)+Mm ()C82$n7^ ,?b}ptSӝ%#+YQ|h8:I=tk3uZ锰S";{ @foEQtt(|(1]1J)l,!GBk!7v5!ɼ 0-n2#W6 li=̷Fo3+;!}]"yB3 }Wlv+:- {Vn];Uw=ƮU}GxX=+jVȓ/0-hڥaGb;rpm5H9z (iF|:  Ml]JΪv2]]q!>_B6O-$RKQsvK'X:rY/͊ߍ+'~ 8dFGHP(gEύceM(l|>?E)'$d rj:@iT1&n2гMW%"Ivf'G̊2wN{j\w}UEڿg`YUVm겮PŶ``IKE~ :+24 cwoM`?\~n3ϾJͿˣˁD{@>0~ĆgW~6g}u]>hĄ<xR{P6u< M}6Zcm'qܼᆡ -hYkK]煺3=;3-֛Њ2wŴCNp\v~.|~ЇPa~mjuJzV]:$uG>Wo/V:[IO:FPHPx8yxx8#y( [z`8n/]_.^Л.!X0&2X&  '{K]0[ޛ:Mڦ%K*~s~ɗ\ogV;@\=j>׮z/9?v38Z]zpgun3cu.2!f_`5GJ~v1 5-E&2;pSIq&M%=̓uh](!wam88f]ڂw`dem}l=v{=1CqYB]9@h6Q:\a4j|0lB']+ͱhp0Й3`Rs!4x3+B5o +{=vu<)S}$Cųmy/#ĢbB ܔ{@6 жJ{mnǙB*]V%ZwG 9|MkDFJu4>=1CDOv-Bk  -`uhȫL@f3?Wh|7 G-z|AoCaYKP;`wGm.lEW;"dхaE צnoI]] aFs-RXs;c"}ORA/Łv h㠟^M!6ɞ89d7~e$.]/nZK9RE4/vz }g-ݢ 4k)W^wtc8*!u \/߽4\75G`Wh9qmvlx\hzU0PӗbG;0fTiKύ3ݐ{%\-aTaú ?7_ThȽE3z@'[&]s+Ќm 6㴝5wt+m{Y+,K%CcU/Zu8ꑭ}=Q|T}In? K(<-ǔ;-禑s - mt4#a%#&G( ;0kO_Ş-4vA!Bq.C WBz$@*xЀV e{ 5@WAР00gڤ3잊N .㐞_ug۫ mmFL;_-=ɶ^MUwd@X+l!'X4I? Ϊ>tG2 SZOS" ^^:H|ed9t.%C8t7i3qmO'+^>ڐ}z;z["vifo6. Ť5O2 /7) v;x?&Mz. zxEu$"\6޵6csdc ǓHGX{~:c5LO π$gn =/wqy$&Ug7iQ ]d4NIɑM[‘C+q]q: 4zuD۵r'A=#URڤO4t;h* yKcGێ]mviCK(< !DϡO]zs!Qu/ЗaKmÂJDfIKk[c QSM_t}ms֠䓴~p<?R'VuKROޥkd{F\i:辍͋oݿ r?ٝҮ OnO"0_{W7q<)zVi힒 0YeOvt֜y97.=*]1(^hli9+ 6@nڑZ=ξw<>io# 9>\"RY+=ȣ;eJl ckopU: vDhRadK{i{ Bs@Bh4yd!>==R~2Ju4. NW OD׹>vk'Tu";`uRkنJjڋЃu=]L}<KaQ{=/}X{gޭ5eCu'Nn72ϴ{R1`nM> MJ5Ăc;]x{l7憋']  j-m}DJNr aHi>UPY&VhggbBVZ_wGK@"2*^qdm_շ= Wm7 o@ѥ-ByҎU:]SvĀ4];#mwm`4}|ސ?>b ^ڟQ .> Rds߅\mu$PǓG7YA兾RNlhL}:Y;_y!˔+0X'&_t^Rљ%h;2I]k;a)q #0 ~ \~FY6_c}>橸d艻V\ôWMֳ[!<׾mUMxzZG5zfcڥ=bG ˕:W_KFŴ 1޸w? vSjO9 ,GX?0m᭻S=13«7.ü(6ܢ J;}V_gx#C.&M7\;ilמ S[8vŌ={UMhdJX'>s`6F_#´P3o#nv]d#wțY#]XE-ٞߜW?6/ж30v D_wtP":NPk&b1޷3g̻BۣkΥQ-_oz^&.@Lz'?ͧ[;T~Kzy+JK@מ歭UVZձB*,MqEh;=m>u&&ށ[OztЏⰧq)[9_zVzK6-.5odb_M{8.em4}8u~37h-.^]7vizO|#/٭89=7k{ N3(Afֽ]IwǸTM]aMey"MIMMUTS^YZ)^H\\YUW;qJkc;j5UEU%Ś:MUuIeIqLQ$WϷ͆0Kͦ!0543VWW,c*ڒ"|IDS(thU8jJ 5E:UWf"?8GQ2 riIMmyU%B4a)Hј&'$%'i DL2.e5UEkK*JǗԗhc4cˋߢj~95cb͘%U2&P\ ~U91zIy% b:]V(YbDm,)tÍZcYyx7t* #mLZxERc?jF?q~ J0]e5pŨf5εTƅjpaE r.s&ଠȥ|Q1"PaMab ՔTүjaad+))B!3}S¢cm] ,jqZNQesk¬,YjA~#!<4ZguuUHTӕ}ն[ /=p^]/ 2ud^eݻ0zv+ܻg雿~O9oXeϒ߶xwx'w^ozDm20ՒceH3LŠbS5%%rhy˕֍))g4{tDF/'A2dddx>L BH]M9XwIUBUECx`QDTBXVY)Vl,*%Ak/*XMQ nA Ahcs3__ѯb#;%Ф  +npvwI`\TdI Gcz%!:@pɱggXlS ,[1RB1O $bj]nu۔ivyՂҩ<ʒ.H"B}gLK gL./B+$~oW<Q~U%a@2<Ç0fN-̙̬i)&YsYSY v[`]yL-JPVƅt;5%ƪR 6DNn.%vgDPB@0\_Q7U xzM4*}lf ıo8J&:+;(rIu vϺE c`əpFƫ?PX |L],ZرuLxX g 8jjVDب8x90[5Hp?їVhcH<MiaS6+"oIJ̙h,& ] [)PՇ2* oӟTfY¢̈́qI4S`tCho$hvC:]>_1Np%AX [(>~Fq04o:g&-aL:Ё£: A ϗtA_A@£a>CN|>9}‹0C}P.!T(<2;!ʁsCc: P.CG!|BL!|> !q>䃰s@x! Q#@Ah*CX V@S BhuC E 7! ˀoS  !l Ab7ӗ| (W|TAWC~9 L9_pj@Bx|1@'PEu1EQ@D,~ <б@'Uw4@~LJ9An-1 /B @'Bu. B6B \+Qw@zN ҁ0*a  +6B33w@x£o ,0j(D{W~ ~Au ur!Ahp%!\a~ L(^|ε@xP>aW^zP:6A9ANoCx3]| va1v!<᳈߂б@1k Bxp[P>CzLw=rA<M߈p; |3\B0B?1!4AX a +!@a1; V2ȇ+]\:,gHx,Wʌ^!>W ]Fs5x_*݊y" ׯt l,OC|>u? EnkIHSS|$9^\~uRA񓘜@|'ħ ƀ)\H| YI~o $?(~=C{ T@̑##蟈<2<25gWgq ]Q~gl|Yd54G[F&\kG0y{zL}Ԗ,#<O?b0-#s#=|ƌ>@&NU_ x! ?TG~1đ֑Fk]e354@/O,۸?R?ཀO gSC' -@M _h%kX&1j|@}"dVL.;Egq,s bQً HkV^00>d3]ع?!SU,~=%1!ow9ۃ|xwX·a|X5A|__)!E[F|a//@z+[EnwE2~X; UC ?C&OHcqE _g kNp(~x? *<ӗ3ZU|}\5t>h'*:Y?F t6IҮѳ ~̯4c[w; 0yf/9eda>-}iY},C<~u)>C|C!r_!3_lEn!~'sa`[7 V ?qZQP>?v@?X=Xi%0Tkw1[oRގUv,S:q^o,4-.zQ?5C_哃ģ:AC>^Y''tHw||Y0~ğRx/LJuN'h3Ac?y~n⣝'r-;~%EgpzRq]eSY:-?aE&?#@r⺍WaW㕀Iuv^l^7~+jhIr=k{FV:3~Eg ? ~:w aC|G8u.qqQWVYT*6cw|qjlЉbE::鐯[ `|&q]t+!/\Xg̟q}[V?W' 8gzk+ZhYEG%כ{!P[=3]$?;rrQ>w\,|A3NTp}r̈pFՊCޟ|o| |B'}܈+濐>ߍAUe|\39$LGsix2g|mB{!9~V@,IX Bb>l`}'ԮSR=dx7[ s(/@&|ti03.Ю+sC_Q< vWBo^B>ۑ}dlvX;8 Gf.͓`z;WO nOi%o7ӷ}JAo{L0~ 8N@}y]zqG(M~@- [F,o@&w7<}躭>t>̓OAvo>3/2=NV?}+gMR>:_/h;0=g2\>e o?RNNE|>'d=ViC }>SOCTɍ'^){s rp?Yծ,A}?;>!L@baKlh(+=Q_|;>y>2%PƏUPМ!>_{Y>V pw|#9l(Jd`҇rB]Ua u,TT8m){4?󰕇xaEkxx a6g򰔇KyOo$n6(R?+ݼ}#?o_e?4}(QW)<'oʸQɯ+|/zGaW}2ߠ?_n<5BO +׆Te~aџw,Ki`\y^3 S~叹:# A2Dǽ#V0^~&?`~<?Wn0>O#~2?߯*?WL0* :\ok8}c.?r'#83Pc ?P+/7ܹ>R q|=+ө 焏4_\ ܤj S0w?, 0a߅_ s0x<;7v1XN&}>OwZ01,? ;|7k0Xh3X9B ^K7oN"s|@gH _έdoxm-tfp|OxAwq/|_sy8!r|JtpWWr|lN9'*vO@^m+9k ݼD_*s/wr<338 )snb06A x<} /[x=*ÂV{ޣ+ssV\?K88{ChܞN=k1Xi/I ܼ4p|L ! Zۅfc7Zp|Rn* V|z >O+r7rv[:ip+y٤,~F9Jz7~o0XY^ fYoDb5 _Vy`:[)qKR._G')a{9~Srt#՜W|]JU N|NV܏q)xc{8z`Q1OEwO+oz덧S៏O=ŮO9>78 8 xz΅?3xP'r+ggS9̏7K_o`)w=`^_p|'׿^|~Ic?Cx~;<=9wq%r|g}!B8~pF78oc.;4"o 7#,%=7#08y$>08>ʾ2 \\J{:rW_]s+jL F3y2LJY؇8^' CgQe8~EoX.0xG=aSFƊ꿇8ME|h}9]=7˵[2_xW)7tq|Yjz8K9^/ U1 X?&r0a3|{y?a'r?we|u#yRt;6: | ̯0Ts;Q wq{<^<0Ca_GnW /t}~(n ~58x^j&I?7EϧK9 TK9yӆ0l[Tݣ'<} NxYs{Kp?ɻ[Mԕ\^>Re㕬^Ce̕? F9J:O_' r6p?U>uW 7javN'%L&W ^9^|-g3XާrPrѮ`{y>fp17<=a,tvWƙ? Cgc]a"}OäzHSTXQQhIUe+)q:4YӧN+d &gvqu+(t}%qwݞ:Ahqb%˔rS,D+{9ꇰw"U)5%kE".]T ?BmJ ABWXBMBPh!RB ^y>WW, $$#?nʊWVk*?Pa`Q,W"![M X5 &LB1 amY Iav3Oï@PA3veNv+SX@BJA%5O˪*qRn. å,&'V%K ؿKjq0BI)bg 8 .Y2!~3Z\gQ*-f0s`]l: I*9f{|L@2o ^`V ݇I66s j́U'Ja~9f0Ű+JaEfM5kୢx%or2 24L u}+.L27dcQ\UY[pUX=!3p\,fn_p@CZ NnAuIiC-`T? hqs RTh)T]JU/fԂsVSYZ፝Vh@X=opAK`VY-lTTQ =B;(, 0Kb̢`n)"dEҒ c55*],S*ZCm()]tS5₪RuGyʒ:^c~=qP GdBE4  sA>Mi56CH piMIKpTT㔱>3z/j@82饌˥Ja<9Sfh-5~mR1#[LРaJ5Gp?\9̏Nё4 ̐ltlN~]¶5q|| &~^j3Vx c_ e_)Y ||~{D73FMlgnE6*K0F6yנz 0YFFo3 C0tm:ay vC0”;6 aF0WaY_" pr_ : ga}- ߆Wac'Cz?I7Liw{0 a0:L0фaF?oL: 0|n #. 0z4dpqe;Ǹ)|# RniwO3T C::5C񡍗[*r8:5P-2Zc7yyǷStHws|e1a96|vD'G%kSj#^YYg~_TC;eOߥO臗h X}Aw +j py֊Bj$$ I)/V(nEe%K*X%5%%%~&I<^]V9WJ)^05ڊj?m*+@Y]YQXl,iD]0Ee%)Al_Ǎ4`> U0tKjʫkq7 b` q]eC#=~̀.d6Ɂ|j0]Ta)KZ2  ~jQ-)Te,, @+E5xavn,gM 2Y )@%J&XX7,9@ruՙTyX*Dn!Эϭ*F.UŶb(܁LqnifϨ\RX= /qLA!A-šh5rv4%S??pUVhfyB3;Vt+iZT3;-e 5fGbeV.0*@K*U5Вjɪ(q/TDU9aԳ@?RSXg)\g[X+("gKy-fT XJf Geu)A趶fvġU̞Df}%Z_td>7S st)tS<8J@Ȯ5p y< *߷c9 J!jX!N@vJ AJ h@9v!LƟUb' 8;9ߩỉ-&b?Jttdr Af{ i\ڸ?DDCA#BR֌PRbiu;To*]0>B3ƣaHK)/|a@ orpn>VL!^=?Rh^}6«u«;VWUxa ~9IW «PW*z?(ORg+껗TxAVz^{ ~oYWٴQU׫w7=M**/ ޏڭǩ*}C*.~ /FWW1گs>5+nUxU*]@ ^W'xTx^k LP*z2OM«?\D/SVUz^נ«;f^}El ދ}F]_§Tx?ܤߩoVUx /ݭW*C*R ?IUU~n^S;Uh  ߫Ǫ*Q7*$^}"UWg^T*| VsT*—+Ujަ׫ *dYOoQ*3*| ^oPnRT**WVJ:U*!~ ߥ«be~ ߫VU3@*AGTX^>QPWI*| /P3Tx Q_E*lX_—e*| _/RU25o 򭀕?qahqhƘ_atBrvwC`cGݝ_0aGݛ!C-B C&8$^@P;;г;㐳HVqM;<8& £H~DJ"|Ocǐ/Gj! ~kI~"KבOCz@pODo$ H~"<俄I~G&+'x8?& !l" > SB| [I~ O1 $?KH~#H័8O_G8'W'?"|;Oc/G$ ~H~"Ji$?H<I$?ODn C<{I Tg_'J3I~#ECB| '$?! >H16O& ދ}$?oE8'e?TpO@!/& ގpOVp%OWw/ݑ_f5bסuRw٢h{3dԈҗ΅ݐVw@%zntc=c=.Dv(`y^(E.x/f$]?!]SvyޞRa4w8ƀzH9)z"?Yv&{3|:H o>ʗ^ђXR]=(O/F.w x󎻤fhG{p5$YM=Q[졹{!yK> %>_ϐsH9P;!7ymV@[|)]~c1HJW Odokyͳ33l wtdX&;bCh}bPuB>WhlL[®ܦ>MXL }u}~㈤އ0Z#"R[Ld}?&{L[}e%S`82gb a»  ؽܟ ˳~M>.ߌyFx{gEԛKŦ~}ͤY`IDglfQ!ݙ~'ٵC/?%46Yi2OSpD;0ʷQB,ϸH̺.Yz1ǂt^7Ѣ )'< $HÒ\sC ӕj)cLr tSE-߀w~MM=Cq}JsVr o"@o=y@/: c"c HZ03!d`FCq G-J{{->ӫ(QZiD QNx fk>gFo~99k{^V"0*=?rtAaO],…bMŦ$-zK{] ~20ChO]0Vr#wr: I\++V=w:{1| 2i6TGfi*m6v!tŦCv,1*J< 3%=lde/`3a+2*͆'4i[lc(g2vۨ0oF:Yj`$o+ƿRa|%Ե>cȦSAf!^*lHұwgaJ/X:M. sV& O@8`GP)XA7\kwf5;FB=~-O&Tbkk}2Y0r݉"Za{Q3(o&g&pVC)G]q'[#;)ձlRR'_3V A ~a.3fOV}4V wj +Zl\u;Aٜccمc`+_<.z!C,zS O/ݗ9eاfzV{'Wa8-zl#큿}3nlVfU'W:\_2*FևX /q\Rt6kz'vU6.8LJ 'CXX=/o=譸hŽ͆TVBkWd/p\ۈB Ԗq*مxA(%YzLҋg"7ձ/}Rk>=ՏV50 Vd/z:^ZE-{Ѻ}(),y_`bC31)lfdO"X_qUQhxY?_b:Qb~~Ǹ޽s q,: jpk3r yFU8GAjB?It+Y38fϣ._aIs`@v M#N**ۣրrsv(?'հMC3ƑnK;omC6F/VW-dУx#٘m:(0 V5v}ti|uߖTڰl~[~W}  ~Ore ŏ†U)=}X\~r*F>jgL|> my~/ (\_ӥ؋  'ϒfuf\҉q Wz.\jl4>*lzq*sхRx>M.`Z1c>śY?D¾l>0O$hB;lBjp,Mo;&0i1w5M#b@z#ŧ;Y [_Έ[-4 ('LpI(=1b瘣0y?^za폍/588 Xv(ݼVw1l ኮWlz?bŻ]/th?-} aso\L >1~n-Tk . d& L}|2pc7_Msz%^eF570Ӓ.q~}.+YZIl>dzݝF[c.Dq #Z%.6΂"+Nfi$Gݐ&"^= }bZgܒ J/C~r>ɸva=uŎ{]EZJ{m+ kcjl2eav >B.qh(~W h;xu2vWFZ9W.Rx'jCBc>Qu]|*c3r*4/g`mJܞ*f~->!BXjjvWKfg$1Wccׄo']8œ&_C{]¢cXqPLDb﯒G(8;iK7AAn"|/u}u+Љ ezfWLҍmuJ$śǮpc_䂓Apc##;yX ,g#<9c߰q`B_7ŊAnsacHu]"4~)d|i]GTgO ;!ӾRo~yU0=^mE o f3sA%CF_x:;ލS kifj~E Tu;XOs$۟umߙAUV٪-9{Dioђᴥ, ~M2z) N0QWW?ȤF\6kHP/a ^MɚQ7?GPa.\D[ rg^b>ޅiX!g׭E?_֍E_Bohnj7UU\h3{{0?gOJ ?s;Xj=!ߋ0)֟o~#g?G?eCva߆/a{;A`Mϼ2̨3ڂF^WLSboM>Vw$ 6\%9pTT_SPXo~c;pC_jbkbY̑xg^˳honxdj/>V6WuF'ˊg3]]ɍ2qˌw4{:1Z ;;"{59'O;Iw~P9{w;O=+6W׆2{;/odBzV4/ѷq(ơa:umz>=̄W5w;Yq7û4~̄UvZy؟9xFx?P'ç`s7>70l([p65e+/IĖFL VhVJ80>) Շ$f,Sj@LpK6ݐ{PN6^AWsa-0SQ _dS{7$ Wi}efާپ瑭_?4}dy`T@=Y_<>GY n7c;,$ =DΎb$}; ^>x7Mnucun00wW,_QWNNo0MrO\]?myc<z hw+Y9i !+۷IoJG'ݡ7B41?nZ *bݸ kz`n}ߓi>RKY}9 ⮮=lѢJ!|=,Sa_| C6!!zs0c_'sz_7ZEW";3w#W&Fu7d-E<ɿO'llz]\PD<oN x 6 [Ņ_ ˑu{;uN׆) \q"ڷY6ym} 53rZgӧI4빑wJ{-r 9-w*$ת-g<$|ƴ~fr(s>tHz4>s@tkK`tC m[x4gXH uȂ>萣hw6_? vjގ`u($yctҏ<+hnp5)kԹeB1:\KIÐct02.@HttD|5Eѝ#̏opw؎P2Q GfLVS7YSjfin@gT̨6޹'ͬ^]]K:t }n!:v>+W[w=uzExXO|#aKjNs3J%%E`ÇO8kU7}-x ?DտX'_? ?`Nl렠kZB#t@yM 7HN.b4_ e%\s=(ރN+W&[A0qr+  ̃Ҵ^x\>LF"h' 0^v@`]+C|KqhDhpo"zhВ}h~]={:P"h'O@C|%A<ˁ:| mZw ?2m~ (ڝE{y< @srxo3neD3ͱ-83]-?8^F&ߓc'ζ3*gVTve9(*+a'{I3+*JkHE^YUW3ōVx3\we.N>5@`^VOW&p*U9'd}{]*ate/QQ $XlJJ&>9vg.[0}pڔ%YxhWy?N;u,ⳊY8 XL @p=[ pU+򊪺8~_:)!]gkwazU_퓯.} h'.98W@?N$FxnμcR;c(lĩweb?jt/ l%c (w/Sg7BC"z7o~}7o~'S݋_G2tt ݋3t/縋9t|0CهtxRN](Z |byLN(ޣ58\#G3o0o 1Ogmz;@th7h1щDk^G4@fK>H n"D(D'%zћ.! '&6ͣCG-&:h-Lt >At5MD=@th68h1щDk^G4@fK>H n"DPQDN$ZK:7]BAO]MtmD$G'"ZLt"Z }jn#z <:qbhD}DWD'D -G䪪8fΉǸq_0..ЂpN[U=+ωz5vjъ x7D8oo€tbv@t1;ݼ(hg9Zw#u{!Ȑ=,Vdfy:sBֆG~qL\'TMx)+OO?lG`HcC^> )1 *l/Ʒrx%5*!/AAEKR|1 Ԭ?/-q]F͘S|1OT+0Q-b^$|̇L7~HsE|qvͦ+go_37'[v$7=*H&͔]~o9LWP_3R_EWY7Yu'#S$1_MsP^skb^Se-S|1>v})~+,?_%픿١a'iř!L-Oap;ȿ>?҈+,"Bp|J[F<;5!qƈM<'9.q[RaI=nq|DRܤ>58Fn!p:V pG9o!%O'~^G~t39C!Oa鹔Մv%ԟF:=C'4cxHR" Ba򝄗С pqHZ:=": ; ROW |EɵnWV6/iSu ܯ# OSEE #i%隧# G=]5ctw͔94]Y%xssn7nD5O;%ŗ]\vܭ(ލ7ֶ@S]diM^1:yوT.d./Y3\Ɖ n9..-+"m,w9Kn|P\#7Iѱ1eO [KA܍,yuOVYQ6iR} ʚjw2<+bN雙Ot('E)QzOYl/7=iUfYxmat3Ϝη 0eB碵`JS9'EaYis,#~ XţX<@9oL6 [DMzQ.yqǏ^y Sob2FG|gvb*KN^ ۹kt'MIV^=ndLV)4_^.;36z79 Y LGOg%v5ESip7nIr{onk Yo ެ_3a+;K$˄D7h{jXOvvQ&"Pjn̎ק{orB׽Y|ZZRlgkڛSPͭB,r'VNM{JԆ5NcTxSjNg*PHb+4FW胾vo07x{t١io V'!7 >Ճ=m¶;7ofJ'º4;ZþVaҙ)Mk T8is/i3axc`IzD~}YS:vH>_(TN&7b p>lHRZ\]k篇UkCDTl ʠ5H_n }SKl) vϑx2UXzXjajJ9%Ɔ xySq#k7ܑ0Wtt4-E=wT̚& 5 ⏵|*2fT痳qTa ȁp{\ap 5jJL7}4|P1a|hp+k F:Ar nFᥒx\ZEFL>f_gL I⡵ ޘ*5_T+ҹ^JѮf+U@nwB:TկO?݆y2p-wQ( [x^?F!i5=-p,3¾<,F3lq zM{kp1rǴ!FP am=X2+3 7)]9cA9  uؠO|C1$J< 8g[sɈI6]I Ytۂsc@kK) _ᖅ(2YDYfĶZHBv&[&_&qd3 4Cs}mԂ&C6LɈ,eb#MI\?TBLCXۦ&) J¶VՈѴgWUbTLA/A{G4-|*p{xjhVa22כjw2i^0vja|F A;7iYL&Ns3v!^r2̲2X)ȓgkRVa6KLK 9i% ;',@c`Z=MvC?CwmmMAm񆌙B΁(` ȡT8na c"NJHBnl{A2*5?iz^Ra0M-Z:\w~C5x`8&]zMR}MPZ7ԃ u> SSCUϓ33}^5`Kp\e1fq6D}C\lIonJ\r-եx5/Kˋ) x  K%cy>Oڌ&d5f_4Yd# D?0Y&3fc[_[JM̴ W/r7B$ࠄ;G%p)\>[&%<_e ?sHxI /%L¿/>V].ۉI A壄%\Z$Tƒ~G%b pyDCe=T/e~/2 _!%|@WI+?~ID "?~ /p]+$WJQ ip$Z%|Hd wHK‹$|H^&WIxHK§JxJxv{^'-~%|G%^;%|{_U,$ @B: 2$M@!I7z5mzU޽Uދ"*A AObBڵ9{TڵP{8JEWǪQ{VwkT*:}^EW QEW WrTVsU#*MEW芊>IE_UsTtӓ^za*z/P-*z/TcUE*z{/Vѭ*[,DET{TLE/U{QWS*CE_/QkT{U*R}LE_WS~ǁabNʃe[Lxp'Qć?x'|~'#>'|#~ H>Qd?MJxOxOē~oA| OxGS~"JxO_B|,Oyĭd? A~qd?OLO ߄DD_G<'%$ d?O >'Qħ?4O' /C. LY" lq! d?K>q ?~{"M~ ~;"C\p~¯ x>O%G' ~"'~w#^Dd?/& *?d?/!~Os?x9O~FA%d?/[]fLZUkwnFU$΀&l)kebku/[LQ[_~aG-b_gu!^Ec7k$fRP+WG^OVPߦgh3ʳa6[o*iF;yONj1A@Uթ`"aHlUc:f? 3e&,ܮZd7Uq1~K<!P! Tpް tJ}l~K;12S( Se:$AٶT{z C+k'ă坅7|TkUs+Ms&I]-i%w`DNuq͛R)ۄV~+ Y^qnH؅]b60NHxHe Q;M]Ec TN)ye8?UdgCڄ@rd#ķbFR^[O:T1(S9t/*rT$eImN)dc2ͻHrIw(ћΘ )Or>?M}K}'j>"NBD7a PT"B֊qa2lo !5B7 ? cd,_s,<ߎϑ?e 1kx\컷y/,Q?RTA#;.uUhh5q@4M,Ppw+S@+ (/WKCyf)ޡ2ҝZ(@Hjq yg!mGfo#>&08unq+Zu_<~eYRQ%;kVLE|G-ke@rjwHHkBV;6WAFaa 2P܎vֺ@zt uʈmj3x^嶇)~י-wZ؟$n2? . = q4e,d3C >mi 8aRx|q4BJ+jL=%8ԍ+qf}OEp ϭ9Y<_ʧl>a8F4^Tx !f3<.(ݸ#X#~ilQN8&asʌVO>l(1ĕF|)(elh<6Q/ 'a_(Ǡ 4@9auaZ.L z${a luLFH6?E(O׸N| U]]G mQ1rgDop+3&/yT?z Fx w F^h6'OZPuL:j/Ъ27%J( {}/A+ : rVAZEW?A /祄DuEzV]Aבjn/ݠƜI~<2eO+3A=y'"k"J wR|Pn&&+tz{.x A_)El !zI BULfHTo喝doBn'3="I\[+r ^Lȫ PboސIz3PDXxHxOVOym\I~I%wVй(+ZccЉ&`>| ^ZGx2mmm )mWSh 󉎢T .+m0yzhp#Q^k!SGR'Cas'T1b̽gtA;D;UIݢ߃yo eq]Hqè3'E{TJYaAUt%u(p6EFyYr\!R[$i )t5}JWH=UR-H-vA}"g SθL!pDp&ʾ`X7VZy\I@H ;2o)A 6*@<{OP x<ѣ) kH !f՛]yMR :W?0ΧW\ گU1%FCJP Pr')+ Jl f Mj9>%Q13TW0q\m0C" +3q}Sg ûp?}+OcեzK. nS<Ci0=XʖUd[fZfasT ðrbl})J~d%1ǡ pRy夞OjP1W=HZy\%4 旌v28)p/UWbgB5tʙgJ\ x iuJ! rܑ]IaRgLbRg:瞧=O'N.ӔGIH|*Tَ=Un.*רLg<$+(,B; Q(ķFLbb_]zһI 5JZ-:`ubwd$)jn'5+NxW'5ؚOp`O VԗSYEnSG)1HxFwQfdct?0 Dnb5UH;YsL&1e9U?͘Jn73pfiqZ]q/#6S@K]w)(}fq <יcE wJQVW h[ P}gx_bL]D^tATt(S5b3mraW7G,p$q2Iq"k>e lpX`o|_dTTG Zz,=B9 MU q^ovXgvoCI+yz2~%ͬ.lY ]Ro 0r zE83]zXPk yGi=[ŔnJ[e!BY* kH.)a#lE2A>.rg҃&TwFsmLN d'#2g1XfQ仓&ۄh3 ]+io =t ݢ ٍӆQ=7QŞIr˙h#r+?@YGS GL NiV45+L?: RN"w\W)!K3֙Uzʯ;h0i5g&=v$.Bbb]z 9,4Z,.s^wcǬ0hf$|x c0tZ'hI=y~炟w,ؕ8fm?oODɱuq 3+xg 3[$s<sI v'^y>t%7)xl l<,upV<< ]V;S{8TՖ;œ[5dO%W ܈)R*?ѽjer3_`%`? ~ ]OPtS_խ<4w6gQՇȗG_2$zf>O:n({߷'.m#+},% 7a}LGRÕ/7b:/&;x )Yk[9k:x%JlCI_.|Lab_r77 &x7&s@wvx(o~ Z}b}=_s?>!= L rZr- (" GmKgP\GQfئLM<32!sX )cS3& tz61e҄iSLKOO D?d*Z^bQh9 @` w;̓yCH220#21) \yGt|e!@kb3M5xH/jԐ0)oc7]YC"RC,+Eqz` K㑎w$zgzǪA: tәrn&a~vcz)=:}2 /&|/<ӓѾ2:IRHؐz{n:H*ГuvDy[onG(]ydx@_m+ RӲ`IO)7Ue}B{G(BG' R:\=nv;Ls{כ*<* aEExN?(?['ڧ.u<\jBuc,Dہ/pr;}5]^uBe<j&y _ -oI=_z>1ЗYTHx?!Ɠ`lPqey R# \igjH4ire+U}2"|OͨlBC[^XT#۝2J_!|']ñٖ=,Ku@3וǔFBF}YG<;xeǀ~-P7kߛno;ГyХwk| _׶b,b}@gQśw|=;x[$ $qhblX`us-0[/hc[}?#\hm:ou ަ:|ΥT?-j]2ĂnIr-9fF9eq*ziM|9㪆JwZw3.{䯴09 [%Df8a: .a 2p 1lf؊ f8a: .a 2p 1lf؊/Ṵ7á Ngp Õ f;fxa3V|ySgep:|Kd4õ 700s K:3p(t3\p%çec̰_FՙaoC30+>p- w0<fҫ {30t 0\ikn`a63lŗkuf؛P}MIn6QlwX b;b; r+./0.+Ʒe"D^OFlVWTZd71?]SVBWw "V[L19rHP9exHN Br`/">B~Z|̪&PO?G }/M eǣ/xF;U_P](.$X_~Y(1V/E GAPŗrhlOBO_/ q)%K$TCukcP>]ZQ}I{G&Vq!:~r|A-N}=~-~V]|A- _}s|MjK-]QTJ_J9~gR \}:{t8]t姏P{?O_2ͣǗ]ShLoH+ոC E \g&?m / mt} >"M>~KClgVCKo x㟵vS-='C=~MK+-i=~FK?N>pO{;{ڱ~syGxڝޥM4ce>#z|H z|HtҝM^e^{—? ?K_twЏObP^|٫{0U<%`5K?坣=+Wޕ|Le>3 fӛX>52ӗ^V?5|vJ=ravuR_bf?_*J|Kfz%R뛼;Kֳ?ַn?R|v='2=/]]L_Mcz;tdz=_*4]U迊R\K=9bO]| ×;nH/J~Y{~c>luS|[  a8Ǘ;eSėʻ~x>osטh3+?+K{c]ˠ1}/%RYK?heOr/濃Y|n/|η9Le?LoK~J}$'cH2 -9.Tƙ[˗r2AOt9d^PUg|Loz%\P %|VLǗ+^_W'MxOx0ۑl_H}XOY.Kbm5z| ?=uיn'lWVoc7tM- C lz€ok Ks־ [K/À~r*sM'6-)2_t+jŁ/N n|/4/7?f@_ZFi}Ӏ䟣kڀrlZ9m|[ #  6B}EZ=2Հ}g:E7GЇгڊ|X6X0g ڀc~w_ |# {ky%R-=@N}}Ԁ [ G ߱>һ}ޞ,- ?D?ۀa@[2р}SsoPmXz}FǤo@wZn3,^W/yӀՀ~Ѐ~ɀ~À17}}}Zk#:Rl !s 88j1zg&Q+PQO?:T9# 'Ч Br 6 4]c9I#rZs}}j_p S75h@a@?d@?g@FtG:܁1S)'ȶ`qI>V6͖2ud[fƔ6`l\ --(*]d="lR^(ϞsA& .ElIl3u,^L61dON0M%Ǔ ~i?4.CƶGYHv?On`2Ky P.Qg[Lr} C*9v܍c89>h|~gk+^RXQm/GKޓ+l6Vs6͆9Ҋ {mc3'IδMJO665yLfME%CDgXGv^_"bQ_xڽ䱆޳/]m)RB,[f+O ) R7T!(DZ1T$I-/C(u\ RՕ^ Q.pT>/W]NRGP[!>T͹dDș[ނlZ%ʳBnYxY I%YYxK.l _j3\* ; Uφ^DPK*\i(\aNlD"Ҳ%P9ey#Sx> ooQj9Щ OOq+dI yK suTU.*>^$E_er tFSQWLa&U#޼f#o˰Jነ˾=*ZT= 5-Fj{Irx2q3с~T-SԐ'ڮ_(i0%S^nBg$6K#b!IႼťeQ\O|KM-/:# [}k EtyE-jTb{q*Cw1I|I|{l|:Н>m~K{gq;=?|5a_JOwI_nqT6|M[A{q;3~# |&X?nO2o6'?xog3?v6y޿JL;lqܷ.OC?}W `|Cl3p{qh>Odq7q%nm_OW2u,,p=_OQMw_3V|5mׄGsT<]&;*\G:MO$p2uS=2>ps])(vF<.,fnؾ$έ SMГX CLAAa S>yGf,n ) _ڏm}'m&', lXa٢|XXnؾG=_x螤.aGV_ͪ+\n㽿O{W ysmGL}fc=}eunжVx)E6ՈQ?Y}7mXj󙻳~xh_w:\W~)y]WG(j,%C m&txm[<.qSOaV/wYA!:ſ!Gk~=֑AZN]}:c}ӱOEeM`\}|?@?n ie@aYMC ?l`" qAܯgA>W=1ؿŠ>K4H69g? ~0jzkA>ȏ5e`ם|{@98^{4 @kOL6So  5hK aP[ q2h }@W?Š>?b@b; G3sAm7Heo?|[ l O`}|׋23ʠ^2(s3{ qa`Qy@N?|ޗb[,/(>crsCG5,g=ˑoit:=7)~]?jfjI~.wi;;yr~ԇ5\|z"ŸØ_n\q,0P~GY~G$O0֧CY+lW.d}|kI=^'.ۋue:sY܎d;$ z~#3b}ְ>r ƊarTp3!g,i$?뗝e9N\3x親-~aD0ʳQK ()<)Jgtgfo 8 9GenJi"dd'MY\6ι9osVS=;i<^OڱjhnQ8\Ǧ7QQt:Gܜj}/I yj/ݞ55*#X|+*kU1KGT՗4Uc?eno.~[3X2oJvjEm˃ X^q1mTˆ45z"#ѳ)cJf@W6lRVK~{.RVzMqq{95N/&[T6t0mXqir75V{ʷFո r"l8qgvǡm&hZ۽xc[q o2QS&S'DDdFF10noeUH+brʱeX677f{lFZUTT57[i5.͉c٥1FY$_lyS &=Mu \$%ZJQ3@b45h+|Hc$F ,&yl&NU82Jn,KuRuTa}e'/#hTQ]MCckű ;`KN۲Yk;dtN4Vnu㎠ MV+j,웥Oy3Pc?#2tln%QKVc>&02U׊9y̡[kE ^w@OmU@A} JZgօ\ @yXD )H`g 8X?sjW[»uV|b'-lU<zwes!JGTk,u7;3`nM31"#:wl6k-Ǟ-?_5sn1oDK=gQKXCbkNE}JS7Fgɂ3_y,+j DtEw,Ecc_lDBb8dv&dR4Vsr";ָ%te$ޥЙS3&[K6$?gwMY4`]KVIݩS&#i'P}{'l O|8u⻷,[ǵVhc873QƟf| F~0炘s,yV [f1[o b<_yR=kob|m`|*;o f>{x~փyQ]=3cOc ܠ~ӌOgx+o-|Qy62窙??x+f|yTg0e,Kxa|-*?{gxnc|3ܿx~}_ϳ2>]_/bnj)O0~1o"|w0B[V/e|ynaoge2Kw2/c W0~/kM6ƻ?c|W1<\}/a[/eAƯf|0eO12<Ue2i_e|9 /GJFfW1j[f|71>53(u.<2_T0~+k&72Mm`<|_#ux4뭆)=! MC c!|1O!7pb m?A!m`7#&݈1 T~11d ~1,¯"5`%b Mf/"Ɛ4@%b E7?L 7#ތx '񝤟ZSI?USI?'E #^B E|'<q'{I?4H?)B OD|'8_G:VO2I? ~>F !N !OI?nۈg~$@<~lO%ď~/"$_@uG2Iw=X?E8}j&CR05x:MIq1v'cb6ېt^Q,E*WRUq$>d:PQiJ9'$اpYXťA%y^4%`Zz"'{$Pp(绞l?&j;O؞QSПiZ~%)mShT?/)%6'~Vz^<+JE0XEPу,ڒaڃ\Vʲ 4(p$fBߒmղ/j#8uCL؂z;٢I,F{_w0Q}P>Fx#Cp'7&42RZot];Vֆ(Fmȸ 5-8]VIRokHRE}*#fV-Gy{*^sԮ]4:fY h;ItȀ:,>^E{U3v| ߦBF9u&j`Ű>g?"Z}fq.:v } BԽ:\ٷ b0$ԓ#:,XuV X)AjTpYwQz'M5p,4oۿC^7a8NږCn?Jz1yp>hIɹ Ǧ;h T;,]~Zx+ö%pMs#O[سGl*obww$7Wt;^'y;΄.*^ \{E;#7$:܄3zბBO2pt 9q 0%*i~R)p \tyF 40+7'p*L{\QLjN VJD֯NF]`r3"WB.{F4%jhX!c|1|RjHiӼSwZKLNXhnSs<[ԝlu>8T\i6k:juQ<|]x//).HՒ<=$:l CFۼ.}mL{g&:ҲƩyM⼥ّqL{"1P.w{4o*Tl$ C` 7z65{#+Mfoj9 F5{ dJ%.`W%c=1ڧY;XZ'G[n"P 0]x,o.ҙz}nn8j%H39&Rh+ha7gqpIz?U !7rKv%wI.l[b]"QȢ~6Hn!/{wYJ6cF Yvce3a'j!Ʀ4&x;*8oL<,5>tXM)pA^R#\ \kyHD5Y4۫ҸA}U8MVw^ 0C0Vei"ۡ0ڞÆ{?ytN}L:+e n%j%\f} T),QxIw 72{At-";>S&%?x :[ _]H,p(``WAނN`b\6i{:mC{X!_* u@(1}7Ү0xu$)V\Ͱw X< /6e ESVv 0>BKX ^Sbt;FO oT_C9`\ހ0 ޟqNvNx._U^zukq't+sV.Z_sVOJ\!|gO[4VU\[ni|.3A^]) awh @aH5.T;"8d'CP۩侙4 EBuو6μ"y8H4?i1g~GӜ9[,-E4>S؎ا>(+|Q4ژ6fSbQӈfqi8Z#(.@9e|B!\̂A}7XA֭p^^ׯ%KWOu 3~`NP#xcǫ,KavϠ1$C=dv*F^׆GU] O>B&؀AN5 JӠkLJDILH$_73CN2wWE޷O{EPH"x"U0yZ{3眙>}OQVkk=m"혅5Ge־l`r?Ba$,%h늶hbִ}H2NNG*(Wn>IiW)vjCܕtШ/5!bpG»OņpP,9P)=ޝvDx1Ur"Yy K< ӺK<an>E}:Q`quSjXp۾UGe*B*FrJ07+jPzTW`<}xppY1 aPAٜ3ydgYR'KORq 6>V $C)$<#I pC$k3`UԍptZ{HDtkHF@FG+2{\1ôm'9SW^9BYʃTdNh&o}f3iRcKh`$& 'W&(*ҩA?Un"f^F11C)_jN<|3WsWc!N7D:uKq J vU^F"sPl.k4WJBqȂno#ϡ8//["3 -n.tꊔ$^w'&a?1MP~X?/EV/9/Cġ2gzщGx†b!r 7u!?_qD|PzL3%}`p0Fb<8kauSQ *©ǁ OJƁv4cSӗ/XGM韁5_雾&s#"yVpY-3d:_RUprOGż̤_@cʟt7ڋ#T=Y~1AXƣvoH4]hWDɆBk)>ʄ`'6@@ǻOR6R|.72&Aoж$"4 pZK?D2͞Gt\`"sm7Nb*G1Bn9O6/6? 8C0+0 k)@ Bv?_ gXG.R *=A.F(w8&BZF t7:& O tJmNWq3e557_OFݏysF{c}R9Yef{$ƌBgQf?{0~/i矕']@No4Tm|ʺHί_/$O% 0ez2>Ӿ`#j|#|G:Edž^I RGp{e?;|ƂU%tG:W{1ߟ|(;*(_.tEjshF%i./I 8TEᤪE90IT.~FpXs>ӀOD9s?>>-A"{-l!BMH{53WŸX`M=r\OTKHmQ bp)rͥ,랃$ےD~Nn$S {U.aa#U~3;\<ݺPIJSPI+)&#ڕQaU{+}I9,Ia9;EQu|QC%tzv9oKc'<eTLh#2y aCɾ0eھ#^03u$"R^;=Y:Ca~ 8?=&9e@$?@Sv:Bsp<ί)꯺BEoN7lA(rY9GHv/֌/еhExݣ޹iiYˇe7->0OdEhޮ:>ލ:`Q D5jO{&J>I!J o%?*W;n==o`>=(m(‰18 k!Or7bP`@IOQWdꍬp(8*<+9,{tScαEg P^53/M#AmC-uƚ5ht8N g 6g@6ֽWֲb9Vuj#'&,ä7.@TW. ^RګJFZT~A.ȥ$o*B礯^^b ,VlJh5 [ +X D.nޛ&@{pA~N ۱qU0ǂi`ixrG'UB+޵&cj&ֻNX:őAswu{4ܸW #-c]A\Q8q"v HƟ*_>/?k}9q*h8GJDeR`2SG+׀L86a&V-Mxf?_xxU{$MmX/&ݕJ)#an4ȶ'[cМ|rjR!mPW| { %" Ďw@: ,Ey5j~.Gaop E;E2 v,hx/8Ny$cgAywIib ܜ]z ׅ1+vx)ƞٜ}%y7EZvebL*rͷY_xv}KJsc8\ʩ7(F4N֮#Dp_ʤ2y=%(ѽ"a%m0&kHQLj_eƼ%E럈T"Lp_ƊPwN=< 1Q"C:"AG푲hx>w~g Q胫0I^*wpo;t|Axcΐ YoѫzRYq<=x<%edT:aJH/r"Wđ;}i}YBg$?4yS? דJlp/b֮?&߸!򾒬Kh+cd$8+w0uUnQ &-pitfY!kIldEHy34;pcFب6zQpItQKrKV8r !3<´b7´փ*Fߤ?)065xN9D-2J/ >&&m.?۵Nu'WѻiB dka jDJL0*Mߐw\,}II/4}xxmkrӓ SS' '@v-rju#LOH(%;E`;~, 饕®~B/pōP?iܟ|ԇ=wjm0݌_n|nu)"^߂ሾ҅ۚFV;J}?T ^@|.{;4c!`nkuG1Dp6~؂5<[{sbІkpY:E[& i^ kJE?x̃4hSy}Y׉QzƬ7a)XD|/1:g,˵Wm8 Oobz(s'b"wFݽ3_"Z]O]͸bs儯W'JsZ/Ol*ro'.~#& z\<2Cf2^]OY?>^&t*C[Wz DTĉsQLev QUts+Xdd:C78#)etgFnL`F@}q~\Wga~yTq @1?]m-Y+Z3w[{9[z'+:i#1v3+ƃ GShώ~fq%SJ~iyk,paڔ~e <.ت AV3#^s@qځl .+sT솔%1y+Wl>KdZ[ ]쟕u`3-'a,*+7hsWЇl_G,|OtF.yB<O#Nd^[VbAzZ,x2hkC"8ܖ?ܢm5xRz,mf>?hhC]dKXfMa7&3L,my)T9ũŲ+,3,f[[ Z8'+v,w&a5HHrRx*e=PDExdoe[K:}G+!gqj% D~nh棋VMZDmMcm40jhӡ8:Ay+?Pj#ii[lk661f ::zVmvJNim `^Bb\okck1vum 7Mq秇66Z N7~ؚ2.n-g>&NR_IԄpxd= ~)nm`v4!|9ېGq )F@'VZ4`(VE]9T@|7 +hH !8 t8 @#G<|~x90NxcU=WiEx_H `hW:nx~У@9t|rq4w垂Jpç X8 `  `@ψɛtm3F& <NhtFfuB x xW_dc~-tdf9 ҝq̬g TdڐzH;-2fAbmVf=ОYTٓrD$uUCɷdnIᝧ?m|=s2mP_Px|H_LfS+2W&t#p@w^fNI0' ?jߒX׊vdJ~O `py7Cy|}ɽ<=mC 1?X.N=i.W v$JVzR!c,zX1L_LV+Vs,q(6A[|"~- >?{ևԾ/TQNAkg+sZw{|{%RDR9V6ڑYB /+z'sqAdT'H(`/^h ѿS 7>' I!j{M{'@үe(yn:mz3+ID/ׁ8]W#a?dK<P!s,L_Iw؞V)OW#,Eg,|eLyB gn"2~w(Wy_:OsA_ G Ȼ_:#te.r.X"&Kj3\s9.?__ϗm;d8# mLgi~}|Rk"4Lc g0,c8a% {fÍ `x4c g0,c8a% {fÍ `x4d g0,c8a% {fÍ `x4d g0,c8a% {fÍ `x4d g0,c8a% {fÍ `x4Te g0,c8a% {fÍ `x4e g0,c8a% {fÍ `x4$fCyWyIuWpz"-&B6_-~o@@C  =-x AHYmᮅ im$Z?[/nt{bOZK*6*l?lQBn^D? |9OH\}9y&T}>9g\Siz-)q~Cu_ΓbM("*_λk/3[j ' 5<*a%%KvAy[B9o'l/ ߀4cO~;Ӵ|ȟϐUzX8RO/5pR)@uK?MLjpÌO]z(ՎUǏQS=~j'LVծYǩH@3zTg'\Xƫ]c=Bu|9'ᄾQx$/+/"ˡ-6/Ư5ܫlb; d9,0 wr{?z`|5R7Hzd(ߒd/kj&1&v_,71Fu,^o_hM\~)>ng|%_ʾΤV_J?AߎM,O:S߮Ì_z(@gL431,˗P }' }u_Qk0?2L ?Vb/| \oe?֚c_T}aM/s*aAM0?+1jJ̿¤_?%b:ߦ,'CFqdq^K9lR o5Sߘ_<.1qq\ox0oR&w?6 ) _k/3a6gOqT9ȗ$֟&7O^bzЮѽMZj>vTzU1'̓ŽeaM5 ~d_z * &<4"=9*6R jUk~m<̽YpmavUE!%(@_whnT3:]nsOwcϯiS(SVƞh\XSXnm%}}Ȳ1R!^d:GxR%I|[c@ 6*mmw5'Zv9>DK|>/kQKyv_ƺo-.݅3 fT]i^ͪGH- EjV<ɲ2/il61+eH)A)>Ei>Mjs5x ][U1}U?őUPVTKW]̒ży6"޶ϋk=-n.(%jS+jmwzAJ Զ=,~Vv1,) PRZP5͵FFrȽ!eo!_^{iѣoi88UfUmN̓@6`P,^'f}{5-NRBN>!6ilRzƐa=^0鋢 )V>N`I" _kg99߽wO>{kY2/LGT{PYxoMҕw'j*xL4 ͔)eI&N59ubj~$n3u:m$׽:^GM&ʠ|U2u$I:h2y麵r.]o+ˏutP'ץ?w:+]:OZ:*О]]5[ʑ~ST9v)Oo 9tʋTAPoH)Z!f#ST]]QU4"yUGegg BX%dP)*+[ƷdDf(b['M).Ey=*dd#=W&o;0Ig߱Z' ?K,&}-rw[m?yуjh%rW-]3oNDuh.eA.%o{%f=9-B.ytJQ=^˪\,(ϖ]V&zKzD=\.O1Jty>tD?U-ڳJ7JK%zD?Wo>F.|@˟7It+f."e}[%EIwI ށ!v&=RBcIDXtxC;ю ܋v6f (*-~Q:0MhGhbj#w42 hG1chvT1hG`>1WE#Y#gYLC;v'Y엠Y)sڑ;N}8ڝ>X?3X`_\V~f?!̾CY}dz3cgh쯠\ta P`K HoB|"!e!XbH٬T[%&q5{pyNZج,)>YݯFAzQZgr>x`#Cz}8v:|nCFwIѸQ% ~ү&C??wmKG Beߓi໸߸47ש?VDZncfbL-G3kQĥ)nKɁurK՘X6'w"*;5qw,8Nf׶*1$+l}B}Oȴ}pZuo\3L&}Y>*gɉ|_qlD`Uƹ̄1W#-Ɋg8'Pq>+^h q,☉30Hȡ"`#97<<{ ~<ţSLӎoCSп`!dDzɉ9&Za2w,p#X:K1l4/BgP}8Y, Cso!FwiȊOEp|,D؛"1p^h"nHe2\Pε,SpP}1'Ⱦ|>a;bp:S(b8D[CG e-";y4S{U;eg} (xˮ?ȰØ49%c! >_>&-C98AS00j\?8a wТFvP b)0|RJ#QyXwd,p{u.,rlhst!g a8$13W;p mn(dr,6rb?+QQ{ꛮx&˭5ȷۿ[3XA71:8x*يSf;,z>|[{˅ڷh508;@ ]x08_f"AJ^o'FU ^7 9Uכ\63(P'ȀJ3q;K㾫U ,wpz42 *#eO+:U^[m2N}Ʌ7sop@-ܶGZYH9yZ/ 9̉Ðp};whѰm[nwkf'Y){& m`mV>lMg_gƤ-W(V&\bkO,tlH3>HXBnx %GĶ+R:wRY`6b5},·s wv̖7d[ٮߑ$\vPyp}ѓ,!!xؚK :sC 1Nw!7 3 z !SOi]\>GE[|zdJ s< Nc3wZoٞxWY^8<zbqlr lM,iBlL(9f mX?B pF; UAJǼS^GF`zkoѪQӓ be5ɪCȪopzT C6%pI8.0'2lΈ,c p_wu2[Ę' R7ؠ=hp&r`E{/WQmƾ؊A6+>u15v2wU[m6TȈ_oDBBC02 )9 g+ܖ:hَg.,:wgf0l´pc;sc`QމH|~IFcU18jCZZ j2q^`׉ %ث8LfVK3XP*BE6yph[N+ [Zt*p2al| LŮKpzr7\a2`(sa.iw${9›++[U:`mǰqis961je؇JGeh;,lcɍ(ŵ lxNH޿3YOjX~. P{|-O|]b~t\<ԟD&=%tXVJ|>,_W|-hvw"@;pe$ 3φ IZ5S6L^G܆iƢ:::O  YkM|CdqB. ׅa|E揆 {ad (j8`;aP.Ւ6C4>fӇ`~LiY;i5ҲQ+{KQJK٩g0h4+6ao{}G#;_mv(ʘ ŮܜG\0 ;QKg ?᷹] ތs35USTP5E{*Eהo5]}^t+*dajc`@ ғ_V ++ \Ix{CGeLSOB0\ U N00?poLld}y`~ćfG(ËaGkvrvFH)`20= Tp`.MtK>x1S<ۊ`fd ?#v>faO(̧ Po9NSaD(8߀0rq=C!^7QY U|&;s|c]ș*,_UX1Xt&]Υ p貦6_nBDEExZ"3FnouG|vO 2+ȼ̻|dHd"3.$3+ɜO 2+ȼ̻|dHd"3.$S܇ H1{M4ѕY4.8΄PnX?ջWY|㻐 yhH~£ꢲ"_/4eyɀ#[e5/,V;7"? iM3Ql2E)tD>>D2EvSß-j4wU^~u~Y2reua++(_} oU+L1/EooU¦b^<֐VxZ-ު.}=c~1 H60 "4oI2 _t[og*^m:Qş!}Y=H t2W"`7tJujK AL׻mAZ1kQqVKZzLx\NK?G' >Wo'pDžu-XKgAW+E-p cZPE @cZNnB?τ~ }D*ՠ}7d2Ivp\}RtH} 1!ųiH߫})hrm¬Q<ѳ8$z: Ylmœ$ӆ$D2"FDKH*bgV7E<1V7]MO_y%uDyINb}=|> j jXMX&z6WX՟L軭eM⏱m3gtX_T^]bS Zkޥ&zjz^XA=>xvcPzzrtxB/XXOӭvcDt=bM:hQި}:uzb@ }dQf =eKOD׺(cYG.YGvBG&9bR?:bZyVStt1cXsM~z6_\q^6k#n9&G &MTH96Uh*PJ*INUJ*=>I)aq=Eψ:Wx=TT5ѕ"iB (k 7GlJV)y>gUR eCYJ.33*H?*꫊PO1іf{Kk]RxKk4i<}buZmfJ4z2Pv:lCmmfe9#ȇiH;qgzifa/k}fB?.\kP6tu}3EvDف6;WRx әuUg)c{ _UVpYAeuS4))퇦Z'0iɩz'N?L{ˆG(Ϩ}pE@ȻF֘ʹi ,pB{"QaEt)ַ |u']oDkUoUYDV>x\>f_L>-s{`'Ln`w`Pb.Y&jWv;XjͻEI~.!xϞv_*# ~4^51~vrEnB^wNAu|s{sx1Wxf]An);^OWnz?v^$c*Etogʸ{FL _k{O*\?=>%#q+W"*+g~q#b (' ׬p]VG?mf*>bGk3F~þ&S>ƾg ӻ sQQ'd-/<1c͵OLG-=k;# }ȉ>q߻7w?y+ =SY {p{ykA[붡Qy;zіqc3xߘ69뚆KV{ɄYu]]olڗ}k3bt8/П޺Mw'ر>_m/m^d(>esr6~CϤ"6Ȑ~ٿ}bɏT-xؚjn^|Ŗ/]w82bcѡ֦|#Nݘu>y{s=g<|߽]ywm84+v}R뵿xȣw.Ia3:8 w5=7>^uퟯQs+My˄Oiճ.:$?)44IcM{fvozM5_+\Z9b^ (D]4k_:8=.,-pvWD[h%VS>i&3i'(Rn"\m4qx\.ߤrmr9]u{;3mTo.Z$M tS`z }۟!]Er%s'DRTvqN{3&ͯx(&5T?MmJ8sX'#~h$~|UElvOU@3ܾoTQ{}POF]YC}v/-+bϟ.;yٲ$]*姑B|rH SZT^'jytvF_A?:G)9)VuDwyJ#_EM bMѤgR}?TS<$Gn&J|LI;~Ptb~J7YW?wR{ŞyF]YľF{c?өL.JBWE:QϿ_$~ ;+⯢PCP8w%?!*g N&mr. U_LLosiam+h6?b{oGt} m )jm!9~:Kay/~@lE6a#/yb#|NؒAHuO;ĸ9J-WR bY>W NJ(e)|<&1o`Gk4)iItXjk VTKq4iI<>Nh Bg94^Iʿ۔$ZXJljU`c*7>q"q[5J8/ }ڕ~ݮrDKKz e(I{qߑ]૊Jh,֭2jtd]]&M_'J8]Sg]%o%u=Y%zDKt*Ops%LTz2~kDTIt%|v^'%oD^wL&0` 5j4 FM0j$gpQ  @ \r:M[mmb&VCDEp!2Zk3sfyf}[k^r֯oux:::r>{mBtx9:]^[ןg ׆th:עM}:U߇M gV>[ׯI:~@?S=0WߏP^/W7kt$NX-}VIߠl7Ot::|@÷5:|?V߯띍^iÏu_:|o.U6^tFI:\o:C׿gϳ@[gsux|8hOa8RwϜwϝqư'"q>|"'"qD;'"q}"'"qz"NDw?ND8D;Ώ|8W|8?'"qD;OD6MSx7')7ފ$¯a80BSO1"v;.kKJ7{JlzQ`>$喴@{|@UK _DϞgPGI7ٛuo.j'JɨJSӲXtg/H-9왻2s 9iS9s mU@ YjɦnzJmzz:_R `GM! f=9l,ȗ3\7Zr3 0/6c_DxOE{d}&$CMЈeCnQ,?9`釺x=ٞĺ~IgFM{1 A{XK~XPpz^WCdC4 Oa!PRi}Kf?8SFlxl-;lnm\ G++&o|?'-\!)56\(|- -&za3R݊feF Xr'=I","%K|(곽 m8a t¬`Mj&b_G/:lS n@nk35}iw稏pj3(( z,A{_ [O 7ŨaA6As߫0/@Z=XWD쫑R=(E7ƅ͔6]p g&9 4t [tXTӵr.@Qpj#6\sBf [fꃼ |E*Vw`93kUGN_XRc  jvjk9 X-GaxOnjoQ`شbwF|F2Յ#AkxR&a # ~G*4D5b"T|LuzcaŚg$;5sgZY#n7iK}WKs @k1a2rb5)`7+ގϝ@ku3=r[<)bmXuvh/4NRVڲU/gRWϰKBBa0G7_Rfjɧ Gj.lnk,LefbۡȚ"aFc/joVrI{\(3ˉ[)X&WGgb g6 [sIH^G8 BUrBAIgՌOh5xT]ו'IA,w) 5y(, ^!WђrgZH=*kƢE@tU} ӎv#bj3`;Ci tUυd55מ .z RCw;{φq\ROժx/w&B)BΙChkB{=c"h}Q%s)^VLx|GrDK=cGzffzv $TjFrur6Bل,rv7ꏡ;މ :U^3wa!Mo|H7WOC[9 sdM&Q5=1 {b42%Wx6i.}4o(YL;5!gXON&:fKU'e]CWxGB0{%OϬGGjWg-G1P'Mn}9(ohT0KHu7NCW8$U L]ȩbxJ$b5{QBcf~6<784O@: {5%?+a"c[^avˋӣ0}G[U:FO[ocYWk9I21(y T N5vO;y.6nqy=`E{E,h&{ q f09ݸo?@3p̐_wɑPS3#@Knԫ4[+t 3\gnH~! &VO{f[wjE$gٺ0}.t[~mϪ%:x_nULO4j)HӀ%!5}Y,'LK7ۤUqpj_\[J 'W?t+i^ԄVgߢv3Ox@;|DIO% ?[bYu6;lw NT&@}; Mֻ4#*n߷"vmWJZP[J TReukAnB2|cY\3~f# ;I~ qf#9VyEbOIyXӶ} >fBbʝFCY[U=xif(r2AcPwjVh} Ï0LW-1ǭ n Fz (HEDrk y\-ig6ɖHOE8ˌze qbY_cz0{%>FWSVߟvTF짠~vqoI_10Ne¨HW8eA}+u5ȭY}*/Ie ZYٝ }UDٯ|M]k rkˆz߭?!}.V*^Ǖ|âձh:|Upg(F^Y.*j ̃T^ ?P᧿gVPK𿰦{:\sa? *O{Y(|W=/yp(נ){h/Pf(_=H$5R=X8I}S!Kayz% fqYOS%5SLE:x2o!/PDʈ%о }s;)6Ҹ/0wR|BEr/HUWco!KE?uЪ*_m ֬?t摒Af[bX_=eab~`TM 4vl7ɻ !SvgX)!d<1C hQ0 -Fe 2A yb$OGx{*f4/9ro-+6Ȯq2?Aa *gN[p#3iN ZU[/we U_3fiFueqgд@mPtoN}ƴyf ?뫭σWqδ0ɍ0Ouy]V⦀,%qde"r.DBSmTWf9w5δvXKE@F?w&AKBCl ]b<%ޒ+6CnTN9'6s!d%*qfSE WżgŸ\dF,ɢb_.K w W!QBf Ќnjo,J(P[nWv_)bCuc%T7q.1 ɳg6+FGfi\ 8x4IIW'E xNݸZ9ԫ bl"q5;.[ЦP{(cĈ;1\OݾnG1bbu퓬b6q*m{wzV.LbSjrꦎyHX[Έe,%*q>KQHgt-_ܾ}_6LߞGis d2r>^ȝ,2Ǝ?aVʄIB̔w0OH.8<HWKpljD z'$8A[TDgAXJen ~?fB1Ees`v`H@n7c M<96P}6 [F/o~\ nop9]5Sj{mP HHYgՈIQkaѷ6`JAvAk _{lL3'WN>A~GdB]II"=-EqORHn8i`dD!؞_s_O,TM-0y~E^+>TƒS@7~"0d f?彿;qK gaյ ) "#fPxfduqFTq X 0م-RN Rhe913^M8 {k_u(J(7~Q#+03z3.y4\畣ˉ+WF]kt d\T=oQGm6E1 YMQ;Z㪵<l,3 ں~[j!W'lD@pìN ̮N-A &i`%C6x b<|H;JJe8XvP"?hL.K!<7I?$>p`s,C}l,cr< /RB C\jɥђ*[]15cȞXZo@w့zȟ w<'AI^8.a|6.ӨY K$|FKĺq]d@.⡽sW"AkmD$6  U<<'ψS k΀FlzI5 #)D-ʹHqkM_ p3,̗k=aJ弌^9(i*gs]CA~u# v]ZILS`DQ~ʁFjGPM? H)e0=}T$\O۸c+J^M<-yLQ|}~-a~m0neXm*/j UߓcĚAz5]h5w3y*۵=$|hGjSDKGm:q*~4S9?BKh0Uc>\:I5Iq)"[}vC7ILteYRMyb%ۆ7Ԫx htl/GZr,lmV*̄d9 GT9KJ;Bv Ww@Lj (;bܼT<6Єd7Jm*q5- a!67m"j+r xX5?\hš_^әmMsuXfWj.[zp)yf/;14{6? E]al~;mw;8=ut ˝?czߥl}L״PˡxNfY- RUbh ]s9YUUؚBA t"?0?#ASvyV\#<?aH^>T?9!zބTssFCA+{+}VyO~}C rǻ}vx7}v=` T?_x=ي$]PunqꖏrQ$[m6ͱ"$/\ZܕRx4`IN>b϶2G=[hӼ$Ik Yա?鼟F͐<5Do_\H1nڿ׏_0+ǜR3h #}B;TΆio踆op {%ky捂gFym{-[6Z뽫Ъ+#ư><VECVw%?L}Ha[ K .$HB$1u߲H ݁45蟸1;Cy2iJu"+q+ZJ;fv@QY t#!#A@v^*ly޶["CWfnbC(H!Tm ݙbm:wR? %}>KCVi.vhtOUK|蹩kax`'-ofu)&NvQ^Lh@f7D XaI~,bмt. C8?)9 rNߙ~g" xF7`i Cr3z`X2{oA;QbE%j0AِV^F{o;hX%>5x/-;hA(u!Ee?$G(&7@-գ՟VBu%˾nOY`U=$ᣦ({LlO@f3PWh7xS P[w~q c\/ԗ MhfVTeKVQh9ŦۃA?y y]fa[Y79ެNfX9MYyVd k~ML:IdV˛5GT Jf 9!J5LS:/|Ո:m|o\ Č/jf%fӀc0~Sc@lkqߨFlZ=bis3AvNHVIDdU=76a?TǜN`J5s:M04 W8HBu5hCӺ,> ( aWSZ<rgm0F [t99kw=|&X7\jjz~Ӿr4Ty_BIu1@+ƽtǓo1<̧g:Ӿɋwobgn2"ƙ de=ʧ|iKg@VBߗ!p?"3506o6iL#~wM݌H6r|G#>?.ywGAxtFȐ_S葔OҭhٺY҈I㥳[t\[d_gw0َchۡ1z6ocXS < |dj;qok %B7A'.Wsagbk=: :O i-},ɟU%|e f'L%H-P}}k̖iUթM[i-^qw!xUW$N@dF/ok{NJ'cՒY˗t>5?@|,_@&`zI}#H{UiX7f w;em=f;B3Î\A}F__gP~*p\ShVT g UyׄWP?_YقM1 "oH'K%2Q$rKTd"\Jhfڭvk$W+c33٤Đ򯏅zsL>M=|;.aڸjI CZ{ jxA"#pZk~AvNmX1IRź8 O5jMyJT*ΠBTYO0Dǧ+Z~$<k1KZ -Z֢RßmT%g/*I1֞l[ŚC"GM0_Ѵs{AGɿBׄC645߀5Ӌt3߉$ Eq P0#@z^o]yunf ҰeϷW]Opri&1q`G \`Yp=,)m1ݢk_nGn~U'W߾4ƿ>9UGEAWtΫl{X7Ew]1"挎uS.۞MQ㟢&]-%mZy:J@s}ե 7/1>4xȂل0VYC2~/->E(TmRtq }= |j/GH.RZ~9G񀝷0A'zoN?[ӥzpqT:{zY΢`^?tN wB+]‡d^fe e> L؞1FcB'&H s:p~DG:CМĺKЪ'WE W?*,c/c ^LCwRZڥE-4d*q@za!z3;\=(S t/w\u E6HDsUQ"9G^CGa{oq9^KoX:EcC>?t)WR| ȑ/j$Wv392yT)&N>WFȱ?VΘ"i51җZq^i8ymXKJځ g.n")^tygҷ{B_e1?|3h䪅=3; .NllZsz7ٟ 4_xnKEk]]m6Q9]{uě?[sy,'!k'>k]>@V&09cܳP5g q$=|WYлa"6a0uBA\D/!B>ѥϡ^:?Q"ԁ{/+Y/~}~c3cgCm Dg DSo316G'-8BSG_C=v_G*ܷ'oݴ2~<} JTNyז "T3a;K?/:j~p > Ld7bt%6H(esu/]k"w7}xxH=B>t R)w9z).Rn,t }?r~pĬ}W:MgYВ\m̭KtiAb$&@5WbM0ݼkj ov Fuv1kLUSr!.+C^fsJvqVI :de)Yꘝ + q+9T2C`oIBu ajS9`c &1]@ GUB(S~ 끴5'J7Mh)!p HKQK1YpvQ<|*eIP}cßka;%X.iBBs8Iʃ}BY1/`Tg9@Mg* t&|qLy 'h~*;MiO;j){&))7 X35FD;=+hr*s|vhY[*WWm=ڎۅfmp{SeĘRt g>Vܺ4܄h1sNBQ5ێLQٳ,UZJWo\%ʭq/2P53hs$0*҄#ԺH:ц+S(WBTCHDC<< JŸ _!PXCP4"K)uH>@Lnd tH=1@7EɉΈv>!]#W"nGxL2AȮK0Y;V8)T|c֞Mƃjg_۴pg03 I4(1uMz__pgpsT }g|&hjkVXb<#uW= օ!<ωkɋg7mWL0˶4XJҳ[#)},ݯUS0]Jq~Y?'Z7'XZ,`ihq3>3̿MP~^^JLqf/ZL:tuene $QZ=4[ Ae./d?\q>KiQ #V~!׫ܾ BA薓#k`M>_?^zj3m?N%ߋM1tݏnǗ2:q7hҊʎH~W~W(̱cbD1./$;Jx}m'&!3.Lt ixyT6ͿԚ؊pYVLە=ꙡc_fxQ]UL_ .ISޞ[2ʡ,JnZmBz'"P,G_mp+$@?'Ɖבc?H؁GYwX#&%e"n77f%töj$mvp;އKA⧻HS/] xE6xaWIr+Ԑ>'ASە$/8=Ѐ+w䣨ؼS$& ]Yh:\=sUwٖJrc?O2{F 2] [n*/+q C||C|y^)tlf 9̉>bɞHc=Sx*߀˄eg Sa'ҕ2'QnE=kVdOslvc :/3tWÝȏN7xUБ1@)AJL m vR};Z?-czB\$I/F0g{>nWr>:|?qRR`pCrv`q[dVڸ ?'q+Дa~}=L D3 O)%Ї;І4ЇNeq}('ec7c/N@}{ H nT bG <Iru= 8B^CL;/OnhzM\ǵn[#zpRoNF=xg?#F)oތ81=K"o!~Cp!=NmhܮZٵ4#3_O+QvMxTv-'?!Gr܎*yc*#><avgP=XH(6'Ay7dX&qͭQ.dk B*Kգ*_&Dqi+Hi,kQX_Znnqnß:>*.zlB#]09YS8~l@5u+EFNAvF07?SR8MQS0)vO0{ VF7|ЊWX:{ rW =P*̄oNs|J1ן% X; JI;XRЌm0A\=RFFdOsq= 6xn54b]1 7mR&ŧ-apԙeAVy-љ'Vmll*@?me&!SBs f!v-!\1cb}` [Yc0-_"18Y އ;~2#48eTc>.R*H!Za5;&$ (l)Hn\qRFxaKpdm0x|]/yf :whV g)aqS?.Ib\ m3)l%,b!l[ ]ɔN9^ЃcO+O!>m0-Jo7MCO%f)x3 _UlFPqKט=Hs?1oBQ,ḿjMwSp-bJkn]\2FWq#u4gLeD9N@;iz}&ɫgXaDM@HTiZD5ف4%,B_PgZ̑zde /[tu~-aԏ ׏i.CKxҠu#~ePz%1Ġ՗G ɸ KniCޓ Cw,Ht8m;W!(YeB\ Xy ܢX3$oLnzl gNla.\/9<#^PWt)/AK = 7:z}32/ͯFverjK09aVbCl'gA}F]\)RK\̋5~ez<&W-8"}~,^_eR}|}v.7ËoA# ]wU@B.]Ή-Yq gWV#s;{x xFgdԶ{;2Ě+RߒAPކ.9.Dbo Xn wNY/`Kx[CIܹUkZϛ+g{L"SBbc9!-|XQKcmҙ}>D^9O/qX.Am&w0=a=I|&lj]b-NS0|][~Nԑ1⢉ ^+5(#f+o九7˳aQPLD݁ҹl(b3P h9onRL-ѝ/,+\4#kqљ|R#xJIbnF{'PnVgvca|탱} t&B+C^V5x{m"z_Ҍ7V&]c.T{Vэ1O+Cuwt`y96fLUSdcհmw,4m~c*iRvǟa/pg:yrgB+|%} WQ? lq&}%0q⥟ r.Fz6t}3nEgKC}PߵP} vx}ܦzC5ym1W>2$)O輸04r ?2{F@~q~-{uP[J }d2br5Y>OlRw/fs%oˣ w9Lx,TڇW)մ=ߏ$x Pz;ߗ EWظ0ß/$)T_ Ss~qcKcnɟ(6LR↱gܶV'^U:u'gܸiA9IVJX;cJQYhAڲqG&)OR94aoW h⻝2ؕ6u5~x%;Nr#/qʇؐ1I]!XS -10d5´&òUQNL0z1UAz5B/StpO!W:* I^w. ͢~qΓl7~;̑kuw=!._ !oƎaPPJHX E‰ 5 |B%H)\3WO18c fˋ 2C+@m5 ǃ*b$۹k2:cQN1!p5x&^ G$ !YvAhew :0R i~25@ņ͘$9Q u)2X@=-Ӯ$/Q EK7L_":gaQ|Wp) ꃢTUcJ!(]T0sWNenCY Aکl&ѼNdsL)a%YہqӥN0@A$.3h$U}(WZh:dW&(7bɤcd:<@dt~i^ eɡsxtA{k)qbq ?'ޱS#)qxi{-&njM9VpO 5~c;9"ׁgrd^IY09.V`Cn)˟c?ᯌ^L|7~@A*.rl.p)GA ⿉LBSe~$nN7mrLʴ>|L#)3AwsS_OI %kp DF:ۋgMVC"> )fPފ,t()GqÔR' EC!Q76"P-r+4Q|_h]zti̷Fo@$jjgvFC8$Vs#Souygw~%l]]$޳/jl]~lvTtf)7~1%;`UjߦQELqm=+7oK`QvK>f JV&0 a,C8ʡa"8HE`ׂ6_p5~e.sE9W~}\bfmM3 :klxM&ڞ(l ~mO 퀽ͧK*d~Bv68%oVWp[H d0&:%~.sYn9 6܄ۇuI9;.x Αtrl9JPgMsh0a06.~ -jr &.Au ;H|׈[MvW׈5; EKmik[(ix_+2e#ƀX|z5 J↸@c&*s7!4)_z5]C߾|'.%CvfٮM@> c+ck ^qPJPc`Yj" :RM&bim!t;~:#63>&u9^@:p:ډLj\m`O3Oep:Tv[GCB)! 5nО v 55g(4e5Uu/:+;3XKfb#H̝c-6~ .jGO{&)qWNRSߧ'2z5xs%x3GbO.> WrW~W\hj;I$O &V;?y05 ehoF}ɠw]]! 25oQ3[E F:tLΝ ua?da![ڡ .RE~u)wY_fpIZ=b<彄5d@Y _ ~ :(QSpS:_v/K~+Vjk5:2TЯ% '6da}OӳB,< z3YrL~r+S|*T;@\ɧ ufWc)4ʗ$1#wzE~Lkrse]ʓ,`sYQv KB$e ,]/6s)_SEj 吺 rreU"`&uaDڱalvQ ! Γ白bąK=fzkY;!+4QڹpWguH ~n> _\[[~to!]r tסl#v̝wzatF le. /?Qa1 /_elS7E>ڑ}8ގN>rarR΁ϯbM TvLkZntIpɵQĎayA\ ]iĂJ2Bɳ[B>F*r& u=0mȕ5"DG QcXcr*i>%dVn?N[nB_ກ5'tkkJmLw&Cϳ/w:z?b-yG^ŦZ UkC)P'򅯵wŒf4CW2s}g韰7¶k||-BSaܙ.B18TB庼 Iy}yHDJ>A`C#/S+}F)K)e~*Ƴ9 DdN]{H3FyESu%ۓ>ݮfowB0ˌ@mvvPt5hi{s۽83vz= pXLM^Xt겖+L{nhN=$vgM5U"9USroOɆ\wMd/]i0! a4vm 5s%oFC4ƷN ~ALuqk?y x̖$ጔqU\V7gl:ʋ\aV/OWVOu.L@^c3V9Z{l7Qsf/]b02T_Z|>p6L!9 WUg욞u_H[i}& QQ+$g\όٴ^gUyl֋5gH:Nw,ݷ=V*of7|M\t^y XPF#2lT.%DHΗ8 Bvw0PG5vgfyaTS> '+oF$27~cy?z`kCuЗ9i<8[}_ mj0] k%Б< JH QN_i7p  .S$%ri m#l`B(emUWL}̎iW g٭KD =r>dZ{{JEX4p} AYKރNV;7+.y}!E?peɗ? /!9JO.ɡ_1նA$}L?fo%v@8?dd7$´PȘ7AN`;M1l\%7+_: @#{]hn _5D[ jCm;.LJDx>V6*.eEfs. W?G^#* O}=Fn!.B@e%rShWNJ5Hc?pԶ{0-4ci\{LJ+e]f{Or*aFGcTg~ڕ*~FKr7*6hfKCA הڷ 4W.O3T'6Nl]YklR+Ì:F'"@zJE./\l) ^Ϣ2C񷤏5`.gjģ+S0M1ƖW,+[YRV:0m]-WV/a%*WjzaeK= 10 y1zɢ/9ˠJO+Jb<7).\cERTtE Cw5ztjF55Na8ė[Pijň+aW 8`/[RUŬǁ\IYl:l7>)LYeVhh,,-stiDX1Cb *JJүeշlye 4hYEEI4ɛT+*VV---Xz_grT`Eʊe j(_ȿ(EA,0T.^T^qCǫ/@!&bҞi2m幷om7_N|݌n;epݲ}m}p|[޽k;rwoHߗdXٯ~ˮ%|m tgwu_swѲ Jh]ZRa]c9HyerXrN5x@).ֻ$k5gu{4DV/&B2baHmE*v,+8RtwiٲQ4"BxxizxYI% z{B5D(AjT@!, Hu4}kޢ ٯЯ{W  7XCkfp~2I`]0oɒy:ph 7[(djDq a _dXwPSXb`+@m)k+Cwܟy8/WVz3D.%

jyE nt9|ܭ(߿U% pxk1OCNXejHK1@CWg()FE* Ƥ3L.Xnw?VCb0B:`1NS u!5iD;# ~<qaςr<}g0p*==mwA9w|wC9<a)/t|J|_8_g=0C=P/}g# |x`p@}`EP@f18uԋ_x[mӡ ,X3,r|<4 0ƗBB<zL NX` }_b7K#'B` eP?rȏu;>U| -P>t5 rX_h:<P((` zZr< д pȏy\ Հ<p6փcS|`|0g_=C.|2@O}z :`8Xx `:u59pCi0Ws_5sо`eP/@~4\ p*00!a Pp~]Д0c`<@7@bWt| T/,7 )9CЯ>BD v|;~LDx9=Xԇ0g#jpUPs@asj0h֍O^6R(saiqp>\Q,3R?sZ0G&bQfW EѱF_E.gr?9np\0xrߣ{ܴ.7=rxo ]{9noc֙#S},_g?I>yQ_ !Q|~."3bB}*=ķA|Xo<ڝksH~ <[OC`/<o]}ca}02ad„ #rULO!bԜǍ_Zgd] 鎇*&Dwd'Fve8f^nΥ2W!0bLU8ěw|wQCux{FƟ429ԫuCq&K.n3xY(։B Fj W\F6 ufv@lwܑ r2-a*CNzO^m`@O&Zy:}Aǚ ^X% ~~cx' W:Mӧ ~?xpߑ|4:;s*oY_ 9l\@ ~ _%(QE;FnB|a /gq#7u18 .g~'8+i,W!= t}G+}?G6_c=Y<} k?S~_8Lz ܃rWLs@:yhUȆʩa&nu&υ@@cy<C42xbd&O A^kuPCuo?_3]__W! C\o!~#m~_]_8Q/8h`oO X?[!>!dA&G0OM8]xoXsO-Xw!=R>c_J/   ް!;9Qg'ݐn?>r rt2_!>:E瓅{y}q0<_oxu ^fwoN_ xoS/r9𸮲,mIG.>a9,ox~6_E{<&|Z|e59굆|k?FVüg;3=pAиH s9ʟ !~*Sx~뀷W:_uoGgCW1O94%>kW`1E>>󩐯&\_yܘ~)n%SkpzN! ߲_:>|h'?|6ﯷno^9^|W.n!>ףk/z:\nNh@l9LOn?;E0f9l:Iס>L0 L_0yC'VZ _σ V!_/#U嬋}܄39,7'l34=r1lʜe tH OBr4ԎŐ>Q볽υw9_H{J^DoA|of' [h;zp=4,8zB߅V7~Vݿ"_!ϴ:7(W=2!wP=D(A?4Oxރݐ~柃B3K?)?MO+!}_q|UkP| cb7?C!ݐ~R6 ۭ[A@)n [n\/ ޼ݬ/mX/i oҵ7?['Gxu[e,}|0HWq<;lD`r?~3\䛪} -^Qv`zefa+}<Kj? NO.EA<rt*h$>-q_İ'w(lj*ohoC{02U ߿ ,iK-_#ÝQ>a Gc jcX7/臾2AI}^6Ve!mh OۣIPk%hOsat$XVᰨ 6Vo7c>ú%Wu_}!73xsxN簔ia~7p8/]a.9,p98|?ra3q =zo0ru>9lఙÏ898p:.pOsG8l#ᰇ!i~6s9a)9\9\xӿ֤iK=^+}rsB&0%yz*\ZS2fREe7/*6Phʅ1/ z*X ?(y*/,ZTÿex0da!-\X\J*yKA<+3-[d?{9h4{*DB[TzSTx=" |؍zi5;bίEq@sE5}61!TPGhukv\I1 ].6Nh00_1/[˯Kƥhi/ʯsELsq-Yam\נN֟ʨ)#*VEoKϾ3GQ)ϯɯX$4L~?ʿl$tL]wD5@t/_֫YhyEkT<3*ϯ]~OxF-FWsTa_{U_T~m[xݿ/y ^j^(GWɯG7kXm^4?_OH:@{@|Lh܊ěBQ$>64D⇄ƏHи7}$~XȎG⇇s$ݍDži$~DNFG_$^ ٵH%d"B(qD/ ُH|å,ԏ#g$>!"{yb?27N?J7eyBx?X1 w,f?q|Vok,ʄ2P M?Oj|,Djgr8s3/x,|c>.k <}}Yd9[)}E#~QZgYjz/6tD#.n ~.kWp2sv-C[װp/qSyƝ9qA_}ˍG'.`eoN;vLbp||r|x㳹Z9iAhkry_p 7sw0H*_fh|BO_>jpnAP+nyk{yC-x3t+g 3yw\40]e/Ujgaxo|t7p=j/R;5~[ Aׇt/.Xӏ \1drAV.7yM/;NqAfpZwhn #Fp;OF \tsA"_/Ω:>ޯI F^Wx2? ܡ7_mYrf<߈K^?aD I#þ!^Etx <9^ӯk mVon?y4tk6nr>.x80&rفAһy_[7HAAgs~5wqyoykoK퍖A_ym~- A|'I;=~n50H9[e`#w᣸ֱ٨O q0nx~S' |>\V'hS-ڷOjsEMg3O_6Xnpǫ[/$n qs~֋YE?s̋ }9Y_pks~/f{o\>zN/1[C۱ox oqKN2)v/f' _y9|Oz{$Okr;{#z-wB痃M/{&sx5H9sWr6~ٽ5OR-B_X)g?~>H܏ E ,Y4Ux*=1Eœ+tL-,#"41G(^V:.ntcYxd3`Dj qb%k8'9P~k)RQ-[E/@W,^w MX0K  },ZP 0 4,{’yK e<4_#pA,WbYڹC)D iMb<ʅ8"8*=R ٽ< Cy.,7tXyt: !d,?1q!^u1J Ӆ5Q|\H^ -T,zIɒ%˖ ٿK*p3BI)bgTz>T^ }\j!"$DjyŢBVhI9k/ =abŦ+0=y]897wsjTРSo ^`6 ݇fm^yy!^l<PP T(Q@ WTWÒ*Ld 5]lo+y N./oBbm4aI1j:aj=_W\e!ueKKq WrdZZEQ pL,f_HDRk#ڒF uI1*%E+K搠kҚ*m13ܡtEךR=Jg$;Z5 D~EYSV^=flMNh,J1  R)]T6IJ5]--WZe_f4U'c?5OԀ'({#rX;ݼi2E?z \=ߕ1E ..!$;;횐S8n̸1Y.q>(g"% BB쐥;˿eL:ˍ/V.Vi&>"{3P9qy}% UzJ*rUVBn%d}Yi##}RETC-"SQ}#+Z )uΆkEC,yEabiTH<,ј,+Y^R3VQߕAI25F|QVTsB%^OI55 zpY~ fϬҒ*b!9y@0EVHKJDg ҍ)Jی* -TK+JMdi$NS{PRd//F wZlaA;ZXLQ e{dN4G|TkWUPkx`zE ˖x;_) -ܪA+Sj!J%$ %o!D&Eiߖޯu8F >v`.-$U ]0v/Gj 1) Ug\dCQE +c Oa!Wp r] +uMT*Cr"jd\ 3ɈBg(,,\ozxNG3=2dC&na FQ F]Dc$ ZMCcxuo{aшVJ}䮍~˂f3e!`* hٰ(p;PolF4[ԓ K4{IQ%`8JIi h(5CiHqA{0J,-34_SmXPgq t݅TRZ%_ywc+zUVV-[4+)+]M[9r٘1cKoa!rmjHKKOlj-iq驷ߴbWZ YTR6xѿNwQV.ods|ClC!#J(/HҾMk0f#yl/Ί_{hLA4| sB> Oz3xN4D~O^gڧYWAӉ[w#1rZ EC OmKx:oW8?|yJ ׏𚚖"ëq9~.oL ] ~Im KQgx9~>vs RN1OUk'|[f\o^N?O ia$r8ZKK0݇eYĒrB!Z -(. Nҥ\e( e J.`p+Q6[# zgB3 mz\'CW3x{QkY:"Vux:6XxW$ :$^R:zxS}V$Z ўD|F:~a6;;"aFFt(W)| {__e5H1FՇ޷^sg33;$ߝ{ ss8`0Kr)nNai~T= !aW{{V|Pkϕ#`Rv[R&)lII1t|;Cwk~ 8:ޯ]eIv-?#UPh%y͢? D5L//6K1%_^aq1 qߎYgϱ6aZJcB܊_7= k}e\)l}K>GMdv2[f=*!ƚ/'FD3vWF?i 31Q%ኙmKZ<oR7uvReѮxQd7,l| bVRrzY74S\~9_.!Ö꒝9RhqJm:a]/EImS%-gr$!VgC.y7O0x2%$/ԅ}D ߁]$;M6?fe$ؖ e4q]_C~ OsKezcu7 *JtEz^/8%ל֮47Za-%9r gB` &?,6ĚF7z;$%8^.tFU0!47+ߘXM«` `% ݮ̦Q>vk7qԂb`EѕJ4I`GS*V{@}tjS)Nk ._# \~k+ƞY 8|~޴&N[N-2Iٝ;Aid wvU Ve]?jACڢ>IP};'BHS$v %}3=X stY,ƼR-?8:q)F05ڎV|:dfY6a740^sUY,(Tћ y V[q04TR~?1MJ.x u"4:I=8TǠڦ،j%רE+GLxDƎvIL=n|w=wH Z]: gr5|o-Q1Sn[T?ǜKjTMH? E5FNĺA6 7z%e@Y3wV>C6tcv 1XN"3 lQ(d$^|n-ZG8apDE|3C,B?ؽ ɷ|-/zS_JA6]{]-ma7{g\2?|d2g\ z]r }m3Pj&=npo$<lЮL-y_@+ru2\o\=w1v]@{^r.%?j>MC)\J˅D.R<# A5zL *R.APL;`f![dz֕D菻+afX+B =2_>)N_mc|]dt[nCہ]L u&^R$G`Фyޏ /[<U=N{qvMs)V`e{( sߠ wX¯Qb?-nyۿ̌2bDT Ne{3{w3"ӑȱ@$D􌗔Q  (*bN# ŚADgXd情X3|XX,?\ 2뾤t\,'{p,,؟FO iMD^ S"C]dը .^K%7;o4 ?RW:?`( Uh6r;/ MVTJIl .Dm`L{%_hM)iN2榱xbleIYؒj"H*K= 7Şp?^fhT/`V:*MWw DIDZyf3G hIN1KThcpXw':U. Ft]eXdqt;(cD(J~[W.zv{o֭[G> {/">ubMח*ͅ]bԏ3I__>55}O%"ا}" XN?[9pG<<ƪz5]L:{cvn,?4GޥvũEqͩxO~cO@cДV _ =q]Vw@O\ JTC!fwZv0@ٵcx/2^=ĺ\A?>cjƓrnW ^"OɅ_3ES?ϙ=|B?C= d߾r_5[XgUclKXeˀ 쪹/N/WZ~^;ηHb饔}=2M̡]mjs{@#rܿ*{5NeŢe+!c1%}/-?TV5wQfٛWVQ@[uֹͦ~jɽ̎x~IIu5`c8T=uJF0@"SS1}d(oh(GҋF8)}ž)Y陆0[[ V?7FJĄK%]O狿4Kf,cXyUIY8'#s#N#zYhr.%xj˷xTueeLUȄdl $ʮM GKOehܫ,?8Y%tqA7 if:TVݤ'27 SupX.>u Qo_6:8]tp&v^P{>Poj;upNx=FlæjSuW^] \:8u&v#zΨaۜ>ntW!?Nd:CɎ6î_;#~Hİ\:68i_1e+û{y&`?j` ӑQ{^sYG|>cϧ3^4:8j{xgyp׆Quΰk+iϟ5َΰ=ٲF9 \t8?$W-aů#Wmzבl DP+`}lZY;h? h瓬?[';=c7]۫ sΧXm;<ì笝:Bh[;;?zs;w"~D_2N .RM .W. z /Ou;5H3hzJy tXx]p|~tK+aSw[' vٱP)^O||>yϑ 2'2|r3Mje:-ErN~z(O2j,s2|,5vznz<) ;}}^5^M 뛂^M?n^P}=o4y^O^J(5{߁YSz0wth7*K&W1EP%Թ=.)Xnɩ`DjC͑ăSh1a_He8EY9Ph斅]()Rs_1"3q0sF̅kkoLBc+tv'W7뿯J>wjVyO6}wViS8O뿿MK rHX=HL_l;mNSWT{ON}tNXZ7t{<7]7\OW..WWqksѲ/_ Ϻ GWLpZ s3J?mm%3h ] MVaO1L}Ry<<xr$[(F|5aXiݡ/Sچ{th ?TC 9+㹂A.pUw.R؋ M$ b|8ܬ{mk#ժ & <(c,INu~h -'.>={YDK-DB;C[2=0~!:\#?n5{ 3 j t{^UʈaywFs&&|I8{ŸgQ^({uݐ:'N-.գ{ j(}'z>.s(jΎ[>iẁ5/~k?≦Mo~G5qwj>m_Rj{{ Us޿5,M:4}U|&O4~ Z|.8  thC?ljלz4344QMiim5v%i¿)ϵ\)h;OS4| _I?ghҩصOWrOM9IMyF4Ԥ~Nji;IfM:+M߭^iS5-yk۵w&t+ ?Iҕ:j4'M5}PSk4D~Fkhyk3IS>h٩)4s^&LM9`Wq d M5Jol[eO^oBj靔yۤtfJ>;~>l-gy;yճ!owAsȑ߾K$GJTc2?ܔQU2?J0A/tmM^IA~) ߓYlbNuo給;;d`uzBeԛC ғnUрVv|P^(T6ԗהC 5! ևCpTCTkbU&XP [P[!Ԯ@eSgr XɅ,OWA`ye6T.kC.]HYdY I>hoM2D._!Kb^+-CJgnuvCu~#I+B͑0U6{V޶M=$zQE_U[!@WLɇ>4xC(1ZDK !@n( nM7/R?H)X?.ν*T_G%4(m^ZW\+ *)"p ֯k2š2Tj@8+G!Ti_,NEF e2x-MlRXP{z#5%P pmnzDVU5#uaq'˒W]%-D~ŅB2fyuur&$7/ʎ<<P)5)VY nB=p57EjE`8.($%M,$u"Tجwp:EwpxuWk3x֛ Wiq`DlSB&uP Va a~S]U#Ylk2lD#wen>+vi4͍Aܒi%,4x#d|a R`; Ϲyp[" gρשGZdGsh+GN>`b̮Jg/ =<4 3z!"j2yW1ި7Ac~c<?LcG:1>g<*b<'`<[x栒|-A=wh3_mc6ϗPdHw0x>F|^YQgyb<:v|*mG3>x{ϧ<2yc$)TƏgk \!|5x 3O130K2~2+zg0|<\a;XNOe|1~pb|'xA1#.qg197qIc|*sc|.'e2ρf<'a|>_"/d|_x?+ _f/f6/av2~'20~oJ'3 C_#_.W326!ίat2>͌1:Ƨ1zg2ٌ/e| ?_r_RƇ_g73~&6v-W?_G~?o&W F1`dQ`4IK hwhv~MLfw ǀEvis!w# |!Ox Ed?~ad?#~ed?5" /'<R_N<J`Oxd?aW! {ǒ?_(8 d?c~G~oO$ D~d?C<'p:Ox7p]LYd?S~wO% oF |O8 <'xO 8'x&Ox9d?~gC<'< x?pOxp.Ox|`<8'O/$ ^D> ' \@> '2B>d?ǀw_CN'|/~;.& o^A '^E'\ 'x Ox1Z|ud?᫁# O'< ?p)Oxp'< '<' /p'|x=OQJUd?~/@>\M\C~ '{Y2gyōe9EX#26Dyou(l HwϞN<;=qHqॾ.ϕ>L뇞Μ>o0px$?6`I=ƒǬNo=ԌAR뙮פȌxo? µ'BEC?&yxm? fy%o{u؎.&/6uǡ%QUٺ'ST; J5CH$ TeJJcRᢶ^{RݍEnSnň"*DD9d00{sN#}4=OkgϊyO1;rҌQPN/B+Ŧ/kM掝u/[y*JEwqif诙% ;$f.1SP-tޥt`Ve nˠU-i@'e#|%9wD,/ƗY1~!tXBb7%?8׀pq^y/͖KӡANdnd{9k >:|<>7G;΢-eQs/\m==`FdFh5Հa"g lV{3x YgC8fl}PoeAsNHhB8:)`ۣր$(  6+cvцCJ1;*_ sǓ ;j~Vq?XD9=qoWaK'tH#W}#@;:G 7K4#8dy|bj>G6҄8>u} 롲7 w29a cgLv5EψmTcc+IB@Ɍ8s(ƈIm` 0?ö읩H#'AilAgܘ:'#&9. j{q؏{*JqvRڔ 4`ۤ}9Xa1-@֦d|HP!x<I.2p]5C +ߚZY/zyؔ쳩~%f*?Y [z@,fi׳o~\z`C9gֳ5e)V7Ȕ(.|qaD뵨Ϧ#YЁSv,쿟h$X:ekMʽOԢ\߲>Iyj=N8ԉYr¥E7=P)^?|V *^>^5/s2VjZ90NRZ&^5>-;_3r|J1/i2%?MV{OşkSἲΉ/@a@En(ۥ؏eۂ^uKR CZPN͜U,7̓v-URI:b}n2he&]hK6H&Qdoyϥ^;l= eeTGnQkPa AJA6?gkn)\Rs5]NF f^okHBMtw9V8Xtض ɑAЮ[yfubpӿf6`gP'{eܢ_~w䁏qtcl=&l<@+?\uu.`Dؔ){o}Mۘ<|7a};C=?{n._U6==M3mco@ #PC^+{9=j-dYŞc^DCՑ<>+ƏPuH.{k6'|pWCXͅp^&0aa?6Ȓ Cf|bF?}ɷUa2qʟ1xpwYxf+&hV˩wD0O>N-h+R}mct5;bC<0aK}kJwPwl_Xl% =G?[RGw,>x}}0Q~V~WvlEl)ߓ`d_^}{~PUl2Bz;%_:=' ɓQF|b _05aCI{Џ6#s$`m>F'Y+( u;M#s|AY'56Z> 3[6KU(Etk(/r_8&Ez:X'$pL@c7X;lk7lَͪʋ*`+)+WX0k|S2hy%jc%%s(]nBc߄uOsZhmisy-u_[^+^HhÜ7ckN`bDžOX}-kU3!Rh/^zmrb3%)sdb7Ч_}Bnb_+ʡkH $S̚$@yuTqi!O5]׃fY=q^;z*@dJz] {?Ve!1Y`g$ZAVlي8̩W}=ܖA}?dhdht Andar/lY 0ngFg$| YA|iŎ5d+j! i!dC ϝWx/_ נ= Cy{ta-0\{>tK`-݊aMGO.lɜF ӧҫ)\|ʟ }HKGWmh&=xZ;wMñs[E@|2Lf ] +phgwj́!1#yʱX? vox_:G_/űr?|xmjb%i-5V~yP}ЇR/y'oRWIϙ*3}؇a}ތgcJoO10O8<_"4/ G/Ttc"]4ӏ;rmz*L,$K xW/|'|' tɶ$BHQS8Hlncx#ixW#;Oma [i֪zCzI&"tt7uJg1KgHj)/319NY4[zH_XoH0oY;~7tM_>xq;(} O4߮H?&o%W'~ #?gߗڱ"E;M0(@+t𑠈 ERJrɍ$wC(At$!9BnH"(u$7Arɣ$IHf II.#$בHr=$$N4N MsH.$&*\Gr#$5<KzD<_e͚yyS.3I i.i,p ->Wv۟伴)1v.qLRg?+?h`4&ٱ~_S5j8~N{byb?J%w$% O,i O,Wu.NR_4[ ߮P8pҿҿFnvը?f( Ml,tF?} ܏P~E aR]v1xfqqiޥe,P ]R .gpGR򱨶}>L-t9 .o'Z ?m#WХ)d%qO'.KI@zjWB9 K?$|)VTiW#_`Rrb7rG~Fߘ3v_CC$v~L =y2V")3O>fr_Fx].a==t;Ix/ )U=[o 9sD;t9)j}~Ms>䅩|x>wJ|70ڪWMm?`.MoՈU|W>o>ʈw/2+ ~nĻ~?Ԁ{>TCyao424m?T_KMxsɤσ6 L|ɯԤgo>i>>=L"3 a<ǷQ^ax0}>3GY{>O ~z>OfpcFyx03;Gml~H}^#ݏ5/2 xh>_S߮n7Qx(} 6M?w_n(}}+45)(ҥZeJG򹎲Y9aS+V-E5MnQH-Ks92r -$zon^")cca͜[8$fhsTrc>5lt/mpp(-+/*,sϜYY21sϙv%)}4NLjq;\ ٓzwŹUAE-ZG]i|`&|9r9΋V'i T>~2+Z$o檉ʢ,z^t,7ł:ExMJz(WG<^Zx+M7ḃ3JcwnS8{V.!e[Ωc<$5%1a=ZGSK}'ˈg/(PY5$" q/6EK|.* RRQ;k08`ޡP[oB&j^7}kV&)JO]^$$)˄DpWx<-=x>,Ҧ̃t,it59If>!,EhP϶е78g9}KD2嚔kܑ=^Ԫ%*8#zZ7eEXu4iJb*n$O ViFAouy[^Gs[閸PCӨli-b6^%7H|qc-@ m&PŔ;Qi4\Ww"gצ`*Z9870X`B+WU| fWxZ|--M^mrZEIj,1\7\8!'x}[Tp5U(UuaD+~E5!HT -6nlkJ_u[ATWkJ 7q4&|P>aVmFx~(9w+‹9%;/E(M;_-62u -JQX$߫CW[u5btǺ[U3n3ٌZ]m%F3\[ rZ˼-u6]z.kj\m;}]9u*+(%N2uhNޔ\))9U{Ϗj<5d,)?"]?9« ~ ixRG@qZea=WZUB3R]Ko "8QωgrV J!ŹQ%ßrn]w(Y|*9?ҤE$[_@ .gkmQ~ {*=B/j‰ӸJU^1\zBjӸ135xuA~R5_Kr&q*^{Hs.wL6bn؏n!|o{UW.k Sx%>\N8}&&5R:P:E6!tV?D9@3mAߠ̡u+S8b6K?)o:%-P&^ 5~2F]!7]^ ¡n<>IR(WPp)po_O)=}Ԯu^{?[3?`sSlw&uM5z ͍N][J˶ǥ::Z5K :Z -j $p jvx};;f7$Yž.eN5kQ\lgCM!sCӇ*J우lS7EZ Rsb2jp[0]>S9+yQRԔ3Ym]qRo&(R[=,Ӣx } ɱg') (~Obq qps;%c=żZwipCk"$oWΙ7(p^W~^>] \=JW~5Uɫr-aRO- |cZG*fW[WG \ynB+U \9VW)\{* <'+v>FTg+ |D+![_Uz$hW~ӥlW8z,pns*ѩɲJщk ͌j:ҋsL|#=|/Dn4cWgь] =hƦY̷af*:q.+D*:4cS0sGr*4cӎXr4cX4cSG&^fl‘A4C埙D,<g3s2bg?hfcX wQ;3CXfލ fމsXu4cg-h/\f+cg'<0~ ]m|9,|lC7WuE*6Zn9;.[KbxhL`3Sa3sS@^\+Rx`QroE,{)g2GbZ-e;l*Ľ"B^±\^:>,,.)daYb4G)h֑-sF2G_1G[ek|?}K E8QwdAG9w,N$2*q^`q8 ,X$`-c7x!)^PH'c ?YTM:ƣހ'%ȹg7_!Ϲ|E" :MQcAw,U-:  W><UƊZsKڏϗWt7,:T6yI;˝Ṛ8m_cPƆ sEL%&aoEUBk`DѠ]ʕD i`ߚx 1p8Zv~F'&Ϩxsd$g, C.C]1DNSa(z454ĭ)OߊP]>_aŏC8 K-r@egԌ[Jd+F]gi?LV`g,!sBV^Y/3n OS:Z ;դj(OSJZR)Eנ1-"[W. Iԭ3}}u`2Q{s  Mfm,uIEBiol o"2ۊzBiw=(E/.b! -ה(m&X~hЧF[UAHMUq gd2B튒 }u_|FPn^C +(gf (yAǥ@ѠY,NZ b,hhn43Q )-:}q_|FEʓJ!KkUi? ~B*߭eZ5p9$SHC9#ܱjdIl 0_0?jX ċyCF=ZWF4:o)En]SjxgW+{ug#+ԍ=@Y)qV3꒫ۖju%ѯjq^\MwQXRdSDԟBjv1ۯm<(K-?cphw/`6[`8`TRjm@fILS9CP8Տb k"Aը̓" c`R0qUқ,7֭RT<ɐ帇T_ݤ]'AÔ/NJn ǩl6n ,zceyEGORȶf'_ALOmyxSmyj9%;9Oq K=}z `$:שTS'M}|#su#LNE|=2۬"x9֨}ҙ.f#ƍu~ 36-`Fg:ֿ_,G'.ĕ@ 'Hnh'me#Nqd>F3TThoF@D?8åO>)wk0C:N sDqp a cHM|MiATkxx8\ Lu8؋y85$+4 U9Av^nR[ ZSL]%h)XPvD q_י8'W:q5[N.l5 sYR- >Wυe\,諦^ q6^ʪ}Smzå@pOm|'"ʭtݣfj-QDr8߽6‛5>",3iY\'U!֒MrbZg?2MԍWhEjIDDYm웅 C}<[('S\Oꌫ8,a&dx2͉C2bdx+]/q(L*5&ꊘ-GD"P*"~u0'z]s3ԑ~]Mga'齂~48PG&KS"s d|=O0dO x JoR3X,l8KAqVY)vz[GU&Zw3,}xQǾ_<=-YaQ6yߺ&UU~RjUXPSӡ9/J TW35mX[N$pN>lM.4P;zF]BvT:|'1%?K>n_.1ֲφV>>|_H 7ǹ"@O30_ˀi9kߤ#omsF<v~l%!_'xPζ~ JIB<~˛'oDw:.IQ{`]i?\ Px]Rn o敋xOez$\[Y[rtgl 9PZRNxK|Lllz3ƙ{9Ji["cYTrpZy<(Qp\<3sωA0^=?7]^ōX5]w wGs+}7ѓ^`^n}h3ȩ1pƗM#hXCn0V΄P.gn\_E)'n`=!x8'9[vu㸆UƏ[B0nI(Pl]#Yq-^[Q6ȟcBv ._(+MT+l%ȶ(|su)?wvyȏ|e2/O$VCX ǿ9|C G_(L*5qpn8Z9Ԝ| N‹q0|>c8,Ɋ&N/~0p5Ѻ_ZtDB~>p-Ȉ?J!N/,Y!+=z Ż(?)NBQNpb8LO {Yޯ,$v8`8Z8#q\.<>ؿ=,O?1>!?{)Gd߅a^ԟ%{l)_LvGXLpSL_ s_G[<x⭄<\}ϧq;CtQB|5`u i}|-B9n!!=gyz!n>H#+/4UH+?޾6n} xg;<ه9]} [y&}|.8Yಏ_˾^/I[e$P&*&H" . 4DZ,-__]6ɓKWmmr"xF4Qae -lj+"DB2Xz5=GhX›XTf ևya$Nfa-Cr< 1&.`[B4\,.덯Q0;/d?]{tU/b" (kQ1 4I @$n$vwH@dHӓ5u&" ]'"8ldœV@J~߽_$]_w_]u3ueF<#"bE⺤7HrEJ 2qv)SomL2|Di?34Uy"Kmҟtk &fZOwwX0Б1S| d.^^YvkY|~F}|ZԴqc'?|T-b*mm¿Mu7Y¾yzlx<}E)]~_j$<|rlmT?O䧪f-'9g?N0Uآڋ'ZoAa$Rk^j#7 k0t; ZVq?}345Wy\fZ(e޽b EF o2wirXfu~}aтG/+ߤ' ~ǻؖƽ}?W^;wM]/eK9>}b\vثZ0)qH͊ nS6OOg]ӗϾ?[mrkEB͔e/N:7p^\w&ёbu0oOB93ʜD3~q9B7{B"](<2G\fRk<^Q\fοJE:o(W+Q}vR }SԃϼŚ[џ9YJQ?O)vEo(ḂVQKz0>E ƚ{Xao"*읫OE:/)ʓW1"NE*oRïY+Sh݊vCQMqZ5E_¼YI)s|zۣ7]+ҿՊz( "B1 Q? <>Hg_ P29߬'"ߙP+QK4?HB1>y_ z/ 8poܰ!qYmڛ"\Ck.|Qڧ?aX)pڮNj$ʟ"_ w"NH/.6`|"fb__;ͦE\y? FN[QxyE:;E:N[x=s ֈ;y7L.X>ן%kQx:z.kߌE|,HG9փ'ry~/E'fsd"O_:3vY^#C$c?m؆ػZBo "M=ǘY稔MG<ܥ0 jt`8k,'++}}M/aݟ8`äŪ~PTKO-뱇 YV];eZ뉈 cMR6@jYjyV>Góo4 $@VUJDzȔ- d~ \1cg;fה>8`xW9vˎ8n|guIi%2׋U(dAJ^jHfZ4U`}!C/!6ԩ dϽOBV:a}6l)"W,ZphñpXuTۃ 5˿qݲ+pϚ 7qت`HE؟$$ n?vOݴ(ӂG񴜼iE)c2ƤxBHƏ"G[bbkIH Q&"'`b+=>D D`id6Fďb0[L-g(ޫzcbJVky+tՑ8`xa\71?J?8}~ըZxsN"7u7BZuI/ Oכ;;; _LxQ7t/H^- OuSO}m%tT ᩟tSVLxs.o%|Mx꒠tiUA#Lx:m!x·jI "~?!X ~Т&}_VvkuOKvG%oW#Rk'CApiՌ=pIUx7`(nq+`EqޤWå+*8&m ]VKծ[%jÀ{6KRT M.EN}~W#.|ڏx1h?ygFzęAO<G<0h~7G<uh?AGq_°G|HQ7G|p"ڏ ${# xڏp2ڏ7#~h?⭀oA? Vfc~߆8G#^x,ڏ8bih?yoG<G xڏx"tXh?р'o< G<h?A'#<a+ڏ$ih?⣀3~GgF|'ڏ=ww#nlCxڏx;h?Bo#~lfs~ߍ##^xڏpڏx1|<~3/@g^#G<"h~7^#G<=h?~1\#> G|p)ڏ2!vA{w.G@؉#x9ڏ9+~[W\# G ?؍#v.| (zg4S?9El/Ք&׳-06vFoEY싥 etx-\O=_bdtx;dZwzaYyIښ&`'vQdMǠ>V: |ѧPߴ6=pz5|Զ޸ZVGٴe+=:;A=ފ5KKʢ5\kw^,jZL6vض =}FsКvlײi j u_7b8i's$3e'N\ *Pקtxjずj PN KsX@V-F c>A_!]c=ӟEc^!D%yl7^P58Px},$ mI:^ l߂ N[|fvGv[LpPʾrMgv`n6_&ĚxrmgRwnP!:.rmegw wy񵂕9 S--:X*gI~=ȇ4Yܛ}٣pz`y6b%Vb v "LZ~='0ّ#+㜀$M cE.hFS+ 9~# EX//ϱ[k]o08{7g)푕zv pY#[YY}NRKm>q ãQM4B1y x 3 8kd. םw N<+ )CA Pd =WV%3#!۞7VFDf>4X{858X{;z[{X?U+:yVy{8뵞( aNϡўC:NwRP+CP\1.C|8hcK8m&6+w -Fд w?iie4N\\?a*^&S&]hTǪr[d'8dq3uN@ jH~ i n}2(Xdj>m/FY(ǡ5G-2?-O`s5(k0C_v O< ~O{1X|)NL#;j<%ɫ=VD_ўci-A?C{I8AMG}ܢMd,h`|ŋC7FA2Fۭ,?kuNI\[D" *uoT*v &}jG06Zg aƨ88U͗Zq' ^>.v(0ހ˵K{ZMpb~.Nh0ߤJɾH|#_Ir4y#"z.by9Ӯqڧ!1b};NbX3PR@C`ꣁ\S 9RXXb 3lO݀@ \_ia&|,>+ SG31P <90x[jN]ި<PGºe`ǀ/km(m ;:"7ٴ#ftџA'ACxks4&N_8>,^g|fۅbbu{`G=”b7; `3R _%Ax# 1+ysP @i#-{ 'ð+k<|+|S=D{B VVcLI Oo}DڏuK 9 utƨ<-'VBR|OӠ\/yp°W_EO[( /m 2ΫVAr|jE^p2|Ao[q߳z_H5+oQx& M7 WoB%a@=(s.H|>|*| L#x(l@'Wi` QI)鳿J,sg}^sjӠ4Ã#fk7G?txyC"VX Jt0=(qt\3Tקv{yYGH1zȃqZ*jפ=΢^@߁7SIAKfm\' Vf( .O @H>]{=K;6Zb5Uz"VOG.:Y|o܀ `B2˵ذ{Ԍ }atCO?O6( kȞn^5 VPz%e@>־O <~'uS?a){>5LD}熁sFnzڧH#z \8M[- ~4!|?8B%Zߏ"%%L!XɉySjm~.K9@ZκsJ=g)9RbS:㧼eމ).}LNcSXc! ?$.S=QǓKE9?;d7!߃?ãMDjmNIS?]wf}Yo';>\>yR~_hiQ6-p'MbwR)J 7r``S)3v/7DNm-8@g><>hg¬2ï _^G[0lmj ͙%/69<9ߢOBYD̀kI}t?Roؤ4WD+ڢYnN尵 ш~=<]f STM¤y s֙v{/~ eU rx}Z_wXz/{g=$+}-r}AՔaεq~馳*Pl~CܮۃGZnS펦Q;Pwm^uWͯ>EyD F9)U0~ߝh9iE wBx"15Y(d]ү>( 7Kqpw9o][O|Na{ ,8V]Jhnᨾc'񏯍?yL mA[}q)>-OO/Pv' <9 dGbWw=ր]-Ą90(6 |;>-\p֢F[r?s,9Eu1&t4ڋS=vKI{?[u#U iD(XQxY# V6Gsx]7Q5VwCQl"SnkPm|PlE,SڎS!uc!zc jS-n'6xH@{݁oT2Wz8Ŝ% vUtcyHU~U<䶘\`r60_)SkOg&znI!" _ݍ'~XT~~D`{mQ+KE9O75PǀVU'E vZN?[yN.fأf|\Ƹ~|CF[ `6p QlwNnѯg܁ ͐uk݈^GzZddRĔ|ihkYߤђl+rDXIByDs++;Շ/4ڝ1|Oq7yihb o`-{"s'|u;>!82/$MȀ20wn0G]#9.+5T |#}7|)HwrN!ZxnX'ŰuG+㉨[Dg.WG)Sڰ﯊MQ;K1>bu;B]mOv%xDү_s)']΋q)`? =b`Y>/'s}.Z;ٽA J5ի>\܅-g4|<鉗3RFЄ@SZB ]ϋљ,ԇ'vQ_H:;E[p?D~fo kORou{m;!5D.X,<_Xxb,ڴG s  66q|eݐOHa$26mGE܄d W#k-5hyl3l= rZJҟ搠!S×]&B>a=; 4EfP{+稇oa|0 E?E2M[Ԙ",ğտ*]s][㙛ѿ\Ȇ@M'ou}6:h%i;ERq4bloKN/lHhN5Ex2ަ.WP)VSƻ`s+L\G"q)$pD)TopVociQ6[FOQ*\'&x!xRGo`+ycV_\x}{r^gR {0@vf.u`B3XX#?p6_V+Jaa; dYwY;>tdmПmz@=Q/zTAD9}Q6ٮ oB[D txizDia'4+ɽ{W'p:};T)o dwmuhJmSŘ_-V;xx%[X٫e|_ln'c^=ӊ﬎pQ%&^sa'c8Y O:-^-|jl c@3~s4͊q?&\ENk=@Ts2hK3rY#icPr?M{$шyGom~lXYOtV~#zO*MT Ǫ|BOFGE!^euǰaE`áxa9COeA/'&Kxp,vh8z9z79hDU#W=.Myˤ:)o%^Q ?u'  ~(jy64|xxk\1$|xOF`xzB}u= x핸h:TE8ndQҀ6"7 fz++O͟/L-4wD7T}"^߂鈶M҄[B6~[ C?@y'b{731#~ };eÊG>sYS֤yũ{$N (a* F{,Emݎ7n`k_ce~~NG8v>cSf)]u`7ZRӼ/jz!]x7 몔VXWڋ%ůNuˣtM"okޛjk#;gFqYcf/ iY=xRNy{bvH7x^]\Cxni#:wWm7G <7w6|:w^+֯=^ Ek>/v;Z2&%e%RbbAkfVMWuJf LěPDy6Psw]?kpoLɬ,VkʧiȬԖO]^݁ὕ㝎3v ;ZBՔWL TћUu WqSsk.@*Yǻ33@"/CD"`i\k1p̮\̬C1zyDJf4ܯRjRY1u[iˣ̈#n͌ᥒY6ǫ8ۭRc.qL-˕D9Krwfe@n?b2Y3嵕Sf ykʜFhl s Xs̺DnbL%$'1Ct#=GT? S?jWُPb݄l+bQfJFs2q5miXה:/wV nTזYUs"#%я}Ec-EYN+`zfU…;4Q(h& b;XLJ17WU+3?f"@3Fe|?uGqW╽%eefkY`"?Ϭ⫋)5ELR9-P9T0ܧKqv f37?Rjdv2R3*L#Ӏ̤Ut?'bI fSAMryXPΜ>_CpwfE67u~z-/#8M S71uB[@<ՊZɬ ֬-ly/x9Θ_~C8`pTBzCKihWE;'JߍD626<6x ]ދDJ_x ƬU| JP{R<[ { HdC<:7b> sGSll,Hdm +.F{<@H$>WvAm{7Dظ/I XLP 0~8+\ <2釀C}02tT <@G?K\p#f|lx _]} tlX 0X$R DV<p;Xø>|% :XcbL,I/9<p o<@Y(p#FeP>5z'u}kzujO{UrD"=cdxiV4} <ƪ^ Lxt/<ـ47D_HbƹӜILs &)H6?1&eTs$)Ҳi9`E=B$N[gaS=ڳp> 랱i wEc:؜A[qZ^Ѣ$1JNHsҖY1}πL1 鞴DKaV~A>`=u| S6t&p~<_t*_D5'/͓|C^ߓi_מP?_ÖZ1ԞI1$P/!0/ńGMf{ }pI2H, F(zx?+?%#m, tg ?c+r4t/EzJ瘐mQi5cIZl|bčiL8)##WY׃pi*UdX޹UB;A!blZ4AjH_j/n sy6HEi.Eɡ$ł`8_v3?| C`{8? ΀y_&<3˄uw21q^h--dP?8>1%Il4 X"O<K>&}*!}']e1vre¯no~@q~2Mr6X`ig8 '0`8a3% _ca+ý 3`A;3pBV0Ͱ1\Ű^v0L b8a! +fp bp/ ;p 1 g3lfk W1leq S8I`Xp 63\528)T?A G0,d8a .aU [exaҟ #2l 0|* 2<ΰa P*ϿC?5P(Çzt`l {1ΐߪCWN ̬,yffLaZD$)k"H-[M2 _ = -!">26d:_][ Zj|c3A~#Llx(|:_0ÔfzeNFÏ\$\g/'{Xu*%nv_^~P\Ĵ/I Y4rʳJ뮄E,]-Eb뜄L' :cuTKdKY#m m$vMy(iH3-3?sk<_{_+wåA,1h*/4 L7?<~n*үI/3.{7./j8_T7嵋| o uE,/\>#jY^jj_ƋxV/ᇦֹݔc*/׹AK?nUфe >D\x a?Mswɐ{s73Ⓧu+o3֣x|cǧG<.톾2x<} O5i<'i; w*z&?-oxǻy'+?q,vw 2]0]K|(vL>DK~Lqu빞u"Lg L>vLr>A;4K9Y-&D|3 #|RReS|z-K89 ob| k8<;!ppGi?x'|I~5IFK&e :]TY?#c^$yƷ!iye0B"Ư}K_wOpLZnYeI^T[+lk_k2WK)w{zr8Y Q# sHޣmOMPϏܯGҟL>+{)H$EУL2 KoI} 3=N{򝀳 ؓ#zvx?/_w&ge} _pP^yQ=<$cg}Am0A ;'c:w2٫o=oAe aOz*_zX?weHC\2ƟI@RIOm{o{ zΰ,X/x};9^lX_b =)q|D铀?}Xo`LlX==S?7Yi}=Au {e0icwjM9TQQGթgAz^znv'O?[x|񶾌v d|i]ַ 8Ynju |Swo!=TNkʽ7?#寮CCM_Lc$ƣyj%ʇ^nӜԧgO=IOhܗwyՏAM>k4/(%4pN7 qO;]ЮIW͏4 4u&/4\bf]C"nbܯLeҙl$R4LbfyMS4P¬%j1 L!*0T4vԸ @|\644r*gMƼ-Yi!(FK ZhsQy WT-mvL3\T#DN1eh2;jօ3/ΤYhƌ 4d T5?y& [FYXdm0V./6gO2r9dcB3(߄^^ tteyA潜'[00 Nx(vv Fꔚ.w8rV3Llݦ4VK)mL=Z- G MVh2 &%]rpM2Ԯb+@X7/"JsC\iA#57*9za}aLg?*Aߞ^n&b≠_V=,.3U!::;o: è:%Sb5t}E,g0OjCD8 ֆ4IDD`Rj hTQ5, #Q ;T>),Q9-9X̹:12©X rOALHfziB(Q*( 9rPm臅բ؁`{ɴ3L8Fij,)]Mo ă[#]gj=NE!lww8F5i֦4[gI'g[iniֵL55K 4qh֥&nɃڎ*n#/ZL/{n,2n D( 6Gt"]n_B9,q&/XXғݥGxHy{;/rNNCR!sWZvտXeļ+.DŽq!-u , 7Dax'VGY5TY8>ͽK8[w¡,X r[x"\Mۙli,u5w]TXpTJ@ΫQY1n+)Tkqj ܈qhPXzfޒz~<o>XV,GG l7"NEkOpaEğVF)-cGcG)5F,-lq騑#(WɂT`BԧՕS:NޝI{h~⛮qy߾FLX @j:ҫCTqXr dSs,߫JVyk?s<][*1oƄ&L~ukڞ>qy #\pְ?*T`mQS>b~fHTx}7q9*+z67⧬n#j[x33x$"P(X.x(63o _oȶ@( nsY] 8NǶw@=^w'B?0ʏT WZ ,C>;0b! {QOZC>HiB7wv < \fH0pц8ط ޸1&҃ <>&ؕ?<71qz0 l b~ƻҥoew 1 d.R B3GZtaWY2ddxRrݜ|04R1Ljr~_f cCn*ytr/{*XP~Aս뛌|a Mkv/NF^|#￰K(Ev[\b!< -*lT31-9J7퇺>V~vb?6t>d9 XAqv짲C|El;lZWMqD`fa  6 l}7`+`|8U*A s@aØS>;vf]]}Ww:;pvOog?yL w؎i_]|;OQē7]n?k=ǐF ڻkSܸq͑[Xեo|aUQ^sϼIjw[_y쳯;go:[qb檷x-gusVϼs]OHWl.}ɢ~ܳӆu?x_~ӪO}nT Es>lM~ժ[=s|[zwxZ>/-_l^?Nm|֮{]}m۾< d햙֜Is^Rg4mkyz(x`7~b{r3 ~s$3n?3qw?tr~Agwh'߰M>kg4h٧g&}~YiԴ M}QS/5Ѥ_S.^r /yuӴcx3ܤiC'M;)w&4;qQIMSX\j$jÚ/jڡOi/3 Ԍӻ:y5is>wŏWB&!y/Ҥߩ|ƟJ&x| i񦊓:\qOHc(`R׀S(nWݴRG,zхW ).:sʧ ;:D 'FYM='uoCr5DYLhn>H*~ʧvg>4.Խ!JJ|-'UP=U7*'y}6YvDd3gK!{m8z]oxD]ܙ 뗪b_GH3cJT.P/Cu-SӏT.g3[j_M )\Is_I&;vzz{O(y]v駟.S-'W̿OXSJ)>S_~JoI^5@Fq2W?[G4A7){8yZC%/*}mԞF-d} ׎rxѹ]H+ j3?-h\:c;f‰H( , |+&tc^~1_˕٦be}/.)#l&P*DD Ȩ&T>!.&R1O=6?ji]Om(D4uvAtu;B;{yvڜ[&㒝rmv;7$ex)#q׈*ġ^rȔG$%O&kerՀ%S p(N 9`">1*h?,['ZFڲxFV 2`T\<:n-GNdS2$N >=w3G/f4Əc<3T1_x_zs?$+ϟ71Sc<;=?;fƏc`sbq1oEg<\'2=}gƗoC?‹7x@NsC6xӠӀa~ 0"> ݈ Sg{ 7ތ `ڛ۞D0,ڗ ď)ݏx`ڋo S\&0 v|Ԡ- P~)P~ķ.DG%(?⹀/EO|ʏ(? {K_# ʏx+Q~}_#.G|>Q~y>iQ~'@| ʏ=Q~o#>ZK#x0ʏx!(?E< GQ~ěGo\# k(?(?[kB/\# x4ʏx:1(?rcQ~C# xʏxP~}ʏD'_؏#> G|p9ʏ( {'\#>x ʏ%SQ~W#~t3P~[Wݫ뱓>L޹ChgAjUO<  P9ORƾ/37zZ|f#C~_Uҩjᴯg`T[;U:\/;w~t)ҵ馲rg?9.&>+޿GU]  AF/j&J4j$gp;"!dAN9=MUV+mmKxaBpKD%pk̙Ib{ʞkk}=C%!aW .NЬi 6rY9SrKZtsqZ.I\H7meo,4Lnx۲ f R> |,$ج#KtoiԒEnpZ~9Yخ9fe KI!ϝC THrܒ3fRFu9lM[z76PR@0v  BY Qj/O6cʸ$϶\jn K7I?A|l0TX ?}RA|2ƀ[? }sr <=L*UeeMwoNLJL~hY *_nԦ"A/aOD&W'r<CO뺰;j|z 2H,>AKemfLMH;񨤚NzVHq8ir 3AtSj;~MW;< &T tgZqՅbMXpH|+-@&L>vy)ҭIVź$m-y@}Dnx ~jwnsS%SqZOZeV ӍIc ttKٻБPS2%@Knk5?W>s'Խ'rK0b}bK6ۺ]Æ y2arV^.)c-r տQSp*VR] mĄdboL ,lg%a*U)&[ǑSRҸkЀ?q8VoyA?s=4DnuC!oQeJ$Lhve~;~ݑ۽ o[&["B|o$v/fb}Z6ĎMhwB󕴠QO8%=+ULsFZ] vhdcu;HXS 8٤<ߩ[X))Vt9CGL5R* r J=N0-j`+};\ 'oGFꪵ%#Fq|VG)-ہ+Ēb̓#$&["v%-@LS;0dG?!S 9Gk>ĥkz'$n}͈.7m2vkZr0U NYXZDrHV@ w1p1ܯ~C^q9x Bn_T:L.}"\uX+y:rVGIuu!p"*PS(^oX.BA~*P/cȏ!z C̀?/#. ypr 0{#̑NCx ߿{gXHz$D×;|kiM7Am}_`4U^\3㜉_:0ER7$p.$Z Y P7渳 |K 1쮒gn11 0-l\+RU!+I"/Obz.bVUS'nEfPfK~W} znٌbzj1Ă2ڛhjjwk7C|-FϠbC;$xbv 4JFAֶ-LȈqH` xIU͞R_(Qs.rZ.V*f-Dv StH I pQnCXLZSqa^6=CTYvdm!ou?ͻwW L EW~8,7lL ω+gjZ ]_mԷ| |d9]mOuRflU!OSgckսvq':満or]&־"}XKEtȟ; }͂$8.4ٛ9xKh Kdt+R!tʁ1ޘ]?ae&# 1ePIգмh04nwpQ YQpX2!E#fKٛNMZc@@R`0:.]lL>Imn'&!y&qmLmFGzqv "|(+Q:@jvqmҒ舅JCɎdž6; m3Ɠqß#`NfD'B3ĦS{ls (9qUu?e0}[kNZݧęC2~ pF)1n_ٸA55a~2BǷC K K44 ~m Ò$[ l#B~LM;v4? AydRR;7T|hl=GmwJ7Vz &"ۉٱ@ u 垱ފX<[;~2sDnvcBV}bp1ӎ;ӺIVͭ,J _y}[񙎼g^` o aݜ:PWDW+PU?e$ͻW_BĺrF$c1Q!F_R_ C>;o}0}_&LߞGis d2r>^ȝ7,0Ǝ?aV„iB͐{K-XB'$Vo Tӛg4;:a Nі0-U``4|P;vN9ρچYj! K:< yv`[]2bmB+ [1~)緌\ :,=q9]5SmРDHEg ՄYIA{pZz`vAo 3ky >[D%=\DK>69ju'6l&H/~IA!:%UĨ괋FVLdh&ω5gmBDjmQ$އY28Y3&K?Q̝1Ob-!}Hk"CS|FDX) hdl.";(N rC0W_ p.R0!Z~ O4Է_$ xc$HZ`FfS\ܡ䔣ˉ+WFkޙt d\=X巠Q?MQ̵BEiST%yr9Z˷㛉8ӠrurFPZԯ܎ fuJo`quGl R49jNxKbf&Zr!0)Q|S gAA gt!^IbaciVg;fqz@9;sؘmʈk!U*dt̥l:-Wfk?.`b|}'7xPg=@8??'mOIe-.b-lhP-Ө^ K$|^u^=}rAƳ.~+K]o6^f`؈'L"6VsL}fyY'OkFlz5 ^Kx&}4ox#ςvC4.0圱crv(1iq3rN\!$*u5*uæӏ$q)d 6|!d&?s6' H\?@)T7썔.GPLH1ɕ09y.\N92X;oy:,({50Ah]XZ;awF5/h a<1+$g@5ķOlXRhGjSDKG:r6,$):F%?URұYd<’W%I8ɷ5.8y_;ȡ%9&:$)̦<1k.)b={Ч.(2e3\ϙBPRUyT.Ora|c ~_^uRe :P[JՒLp$)Xuu+[ ^F5/*{pW W $XOڟS$Zw)֥n~(7&Qx;hVshzE =x<>G^I+ɧpn̂nC~T|q P=ڃ Cw97tl/CZ,lmV-*g̀lY ߽lcr uH뗅@OP#rXc Mv{lg |mVNOzah3 [&V ۈ5SsØEܺwD{  u* L^.yÖ1Mw|xU;zӈ"ۈ0t%kyVsC~!5>C'H.%n|2=2Ai? WAw-rOfY5]';OsUX [ ^ԟoLOĽn<+T* !x0l$LAHa*LL./!$r!yDPdнQQkvy-h|h|"A_n{6:O.<tԏW^Oc"%M< BQ[.28gMԧYVZĕEVKS /&5z,-un2FCgZΞ-SiOr_\Cʬ꿈T|/P"{vgLgU\F 4yc6~  Z{ut1g=ڡ;Hᨢ{vF:>B^AG.%Ǽ^Pszkw%juVECdNv$>g[~[2CHVHr9I5P1eCK ކ450>qcva?HW+ՎmX^Q^򝴃l5]:?R vj煬BH`;teJ&6TF,|H= ĺ1uV(aHxҁ] nCM;!FVз{CDnͯ6;v!artV=jb"7qɡ,*rAI}L*S#072WvJtBEMJ-;~?m\հBUՕ0vTV xavwOR/־7<+Q+Q&L5t{0Hn~`Jr/~?W(dPx QO$[6C6 2: A^p~JgSvv (rVL{wL`,<ZHejʐ=0ҷzoAPf%%j A^^I{ uo,_ђEWrA K t|zzPI!$Hl۽ -BQ=Wi9TyQ9PCvXe"{ۄ{WHSvl⒄⒊2`}=]Ѻ--PGŗ*g_wL^Rݹ`䓱qP_606ifVmTeKVi9Ŧ[Abk ׄЅ%./flos'rX9Myg kMtX.7o6sȬR( Qe򿖺)E&iC_h>{Ɇ A0I|aЭ&Xl&9:3A'>5FVn~KO!ްV}mfE2i FElӘr3A1m[oB!&#>"d7ɪ2{nT?mqدdi9(6r4)_-چFJAǿֵgY0(.;P*Z,Iz֕/ ԅF*veBD*J덞BLەOO5:6MtN/JS#v`bA,nuVIkճUGk#tЎI"iJ*ӠxkV3 qҕƆRhzw?ƓM vh}o >hdsxrCYʍr VҠN,8˕b=B3SG/h1}n“ ;pvr}}{!j CՂy҂@UޚJQruĘM(єB~ LƈLxqZL"3A&gLOEfի12-Hxd)H:6r9c9rP+ۯ㧣GxA7VYF?o%P!U4rQu\X/]k"{yҰ>:Y4 ,#]y#xu#RRFl98E‰b3z}}N=YqZзO+ˠd{\0~o._6;鹺c6LOY+kid&Pi\H~|Z>[G[lG'kCwȅJIVE^$'Mle l7?/)&wi3-\ 9e`IBҴ*I#TB=<\NJkYڽp z XhзGa"sMuE_f:Х_QzK3!ʑc{B0?(u wld`,KcI1ٙz5hG.|dcş0v Una%Oﵓq`~0\^m\9 z$ݔ7VZ}qjpC"#pN~%/I{nX1S8T3“pMZW~^B'ĿpBՙc 2K H[sztyw-J> 'o1KWT[ -Y֒)ΡdZ Wj9^@;ut+8"QYX& v`w"Q1~%/Nܐg<$mг8i_. ڋ\֮v'|^~5Ut'fbzDγ@y&qlqLStO?|-XN^N~W6Ryw(e"_u@-ٿХ#RڣnOeĿl)bTշ!J/kúL{폴tWbQ ۜG${[`uǜg|q]8n ~-4?Ý욿gWp1̋Y٬ jhgf:3СX?[:#*&_KUa~xSz˹r>jM'MV; 2a|a,vgf뼥4gև6ݷ90pɺ!|> ^=pC?Gʪ,У˟E8teh;_ jW_A`Idl Og$R.?c a֥wlO[pÅ1%>)~ c}=4>pʇ.2~<} }P y* ڭGKHZZsՓ/& A?ѽ%[_o N#L89AIAbd:;ivdӌoSË!Kpv_#n`Y t:a4ǃ J2]}3U^/~SVGChZ@ӬIt,;K{OV/↠܍oيn^Uܰ]v~c"[Ix]:w /f~n&PVOg?;zqʟδ.dߔhg)NQ۝bcݷ#tYw`g5Yf,,9& R@@MߓuwK)!rHsQs1YpݝvqvfKdmf@s;t-M;b"4Z7DkqAv!hX0g9ӛŵ㹁f_ё{|7G'pTt}^tTĆ/@˟ Q!/Nѯ a>X;,w+gr \6c'QGMGB|_?*%d5 \˸2cN1)w+!$VtDv}bSnF9fBem&Tg®TiE(;>q%˔8+>ؽph#@HxQU )Fʩwt"A{@燎WBT$" AAFxZA|`-A#8瑂lH0:#K|H=5(ݼe':#:PCBb5$]݊q_ r2.s+|lAk$v>8"H_@v_)bE(/ <[^7Xˡٸ=r1Hn($3S|b 8r}0Cgh>55-L;L\nz^tkPz^tIlwvlD=oMmWͦ+]f qHŜ}G3>;i^҂Z=^:=쁁 =M(>#5KR"^GxTY?f Sl!Uw zɷ5f9noC5;W$ $^nZ/!x)z6_gp Q<:t>}gmvWYn =Ht y cd<ݤdŵO1M0˶ȲgïFt?ʃ) .Ihe/ f KP5g+>w7~;mz/t[lkuke;F}<(^VO>çExC狿ԯ8J!?b',_*gWp{b' }BqFO"tM;&(?SKmغ0ӭ'اeSJmRf 'tYLە;c_fPݟ7||&Nykv}0 f֦$W2>CpLHJ^81ϖ_@ѧL:=g<OJJėRKࠉT&#րυ@?N8!؅y;HtkWSv!a!(K4xZǸ鏿 Bo"`Xo7:qg'k񶂯٘>'Q\De_NLP f%*o{|?Z%5mh~xqڎ38xo3t\UAFt;+/RT?$mO9 6ߖm892tbABwԣ̸ ??Rn,A¥KdsضmޗPAnzqib#vA$xuik#Hnv$yHQ?% @5w(ؽSOL: '{XZ-䦎|ߟэ`~ed, E2:T7+q拮\\M|ۼ) LS  uO '3 }VzH>b?.mG&OypZi:-s,1?fV@|ZDɲ[!%rD~tZĎSA& H7o>/RV2P Avw;}v%a+~*\1kͭdI'%rF>q:8fN̯Nc1IL T9- yaoWF,9cdCCq2pb)glDxh- ]⨖f1KIq1:؆@{~?=czB\ď#LN@ XMG0g{ >ng}=6uRg9Cn#~Ri|,ޓ  3I^Dy9I@b n(`#$2.9}ǟ>zxd%y0{0֓̔Ht9_AΆy8IppyiHy8/- $ }6q}VeQ㆒Tސw`8vqr3)XN\FPkqE`@d; \pp<)|H^:HO#G~7/D7#}&Nc'@ϒ[ȶp|6ji~-ZQzMKxZV2aGrE4xӝ@i}>KAC>ΖLC;0Knꇴ\Mp 6b\HdI^QB*HZ+LbI^ r 6ۻEI(JV ( Mvs' a;H-(Rh IKb@1u(I#$v; ǰOs)7; I0)u?[T/傼N+IPʴDp3svyޣЪ6^|Wi/iŃ1џ,͐= UCjǭ.vq{~ЊWXȾu C'k_5h$0<zBZv<89l%i_K  2\w1vФva8qJR& fz2©?M˒QZt7EWS!̮KF)n& gHT4S s*oMy;BLbqu%ہ #QIdhz }bJ`\z1Gz@\;Gh %ڿLDj(A.S]xLKxҠ1 @g(="K^lп˿G o~lO>Ё>ۭuO^dQ_#Da~x*[;0IŅjcɸZ%iCޓ23F}Vfz$.{%'áL$o!7g{ B,'5Iα09߅V0X9tܢX|I/=^Y'6N7˭~\_s9F|0 mCqCNoz)ufu2ͭF}Ж-9g6!;D<1E0MM@ڧg[5\PjəeƯ tcbvB4zH:=CT&Z*P;k˭vU>W}u-W wzLlrV_c=2_)@[[3L>ng#}IM"-9cx蒜S{BD+fˏ:E}:׭}Ę>k ovXG+J䏽<_̞^{Fz%g$1 L=ʸ e|e>!-|6ql.iSI0/C߇I"i=%.Z$veW <+L'8τ M̤H%􇮂ץia?V~uT:2\6tz7yO;P>W;?s?/ŤڂN=`)>qYc8l; ;I?N+/TJ͈3xtfxfg=wQ>ۧPR"7)\xY=IOk:f|t]vc~[og(sfLUR`0&F5d )y-Cow z%M#APN\'?_IwA>:_9qG=-7N|;AzYn9ޤ @ߌ>T=y 7% =stbUay[o􎖔Yc1u2>#+n}36-7nF{įj̑{w=6:A6}b%7T$ɪz~֨&iMqWgJ=MF|eVb'gT&Э(աP>zonѼ>In zc5ym2}qc%0T&t^\l~*\Kf0v4<گe_KWK-0> >LF~.&Z1rfVά'YǢv=1-u_U޻웧t<TC*ůiG#*~$_[XzCuԧC}c ^ ӕlL"Bu(s4R&+sIcM67O3L brv:ٶ¯ 89ۀΎK;ԝ3`{ϸN౉NѿH_ rז(?5NL#͢qKTN:q58U(<^ mq @Nyd]h1HVS7Lk?V$91  j؛_ݬy^!t} ұ?TF$7%qγl7Ho:=؞␻;]Ƕ7 ٛ.@ ሙ$(.Q^&G|Ȯ7 R,Pn)I$*/.6&m2?%ɉj ۛ. W2,}ӟ#-O>QmNԒ7 Jv.PiRćpV6xǤ @7uʟK$!3Jx,>҉_rRVA? .Y@Xf:q?Ϋkwec|Q&<'g%&:v~; 9H;MhiG`9c ` x4&4I-[* ׃ G.`ɤpq|6D0-2.wAA5Ȏkb$@zb* ֙wᾳCf%B`R~Lܰ҂p ۟x:AE\VE7v~;߸d$j *pkd3Ю0h( gr@pO1|0~N?zx !yys48daSj>q,D 5jKKA9>5MlckCqC3 iPGLqT/5HmGRB #˴n־K-UXKW(D\8dCH91\ҷ8܋S0iNeNaNB @aC֨} ٜ,?Lxm-q8 I%Z_A @ 㔔 ǿ2N~2fQCvn;miW:\>ɖ 12 4ny^ֹ:7"+n1PzmhU$wjc{BzsI*NC8 =4>#7Kьߩg0p'Motoވ`?`JL4z?ط U} H϶kI}f1.1?G*M>|ċ%un'!EnI>Ύ-IM.%BZK^0/?&c!BTLdK񰿒OFk'%KX:dUJJ LVeyBP>Eێr FLO0=H'}`O0͋<$9ts.oC'&t+u+Yt%EOÃL1Yf<$nȲ }V[]>< %~+wcI*qiFj㿕,32Χ1 ?.2\?\]c#vW ٦,qؘuMxMl fz *#qm|tSvi#eO^6R&'{t?[‚Zj/A3nJJ|$ IF.)5?,)Co$e !IM a[\2]\nY~}Np["]ɊHtʌKeݬ8e28:&Eq:tHg{| 7jH\@Rg9f3 [A$k92CY;jL>J9 =rRd r%C+H 1$. 15 YZ-K,#Yv hr&Ffg4Cro97R=cOe} ߕUcW,Ic-P rKwz= GWNC5fj̣`X 0L -9qu8rI }'O?b b_7-Ytփ Ixj!FnJS!X0iPWWOD4pZbd~jw#KFț|I]?$9'ZU;~ ɏRP\y)u(h)@>4*ݥmm' oFvtxQr,yr.?Ⱥou.N/IΖ6Px0h'LE=cy޹}_Ǜ}z1r;O}Vd }<Z;b=}I՞X LM? φEg=G}~QٟgUy~^5~Yl|? ~6GIYMGm?{o6H.l;i]0wHc; 7Y-t!*TDkKnY.~I 7=\3{pjSw^*'1;g_)`x C KRw~%w7K}v/ñsmA;~kp|8M&|-@Lҩ |"6(Oa M<䡙x80Cx8"4ׂb~y;$[-b%|=%I-&aD|2DguLS[>P׷Tvr)Jo,u Nn{@7϶YJp@1+($?P1+$Z'=;oA茶sf߹`} -vL9`B?;o3cʾnv3-E"׃OZ&cp{q&6&-̓A>uwa]Z.n7\Y9\ .[o|/?~ PR*Ԥ"(=b\ZCM_R|k>^?&F{}&Lsz|m1bD0\y'V"yd^q C߳hoZc jF@AvBด!65 δ]z@d n]pt˜U$ WKO6OOPjɟ/,ؘ, fPeXmF|,N_l PO7WKrXgi%%?w:Jˇjkȅ*U!GTuzoC"\V}\.s;in9 6ބۇI9;)x ;sC s@gmshaǰAٸ pY_(߸%mrG!9Aj!nnc 4C 7Ŋkn%z L$OI*$W`r=GHL1j&dd pČ'MχL)sˇnyOqĀq 3\ao{:;Zݬ19IvzcmYb M}m [bɂfwzgÐ j`CF{e?yAڃHAN+iY N_EjN}/I(?<\>u:7^stFJaQt5}FUɭ.|dv,Fw)]|X'.[+ (io5#4iLQ8_o hϡ0oaJÕܑGC6Wc0?s?3N' $ØUdVoR7@SľDyدPx9)SZ 8>{ v#s'/Fq $h0{}ظ)n~T_~V`ڗ)&}=LI՝B^AEPt6s¼_ lH3JDN/cu&wN덽:ote ȩmB4pƒrАbo5=K$giYx~hWffdz &Wzص( w2j,Tna'ߔ[w8W>dǠ.E<3mVJ"#Z@goz)3 )72cM-}Fi8OӋ*PCR˥˹W_~Σ{3C!wVi[2kuoa!fl?}+V~S7t\W/:{VBo w%x:lPKԁ{ juF2"0 M0+^agqo 宋|[.7A܎e.*,]мd:"?F=*s& s=0m̕e\E:n=Y4=8A4}_zitRr3 ?msB@Vro;$J)|E XUWk|ZaɀW8B\{0 yg+97K?ΪciF,Ai-i`.7ed`9Nڅ$7yt-y} ǝw`xv'wYmkGN/H o>%p`56~gMi2eAÇ'#Y謟# A;qvKEBnio@k.F}++!Ǔ :{(.nZ~_deگ A׹m68vIN $[웶Ǝ ]L;T^O"lf(-o!4{aZU{SQbyJil szqGl]ͺ+?\aDj:zo1<@(y VCZ\ZݎTe_.eua>5|'Eȫ Aj:Ȱi-FN` SuQ_|H\5$!xq3[я2ԋ]PԟwJَaخ/ma JFy*WF(иf4w$1`؎l& ;1RڷE3;w5>ȤvFђ)E7I_/~7ٝI ؚ*E1П`"07)WMPk7+x10 7޷>kGﻴJ\Oc}a>n\I1xzgKޗ~cWn n򞦎=S }J{ѵBP%0zmH^\9 Oq q .rP Wz>6$t‘|C I|#O]_,LrI\JT00((pC:vwi=U\ny+y_tlt_Uw-1..`*x6h@W_ @Iݣ,Qow a(b}&w7y=c ҝZS69{5dpC-}Ds=`P~& ŧ:kyύzٮ}{H6;s_L{vaFvNPFvٷkݠO;{(}s'zmߣmj(1]m"e ls\S{åS{-T( +Z@J:qwk6'r}l}?J\ )δ0\C :kW%aOL#@K A[}RGDZ|]l2'C1o2ly(:h7:yfVlңmt!3ԟ^V/_y3"T[ (T%%]x_᙮Ǔ[th wZզ`1Б?dXRCTc?}#tR w߃NvK,V :*w*F\5y O4t\\7.-?}+Wn]CVKU@f|q~pvRn 8Cix&kv{݉iN`wrKf_}nn\{rO=ӿGvy'YЇi\5ŶNm'}L?fJF v֍7q8|}nȍIb |i濑2o"n]wO&  S? iߌ-ĥ\NTV+˜>tX$G>\cE+3ՇϤR{0t~b ]N{(=OUP]IwXFl^8ؾY<;֧hpT6VڻKRzOUz~3j[jr~m9؊{> p>,ں77 7vXCռ%bCIYCo٢%UeY#ytqudZ*s[AtkAʢBCaIyQYQudxI]zg08$ol6WS{}^yy2:,*zJY K* y"Â҂|Šyye7z-))2ȝXgdT@OQĥE%K nzJJ u̝1ؽ G[G 317jbI-EŷUF# #K ߂yoEF.+WRF.^RY) ~.\%e/4s$AJOb+rb<7).,)XFdA<$ w[SGRk>ťTZ|d!C |ea+D6a8WRgZx@,[=A<ed-V^_Q`)`ażJE* )\PQTTFzV߂%BR%E"DVBoRY>ZYU)X[\duR8guY*ʂyR`57_a`A?0yG[so[nL3{u,l[mߴ-3_y]Ky[޾wݘI޾四7X|[v=nl5,)_f(.)-Ku!jQlJóJK ME>hsbrHF#FLޘ4䚀3ֆ=*"+H RBehx9HUE HwђH-E'yJ,%P`YYFpIQ%1F{B5DEAjAX u$}kNɸWn} r&\ CzނkBM,<6C* ` -^yGzC$M#A'HU )#5|4ۑ\q9v}|fָIcFs'Nrݮ BB؂E([zXl(*+.) 0tQ,ɻy+IМ{x\Ota>Qax~j6vf ij($uwzː:rqyqޒEHq?0Oq\pBnPh¼K@,\+dm`?@ Z^X)QҰANa% tA p桡_8'+\ʎ #r7 <@~Kj[oWWJbaBR/`j8J ȿ?4,LPe * oNmX౦~m \s4` lw{ + t@ CX;64 4^0m0=;!| a!!@x&!`0)ΆB=m{!< W SN0) A"C 1}|0/BDAp6>_̃ <|0BǤ` 02B/B)P/SB-mπq9Pyw_pC;!< iDmw !t#R㋡^p?г ~B@7c R !p?/B"7Sa˂@Cy? p /B: |~/b`0!a>BX 0 j3 @e@=zVkд(~\jlZ rqp?@_p A:g < aPNS_=BX _)_C xA83¸xBc{|a-?>Cp!<hz!Li(_AƟ|] Bh^Mr \t_0@xB/bu* x ;__%B?$@?=A=A mNiBx3&^ tra!nM!<s6߅г@"1k)L3)B>c}Юk]B8Bۇ@7!| mEGP/!4%BCcx ,p + t@S |BA rx>ҿ|xO0.1lpC: 鿀1< >B9 rawP>=d-µq 9Yg/>{[:8(`jqp9\Ql 3R?sZ0ۇ&dbPa,W WFѱF_E1&gr > xnpt0x#r珙iMo{hxn? 8]sz_!\<eJ!}`t<9Q^ Qx\YcńI!5HWHo>ұxhj?]{ oNjR!6}S!|{07Gk?|>>OEj74aP븡IYMOhj:6gh \RP lrY~#ڇ&9|kLǰbk05f fDK K(yspK?Gy ӟHf0Csc5>>嬙a~̅B>!鎡y>}? `ԬǍG`p1//1}tCrH?;d's'ɕʍu;8xK饐B:ލ0b'M/0qH7x?r =޷<QuplUF>ihs)WYk@L K.F Qpх z..ٌ4 lmrpc+$*ɤ,TwP ~*+r]6n bɋ \5+,/N{c{q~י\.\| S:yzҫ%OLcyHN3L]bvkHKSXVSYzoA}}@/:m3# (8^j:8֓:u=ȷ\7pp'**Z66[_01Pz kNm;3;!3 C3ݏ,@>K`jHu@x'OXy\ z/C~I!]/ vgk&axN~:[MQ|O* Ad!}''7H Z cfoCzj1:{)-8s?Mcpꭿ`|d(ǸNPP0d:=| >$)0_y YKCo')Za>,-g U}ǁ=y~ܒ oo)w nr{7)y9tp\WTuV.[?aEO:@{zm <w? y~/8^>O<*<+k|dZC*PVü|gf;3=, }B.Gi(!}!Ot>ۯz*\璖YqUc;ly\*Q,:%pOr JrM,M|+ Z/\\׳ϸ>N.wy\~ ^Ik"Hk{WqorƵ?ֆrq]>p ?o|.~A+lZc?~/@/\lFv\(-_':\8y} Nw^Q!Y0*7W+E0ӛ/ke0x] 5p&|pMj !͗aS,/Lh@NŸ?+sP?Bs`g DsH}Js.#!>_7 s^\nCCaXȟBx\i|=gEk_ѭ<uq\5B<ˑ{hBvraf.͓`~7`0OO _`p4yUP1|L~gH?OD~\zuS0H&?H_\͛{Zoso濐M&x`sonk叞&|c>n>ij/k; KSO! @ ?6a4}lO|IM0?c}ʞ0cpىIUH0qC~B1 N)Z0ؗ/b ^2r:RvI+`q"}F_c;gW>+4i`(|6=q%Lk6_4c5K?VO^Υ]q"= 3;?[/boH _/͑xq 'XٰN FI}^BVC&^GC~#Ш׭㟦ẑp k 2XG,~uKZ_y}W<?򰑇;xaE+yclNa1p y<򰋇n<?򰑇;xayclNa1p y<򰋇x<1oa6񰘇KyO"M4}qukz^ 黼kYѨsلPWG2+ѯq-HQ!kvB }ӯrZy.if,fP>Z6QÚ]B--?Q;S"öZT#ZU5-2|(9җ-?OD!QW\ "G׿.NAEu@t/_ױ.רxfQU^^G]yO[FF׎/ `_ D˫|]~Ty-k/y]K^j\+(խ{W)GXNu Ϡ~os#_wQ ([pSEcCv&> d?"Cv!nHHe! H HkpKH_E‡Q$򐞉_>/1 24#Wg$Έ kX\h̿vvC /Y|%o8{2!%xxnpC+?KMx{8~rx`?qoX u }g`[8}n5 ϛr<'z⹚юYwro q᭕LNG2;S8|1[X?`pqp<- Fۋxޏ[Ш%ϻŹ8jpΟ~Qxg"_e,T\ px*45Q)u,w ? [q_8mÛz_aq&엡*ohyZkןY:.?1\Np!=]hy٤,ozFZ~7~nuk~g9!ە`vYJ#l^>Oןkeq'wrkr8eLJ`9n /whWx2sz-C[kXLv%T>^44hΈ?skshsDۛm칌x-|igNh,~Ã>\wThXy?mǓk,~zIWifL_0~9Jo|K<.-QBY|:/0싗;_cqM~~Y-v/tsy~V Mn5:֮n8ŵu%['U pk/pl߽OpY|g􃃘5ϱx Ssy?j~A_o,Փ^>ŵE9<0Ź91,>?V;9grY'5<i~lp>4ϻwpw0H/\ ӵ?\ rKp ھ3,Z8񲹟z?pErx9wqx'n3}࿪M1<5/uYtN%xuYk?>4=h?r: ]~rA ~)qa Wqx,Gr:.\9,~'rM#<۸ahW=VI p}}K<MEd6qx_? kF6KC/kvs;Mbt^!pâ~y_[O~J?8L^M;χOGʉ5:v9k#ͯ~?rwI?}<ں/8<Ɵ~G,}U F嶞+?7qV~OKQ{Soe W58_Inn qrJYG?>NO,ÓnF[<9珶3b Vz~4^+n^uES9<2av?Rtu?k9<}Z mg/ٮ9Ŀ:n~Uw >a >6 Ał_D @& \\RVRȇ :? ސ4W~QuBC#H_Pɧ'S+_;wV9H~>v|| @Mxra8MÊ]g?!y< ay:CHϼ|zpU 6,~lǼҢ[GڪQ^ΧVKGByߛYoQDDPO"E/Yʟg.\[QH:AEgICE ƌNǷCH-()ZYa96ՅHqvw)S|NP7D>%fiHaD"!t7ȏji싳jjX־UMaM5f⫢$or+c6zT=._a@,QC2Kʊ-&a(TV!˨QKpT,_ q@^̩}Iy,`u? jM¢EŠsQѵPwi])PTroAG1& _QڔЧ\͕[ͲE[ Ɠ+%՜Oa_9XSh^&jE^%4fTLVWL!ZQ}r1hL ( G[:ۼHim2Aכw̜`ueE0WZ,Hwk\VG|/C2rU sCG"8ݡAʴwe>{dY sQ7a K(nQ4RтJOQEVJm@v1סȃM_R\8oYdHx䑢9}x(BdjV7 K zwYBElVdQ8?8*/W&:/JD$Rs8Z#KUTʠN$:W#Z^r>v+sj~8岬0IgڢXO<0 qp<F p sA:u(T"9\\Q<Ee0gBOV //N. 0TCH_iiY ޮ1 8/[]d+Ep\A̵*HR>;K<C1Շl [Y۷ջH#Ō n(x*e% l~qR59`>e*+2,x@U?UĒ@W}G Pk[@_oh%Raٞj,w/,GR@~!x^Ii1 *8MYF8l-!=RYܥ4u SD7.drVy":#46+5 }[F>@d(EG#Z(u6z]JO!{ 5IP %9ge(p76I#[s~]F HwbM_GR i(pv##ӌD9 䬓5!oLEM>ߋ+QVj^g4_S%mDZ^H" _koK Jn\R쩚WQtҒtO[:7W.} aCR iic4ṷiѩwwyqYy_*;ۨc! 29.ik^g3{qtdnA7mS~v]+gx6_ t/O!UD!2JF$^_|>j=eː]9<}Ux0קVW{t"j.׍#oC޷_({sj7_=nH|/jkFݍ[/rKjCwKqp[ lOj&7㙾>Gҟ&~5GӓsI?|-E88ϯ=LwT$=k!8lt_ T/v.^vsp Hh9lN9-}G^j跶ڡHIa8 3׍X[#\25 kI[T5j,^֢)\ U/)eTkPip V.\RR4wz !eޥcEIK4\}df@dk"65CH*"eD$"m4͑ |L4bu;ed X2_7үX\_ބ~-M: eTc7Vbɓ7o#x`0}jʥQXo'wַ%%CpaK-&^qa(q:?p!lCNUqӿFwq,: \?7tph:~.7V/-S%\tVk+s::e-\ݲgutu: :utpupw:xS׿'ݪp@KcfK?zmOȷ_qD&8vmogG 8H[)QQ_0"ݾ8r{q>5 Hn{98x\W`E=aE=1ܞJ0"n$[(>(qGQmP)>è˩WP)~ é+7b*j?ϧ@wdݖ]N7i8(aE<H:vJX Yr_-vu1+_bX 6}&3|m6i,2i↋I@u0ߡ 5|9U 6Iު~|&U/ϐmִ4``$ڠSrMuCwÈV_;/$*Qk3p,+)u<%)JS>&݂C*3t{NuZFdq[{}1E-7\1{PogL}Gg7+BE=QŰgR&g~ql S TSz$ֆMEG։F°Z!'Iyn6 pt/r'6f[2Of6gOFF&mN!^m/#_.Xǟr|4 3VҐ-@yК-hhuu(yT~-Q\5_/ҺQL-nlcN;>$Co"⇍89NM*ߢE`Xo@#ߞpQqnN0OvF,7Ypu f֬Ԭd/@zm'^deb>슲tC('*Nvoief+ %9fz=l4Lr:Cb -Rc-rRG.%|u5pr6F9q+x@$ ~dr'!"dr o.У$PQX {^o7ؼXk?6m OKWF-uuߝ׉}]U s R,0B%G%,9AN368z~ٟXh=4K﹦O7ZB嚾DyږZ'OzV$1, >{My 3Ozh]!ᖿEdwXY!Z!cv>'Yùz7?Uu,O 67IgXs/O=",l &S7(έxC,p`)2:4XZRR"T0 QJ-8-\10JSɊS.qCY޺h.(i\Gf- c|AҺ jPYN ZnA)=*SA: _Ұp)2Fl /_m5Z:n_5ok'O+DT 3)`<Ԉ  !M%rs} b3MGS;~cqM::iSՒk]gve_ڏܽk= OiHxզ3 q$*Y,"ٶ3Iy(ӼD<)AaG"ō *·p.{pMM[bS54rsLdG篣u͏DhSOjaնd{|E+;Uۢ{ kK]{6Wo߳wj~Ye|Gw"u>cvH؀.oZ|3g,+[|Jo-OiqyT'k6!:ykrٔiS\UOf/R.J2P( "pJ21KPR-'sty C^-cdEbL,Ip8OӴ]_6K]T'ñlռtS':|oxJ!MqG ,7.^$嶼/3T/͞Ғ&B[e˧-3ooA[.%!JD>O9 mh h) AwtR}2hmZPWн։Dq/S|ͫvoϼ={ A>r}HnA}Z.h>o'NA;Ķ -hb@y? ^Ak4!A;tm]cN ;qb !h~1v:A3lZb崖>lPNMIWA?S4L9c CRnjk P\2+ۊݽgT*BܩEGհ&w|K‹Eof1G|T ѿ0F ҷz)c=X!miޯޒ[ECe~G}~Gw[ xC{9#=BTkHC:rn@HG琾#HƼ 3t7lZԳed܉*nYe`餢MteLY}&  Y2L5Ye1RtR!?7Dp`:~{(=_DOXU;(=Dɿ#eQKuh] !̛Gii<%J/ HQ aSzIi#[8Dj嶭~wD5~7YNg9hy jMvILwhʜt@/A>kDuy߇}]Z~z K;J#4JOzN+vTqiߵi;p)1|Lߋ?OQ)W5p ϳ[N<9; dx=;8(>w0JwۻPx=9́?H{q'?wsuߝ(;Ӊt; T{w?2[gI-r0i家՟!NW-/R?rv ETW!=xAG_`>x;(I5ħ#ށRȯR;Y0; o#`;G/[O,%!Cϖ ܅{v]!3Sg[eyvo##~w Kyv ~ $>#۞O>Q*۞M76xqQO.:~}ݧoN y)쿟;e`CǾܞMmsR{bB;|:`:ӑn'|תNuRJ7ɥ!Jop{zfZXr[#.g518 llXy/o][ѷ#6aM,TӞ|k=00ׇCKaZT[|]}t,K>FK`MR6ﴲsW/}oXz_e)F [=:MX}UXjan{ܪ+`;/;,e_:`[0/ࣾR'`!'ANF܃G#æϹO `4>C03<]FX~%k[װ^ʮYqxUv,ybrAe[eeO!_`1ileo6a|s)0m~Kfm*r`x=ނUI[O4&6Zjٍ5{ -. q>mqYH-J"+-ڷzCjȋ~m@@ ۰Чa,e6П]@_[g@nƊ cϿy-)iq_o=ʶGW?,}s`لЊjoϫ7.C.?rK=SYёj܋=c^ă[+?\i;wdF=' {Z}shKGS!nM5z7>ywkO7}Nz}r힋oj23=k+^wgܯ.o?԰n67s}̰.wo|ma?P )0o2xEA%˰jCԐϏ  &k(aAū7c2 O'C7Qn=UN9fHao V8],ҙ5(6|4 pl1Nϧ`>k_RNHw VX1(7__Ϣp6ߩ[;և 3 ۱x/>WBj(gZ6.5!7M;)=,v!G_OֿYϗQKTAEY؏"~ԓW$ʇɬ;>XZG:)w|P>)䏠<8>4!8mTqZEqӚ$oG͈ot 1Ð6ֿ~Ibh*XSj_YvHC؍'a_مqX8矎'l=TCS8T1T,ThhMSM$É`2W;Y_ʣWYmeW( nc HVYB+Vx8{`{EedCvOwIJnЀY Gdm,WxqE6ȧISYZD`s!L5iy(`l7I&Z_ _y+ӄӆnh޷etj(Ր2'#P936"[;1sߐoVR+(UJv}w2՜!dTZ5d>?k}^8+k@G>ꎔѕqv*Wm,"{)ٛqVZjS# #&(7M<">6gLL`m0tL1<o@2inVcH6Ass0Q kH^|b  0@l\vlTquT>1]ߺh1八.㾡.8u܊4Ii&Ἥwl-l]:lլ "~)֏Q;y=%]+9Cܐv0 %-P!'p4QվNnM]0\1yL\=4(|-Cyh=^zDBq1o~.-y!GE{CT^ %J }X h1 [}QKbpc8AĪ3Y #ш -E̦7[ r^*^D@^R (s5O={K- ŏ^q<nrN,X!Jɷ^  ZZI!XUʪ7E[p4(cet&Sb Eh+b efRpf0(h~B4 (\N`*hɶG՚umhSyIHjXg-\:_vA?ِQ\?k,]]|/墹Mrȵ5L $@ %d׆/g*%`j*1-e=Qò~fBUx?`Aiù_ɟ;giϵ c~j<6ԏz ouҍ},e7z~1jW_-juF3ᯖ\onù]Z?rs;U m0+1nb8?R`8_Wne_-jWpZ;2ᯖ we_-w0|ùnsݠ ~l{2>c1;ioܶAùZ K>_c>\o /g8?`2^p~}ax3 oe8_ZlcToe43o;~;~>0 ] ,w3bg 0-2<>s}c p,^"W2s>sc _*/dx512701< oex5[ ;uI;a2w2|9û{^} _nb~fxùj/ï`x2knݖŃ .b5QUGÛ @. qՄĐB $]0InH $1مX jmZk+oUZ%P?.Q@~ ̜9ھ=|n+{fΜ9s=l ݢWhSCj. =MC349z^gk]Cis4t0e| JC5: ICЛ54eTu?d_} ƯX"#_DX>~%Kwo+ǯ___f>~K_*ǯC>~oJU_}K7-ǯ]_w>~}J'O(ǯD~D>~u%!  >'<k?'?O! ߅x*O6ćG'?o"Fwć? ~OoI+o$ %?#>HxOx?s'|6⣉F| O4o& ?G>,O> ?!>'|0_$>'<[ wM~ cO& \ۈw!G |'m?@v ST"F>i?N~7?A~3'#~'Og߄]?#':! x OeK"^JGe?/' ?l/ ߏ'|.mWG|OWjK_!>'?xz#1 i4sF"`+Gr{f۽!ɝhMO7/`īn59Tx}݅83>~oUąؕ=yNpFH,1~oÑ=Ÿ1l ǻvL pEKIC8o .L˶{֠?gese-C_lsvo0a!ǯl+Yetss7, KrGdh2gl=TMTqWLeWֽJ1𮜳in.Xm*%dE#]I]d2vѭƉ]yJ@ s?ě[_hJ*-7)CОR5ƤIڀ~;I+N9SވḓAl4&R9GQQ v0q^5g:|+EL8b&u\x ʼ"KYgC5~ 7b%Y6tѬ|#zk?~^iPϏv<76$T4j B P#"^,jqS\>ޯ1ծV'7]cȮ|^eS?_a"DgbPbZr\=+ ?SwQUaqՁhQZӓ{ԳR_`lR ڈlC2=yMNBx\_I`/[}㋑tܜr)"59g0Vm`oSZ-@Cq'i[Qi8D%B+C d (YR2n°I-AO({cݏSߧV)~Vc|M>q ;0lK::#P{D3?th{Jjԣ'4l?j=~Q1-s:Hhnm S71umC [.>YeE' M|x}ac㜤c<]k'M6_\#7#Trg3ǟ}{>ȷ&9c[ڗR-QpzbyY9AگC@3Rf }9Qg?_V*h}ꧧ%)l+ */H{yw| '(P씙<.u8ZC SӈE[ Ld(ȷvNAs }&M[I^OwBf+u H5 :Nu?l'ìPEj9n vYimly/ 6SY}:ry}18EC=03 hhP>kg ֮b;qo ?"BVMIFȷ^FZ~VG duI2 2:ѤZQmпlʼn9 ?PnXgL$;NSv)^`*NcNw$grdPo [Kr{+.D*C칚T)C#[}SZ[lo%GƠ%цa~< wnT|bw^ܺܺ҃SN}9P P_.xaJ4ȢkaWa+!2(;)ByB3Muq8WLjb@/[-dzcu~5#O¯JFEm> ~%5"tqudZq$jྼ3W~[Iw"KAˎvt#/9 .Q*`0l;܎܄Olc'İ`"6wmSo|w9ҷ"}lR"k:{ZؕA>$LYAp)bu.aU  ; _&&6^+ 5zzR 7 :`9`e/upՓ lx–³`-I/;G5m*m5\\ 7 6?ᴍEץ!ϙo{6C3 DKNV()V@za w\OZD@w3dنF lu1A6/k -0#] φOp3]g!+{(Ev_62Lnľl_ >>d:QL)Ps\e<~~K]g#ہ%6ҺK K! i//=&L^'0U lQ3ܦBeBF;"4nVDe`U)hxyj |7L{+BͦfMp C<5Mx /4^.Ku ~gA [_$۬&'p/Ϧo}ZW=܊pW>Ov^fKxV*6;2ؕ1ô툱=G fZ32[-L.z{jYoR '-{ '%6H5} o"zz+5maԟ3f\Ms9d O8o1.~XDڋuKumfevv*MQ6yٔZ,2U4n> UЀpaz,9Q@ GJ 4R f8, /(a71r^N94;z9WzؕoqOx_*u 3.$ބBVB?rJܹxL3dz`<9F1ljᦺau>SX@'WhaaM_#fؔݿ4q5qnwݿo(ߞc";3GnX{.LJ{@fZcT'B (31 (~C6t}km,1AX>jӈ d2MtEåZ 0rqN%؉5)VPxG!$OHލ5 tm*n4{vڔ2+{:YL8]MIIQ 9h}nm=6IdS+i0ґt ah6 !AϽwhqrBU? C OںjWfW'CؒS8Y8@;z I5쌶6ٓ>~a) N']DqSY2r{^"hTvʼbc݉ǹlo>Ɲ b܉2; T_YXw 3vǺx2hbB*¢.%+]3hj mN~qRO)}2܅|S""i$^ZrgN*b3D4S^nyTaXg3ЀD=/;(jJ5Qݽ**m5wV =sA+ #[xr#`I-^܏-6o7U6-$ܢ^#6V÷y(ĞXD"zِ;^A6Vo70le??Լz^2xI'R{H ޫ?% XCI eY/d/,u)&S °CVV+ a?Pw&ەMv% en] o#[/`C%aOIQ|# Ю!wF!?e!Ҏdm?>KV3ehumuiy)YXmc\+&p|a|V?(ZǞ&Jn!7@'lYg.5aWA60o"S58E >y:(;{i؋ʣ(/=k*'gNSViݬЋ #( mGtIxb[0/~Jy+*FfِT;GO2wu,/: Gq=;Lm0f@j ;R^}vO=v_:~UOLS<@jS(g` ί:zyrq-ǻ>74CT!5 `J=Jxx}f| K/p=jfy ]:0Ud]h޶+ym$aJzD2kOL]&)MB y>1.|Y:ѭG[pǺGֈҮ2,#;)7ɡ[;cğ>)/wR{((?Y`swWrI,O{N  |Jsz~ Rw N-(Ϸ@mcO#ٕhfh)м5("uoYkY^ɶpNh63 ,A>aydyWjk x_rߗл1R*ט`WwmҿW[ QʽEtI_OpRC0o/IoNq'BLp]'TeH/$7;SKLh-$wJo`Rj;^ xI|kΚe!|/YKo>r"PW@k 2ԇ8x7a5b3ue=Y[[h"tZ+V6=OEhDN av4ĭl#o=Cwgت=ʱ-T,1e~P³#|?V{mot30&dTCa _G|p 1 R;5YnG2J|W=MJ&o 7S#xbå`mxC &bҫ8 Q&뫤z0mh*^* OнLPz8B};9,zʇ:z r~ #TwMAK9oO޿ۂ,$8'~f+z$%lʱ{LeW2;>4kN۠>ŏ92OoSb.Ez{mԒP:d*T>Mj0iᑁY6BzӔ9ʧ6؜sv^I';S9? zߙUxKYV:ﶕ= :+TY na7kޟ=$xyǘ[Iuzxq1rm)cp/mb̶r;/Sͷv@$ǵ17Ėl\Km c>#exuqJ'm<-=V_^wU.s6bNm~~,`QoxTn#T5Η(]T\2[JdZ6n6֐b m(޺Ux&e ?o$m]lӵЛcٴNC Xs >ڪǗOȦ4a (E%/!&F^ 8[80 '{V,*/ڞdX/zB齮KG wHv7 x#;kpoܛ]r ~Boq5Pq4?~{2-yIxn`RD߂ሾM҅[דw|PP׋NOZh= N,ܢYO|ungL;>?hrf؜)ۄ5Y<u@ %w%)V2MWvٽYޣ ͱuX seIm6Rwol+WTC)kjR+йDff?>.fL\ƟXkUlZp_lΧkDi4e-/E?pt_G'{7S)*fz=uEE|#MCvb]޽_N!e]3k90L+dhӲukh$|v&}[74o7/ lSv-v53>w3keu9@*W22T rtHKϙ[2w=e.Y*DEby}jmh ґx!xr{3>OrcӫbNPG}71.i!̮wL0YфqxXvLRuZq^N|^{+Gؾ8tp>+ ;Ϸd^[Vjl6Lx3h}uܚ"[kEVr<۽]}*^59jwU]- EV|圀ὕNj"LkFjKyTa"/,Ԅ,{j=x&4._MM75=t=5M\8)8MJmij'zFZ "q!) ͜vM!S'XCcQ5iVqQmmVWVCeW7Fܚ5-9*ǫ8֙d<ge]r]V.[F T$A eK%us< ܥu >Nt:Kҥ:C%zЊJWR{k}u7U N iotXh'_ssple=dJ)RkfΟvh'Cɡh(fkШᠹٸΪQdL̗5uB)qE u9N'yąbŭ:@l DƫkbO)ע3jk 5r\*O.L4zn.:\;u ]55օUڰQ3 RM=`ZN& fhv#CPe2v9UZI#q܀itrr_k<0T[S&%yzKf-ox8*nd#%ae?cz@GJ#$.7/#_h [ C|ࡵGsUĕ>o'[Dl< ηbegb:xŇ:j_k ` .A:_ egnt<bLݰ x`1 b̰bp7@ܟ>н= ~~P?vBwC>н'`^{>_s`ĺ1_xcBy hxp,w @1?:.S>0x௿vz"Khkp9k܍:U׾ 6/c K~n1~v3l7l;ycO34YbJ#x9ٲ7^G:^ + tdl@X}[+N>-bR[p_0`b$Yr,)y70Ɋmz492&Y''$e$ez{-?ѸboOjaS>ļz랩IV+cs.@إ+~wDH]Guӓn|{u6ϋ>;g~F>X1xUN UHϡsra}n{_7Է+0_XrKѾؒxE9=s.?k<4v6+n*^q`r`l{mKz{Q}e} ҽ3X4/b{jO{O~VMsTx{~>}il>? M=*;yx>"1@'wUJ*&co\ ~_ٲ?Џ6Sr de۟+I7{B~>Yd%1?#0lOO]~a4 Ǘ0&AZao1~c0.c<ϸ"X(2t<'t*vdf6"}&"cp26M"j3\s9.-MO_6d vŎ] [9}qَo`1.ޓi b8X g2dRO1|jaxaÞca 2g8a% 2| W3pã  c8a>Ù +.`S _df{eŰ'!pñ dXpå b" 73(.=9 ep&J .efGv1AU1p,|3V2\p)çp5 0<ʰaO20c3ɰK>EnfQ] {rA e< ִ=nuL7vpL鍋gt7X%szg{k7V;MU7Vҝj1 AwxЈo-H)*s?lQFHo0͗Ė=L178Ɉv|r>8Q`NS=pcLWS'%LŚl/ld~9JX ff>o]P~9I8X5%M~9Jf ?ԝ)]rޖPFIk  0M|dQ)P3Mk4?yfҧ z6I-O0ɐ_rP{pÌ+Cg/_aoHѧ7Z=C(/c2of~yMd~=3X0үe6"<&pk%|א_*_ !nC~9ϵ=Og/??[e oǷ8%7[W0RW̸\O; '#ByFO?^yAOO{=wȎ}BYOzzbȞBvROO ?=kz%d!{_3z!΋3 w=}PhWƧwzhB߻QnC(Ow9 zw9dlCPpZe C\&.l Оljn16j]zwP9I .-GIHd(H~@M4`,СL/ p2&X[9}+Ӌ^ qp{%L?8-<.NgY~4N6)cЩ/>|n=xYgsp#/dL[.ʃP3AbzM,8]Wq0š\22=/Clb '.glAG^|3 1q/|>@YOXn᠛{9p+e!wAr=_fKY-5dG^V~LrLg _*^npfY}ciw)-x}|i73?JWs92[BާGd=|T,M 4 }q+Q{tIQʹ|8ٖ'G~+ѻ9yQ \ƶ%((EBca'^~1}lBws9m{ Ӌ=3Qy- }](pP^yQτ(~kjeQFEB `inzGNe#yToGb-cۢS4Yy%Jwp9+8KL?}"3 }dC{٣G$rk~E)E.'gGI= h.LtWg~VL/Y+SWqy0J?,7aoK>`=@;4)2=?˗Pg͜jd r]'Y3,m Qc6G_гͬ' _;l^cErF?}7 loE)YJ>?~%2}tODnc(6J,bO[ca;7Vⅻԟ}Q= ԅ(\oyRQoFoB?2wl7R/~\z~QQ!zWr/'.?ۣ.J#jJ̯-~M F2TZ[|ǴRGRl:\ +SS7޵{L)~L7:&>(v6!6$^;=/MQYr0F"Tkshs;s2Pco. O_R*>M<-ru]E ˫ݥh+K S[~fV||!dKԃ KgיJ wLqޑ?=8g#TB⇽ڊ5}{r덥Au99}PQ^-~L]]^HUW) FsBY^&˜"OcUnM֝CR,75 )>Ei㍚Cbk襥 5U sKoJ>&5,DXS􌆊p5_–-m Jp5֔76Pmc 3 KUc5*opAJ 69,~Fb,)o֤"#k9*zDчsTVjiE:'(6.BR:QQr.v8<,4 w* cQڰ ^A:JoBub# a<]!4)hJ£KZPkr)L}ð%ByzGZkPz)9H7+dQ@$2,NYFm 847brwTQC#kܺHC]4w~5pGG5UQƆQ5ճ?jbw/!3w3ݜ76efԌ13M7eB\A3e 1z߃yؘ!8O9y>OY<٦,SZPJ8=o~(;cU-*9N/|9 yޢ#n'~Su=ߟ E8'cx#~x>5Hc^, %8㔖F8k)X}tIx㧵=0f\m"=xT_6$jl>D O ݛ< ?Ao}(HךN d\Ywnc<)>Su`|UeW}%bkmN1baZ+冲Db`sPfc'6ӧcՅHOo7k[_j{=zG;.>:ܱ!kv-7OxcoF>JS@?] t9lq8Y#%5 }@lr%-]~6P<0!sLo5з11=TCC w!I7Яe3]vO_[2+mvl~Yk2GEC96r' 7ύQ}.qPYCzy.@gT|9c$wsHod||=op68ac9$wGx$?41]5Яgs L_dLofWs;Wp;%rz{Rq98:ƛ'fs{vp_rmLoz9(\o{g.'ˑ9.A9"V@>vhQ}__헟dM 'w{5D/n;v5$tW;#^i/nk,+y_o磌t/2!WboE.5+S*-¢?i ^[EuH Tw}Ռ nMkӍVk4w|||EPm[${ VjNlFTP["{<6nwhtfPKqivt-[qq2C(V'Bb x5Vhw`i-U@#c -uײ81X?,fGDž籡;>KZ{ tC+ >Ug^kt;k P5tw'5t75tzrB]K$h{-5z*4D =CC^k喭k#v ]{NHC׺4t?Tk?Uеkz }ޤЛ52 ]{qW ]) ]J ]{* ]{ }ޮk'ݢ)s׈N7&j >aY/^+qvKq q U/F@` 8@3 q': q "oCU=MdQ)xx0u+7!*>qT]Rz'2A2X/' ' ?@c" +#L +·!>'|=W#~5OK%/P=Y1;6ԣM') L{'M&Uvߤ@W[~vo{]1 (]Pg~7΀2 R{0*jN'ʆ9/r2;򭨅S_A|1Ǯl?} xTL2bȌr uA%& = P, I 5$xG'Avjkmk9Q@p3Z տ%dZ3{̠y֬y+eel-t;zȊ&#+Amd,[?TOV>Aq"M]y8 hwc+ :-rCG?[89s!_bS< RLrPn)vHkn!R{{ ]>}68StuImVI+ {'$Y9IRx8\+ vwRvm9g_Lott~9BcSc̩oԕ!,$sڬJ͇X,֟ϣs3g,$*ia (e*W;GJ|a%WP~7{}՞G%,R1Da,9" DDbRXj(>?wRw7~y~/ci֜Ɗu_A*~<%:mN}I1Q OOKX-on!8V-QKD/E\&Gfu3nXD/J E zf9h2^$&]5P?s8əm q[6Y-.Nd|8@fk}ZkT[`S{eOvJ`\4YI) _u2)B^a)yڭys=\$Ѓ*KxG%"כP{HUZd@J}J !x:$p ]×\W` KGIM(XCƃ/9ٴF&D*ǙsիaEZ= k!^P" m0|ÜZGr_c">-Et/ q'ȹYCWɝЩ*3Mζ ݵ(E9N4N|P'ֳN ` $^W!_;@ua -V(QоQS;"/0Ntl"ATС r # 3 5m xuIa;wXB ϓsi$7}lb,r(8GrXsku_y0[[qM$т㳆+43ϟw#AY+{}NYѤ&'/xtn ^M5 g,r宿? mc`1`gb89Ai aV/(yTq$1ڂPpC:7&?ZNlD; I<7p:`pqȲ~$A訋r:AY[-`Ctn3PgBj@Lq3S$>r$P?Rd~<';ܖ>yL`o0Q\xPӸp1wIʂuO '㇘^ z`&> M@yD}B } Neg(u!r6*0BW V:QfwO؆T|ߺ^$ލAEMf{wƂmBZSZ!lmވt@5ЦKjeG [A/aqlolj$S i XފΌn\Ӊtplawz2#Xl$M .G߿ј"΁٫m4id hP2ҜR 7Tl'3j c58݂͖((j j{ g@doދי J0`B"?H,TY@Nokbw=bY[f%9Ƽ.mځ-GQ >#N+*pXhc½ۛd?o& 3&?C-ö~̎L\$ .:_R9ݼ-՛_زP4i$'lJrWDFEoYvl 1i?O뾉!O9|(+g1Y v?CKO G,Ml"K8Gj و/ՌgȾ^fI?l~@D\x$ Ls% fm% }}/Ӝ?&!-!;eIZd 0[V|Φ'6 &e eBjWy`,Ҝ3v&^ Bx nU)Ygd[~r.h}wFV<le*׫VnggB\yie(0`Yu0E7W*}A}Ų*+jͯ)Qj|jxѭƌx :!瞚'`W9b,ސ]:_|̈́SVC8q ; ;_@3$}΄ߡ<  _;xmG QXvA8·1V;(c +=Gg!^,iG||#iEYُMqNt;,N}1?гS蜬t=.y=8!~--?k#uފ'A0ՏTpܬt~2ICE(V~s$w!y>p>;=5{" 2^>+& >DG@k xD+_TZfnVc_7~ v{+.;#Q2 -YO ?ҵN2^@S9sf0w+Ilʟ gn51O}Jx2P^-Dwˋ>5ܒ5>QOy5EW?W}n_t^ .@=w.l^˚b<\SlDEE)}fyÿZ^|`4>wM|pkx<7~ã<,~[<Ûx8xXÇxxf˭⡸-?sGgQ#FswW-aog[wq>bH4^5+1 G;~XevCd]&eZƑy,P DudͶLK3XKV%G/&>&i4ǬDy(՟OS  hN7y9aТ,[P{VZUS4u*[uUMxyvCoU"|.0[ŋzNR{ Uap=Q_2ߪ{D(1-sߪ3D(QdoU1",_|nLV{Cs1v<`I# ;_71P3[ǔ_L"uz)C": gk »H?bʟ3``^??>u>o}2;O>X{"bVo_o-yŊ}O32͟9VS~aNs~iVnH޼~ޖ יȿpn)򻹃HsڎgnN{!Exk¯*Uԯ}Y`ߠ'}sn&Pd}M_N%i4zwOƠZt{\qig;#;~H'n};n #=+.tg\鮸6/c#5{%=@B.}HcFz?Ɍ[IK2+RF̏*.$;0E$Onsx9#Dz~9eN_?(?wr%wK&-ZD?t EQ1˼ 'oߦr_E9_\C+%i,{#o@ogJ/pf%ǣNKws 'RU:-9ի)Ӓ˴(?Ú*kr3Ho-ʲ'ǁ`K+& S{rGq6#֚DxgKў))0+ k a.g}zr|UqWzrWғkgzr\3 qqZ MUJkBKF/-^ ctf<#u V.|ɂI5De1c8ZɝM! kS`B(w>d,/ Ry!(-E!8>mu"O @KKeZjYf6ro*Vw,%7#p;bIbID璹|B,:zfOKZz1ߖ*3v1dmXfIpRB(91)XC2cwKS~1yA1||.zanrO3qcƤ3'PUg|<IQЌo66y|TkE"BPo=GCR'"3'qϒ%= hcѸ)m5 p_"y ixă_7|qR'I}[$9z#SX{b?&=~݃Gn)[(oGxzX~W=&{wqog7b1G,!o[JKW'KwWIi9%ٵ-=خ8zl^& N'g,ox>yKC?}X )hgaMAIc` 5?JÁό[SZ3_6NSHsT#0brfr*8+q`2:?ɜ>c?*8|ӯ7C^_8'/8yCm|1sk,tq-Gv2<,72WpzYN?XK_\1ǿG꫖,{?WUWDAIk6E?ƍjk /E9 - x=Q,h]5rey҆:za2x> md"+[]MK7dsxvxEvRtq ?x aA=u<.f BbLK[ň6ⳡzkR,05Q11,3DB8 CQYkfwT .0_ӋJ叉?= }oO '-fk+_o'KƑ}GVjz;gJwp{WUN G\}h ,kCI,4xm:^Oߡ,tt]l]wz9:Sˍ:DWf|]ZdzVGכLut:}VGݯ[Hut- :RԪo!xtt}k}ʎoE7r>q_5&׈\#sFqk4׈_Y;Fs85ߚkkk!׈?*׈?4׈u@\#~\#~Zp#FCÍ8q9ta)g2 ofYn9|ZH+3eƟC?1%C>v'Y ~!~߲9; K !5 bW ס?t<uyYy@BsDke'd $WB;[ί썧24"I+ _H /XCeu鹢bymvj;n.6>EՇVJukODGP)QJ<ATq(AOfd;-@c"nB't{W wek'rVVv!#Ԟh| `6%O]Rl]͇'sa8 Jۼ͈F[@/ 4e>f ɪET/q$BuiNg=lLl݄"垁ZO,QH\F`jv-ݔ)ޡ5NvkX1x1 !2.)T -aY2! aB*e&D m`H%"XB{o?㨿ECL\w>Vh⍒փ ~k-5Tِ=,&+۴OKm ">IP; jkstif<)Qx-4=rx S.Uqؐ NfY}ޔί9Fl?%O q^)|ɓCJRd~).+der-DʈA29'@Ǒe>ss](z:R'i >Ѝwiñ7-aqBˉV=;fQ'@ŷSNX0d-wl/SC3CJn)$MwC}x1K M@d6OAv EnqCo,=ZbV G$lr5=,Bc(S{ W( w/+[eJ+H4ORc+ל/0J{Ǫ24)"ٹ͘D=q !:hWSVU q^b9Eer/@x4se$20OǼᣟ\QX\w%c4z3 {[\N]!Z|!tuei/lbb5 VӇ8ObMGb.Q*JZiR ޴OA!C{'`]qTr,,ާpIF)~b8}.#m  wM;!S6ojYMb[J֓XoFT=|9_h LL8?"XC$:~Rj F?5|oY&eE!Va4&T4iAP=?S-WNizPٮK41#BKt$yv 8A2o Lw~dH-Dʭ2# %A7D:D3"Uйn+|YBFloo˲/Yvvx|Mbi")y:38?044^ #t,)-LE~X~ Z;Ī|rH +eW3K7?}(.!#. ( rUAN$ }Gh:uuAVr= |7'.~LA7mK޲l~X7ҭXǘցS*@YӐVɘ-E҄"XkZA#m#G](Gh^U }ǖn$n̘l{}VϔؾX'MNG}MG|_󣼶ƐǛ 1ՇsCƝXɎϐ~TKkA2dHı_j_O2 muUGԷ= ״xn.W8orz\U5܃0y5g!R1jĘQ)SM.1D\~48o|,0]~دr-x1Z?PJfԄnsWոC5uZBHgE{j+{{*jH+hK+..HʫhX_ pU{>fF.B,5qF 300a"'z !HTp۶*ϻZֽ۫ $GV"Y#*{3=݀W{U?~y%b6yٯ޸a&Xޛh!Z뼒,kT狗λٻl@o5kF&YwjS3]݈5j8d"㻻NjϗCC>Y" ̀̀\ # :V79xXaM 0<.= (bz  k4,Vx $ |eph(2rA6 r@f@n?  J|yY2 J?J=-ȍGj<< G@R/.wbA 3kڤ=Vޤy~'iǓhΎ9Xy=>@vqug\w?=xOU>,[uo=~h' ?g}ny$);^Nqz6ќ?#śʁ|6Їy~L|Nj틼oGz5;1j&KY:oR)'c#a:w7O۟pp&KX< oJ/,uk6wbez=w6˽ C> C}5\\X#>t} v2c#5bǘxކmxކmxކo |d؏W |盯g Y|κMEs+پwA={>cuJߕ_ɤwA3CX}d;ο m.nKl`A&w0/1N&?d,e/ݏeZ&oar.Kl`A&w0/1N&?d6Oo,^ %5j&M&A\_a/_'L?r+ߌ|hdhFnCMǵZ?'\f ፼j\s~x|㈠s商6(k_pFbA˕yF7ڏC|OÌ6ϣ&#/ 5֟fC1k; &|bv!>︼qA^[_!*]d^i`-pJF>~7 <<ӷ/tؙXf[W~gmR]dZnh7lyHgwu}/-H0b}UVܿuk-8*쭺Bln,t\ cOM섨E[օB՜M)g-dȓ"NFTT!#$']Aˊ P":)BV8bV4gikv,fi@nVΊ9E<2 Iyd4ךLs[qy7`Q3 5Äa轖AGAu(5EH: Nu? a$qzƨZ 5ߔHlx9} ӆ_F͓7ay })Sn0A*KF}4k}otVjGO^^_VF]O+p*JJU+Z=Uz*=W*=W*-WR?QJk;>#pY[Ir/ +g}6߿CArr%15CRÝ%g;ֹ"+B_rF~>8 Cs~{߼ʆT&#M'RO`,n#h-ɟfK+=qe+؝-C} Nn0AO7u{$lϜcxA~8i?VQ%~uC*қZ3R{oO_b뱵γAO"+w)E?=Fhӈ+YvDZe" Hҳꑸ;7!Ai)QB!Wd<>?9%DjR[b8(Myj4XJP:&y4ն&>;4`GًtͣW=RQ>$*F)-^2:n )*3qL\S5c~_8cBWLYRkGu[1y-uNMڝ8Ocdh::ߛp@T;=Pr;? ǡcDΒ ={l}tl3 &LrR4o+>x k'@l^_]CIW r|2^*\Eei.+.W#"dW}+J/ ['"S'?eATrUtE+ѩF| DZGs,ׇ^Qċ# kz\qesFS&2aj8 |m"+vҋ:RTMUEN_q ,tc5;J)9x}EI([.>Iԙ{YW63Ji #ٯҥkgFCHK%J,-5$y "`B";@@\dz@zj+9VZO;[1͞'B Q>ž͕ް+28~<ɐ=1_ox@%.mP7x!]:Gb2¤_7vt_Er7Bz٘vo$l~vhjOܩ;(ms\& e:`ЁJ$ %*"\nCTϏE} 2_UoK4ѺN4 "G4_"OED뤈|Zƈok|#H.? aZm>OW?@縌(<^P_h ,yf efLJoK@ev&[= "0\JVw{sꞡۼE{A.Z\5|#%٥\;?T1"W|3v^ ?ȑdG 7,t+IX-wy- mAt 0ζï2d2[Q7Ҹe>7PClxoE; fOy޾% m*shuJ[9 lDnjnK]dHk&T Jm_f*V{@j'򹸲%KV) 1Jv𧒈AqCZD؛8G[Xϓm=I;nQY}(' gORXP]}a{")jbO`=5tR{$"y.݁5\lt3sMAɍShmZ!ܹ-knw~^G: {gްe::Wu!M N['?!~/[3HӖ>󕲙u$!4t{0Â_~MmRNq1y NU:(]'&VexU4H(!V/ ]R6A2ʀsDZ1tzdB01&8gF[8K̝z|槧qe UAzR!i+eE)oEnoZ,MPH;ꦑQcq g# u] Oh(tVjs4:PՄ(}* ;SɪĿ-Կ$B^Q)z*:yEW,,2X-x/NaxRc&t'|UCVsC)Q`rՐVd>ն.Y[}S0 ѝz/$]F>1 4\L'bmا }>ilD-0%[HMz?ԥrg-yiÅX+E}ygĆ7z#/\LlEohXt-@ĸ|5uޖ )MH m.In- 2 3)L]h XL4,H׸0We.jNsv>N)gsߡsv&0j!+ivBӉ'6:q8n]7q"h{Vu"3 2>4CwqN"ĆW.K,x^ ҋձ2N;\/s['4d14Ŏum`.lUШ߅>N9<'כKb̅YNocl/xAk<< ꈁ~`APu۬ PalVDlzDBzDjfD}X.V1{L y<}4 eDVNkq2_P~뵁}]K!Q.9og*ΌΌ0k71[]9>xH]0mBěgޙg},#Bvn`;Oιx[>C9[|͵ x2`7y~b~/\p3xU>kY3Bx פ= LeG(40IK/_ 7$ܷW{RHKf +8]Ac5{޲d[mQme?N`yKIoVʓKДbRܔx.PScan/I4|⋫k㋫j_D ɢ[==Iqq m8m+5Vw,k5h頰Q/ e`ᗿ]/#.c/8UͰ,QXCܲ uͯMOvlGaѮ}),P*q*a..}ܗkDr3hL5Wg!DJ*ı]_X;ʫʷF ,| ~X[/S]P=9KW Q=9KIde#cV#t럲,ˮG"z`]V7[v=ސ\o'M//:Yv=y_K?=-~v_~ŗt#_CO"7t#nPOCv>|MCys;W:v>dlM+)V%8ӊQ1\<;Mpq%%U* _]M>ch T*ʊZ^Z~( IV ).z4BtpJ;%Gf?f\Ni3q P;.*≕kywbBbrJv;er?m\o8E|8aǰU`e[ujH_å$裣;7?}4R;FåWz4^.'98u]eWp;ݼ4+C39fࡍHC 8c k6:b(8C9G'l( z}¿6ɋar>mk?nHCZCy CL2BB y|_k2*C VN,5{!hC=gkHF3[37SfHg!NOh6Ϗ ʟmUC si{'o00ds rtF٫E6~С߯ y34Pwg,oEY|ݘHM{\"c]GZ r~)V-_P6U>lt;jjW=\[\T\eWt|P^̯^][UazR$"JpūWkbpɘAbBV,dj+*A?W2ږ>LϋzEJi6!r%q< Ԇ|OObI}k|8G\hTVBaUN< њSOnBbx5eh4gE' HI+jW  kjTvPem$uZpCcf!$' iNaHհ^W2֕D=*WWpyš!šAJ\CTu&ʯ_iS4K ;J*eh*+YyY:&o:F́ %|njD.I>߮>UVLLRh]~PZ]YSVQOjV .DmU۰b,ZɂZa+Vc*%6̢CfbJeby%R\]+-dYUV@$  FPy`KaGǦ4'>L$  S.Oʻk3fĹ`$n/@WK#`_i[ m/E.܃W8i GR4mzަGHxH*;^!|Op{[Ia#<]?j6S3~f=ѭ O߆j!$|"Dz't&h& G_@xܭ𹄯$<=_GE'<}V@%o&Ro&2o%<}渝YU o!<(c3 )=E3AxL gϴϚi6Ӯ40J6# GW"A{.b7`X{0,w%@a0G!>v<$8C4k.(_<G h?g_#~6W|ڏ!h?_#^x$ڏ~UGWڏw~ķE=gq6h?YǡG8G|h?q'GG<p,ڏx(݀C1|=ڏ h?À'C8#~p"ڏeIh?]~#~d6)h?OA?8G|h?<G\xڏx4q~ķ؋##xڏx qLug# x.ڏx8,P~nh? GwAG|Mh?/D{|3ڏe~Ļ/F?x ڏiK~/C{k|@yi^TsijVԧ /6//X"}haYpeMm:{\YX+^mQ!֪C >8ߦx8尲a3K}m[A/-lNcML7hsPxH gSMLANc;J%7񠿩ΊԸ7uWVU-+q3}}h#D'b#f;Au@F@ߪy ɲ Ϯ9AeT,fYAF"V4OU> ΘMc!c^3V4d34=5=P \`m9^àܪr{61ʔJSSN{$\0P%Q{XMC~Pk> x/_JbڠrfV)PL[4HѴLNŬ;LKS)NtzQН|!t,N.ޝSnE멜MOܟs]FLw]kG[Ӵ;m򿠼G]1A>c,گW> nIIpOUxFxϓ*f-|^>w 隈OF? =btDF݃3*PyUx%[浪e3cv8ATA6g414*Y~;C1U;  ~oKNI``GUA{O,R:D"v"$Ŝ|N>\ sqˊܾ,ǗOƗ_$XִO&񥙌/q'egƗƗ/tw|a_<SeL>ɓ_i|`%'bƗ-Nb$ /wR'F/V>Qq@_sοϿp_Np_O:/w_bCO#'Ǘ$I~ RRR:i/_#Ǘ}}|{\_.tSTA*dr6܋%LYUvQt,/~b[{L!sLժ䝣|ŒD5mɛ:ImSM5.ywukr dOڵu6YZ*躵Qu].R( 'x'x/1} |ɾ}}}:8վ~ҾGά!igGDsQV(ەoaFBqQ+oiF!KQR>nf7UG}DQ8wi3IaFY4t(U2֌}>ܡLw66rq{{6Mߕ^Y]'_߉H;2,=su*5srU)>k$M_\LK̭9KwI#ػ;'BdbJA!1LH&I2̌"dC0`.nj,E; j].Z$| ?q枀_o~==q9?-#' 73Dc,=nOkp16X>z #cגUD]mrdo' }wP_w_lh&~D*R9ٝm,+Cup/8DO؀+=rE[;{?ɾ$G9 c$Fza_%W@TE&'=~b\ =Qܔy^b׾ ?kSX`,QXA U`yl(cO#GYku~P7ѩݣAۢqRZr=N )v}*fHb; Ypb3{bVn#'QDC:}JAۀ8o<`{J9X7?׊؈<=c&te=u .`ZuT>yFf^]ߓnIt{7 ovEXw; YU7, /ţ:2{:η~mB߇YPmGa7X& 7*&KS? O\Z+p9ZP; BH|gYy}1mԷlӇ#rCЫaۦϡAK]C3>s  nOJcR; `ÿ:;[.)yLfԏ㏽#=<}嚛JDŽ_n{CZ4.5z_Ddʢw;;pn2Z'I]$6֮tĪ0R0z6F]RZGs+c ?dLzWg(xɗQ'twF{S?S}5Yɟy>Sv9gtAFҖI4>{$x*8災:7&;;?'mGK\y:2cEG&O{'n;{0v-xG+NG}@n=tLg1.r#"YD-=6]2~~L=pz1Z0W}N]iVk=X9މÌq %So5{!"]p"ԀôjBhdlW! b-(ֆ%3/H0v`&뉨D ̚+^J}AP?(9VW#*]D }68!:.*)sǻ HB~҈MHO LkyN LnBgk$qMIɂyUطX-6 H|ދD"F˰ iz!MXTT.iH勀TZKK$0'@2Z47S^s``A[Sae5QC adh!'9|TϋBr@BFM0L^kFOjCM jҋ?z|i - xLUq[Z#9 \1@gȅ}rNbxA*]Zk Bή,$(-E-g2|2i05KPXK`"1%2`a|fLˑ— 4X.FbU-0ShKvTɮf)Y5)!jEDp K`YU0pF50 _ 6:)8V([N5}uEk%wRoVx!/At3rAKJ0?(;Q.GYTb2&QB Y(B);np?ʉp"_=ʗX/DVG;)^@>q ~{8Lǻ$00a&m9y7ɣ&2>>!iMGn(Vّ9e _zql>7dCڒ$cI[;R6jz m (ՓG=w'f0.Ȝ!nF%#sy+gn32r72Ʒr{se!!Wxܸ4E{;ܹ9!ҙXFA7ݠtn A7Ed._+O g =M>v|/O\ښߺ;-v{a~>ߕƽJczql)5d~'r2nԏK?Tt|zv܏ S(/̸ot 2PnAN1QDy 7`((B e:[PnGe ~QBye8LtU( \r (w܏ S(/Q:PNGYru(܎r'(<ʌlLtU( \r (w܏ S(/Q] Dj1%0J}S'2lKql켈}@޿bo0qU`~q_~+l`K`~U_ d̯K[e H<:֍2[yu. My.s_7q7~NZϯK^o O$yu/|&1==C'¶1什ڜOў~FA_sL_\|nG {_܋+a6ǹTdrPab9_xv5ӌhE3]:fӴj<B8gGjKf|6ޘ+,f|vޛ/oyΊv,I)XEOJL7$_b~iׂ\b[1|w$?0ۭ0^cXn9J/Oabv w1G|~Û1~1\X .P|)w*S:ќn%@#H1 , ?F1b|yf?͚7]m ~fD?5do1F?NOs%xmץZ?1I)Ep-+T yoq5O5󮲹z*5Z*ӨF)w9MHg(s͜r{a WutrӅ'  $p] x|,'lMQܞ&4%7Hkl`eqW[U6wv5UNbwd`J9_zlGQW,=&R#GLS]v DjּU dLFsXe E eX"X<-HX-)dNVd\h ["ϗ͚J J#sQݒLlD:oM-)Č&!L&1(s } $Z8mU̦ZS1*Ĩ:ѳY0Q+s  ,1jO#9#Jg$<33&үYxDj=#͊# @Ȯ4܅&p^:pX|pK)&"FƉ&4--.&U&ߤhiR5Vʞ-[NYp|$‚)SBN)P,,YQ9JAAwRPkͦ2%Y$/k`m $)TT%MQ+e!Nr ?"t~ RHHF"dSsZ$N&o3Y8ŲIm&l8睉B{Ğ`N~Cx7*~k*]!HIJOsA7IFkR702Rz;HsڍOWa0~{;|>\"+I_gAaɿ)}8!`^z=|l'~ @BidTq3ֱ#Tk1ϐ1^9!mP9mko^8qzc_P=v啿=>퓫?/~{{O{?0 V:|/%_~T+qڿ^cA/#EX@kϹ~lz7W2D|t gyOFo1Q1,ߵw>:,n9D%Qpea^1ty4t __8qӹexb5]CG3a)L`>IIx ü&C_Tژ=4 ىgdT2݋(w? eUuĿÐs$VCzjHvO@ ^ဲaoj ,ЀFOzSSݵm5{j]L8"n1;4?ۇi6VAfH6=vu'9Q(ry"9l PLH uk\" {EǞ߱&v'E*ӛ|H zГG\zSMO+=ANAr zГG\zS8V,^SI|JД9$ԴF=H``^ʴ5yJ]W֌W(I˸V);F\O4 ^XƼ޾>fŜW#8xm"k<7\vo>\oi xfSr` )ГDɆgm IDuBWՕyרfx[td.{2hy0Hae JK,@O8fcyQEEœk[+C)d\ČJԙsš'cgkUU׍TׁMkd&ry2<0fܬzT<7!l&䩞(˹v}.aΧ:pM+"r|5thp=IWܭʉl=r>G7-Ol"ò<%yV ͟up1T@C8=&ap%%=_G5ąfq,/xOhGVd$ʗXf1cV.l ]q$L Ơ$2nabOmFBxN3w7S?oAo~v,5Γ67[AsHPG*x#?Rn w%s|L%LZIK@5O`00GژT@3jx,0#ĸᬗI|2 ҏߣd#o!6wIx+2]MT :ҜB^ 3~rP?n0aрg6ӱ 7F4\ *+vIM/al?Li&Oy%^HF z& ¦:b*9o[ qn1 RbԒL6M-&!lsn11#uM|d7K@S=>P'8@s@?x9?ȡٞCHyT$X@!O( ܳ<-QK%"CҼK%E0AUetUmuEK_3 &kV5Cyn58^GΌӃ:DǷ#Lp7&h08g'*zd?pp?'!!gcQa gQ`G9Tڳ(9yɣ=7 N~ϱ?r%^OBo_)!Z∁E)xѿ鷚1Ny|ݥ?5ii.FjYGOnp =M9$ѠN1%층!_(:D[ 8=WRZh_OWm)BønpE4cћ#EOlGm5X>tGatblINhB! Z?D:E:%Cp7!L> HچOQx᪨e &.~KG-%mNNy(M@|֯P-gg~&~.MyuGȫ8x2Ė}Z^5ڱB20ӹťJ,7ax8I@*!~V1L ƨ_0@*=>Q F&Z mfp6i,.&]YL̀@kz\3J@*z\`BeZq@*٬ZWfSڀ@_%B*h];kS~.@ .@ .S0Zע%к?4Z3W}xˇu3 к\s]٨DBWSS Iԙռ .@ .@ kdqeh]Z&;&(%Zp?C0DwU)u}B5 кnZ׃)*MuZMuZMuZMuZMuZEu}}h]O47SPfGZד(_uM mfC*h]]ZX7nwO _GdhvjKҜ"A   pg`F7;\)``V ( N `? Jpr`%1ڝ\H_r/KTx9dm=x3U;̒Ȟ\Ni~=P^~2 ܂JAĽPkF{ʵ8X3BKERm?Ϸ  '~~^TBl͏5|wy! û KN7i \ꝂhrK1;L1ڛf ;fZhoAbwڧ1;=L1;yRF9$hL 1;K@B' !F{gﱈ Xho-csXh=1[G-=cXh31J2 qn2 i0.n$`ށPϩ@ z A3kwyE*?'Lzc![fZ97yv<ԻDjc<*b"\vM;Ӥ*Z†M,[*5Te绐B;n1i(Z~ľ,eבB>iҞQL,K 1 lABEl"hESbwٝr]\ F{+ h1ګ ^%Fg@h%o[hb; ^˸;S^b2c]EV}"F{߶ޚV9 ` "F{[hJ1z| LMDD#g>Eiy2"C6A@H'b;䤿ͽaB3G̐7B5DgH\lS|M{(@)(.Bx QxGHg@8 ՟8+qVZ⬌Y):k:^8%9cG3~t\sG(p~0W|P1ռʔK7߿"h^*s(Ti5 o}1LXT#ަZ(,k&Yo\7~Mb2z+k~s_tEGoY:'mE݊5S&}+xs&|ǒ Az98yf0! o&04hv1Wٿa&`HT׀j'`mřuG='-oED˜?rj i(| *TR]0},y *sxV,"Iwws:9 'n&N *`w!P#lR^M+K7 C,$[IIf">](3qns 8%> NDbI%=H 5,<H!4>&t1M3ԣDSxFKd팙ƃfkh$Dru)KS/0tP3N. AOtZ2ז<(#I|n\"VPPvr\:uZ/~$[$a_>:Or:9_'9__sӶ'EtSzuL(_5fih5KCfCZo\/g嵵3ϗF>^iWW|WiG^}GԽ_їճjsd^Z9^5`;V}6vEnM2/Q3 ^+=ѣyN zx/׸Ҧ) \20Pd sƒn5J/.G|qq=%-.E׍$&N TI닞 z;7 ]?..g!:뫾f3qߩ6p/טxD֋Aֶ3F-XJhLUW-bSKw\K*Jق֪hS5&료TBf_T5L}?5r=WSnpmbl#y :N~{P=o[FGdUa|z#+VيaUP)U]>oʥ˖+]^YU5&:rQc-w_M9ڻrZ:=w)M* taB|T/YV*w>T!v*͑VUTT.Xv5VRIaA%ẪhSrnc=`(c$;ZSS^/Y^Q, hm e5e3+䇯̚`sGmͼRmBPI,Gѧ[̖ŚF|zf1֮V7E%ʮd%P#Kk꡶>QI҅KC9-ɶkWRAM#k7QeB"& :]ZYaʹ%Qq*"q5>qǫxBCs-++ٲx|^u$dxJuubUr ݼ|9-Z@{h_˨][9FnӁUs$4UZďq$7P-?5/m}S-xYI%(BP' (4E)qU^ ur!^[3i "9;Iu$Ҳ8T jhJVdO/@h]~98,F0Q*O*j ! &׭I/Oڔ$Xݖ;MĘ2;IaJ0↛QgLMp']?S_E et A;nn OiF>R@.}گ̓]r>GqMoȜQwfZ]9-H+$)EmGE, 5YH( ^9GSO~il)#گٚ @}Fa 8I'Œ X[5h8kSd%o Ypq$n>sxUE΢]m%+qmMM 8WG[jݜ=x) _S,pدi> |ׂwR૴Tx4b:=YL :Ocb>B&j ? E* ^&Ӄ;,ōÖyMü]ovm:J,mm lVC KVW7(///Y_2/:\`P?}|UM&2 : 8e b~ MWyv*߈n?W=lA^ ~"Ok5iv*/нwoX/(,tЩ2خoWtSxݎѝA  '߇6+tD +:%=$;;=2zW|<7EҩsSޟ0D7/6,U6g9W^K]'!= G3K49E-bУ`1JN]j<)`QM&,Bՙe J7qݦ,{ Cg,F  LXX!:kr40a J΄A&l,suVxX<<LG$#Q p0u' 0rTQ} bP >|RB34ho0lZ^'u%wڒ?T'}Ҵx=v QrwHݲ C8Cu*#&Wa¡CoWh{)e?s<vYB8d_aߤ1I's dH!;,THf]HL/Rf?I~hL9V]9)3vݿ _i, 'xڪ xî zItM)akzv]op{# +rVUwE^jV;e$= Hn׭;tWeU(P*%Β0>!j1]J7%t]԰+ÕKX~OJioHtagKXž|V]$?.7 ˯8fqmV{P/Mm- XԀ'h1VGC1g-2 Аo% >TboI(R/qpfŋן)5U-hkM7=??r_$x"VH{I\wZX=-Vyi3:lvk=#sU\9=eͽC!%6{= ;P>uW!ӫRn+X'IĤ"[. `LS=?2_+Wl,>ez0 Ω@h?*E]vҀu7McX6 3'-%帎)y '(>v*)އH:٪J\58a©Y96^w`tm7{tyǯ\LLVe>l7޼o<~G~O:~c?o~?~8 P1u &d$$<̃}35J=X՘%i~V4^/4a={2}5V?֝fKMb~;$&n \666׬k gjZ6Ѧ W;7oP7k6Ysu0܇6 "^?dzj jWl]ZoD[Aʢc6:KXJ<P ~GsD?Jby\/örw :,x~"ÂA eOS-x_h[ײ" g,xԂOWYbb7Xֻ ޺mX}wTݯ4ڟqwLҸ e2|G:FudFfhri0Qi hJi0P(0N(ZJE DF,hi(0D(:0B(M m 6`(o. q#@e` >ᖁE{B: u8gfYhׁ^vر!n"9c hkJ!ڵ݀~ڏk/eե*AB1Dԓ3r3|g[ȫ!GSF">)#Wo3(#=G RPtԝ{K")*8XwKdg|!ǼC¿D;u[/^Q{,vJrQEݡ]=١52-PB]Ac~HXy% źW)x qr?8~3,P)h(veԍBьЮ#1c u4e;j(dN&v)w;DrIOgy# sqJFż_}JՖQ1x_S:p#P(_XE{%j?:1kJ$O//쪣1qQ٪[f)-vIٹUѹ%-ԿQSt|?u`o"BG#u^%,RF'r:kKى[r?~] Tej) y$YұrĶw(|83%eW%坛O}קT]#Wbc F'}=3wnyYf2ScRv][Tqgb,)h;/{OUuKDMRBWK LHl& $&Zdf LfɏZaYGr.۳nwS{.ZDegתSvE 7y =gr}w"~TI"c!#$03/8wޚJP> *9 `ƀ=kOI5H: WN_RN&$.QGv"&n!F3`K׉`k^d(|{O-eYMW/&w5]YO%[ @6g/o;}N)t[΍5ϦRx?'J>])kN.*%qjΐu0 N>Kok?+ؼǹD%1trP>~$ΉDK͝\FӂZr-t%' )ԾU;.RՊMh,2.WWOoѮ cZJ!Lu^7H+>;ݭ]q=m &k%i^%62XP~+u3Y{5=6Ht]۔*X ^O<:]=DԦ>[W کwEg UHlDpc_3aN6W{16 vwu*oZ1Vz\i[OZ kܭk/o!Ѯ$BE֬bƼE5PsCeet 41 O':7[QUkBZIm6\`G>(;H 4=1"Ưz= i2bU-#>ِFr1u$TU=pGe \`omԹ%wdu#_|pA?-Y7 mذx2鵡ѵjyg(@Ŗ0: Hǟ|5PgFP^2KM X !:HdÀB0CC~_ Bih U 7S*i8ȢjS?P~޽COi Z̖;B]G7 97FIl2=b8t}.XSF^'ǂV )#;H:ipi b-صM*uV bMa/z n**#˗&}+ D%f< 4`p2aũ¾DlLmFs2_^v%@_@g&b-5-7t@p9-_H6u=cGGvи c3a&N8{3B "C Crllg[b!Z&o:Ӏ|C E ̺*ժЄEhu j Bo+"ٺBv6XտV. Gw}4Ia1 P9J(b~o OrX|ʿ 󟼿ϋ7cވ <݂[^<wa8>?(#>|/cW9)ci|DOcW3ׯ-t XCP A?y*?()oI- ~Ey,ͷg፯R>M7R)~3SYyIR6$\գ䍖ͿbΩTU'|""s=ZJ;[J;,"ձ}hQ[QUVzLxd^pmQՊ];-;f/vaGN;g&9v؋ E3ۊTj>廣`{;g*vle䯑O3; E[gvN*?rk |3F\wQ3wȥ\ʥRdsy?.av̿Øi[Ƽϕ1_ZsC[m3 uOF,}-vrgk~6~C ~6_M nO`L9f/C*m3¯/#m^2h>t`jb>?GC=aA,!b*5 lF lv{H_Axڄ("; %׌|F?}B{R"YŦSb>?ߏBLE Cl ˿VW{IT"Ej;V1%W2ȿ% >v Ոſ "_ ݏ`U%;%~[ wH3I?/$$|ޔSy~I|s~O_n LLM?%ϰXZjK%n߫Of?7Z%TCMcojbND]tZW]Ӡjw8wOO4 1 񯄀P}Ua'Ĉ00I G[9#܀l9Xlv,0H\EFxP) F,5 OJ՜otg`TQh#lwZfNB9ؙr 1gwbYbj`_pihIjmJUmU}MV/ ;K+ ,ejǖ:ج?. xjY\CimoTOu?KWV&g`鵿V%`*]o^uu_klMUMմ۟&gI_?+_UC4쟥8+SWM/69Qe` _fmrS_W;=?69gmSx_fmr?yH HSUM3kVh/zznGH3kV4Y_/?U.` _mŷymrS]`ڋ7MaJ+ۿn3Mf?.ˠHz5 5 /EB[~ʛ|[C.8AG7l4#p/E| $|nPؽ<ޗW 1Hd}oX’%}5kܾ;71qJ=o1XUG>OWgtv(A;B=ɢ#gzGgߴ4Ow.7Z{?%~ /K@"K- \viD$SM_?s9D%zΗ$2Ϳo࿯ %vԷT]O[$zXRV ϫDx}j%ro.;&/I>OCI%>k$ro/S"I H_"qϑsn I}!΀)\' G>$MψDnB-G%;>.[Dq ~u>J[%HڡNR]ns,m4 Y  ,^BW<*dZ ߳^CV ,>q|n(woA<~ŁB/as=?E+\Ჳʪl|7^vc>oTxn9 '^?Pok9ţ1ƍ?@312΀^Ib&ּ d0\#5wP(׆*hG^Pi A__/P !6 jTPzfsv >zto6|CڧHhVQ{\FD "J<c4.Qbd¬`C‚v@Fo /BCh3ta:hHLYM AK$`+I(>˾M3[OD4h9 (HmL\ +d𜯜//mEYF0C & $PF#!<ِdݼD'IO}|:躻| jD'8'TW{Ω['MuǹsoU^GLV\m/a|; /i Nf<^x28ILc<*W[ϟ{.cc<WxU 2?oxLt;9oG1g+KƷ3~ Uˌ360~, 3w\0>#?2'0>qObDƧ0~ϟ+g|6cdƗ2b< Oe|Je<w0~;dN'&[?x> moc,Ʒ3~6UƧ1t0T2:a|&G2~eg|'1~S4/dxٌ_eyJ* _w _x/sKNwUw[aWr.{ѭgR v Eo%_;PIlbZVĸ"<1n!| OB[Xĸe"< 1n|y ƭ/pb_$q w ƥC0b\}c,_"ƭc~!J~0^7w#N~?' ?d?'$ d?ᭈG7!MF| Ox [~Ib2O8 md?9ǒǑ '!% E<'< 0qd?!'#O" _'܉8'܁8'|q"OKē^Id?'E<'Tn~¯ Nށs$ ?8'ĩd?ᭈd?Mg$ Al#  El2?4pts~Vs~Sg'!$ E<'< |0 Oxd?Yd?K3/$ w";/" F|OKwhg?B|O]ċ~{w#^B~q.Oxd@%Z}X=^` >V˦dAkz1+(w,)-ΈA ^b*\ ̓ [@eˉD.G*'LJjRlBIqG@)0-d̒V}piZ\\hSGUjmuT:5ђm~ga*6]niW}vcwZT;0~eI,ԝO-VCVMrKwUI͸@%\ mU 0yނ/,)}ղ=Ae{XQy FP\+jNԀ6AK`T$PϨdJ@:3mK >zumB $S `x^{K \ETS.Z;"NkݡWی HxZ}0e+IB&Ür_+:!F8eY_B{>uz_/__ -**zl] v6J !xAjpԓ6[N̝SIsNIslN(}ےg"¦~E}n+G^{ 6޼ JrW--Qswi_P4ķx%/(>!ޯ1$GhH zG,hR{_[Hd!yȳMHF [ݺ+87zz>5/stc]^-y(N(8%ṫ*]hҧ^Fjy8Qnaҡ>AD3p>dńBD7=뺠}(Ϩ!:0N. a48T!Ix B?0+݆$O p'{0ls:lZgп H=e4_=oTӫzX xW7kn̅1dWvkcFsvk!vuC2ʼ 'Ǘ _bkjiF|/M׊/:(lf|9P|;Ɨsŗ1ݡE/v _KFwVxv"|g?_^/d:zR p+JI>+NC>2nElp+zBŐ+S:+dEpԧCV#埌J XQrí((ÌbFM+J+&ä־k){& gꃤ3qdQʫג0dskJS%_UC[Kl(_KdA䁹͠גdÊM|2\?bY`p C-\<ޡ_whaWZR(d4h9oh|?W p/gdWPjޙ <ռ ɽH '⢆IRG4xKWL#4Hs7̈́ӚKw0p5h?-[Ar 62¤|0do|p=+ļBIjg\6q3378e+GiL٬b50q"KdZS17Gg\ẍ#\t 5lFQq z ęg~ݔODÆyYa73?Mz}f J>y3D}y_o3鹙ɧҗ{sswW6;[NβC#Y(p^u }:b^b  }ʛZl{="sd4 7XZd2Ȑc)E=pǪLɕ!MR/>b+%*565҂^f6\f/KlWΰP7'ootmċ30=sV]Z3n fe2?Hoo У?ڧ؞eq1)Y[ۿ0@o_peRߢ5׿_cEDtvOB2וn fK{&F]@v,(%)KpKU=O+nn9"4wo1׏FͿ=EFl!XGq=6K &눝?2,OoAc/#M"歛ik"k@9z'ҤT$k n3e4^BG=ЧHy"F8vhkr&i(X?ȎO2 As0|3/‘􍦆Kce)==c칮FGkBmuC7}[ ?Ao30n:;CCivTnU8:SL -?n{161ՠ{{i/Tv,͵['ƅJclԭ(MWװM1 Yȁa4R ѨŞF#_4b;>yiFh+ҕGh:/iZga:0^PAqnv\WЊzFAy-S|s(6XFPyxW)恹n7&.|޷ѭ%W* 7%{cemhcpw/rs7N9oI#ҳ VzCD+rKShi+qZͰ>վ&d(.9o~ @W<8x"Q:+ j2ջq44I|U~YE>\_V^Thcr\l!\ja#{ +ʠ'!=0*J6o=c}uHvVȣb1*W9lsjpjQmS5V٪ċmiz'4 !/st*\N-!|MG^4w6yhPPN]_"T~<=@(cD`*ϟspV|1gQ;"~"2c:V y5M05/PE)~|%8F(gB[j,ut,TɔNc&J'sHg3@rO&ռ<#OYFQ?WO[@\Pķ[ˇY[d+Q JܯS˝DB~Hο(g59ކ=%y,|B>E!pPW*O*T_+rWfB>AwWڒܯߪo%YQĖE [ |@!J!PpT!ߧPȷ(O(ϫWKѹF+srOAEG ^BBB W*ܲ4ŸUHK#5]VZr<% J|BtZa"~O!@!?;˯WoWKX]msu:OzΝ3{B4p?,1m^~ bf_WZX\0T "&--e>U3yZK+5\\8Q+{&LaYs([Q|wa9^&ȿxW^ <׶7dEI(/Gvt@ֈbv%#xg[UZ9,9TR% ޑ* W"\%Gv$o8x +*(==FLY0vRK[Ƥ1K4 ,(, 2j,K/$[I%BR%bPqxhL`BQ{d[24|4QΈe@FSo] Lfu0PƢ @jQR6T49t2*t1ْ q+c :,s}Y.~agFDg:\83?1-> 5D3fj /x@1$.$t0FwBG@R<8Tc(Q`pIlljlk < 6 ·Kk(v"ElfJWvٙ(,X0⫀B}ėwC[Wo Ma}F5 #2t,881k @Զ{kaXVѢZlouxAjbW9~S :sqZxMI75vHY~3i$ryk{f'V!g%h#QF3i =6"a`dg: ٰ 缝=I|&S3ZzVyC|? T38M}R@ M"I6 ) HarJF vRX`G cH!IHB)L&?@ ,A L0މ9Ha!4),"I),|G 2G E3 [O {=Ίv%NKM-{9W"zLl[)p2Ė'[L, Ll9{(p2Ė'[T LlY'p2Ė#T(db1 '[ޏ"L?M!L ?mp2G=4L!vdbOw2 '{̿i8s瘆=4LIkL2 '{'39|?s~^99g `ykq kv`b gn><-Q=aۼyĖ1į9b߀=\μm )+ѡzG(='rg3v+/+ dn-p8ZUxizYF4ʆׇHst|k@ ᳙> =?G=Dk}_Ä}.=k7.cЍY79xyyʱOc;^XX*x%K5}9}YY&5L>0Dy`{2|.)+/~%G?~/>߀>#炟b C]+fZ`uV"<WX >^:a0;&w8[Y'xoJݭ2ӛW_ l~F.u yxv3&-LbiO ,;'n[h΄8_ͷ3jW:*8:%x iKfK7zڕZxImi 60;b찏gVe:b4;{)t1T*G0wȃ<~"~q>3U&:|ږ)E >#Y}B#swwklxɅ7 ~ PB/Mc!$J-ͶQGHxdžԛ^Lbތ1]_a [ i8 ǚ14j 85s眍@g&2]݇s*e1}bZ(1̾J7Hy/J/ipe_k@g^f؜B6hg- U܋-ܡιx^oB[o)/zbΗe=_Fn_!sR`31\sy`,=A]܂ܫ^Oޮ5:JwM{zfGmɖ,dCF/ɖߖ $H=xd恑`c^bq $ Yf׋m.9@r,16a,ɲU-+]N~Lw[nݪj-Z2tGȣ:\.׉'4m/| Z'7Nʧ6).rRZp&<38-`-AYq=_+a?5GCw#ܤ##Xj H1)ܬ%p%ԡeOe5 (9eWZ HRrD Z$Lj 桜nU2a«V) gy)ޮ,d^c$(;ROj#FFVx^A. ;TM@.Td`,j.|> / z hDjjIä~,'ᝏf0`-=u7rF > 47NG')!AqFܜ%ZE箳d77ǒ}:Kv/*B%;yK EO^S3Cw#&I =t%5'乒j ՀZb@- E`yL5ZLR-!,B%* I ] j6*QK-k 5 mKJRvՒ$ LF 3կMC$h4ߢ0zߍϸeUl^eqb.B*ĮY*rv3GZإyQTqLw(LY4=8mW G/Ӝ3.(n:_h%n,p/C4VC2peYnr{] ʼ~7꛾oʤ[,i~~"# %6V(MCjlAM5':TszՖTuj*z$Jj%ńEet^(Pbį[k1`V$UO`/`T#[8_"7A%4ed%"S ݃ KQ;. 9\ rt(\iO;0KV:rvƵ8Pr=R9`O ;:@Yhݦu1bzztLB;_ɢfi 9dh5(x{4%M5׈‹ VĠ`=ѳi3*aDsXJ 'HW~3HbExն`z{$f&o\IvdNqsw*X3pMjb'F oOgrtZHRdN,z|͇ę+$q(Ehm4&~BZ* .p,@kfКk@kށgf_K523w 8L)E!'fyRК>@kyahM5=:ּk55 ue}fКQ̃rK@kК7`@k>4pК>@kК>@kК@kZѴ[M,5O=(6Z1/jO@k>sS>]LIijL62ƍf_[zcBUZC q∬E$*S+ИH}DEr"'~劬] EV^9EձS93dRb[AN͉lb1ig- lE6%\Ç79B0[bX#r&Wł+`ͫc/`-vb ~:8}Mo A:c|]b_E^{ iW%1,CkăL~u_"v81UhB}tDu?-b!h|C ..|pkc/?,h{BR0ڞ4Fuh~0ڞsFsOy`=S+B z``^Hsa<E$$%aXRFJJh{}mwG=0^vG=0^qG=0nym:m20XTVndhR1Qz:F=((:TsF;ft2ĭ}n(Ë'.~#|&t@iy~{N+CY{p0g q@ܮq W yx*j fKo]ZA #w_Ztoy ރ'`Q.ъMnϤ ۸Zpx!,ƈQ>|1VPj->XTR7d*QG-n/%3v|F h-%UnX s>2W9)M\A@[q#R[8*CH\裊ģlFG5#KcT&AȍUrA)/p4 YJLk8sxb2e,P扛hxl4b*p*\ѓi Bzl*ei9zzŮ= iuЭ fMQ=^* P3։i8*AOYjt:'J}dR-=̧{5BQuL5!i>u#]##Pg_jg̨t =)>AN@>'9]Ţ 9'?un(chżd=~Cd!Ivr$sT/i RyOSӔؙPUIOeK8ˠc7̛KQE6ޫյ%=kwE!mp 73L}'ǯ>v/t 6z$xswu^\{@[[o_g-k[H @{Sh#O" XK%ccL@ϭ:>>^xȢo=-,/})44uԺM- H ZPhf4aLڦK{Y_JOczG'cMYSqTdu5[؇u>ILX>=d >/C">4K]ʊgK _ e]0PhЉk_^MwƛFHo`LoR~#bA(FGu#ɳ4v=q]#l~]5وB H 3r% X|맑~ITIB>'ơX|ɻDw2<ʡs΁|u⬻5:;=ؽ#;6`'z380Rٜm Mɶ~l^N mZ$Vҵ5ڹ|e[k cKtD&,eZRUP os!krYȧMy]Mu%ԖkPxo t3a@O]-ݾ8G%Si-l>y 2W4Z {pAL]&iQ>3=`;k.URl[INHviCRgVllVgB:IM3F(#;JbTL69 s^>nξlw>'{>B>9;=ۖ|2ʭGU/;%pwwZ6_ٺyTZې%ASݔL*{fOpN*utpXzTԢ lvFNr9D*JW'HZbMKgu]wYJ 0To'V i@yte3ŒG)mv;[׺?p$B!7ntBlB~ ք3ݶaǥv|"CL.d0ӻܖ!EXzj mW륃9 )YʕMjX=qEwuTaCiu8V&{ dn@fQ5&J s9TCUa†QE)5",Q#7c ?:>̽sޛwC-|pω |/f[FE Rl`:AB%]˰:d Avr"\IW#yv@>Swu %_ܬ,˲[P(R}.@2f,j~Xfq/j>:mvPJⓅÏ\ (xp`Xƅmt+}&A W$/6ħ8i .*16f(m"3;gZ`tMn+Ja66b4P zJ\;:kۊ~eZ}|x.w)tiV9jwW>+Sf ?QI(A !}#4G+lEts쒽;{4#\0w73"be[ 6I4ؼ7[=1*%| cϱ6X-G m,>Ok8/q}$NilXُK35LZVc{WIƍ*T,L7<7* ot.lB~r/ `ث43gj F}!1+u`*T ߥ]o ; Ggjo9O /Lm3_96yaYGڌF-!}j25Jg \k&v&9} Xڜ~i6A=[tyV8P6qhM/¥ +}yV˿҆*Ϲ"\ĮjTr75ՋnU^|ev-K]TeI*Xխ.A+.Z]ɜ՝͇nuqH,@&7V*ƙs, s;Y/AL@lK4d:mqak^_1)~*"WO'ބ6IMg2֏ >"%sJaMhE<\MY1Y_Ev9MS w%3b f*X˻|5b\㬷[k#!5e\_YrQ_MQ.!Nk9K,˥B!r2usb܁\KȌU<~q;z?:+\}IX+Xa9[+t,'߳rr=KIϳ5Z\Ej3.%6IEx(вꅼYg¢O)ϟyO-0{^6`%`?ʷ9M3_ȯ9u2-nͺ7#s.9ksoˁA@E99psɁˁ$k@ETWh_߷~ r}>%!uykPx& zSQta4j/ݘnM `x.k`/Sx F'Xc8'o`nbbTڦЦ@l Mf#JYyG~ zb@6 <%x$iRpU_9_ 47(k+Ā^-OX8pY\/$ڏ~ز2.'k}BE ^O(xu< ~W׍+4_ձ^ ?CR35 ^ nT.ߥ=ĘWǺ^cF[+I } L`v:G'`O0\'0*mfW'0J'ZE$FD H (/3w 2?37 wp=q1Nctj ,)5cǐ{Hb0AO"R}vH!>3Fƒ^ΐHKDcŏ(D%_>Pp3=:CW}u/G Q½d+|X;ls/MV to+k.1;vJyϧߺvO75%<2|+{VRyZ}-\E;̥:}d7ps7#L;C!șJ]޳$Ӫ42i/}HEJ#T4']J˟2KG)y'/vͲI/Idɗo ԯ OHw#/u }#=R_1tu 1W@~EMfD7ROO7QWPn)b7kgݫFtQW Tdy9jRc RZ?`ꤓyi'g'E,H_?h+=kDyX=b>"xxw Z/p(g~gZK k70)^6g{jN`ځ +\@7WjO!>]DU^y,3zQ&GDI5w;ca%ߵTK׎.R}jwwQ5Mݢ`ȵkz[{Xa#!*~sO}A j"nQs=x\;./*ڱgTӍ0"adՐw*؟hXT%[gSǐ?Vk}(ߤVSJà<{Հ6Zh:ϣ&Cg[/u-i4w6|7RL?dH =x4M|6i2GHϒ^O'@]29HypƼw,[vhLc^Og/|zm \_ZVC+D+l+c I`/;L"C@]sϱFij"uGj1d#wɮh>M@Wƽ3ꙺ@rѽ(x݀ >/Fز52c-g x#s}1? ڙ^"t}69ǵpμdkwBâΎg]xI =@_UɼotYۃ C}p&mA5n UCGX)xz֮,:KBj_] @tēoyNH=B0u?Z֒uOS59MP1\fWKQJ1L&Cr966FX.gPcիcTcnfEOot|cVX>3Xʲߤ*~%NP !^6۞AY:UвGpMZ3k߬qS͓:.y>j䯼'sN _H3IFoy3VRkwhRCrp2vXB' ! Tch ⽄^bw47ZC[w+WP'΍CľHxIY[,V._,U~̽2nLn~U͍&W 0i4Ce "hOpeaZp4x( ܴ)Aw[22g*p.VJ D#x",M-< ZW°FS땍j|Oa2n 75\$s Z]jY'陂xZW ZZĖڕ Z3f}C<Ϫ͍8X*`m0h3qF[5xZIN! o>l`.[̡\$xpOu8{Bے*r٩b3Mk&;ѯt]A.N ]>C+nvITEE]ؖ(QQrD9RNr'^ mKonwׂ\]Y_&WT.qmaic9#b jub̓mɾH;AytZوRW-K%0rg;F( aE~ m@"h~m^Q'@{3ovw[7oޛyfw /_KK-]:F]~Mz[-N3.'^2 Zڦ痴)K?=Fy=AZUJ?K_#wt_? >?$>~Ws?/W_߁pI~ Nwq,5߯!?˴N@p7xmG}+(Ol4λG0~u. |OoՎ=ǓW;=,ʡDOhO$uoS@9{ǰΩW_9r'kv^=QPdӫ^|0'NDII^9:ړ=h^=ʑ;^=4ݓNyEz@?37: ? X59腞w_oOρ&LWZM}t=+s$OE}C<7i;ų{,\KwQvlq2kʁE :Kp_z, w̴4ר|}8EqGpO~x1hȂOyyw{/ޥ(AG oRMf4'UFvuקRMPyLHo?I}&eRl׵RG{-pIMtoj".=4Am7ԽxV^Ηhҝ;t hqb\NwVmg$nZ~iT>M4݀/H<˻c%tߎ[+ZTx;1@Q_x`Ҟ%]?Ϻ^[{/`gG$o$9-Q *|;yVw ?dϋ*=ߩ#< ?ibL Ox=O/_7 VMOXPwyч SwKi%~oTݞv:ƐAǽ op?K'{?qa !=}Kİ3̇1]ޯ_ I,ζO:y# bH}SO1p0^?(Fv4?#D B`ǯɽ7(b5j49<+׹Z_>o}CNoN}~>G|Noל=5?96"\Wtf|frtlv$71356PP$'ƒO@S Kcsi>$ ܊R,Gu9G)ޙ{({VKwvs=mSb/=e5F3Vb֯P>FFXt}݅ 3k`SYt %:؁?  v5bV!PK4 (eH8Z27C.I"+bv%kb/tw-X#.ފapwߵ\B f333bޫIo j "H~ G pї@ao xir*H8|:.q r#L牛kН3I 8oAN"d.![F<'H<|Rd JA|M#l}¤۫ R~IjbR(ru$Q\Œ.OV,B`I5RW6@|f r>qQe~iA#[Ty,s&6jtKb+l/$#ԅqWe ՐS+):F}r^]p+p9[մF ͧ`.,IF) !c! !gm^䰅O 쓴`^lg֨PTgӄ"_kut@j}$*1F)،{*Bͥ@p+#f, | Ls5g%nW9eKUZq.}xJ%R6IGBQ.Mܜ6@~@lY,P!.Te!7`&m1^ 4sC4h6ɦ &Aze 9\MڡI(閒- D3nIhX8T&2{cH8Kk1ށSpS)7X{0ASxmIokx^ғ_='=UX0gb账 &>I@f#_Iăp7YJ(!rfn2گtPm4`i1\ 5>=)*%1:qJfHawًcvEJRjtDdaf#e]g8T3e Ʌv+Үςh |:2+ (2Q1EX}r ܶbq??30xɪ,嫆D#6z~tp*=d̯V%+g%0ul&҇CH~E-I@R}=gBa]tbVɖB6ا6褲Y)lS%1&fl|7GP@ЇE 8&A,MS+5*8Y(EXq,1+ʉM.L̷n++a{!%l)JV<]N=JVs`OX;ǨHwU>4jPbtޮU:,&ICp ,n@qafT7÷_ƚl83&tښc5e1HV@\XXeK5vz 39R$oT# 9IϧfMKJ75a\Q{xc؍Q5uDs)4{el "h{Yوa"2(Ģ1Jh$""ս]֗lTkR%[bmoHYzk.בi%㵸#y6) 1b%]N>Etr`>{֔>N T 6oHQ!lzѬBPp˯ʕA.CXV}\uOq܌Vjf1 qD6&JQ=p<+jNR+]\O.c8#_kYyX< !^j/F):d"%ڦst޿q0NRhmm>6|o6DۆNTwex;uBi jcCl:l&D-ʶA^փk&7xORMjЭD.׮|%gh7kg߇0UҲ{-+*l{-z&ssϐ6g,}-&R;JLly U7Hu;͌-IV6\qK| tSM->j| k> RMXLY*2c-hWF{ " =gzް5-Z[T .R4YUvc$nOuKL^+Yu%ě>LКDafFؘQyk=7݈sB @&_G f9S,usx)K t*ps62 Y&T˦,7 ~LV^?[>ݢfo4047 dݔ.>\s"?Zl:wo_O|DW-}F1dqaA:{{G))TZS_U:h{T~&:' yx54.l7j(WՕKj qPJ.a*\;́Ws-o?ؚoz<5~T%tuf /Љ&xsh[mxa|NBړ{^tݪU9U|IG5wދ?(^?>ȷ7-7nqbR݈|=so g?(5}2VlAlvnF%q0kʎ-oמgzk#Q>9IkwJ>|_o=ZsDO lWvW<CCvM}DZĥ1Î>? z#p(A\Y"UxLLPOz |)RهgWg5a-G~k?}nIIQ&~i _X`+ys9Pz̨f^Ls`&xNvA|Z6+cƨ]V՗%8և̲߁,}/Z˒ֻGW,xmѾ Ua!Q-J [u} *TKWO`fփs_"o;^6wL `OK%%@*B7m.5ň-I{Wbw`o8ؼ3׵_hns}Pƨ/v cM=gllg,>!Oաݛ3Q=>=lTROr+ueABKOzFqKEMzu~_ԯ?=xŇiT@!mGr?Ea=fnFH] ikwWj+oVO/boKl>ߺk2FGˤ빼2Q+c;t .cK:Q#(1#q?A sGp]oAlKZ_on' ':ed>9F8- ;4_5,3fnvr9UWU+k#-rx3[0l%H-Aq'?/XwzK 숣XE9Iokμݓ,t&OEU2n].WܑNe=.2bE.3d[WZҥ l3ȧJ܋X\+/?E`U,xX7,=K5itw8D 8FGGăJcr1deNHx+g1^oOQ^UM-fmhF-~X XFJ=ɧO6R,}sz\Uӯ*m՟22<8-x#wɜ1*j؏X8H7c;|$h9u+Pͱy,ݙqI^YK.@ä[?7ĞO_H%=eeeVggs6>%fEh2yaYky qz71ku:IpBYG6>z q4mTEn-3 yr,HWղn,qEa䇷pη/Fn&ne=~`հpw;ޯwl(3A(81Ӟ+ۃg-㣞+}3y-QwRY DKɆ-fQQ5!(Q+, q e9r٤X_|? ﻲG`8CTZ,uU|yߣuZ5pRtFU)WWSzܯ !;w Yׯ,aa sNJdxWh؞zAVCG?=Ni,_?O cYǑ>\}/1c-g lxu'ƌ+}Hͱ.<|.FsWcAAr/1twd<{{ɻtZN \a os*yeAڦ&\νčVP: ׸.!:jK,OuLPG-rxe7!s}٦Dލ?a6  Ćnՠxz4_#ds~RoZ$vIyAh0g:fVl{j+2̲yYVϥɚB~ӗ/3JH?ժ}𝖱A,&~aYg8p-j)=mil9dIGך}=;ddE^cٱwacqc< m $'֓fBr53VZV Vuމ_`Q@9kŔ_ZMY}&.zXea T[;#BE-_ 2}jYln!ݙŮ\۰:5?mYS#ì^6_Տ#z%~q g{ASηeGQ|z=iRf[/ώ#ӞΟ{,y #GD NW*8Ú^^-XthTka /7&3Xm7M^@Jo @<.3: ܠ"4l_l[ю21QcNP[|rdn 4O a95jlLS%Vߪ _e {^wr՞)3Ӹf{}bO2KOkPuElSU}\e|gC^i6oëq/PDy&,Q-^$X\K&W6Vesa]j<+:ܺӂ'W8rܯyif:jΕR#SU-]ͫ&%{vFǎ[*PM9Vu!+4q7iښ7hkhD$N':s>fgi;OACjn7q‘ZVklcUcVx BI'Jt R<75;M ԪTͽ'fɵ$41}|MmzI͚4{k{1̶sZ@3$+IyNc:1^Gce-=8GLuؗ8-uoG9_]IԻc&=AMo_>%;smfZi=䝚Tj6.+Vy\ٳhuSy 냤9y)W;}_G #.ЎA): *0RR){r{E kV{*I ?mͽߓ.)_Mc>5yBз+<|T,?aiVU1Mfu]OEІ]A+8ҐGV_wPǭai0cv{YY_ ]?˕=G:=l%"Hv{i:GNU#y ,fAQC8#;s2+7S7Ē蹿Wx&DT֎Ýf_25xκ<S0 R+BUoGTǛ&5L]-JԽabwD∅bOlVy6dln\ai¸YMg P>PHNߞΧ]g@<K}ZfϦ(糺HyDkFmzQ^])|a=BM[z_}}H"+Q̠ޠ1^wqWiKVh<=}ʻcRx ?![Cؖg<+[xw쑏{>Oyi>}> MWC-w,^ _̻DŇ9SDDH %|̴8%)wf?ݻ)vg L0yK3ψ=UE]Mg2(eY˦s]是!# Fj{5{މLfvW 8 ^5kP-=P{{Qe/z Y.3^3ޜ(v{YRWo+\kk(u/vqj{_6wc{ yጏz/C+Of1#@,ݮU, ?M0Y1cj G!ΩΘq4GV([^0~pϐj!X^r(e67X|[Odnw_\DL3  `~k1Gj|%xJ$u{Ls^R!Xvj3]5zjo,7{|q`@s:?<n9?Gڍh=cY:Oc-},l!6vG5[|֞jSzMr{"G^5E^wYHͻD}\'^v.ݾnǙh!8!m0L6lq(rh͜˧Z Cp I=ݺo}T2H𷖑,w9lVcϬp##ZIy ]{#{qmL k{ކ~e07&(zCAu?}2JlaX_$j@8\Z~4PGv1Y)ζ]z5gQBO?xw*Ԍl:vkGpLJCבNg7hX_d'bfGYkS{Li!4De;]ifLY5 X u켏jAbuDmZPG58݌ޕU{zQ |/{=k󥙷{<8QM'Jh6,3}G` gRVٲ'zـ_~ս\v8º%sL:y52|Zuw'>gM1gH Wp:ghdn% 3YXugwM+gs-'9gg^n?3Dh,CJXCH7>!fz?fYG&Luf|DR9kaXnxvÞ.jlXRazX{f$ő|{-n5%3ߍ75Q?Wk]=p =}]-[HOza$/Kǫ?fy,"9_`>jaz 9.I~Z0y|%o >V-mHVl!;2\jQ3Ab^*Dnyl{:"ntQw=e+g4qx/4Rx>]*.*l6k\SZOlL=XLT2ȌZ6#ܿ0{7)rH/8gFrT 0WpYu3;Qz(A{_isX-z6Sn_o'0K:USϒ1r*์wNڵvhSΊU͕ѯfِT,j2C3ݭqf.ć͐f@FҞ VeS2)LTFeAw$ zw}:ɭ#m3β3˪}X#Vz_P潭qL%T+OzJ8Wq 5quG֛{@:1Hb_9x}/[{>> ڷ904\ CЁWWJ`bAj]]q"{"晕)ֳf3g2Sˆ# :-˟yJyD|:ߋѺeںuuq=7Յ3t׮7}Njg\]WiܛX/9EyNyMUN:5d#/0¼3jgVv TGkVl4>_oˤa]zD?'QOhjt׏c,C ^:*sIk.]3#>'nve(SW4Vu{`bd@=95Lz6k6m4D^iA3)aZvo;aqnaW|4F+4(ځG+6uTiy!lSgEW~l^gk#pŴGyұs>&=39눶h=5q%8Mu,= YƜj9ܹ^Wj_=+=Z~x砮`V<*;"&Wd: ezT$QKgM+UM~YN+yO'ݖytlV졫QcfFT 3Z0S :|]ȤjWj8C:{sבP 5/=$#˃׫eG;yLYo/}Tr'wE3<2#n]֔Kn:ɳswiG:yz#폳?=#*1w-J/yH5[Ls)~fHQk5nJlTd4(|u90΁v/L;?.W؉YL*XM9r7tt|}Oy۪\[|VVXe@ݽё'Rs$Kju )oȎߙ/;*k_E#uƆ${fNΉq}o*G5ԫCRg6c2scfk{wSZiǬ(=UxIx?s!6dt&Z -B:V Xd/w\ɻ\N{=b:[T8{C1^~cH\Zɳzn~όk_1i<رb絚jW/T Ϩ%^SѢ߭?nXRR7EQ["^ C-IVKWș#zs?,_?x[5SV~ңzj\>?rmFp=@}gH͑~H?jL>W\3Vcњ#PiZu`~q=^,2K|ZGtڼY 8>UoDx L_c)S*+n3{FeG/GC v֌آp,*DVlƟz賮#uPѰZ?>CCgƵgSd-̼#ƅlX욇+n~[QўSߓ1 ?[Ĩ9uMfNYGR cqG:}?*)͓;{UWbFs7r.ZtvþIwqGLZNpwπgz%NGs9`|=lyfmPRLvbW}ؗ%#"o;W>jFM5gW{ʡNEy ZD(>xO`6.G8حWsjɐ< l%d$ްّONH+:٪~92-x 6} ~KNr;s^%(z~=/e|1`m[8[<ֱk E>7XǓgkou}Z==#33F'RzmK eNXO=#p\l6x:SΌ*4D_{61*[w9qs~iy/4e#(2/1_9|)F; M1>5PݺgR<6gZyLE LDY{QĿ LT*ZE^|]X#0+ɨ^cLKlͱ"cR*Ȳ{7 }S.H:lhhꪏCcn#緬?}J+9<ٜ1k3r3?_;=.~EE[6(Lѽ R/Ǝ]u3xk4ְ ElN،S-} a徺w7GjVjz] et߷<FӮ w,G8 D,aG !˸ ou@We!cb['y/C;9YSVǨ*0rNHu/uFuq\gC̺]阇c۫=-`UCs E#ڧ,<䯙qo(6#9VmpKtNNLڠYi2Atn3ȷ*vu:Ct{1*4<;?*RU?ۨLnN1qc4SݣNtn,{՟*?ka@U9|Ie'Zme!nW 3ެJ@rRbۦM6^+^HkX:kg ¿kφ؋5fg<뱉p3sflRMmSƟ QxӠ~7gaK(dԶSpw?wCZl!c+:5t)L dfIh%wG>}{м*Nn'vLk=Dyft's}i9,Ķɕڲ AI*}nzoB7ХJ`Yew˝|+?uI'z82Y7Y;^wG`:n 쬜é%i3W0tKG_|u2';/l4sڎoh@̷͖(W%ʞ%Tq,]1o llцDf8͟5*3p^nE\Y_2k}zuႝiqwSrZ%Ł}9=f8eT6~:#~ qVشV/\juMXu}1Gc%cn\}Vun/V'񘌉i.#g;_urd Ϣx1ʭGF_U;n.}~XċZwLؑYH>{|WS?,uDPA.精Α7_pF9~`n{qRf{˛ f {lڹuFnP >ibڊE`ZROvnG~=eӢdF{3BNZhk<ˤ]5Qa6?v{pMy4T)u/zb?\#Či3/r_k{T\F5>a<1iR՟ iUKqG?>'/CCgz+}NQx~]Yz!8tVbإAY1ؠya-U귈U?']~Ј70]7jY^mbV,m^Qv\O0_|Zf|ZIwX*<2LuHwșI­wr :}z9'pOcwzGl<+Dgz~RyÒ]2{G5HAibܜlzQ_paU=ʮb|^J2KL58xJoV #IHUUysiuutlΚ?+u1Vh]]؟]sۑض[,G3oلVy gԎ5)5|5ĤTǸ[7զ;o(g>O>)L}p_ڙu}OРk-BM?;w]M_z'F@yjJ֤l+zdȰYBg',_ϟMw}m8ej}Μk7hу^L\^8}̉~(1$b=!-w {'K4$=C n]#۝h5xV/h)s|acU_ii5nq$$O$^`>Kb\~zU51Ͷ)PmgCn*?hugRl {빘eH79>iDV(l뻛r'-{+wvN3)mqTRxڪ(l!>15ʋcV -]:[]\(D9w#:39+u]A|-:f5P2)OtCMW?u۹ʨ^lk;y]'Y1}<`}iՙDUTyQmu^-&^&IVbߙly<:6'xZgnyT<ϫL&@>ڹ< k[8zS x.]~> z=9bb>R?mAC ۉ||Җ9XWd;1%U5 饔UR3|=/+oǰWsS#e#y]>8y4<+}<5ɵn|$hT65meeN bƜE5۠ E <1:D ixbE׬WN@ϡm lupiFJKݎ=Ϣ:-lhs'Pz:Q`f<,s™'q;$U`5S[c96qVI-NJj?DZIFxħk;;pY,Ѱ]s;vTrZXB(>>Sʂعb .VNž6 #:&B#yJnkcs0sΫj42'k3Cu]z/xgaQIhD{NZ~dκW?ScVv*;eoe,;{9n&w;+82E1hT^aC^ LαϹ#`E*{ޗ!ټǣ 1ew5( 1ԋ~w޲qFR?5G xd 3l=Fj^:wPLV+kف<I^Yg*Gp^luuޱ`\. E R2ONv qV1UIoqsu_c}Dj'Y _M㐶zClaE,_%s^!c0yqzUsl:ґDG!XDH|G YcϷ4OJeE'S[&(:Xk_?+(O/q^<{v&c2v*>֠_Rg`rLsynakR}Ŏ(SB>Wa3k"U}cﱩQ_VMtyݱ2Q?QG gwƹeTl,ywQ]I#j &6B'̉=g25WWNێS6 (w=>6?/oh G7C?~wױxcE;?粘S>do{k-h3*'ѿ6#حq}\Kg;|_Wο_&V=\9V;Wl߆CHڬAcM;p6wiu{-'vR۝'w@v=e]gjrЯ#_֜!ǚi^i<3~w_G^xLJ_#~aϯ+1pXS/tiᵽyUE &WXwtqlnJݫ>ΧK5.C^9Vul>gpurdӿce$Vty} 8~w#gQY͝g$qdtگ{w9Q3"?Ǡ_"?0^coRVD7O=jbT[oSVcR ͚rG-&BY6;I> V1-CV9o}l3${|%Q[_` T&+뎁 j|FB̐K/Q?$!Ç̬{_{<&qC/ފ_1w+ r.O“Ɯ[yF+;F1PݢmH#^~i8/,ܣBX9Ut7s.H.%%#/2ӕDe؛ApmvFIҫQW5rje5ƻwvNP33\\Nwh {8̅%ߣکDžY8l}uru} "H4s}dMU5zX~5Q#!?id\;m֚8cƺ"%yd8T6I%޽5zOwǚ_B[F5ިidsnob-lQ%_g|ZT?I߼ԌZY#k={|x!< gqyPmTd NVVgtv]xX@gѹ+?#qsyoRÚɱJ"q9 mxLvU9 T{%'fswC\GΕ3 m3*A;k۵;SԺ awf_9-s:eE3~xws&#f1+:5v߇Y; Tz˞JuiOE=JoVlٕ/}Iչ@{ IjfBjN|Ȫ<79M6Ꜵ9#Ә*G],V;;㙂Ù#Gn/Gq$wm;]4>yLǡ0K#2'Zʳ}jZ:GL/8웶) uvÌwK{LC{ggVV8|9748\5pܞ܅r[pN,% z5`/y=[ \wQ?x0}?<|oؖJmo̝"yШ-ek/vudxc>;:sVy' O\o'|ZU;QlXcמּAc{ـ@6*W|및NNߧk$-N<HGYIuwOŲfnrw'2O.@rZ:LwcU8&ol˗vS-b?27Gj^]gj;5Pݯ#bg<>ar}.8Y9s$Y3Ux/zS(vؘ1s O \ɚՅ^7eeuX$歑Nø<ށuٯQq}σ!基r{fEʴZiѤ?gD#0}Cm4;=fU.x$[_/\%Sy0ÞRQ%Kz lr歒(VZ" 0Om$'w):Sn:zpr7mθ}{o|ޙ%6zWYkעkfY_yb7'|Q]{|!?aѳbm|ea }( )H9B.;{hkzw8ۀӽϑʖJoI y e gs[Au"G'Md;1Sdc6zk<֨& g.c GZ{Ʀo+UޞE/p0Rx?,8MˑIpˬlG}WB5|RL;"!HkooXwjN3?9b6c\|;'7;nJ)}.dh,DMt8zoI; cYo~S_c0sRa).4Áe._(vrx}fSp?K5荗c?wIW( u^˨#Dl{=K+9=#/{}'\z׼r1Up?[:?scق)6(oW;87?*iSPuWf<0ڬtA>qfmw8Cѽk|M8x~gUWq#E?Oi ts);wh5YW#pXT`C٫*πyлh*U~uWOKj.cE|Ϧf:JBYʂٮ(mGl=_oURcyJ|H\sr+$l >kcts$*T*PߐѴzD(j)U~qXsUr,f.ƎF]=N~w2;8ؖgAioKFMKyuҹn}VLuT~y ߋxuh:3Otݪ\ ]EFth=MUNW 4XyͯfKs#{ϝ\)6JzO^33%Q=Yl #k; ohlgUG!4K#U&4v6($D+sYʁ^)kke@*?qy Za;݁_13*cAm~,j]evi +睑ǀ-l_߼_:vήk 3sǘ%Lw:x8ǡ5 Yi\;4J)Xg[c+ox'qszT%{m]]ԘqVɟO =%fjjz z|:߉ h:MF3BH\z8rns˽G,܌PYJgu,8k^ͲY=cbkC* kZql;حezv~g13#ǁZk٣:2)omեX2izF'wϓP:ӽ&Ρwm܆|cgQ-{.?+L6lw{s bT9LFf_?sY[䏢%gc5^خ~t$Ǹ%u!R{j[]293ub.Oq76s@;6*vjdrX{vY;W%%"|\augG6G2_b_ U~I5|T^ugMeWѯRT㸓 $l3/܊i6deg8=8weOhwo90Z=996ݟYoE*zݩQ4㬇=z? GG}:!?WПƓfWoI@Ë fhɎ^W=ٴ,U7(ϭ"Y3E{RiGO!#1ec_q\=L%k7lıxvr؏C_|u\5 czKNmoǥ .R{x&W[5w 3wN!kc1VU691)Sk-:&ωd)h8xcfћ.B Ѭ˅jG2lu?|)k9L7 x[ h_D[/5;tyLj1"}g@tQKvO3szeGvj5O%$c<_;"eGnnx<[Č }PaG#J!76+ ~8+zE>L|Av>s*Y1ȋ^%i;l6#o]Ms0syN}OR8QԮNfX.n< hw{9xcKU )0ުz 9*^XQqOiOg Bst-j.k opVasGrVsxٟ;~;#DoE(yf<"~pˉ@(BmҶSUHG>ﴵRy:2. ̳[M ό%[]Ц]/WE\~ߎ+Xe2\geE;s*H/ng)rӨK@ M j ;V8)*H+9'^GeFOtj{gf5o^dm Q-*sXvc>,v'WFM2ԹeY*{N`<葜Y>4nʌ,0?3~ǴoqX1X/ɹr";#:.6bnȼzc72v}Z0+aC= |#zj޹jAYՊɶb 5/g,Gima>dn ŗ[6ytt١1=/4w6b ij?B5:M?Ml5{IJ ;u7#NGs)гHߘqqtiKkGvsPP⍝h_%V&jm>j sOQ:A޳z߃T3=WweMϛwR59պ0<s\w:ey#ƞafd ܙeծ}wi֨?\N%a12)[浳Seg&kY!0KY^W`(psgҿ@&{tVTrT|[fYeqx w0cuV7]ovg`1)m\W?W=paTv9YᝋbR-fx4gؖxE!sʞcpjQكGBg935e6FŒI9K3'wQ(&ÚՒ{FtncoZ$r푆)}[tYxC4#vv4MHT pCDgUQZCW͏tklBNɰd7Ò̡=04T|wi}]+h}R[6T13=yU=F{YDMcoe,#qJ-fU1nTA]qbfx%ӲzMi{I^ |=sޫ=<{ѵ_k[ݑ>Ijwpz\2qhT &#}C *JЂ"$4B]?s?PwUdEGMԃ\)ǚ r3fzL9$g3kMk[}M I g4>SEXwJG;8>iD9d:̝z pOzPxy:tIȸ w_xp,/@ ‘{Pg wW;wN+znoGԊf x;p^?z)Vj[=g|<㊪shNu^]w`cro~z7y̏SVZ`rYjl1jִY_!E`jO6-w;5.mL{vj1ʦ`ξg'z9H|yā'|ZxNqavq2q8#xhֳ}&ohT,F}3YCuz;1R(qF^&eS^QZ&#[e"f z9sW=#R?kk;۫=7g>P wL;Om'wkkHb_974pFyN K}%J,ĵ)<9{0~av.|'!|f˛ #i Uc0_%%ÿssoüi[|=)$˃́~WkG<=[Spv`ެ?#G87Af\!Wa1(Rc&I'.w9iשF@Vn3\EinQl(?ħ/)A75mJfK׺Q#VFM=qf[VLZp'b8omhz|<0lUZV6h`>}>5sy=SNm-ۃc0%?es:ڠ\=_ؘ5rݷx/ڰup|eD;;5 ^fFwሀuq,Ìe}%[ݪɪI=ˢzZw<+\U_sCzZ;[elo.)ݲA|WxXYAr7ϔR8;yr}_}V(n՘Gϵ粶y'5j.]ibd4ɳR#axkhFY yԝ/'>Qю|wO1H 6GyǧʤLwTv=OKl8 $wlc4 :.zA [:e-~]K ?O=2}UED6mƲ7kwҭ]GMrއo9{|v6L80p;5)ƖP/[:з%~M2"1 >(Ih?n/3k~J!) l()E|+Լ<$Gyg<[VI5hq?xX͓Uowٙ,ff~F0[%AyTb7>K '])#{,yu*1#^Nyex&{Ed2^'2(`:s4_TysgϜ<|+Y>״UQ]w1LwT/{ow ⚃VԢZ3kmbiƏxerJ/Lc =j{vEuk>1"uh^ىj7ɾ$h{wB1=+d- Ot$5gQ%xVǻxDmD}4Ǹ*e #Bl5)Pf8`\┙v4iBjhZ:u+R יKlŔ'! W"6hWjЕєC,Tj~S:6c,1a]Nu3mǼ3#>iF& e[OL_s&4x?`lst{`^E-k9iq.S5Rw?7Ą֪fr[bS4LwrӾ]KeEP<)8=XQM9 Z~!?Ԝ먭Wayg{#ylTPSN4$~5;"Mvw oc&?d=B(M'k25wSK~y+ϡrQ=a?9,p&Gq0)a[WΨ_cY`܇^WϫAY*|0ּyyM[7~ڀ?U`?^2k|jeSW4bMڮ OxE4n ך^15 JWmVT^Wﵓd8̯z$OUԯّ8cms`NۆG;fa ] 2^F1>иeNyqzI+=gYc=vh<)Npc˨&Zq<Ⱦc켎FJ*xOá2;As|(񖢚ul6/2w 94;zs|ϣw/X/N~*s{QVwaVL z|9H̛VreJkXj6pb;Rj)ky 0ZQo0HμB'|~$ȠڠYw!Vw}͕3 ^T'tc]bzz͉׈ MJ>"#"sz3`\/;zHǮ}ޏumEkV5u4j||X=۴wͽQž6Ɇ PqIf(pNd,uEΥ?*&i~ceסgZS{]4~8Yy~Œ"Wjil`o8H7{ĩ1cAL?$Vyy8iΣKϺzAǿt+0|&'8 R/{~e?e]q GNp_$2߶(3ȝmlq28U,[/eswD2U|NohƭJ#cy} 9K"H7qw+v#&=6QݸWw[]dQ+l$,:_*(qz姮&z[SmG8cM*]溎nm_z4ܠ >߿4O=/je=iQi{rAjF0Opk^JPS2<{猒эʘ:3gb#[g?߬o`=׌d5oruCF*lX^w&3х-y%!:6Ue%=fa俳cz< 09t,C4W}׾שUh}4̚8>y6i>VFm:"b[l\4[v6jnõSu^1׍:AWgVc/û?{᜕0Z լx_N1%Oߵ3׉Di4OIwuGfRP-f5{;T>;bCn0Qr9nى|Ȣ 78P2ŹU݁31Y+F(y}\!CW}_-߭枻st-s&^yL_9^2ZOw82w㈄3 Mx%PT_b>r_AL|ު`Xo f ş'cZc k 4f|Jr4: tKDp%6|ƙn]Sտ(@5:hG#-Q<§JsL1cQGFdSmrlݪQFy5Rܛ3 'sYqx7˴W?g>zfi;{ҴRkB;y18^u=^3f^d븟k#,?-}̲~'#YnG<32%N"YC߭{ng)=sH /Ș5{Ѣ̆otLxgٯ?zRaVvCZɻ6*eAE  y5 ?^cLϫ)~(a}5۩H;+Mv6,  p:g Ă;K:c{R_+õiGiqvؘKsOa^FљHyxT 9Tvk~HQIF 1߆@76@bۧHج^|-0C7l"Y{0jd0:QK-ϟsr?@rjl'I==P[Vr(s}"`*7wXT>`نry0+fQhs(u+1 \R#SeR[~&u:!9v}ϱMyKO%"mӮ|aumб6ØagJ02sr+IXc]l%'bt7(*=eR~ nsu<[n ͮ R|<"$x3}g]8S7~F/}wS)UC=c/Sl+#|-tzDXqp~ƽӕW6nc `٣wNqꥲ'W3.]ME -|hW>/_O ݽHd~Hɭ}n{^g:;ijŽ]s]*<ThXLԌAxMGedO\wV#צwmSx,yA1 oʢw=c"Hmj`oy~=s+(S\'sܱ9k:adדɖeܐ՝M#{&6Y q5 oeuL1qߊq^Μxfr|W԰6<־b2g,Z8]z_Lf }ҚFơmǑZ nsqNf{QOb,Y;qVx7Σ{=N{:&N;i@^ؾͼ@Q3,3FΏs~2+9ל33[9~ƶL~R+Hkݬ4>,Fv}wz|$eT1FZ|>ϞԳtu_H .dX>p]Ҍx{mnzN^>5gK&;ܱ%~51*bk^=![$p>-7g`9Z5&#Oz(<-+Რq1obb=ZiM!#\Oc|Q>rWN ߺz[ 4 uVɖE#~mSԳ08W̏K7߽wxS?ɞd5e5\ ~טjV*gtqު93i|mlڟQhx\EԊxvz}\ˏ78FY|fueY?e|ўE6} M4>&eX?ېZ gi ; y(T{?H\@C(gҶLA8`lwl=)Ɠ*>WLil'9+jGQa9v%Q}Z9:nU+VQzއ.HZ ?}Ҙ:z\-8эjo>.RVX._'2sIglՁOMlWs>Hs_4sT}yX`=*GuۙYĉȣAi|Kq/;g{9KIzojrU~J9|'vVYr9 :iܘǟKmVi>Cb)_Ŗ֪tkT` `B̀ml֓6^*HfO ӫ~*>Si[fuj\tP|&{QoYgP[swl36Jq"F-tǣa-fy4FG:4mdhoJmzT8w 1pq[jg$T ^kFN^6u_Qsr;\4yA[m1/yoHviݹRz*$? ǥhsv\tI;hץϟ=;;uaő{M(x/w_ ):t>lzY3q-tǹId!OSyr{|UJ8sqrdOCo:#5 jyff,ع~oi 6^%òձor2lzUi%穻X"h#ҌQdc)&.p[b^^3(#!3AǗ^gB{e JZn! ?hTLG?)2#~̾mNhiT6Z\cMBcB7;Ib=n]4И-ٞ,dzZ=$Ͽ[DGwcd m0\2=>-NԯC}Ttī b1?br˘`"&z}OmgF=gÛ\=(J^[jYkNSxn~RgSGW=ee{PA5 j>Z"-yz g:Gߟ[?j/1[Eu;<+g|i{LXJ)6u=Ҡ?aL}w^{kUpߕtl}g$UO<} eA?bz^qzmZ}E̙{R[ӪL&Jm5S=Gu1w_U+zHc;y}cHS݇њ:(ƝЩ+?= sG|V[ѼbX-PwZg .l5a]gOZ\)* l]35&I6\fڙat,#HXJ~i^Oߪ-rue΁㻽 3cni! Mt8u ~VbV>Vx 2$qghYCZm*9eG(GU cwzOjGc21΃,%3UNO Ɲ`YcuF&mZƈzGx yF9+kq!'^ ǏÍ|04H5qrO3bTrmg}8dcsF=uF>Eݔ1ͪ0WcsTnewN}\+ƞlp(ΛQѣ)NxD9,7ckʧ=^6k6+=xLZQ~j rՅe{tjq,t?euz +kc '%Ny JWXpcqqB-u,tu.͍S&@F |[s]~~KVCu0LmqSq3Ug53GS=w+:풤< ߣN։wq2i\2 ¶?nvW{gO;N3מQu]'=:5u뉔OVܨniQeM=h4'ݤ=PMVQ.Oe4{4bG]yQ¥5+6h\}Xp7Hy4x߁i4CHrdv-ͮ9{cS3^tEn3M;x,0 *_x'nX>[jq7ێ+Ղ8Wg/νOfUz2K1̿};}XyeA^l뤔g>]蓢 }[Torל G:ٿ#;i,ohm}ZկZcKЭt1~tTs5yNjڌ;;+ͱG<-Vo5zlǨ;u~n2F:/H||WG!mmt)Q";x¯>g2ǟޡx)naXNFrgh_LuIx,Lלo ?>Af[fYgX; yK4q,16%~[eʰtԦed~,#ksƁ:*)_k|"d XbA{[*X͜K[=^H~:/>>"8ϒf>'{W&`~zc~jʙkbܯZ9|t!Fq:`kGS^sȎ::Θhy2S}Y;NH%^KdhvRss߾;Gr\\XI]mQ#>3gݲWi17| Z}0-xc.֘DV2?lj ‹W!68G<, fdf9[ X몈Xqc>ih8AՌG]9 z$vdžSkGu=lJ֞wYi3++Z(Oc)Hmh23jQ>;n6UݏrE 8gWdx`woK}lac2 =-=>3'QiFɽ?!}3^g|7hZ ˆF;^6Ǧn[WeR:?s-Tn$Gæ ?0\_5uiQG|zZv}IE-A#Լ̦9̕iOڗ@ gx 8pH@-OgѶ&K?k3s4ͦ{ї2;p{uǫZdv8r@mUleX'ޥ7{`K3wo.W~s:GϲA4OFN'ofZ9簕rv3ec0U$xE@931-=y `xGf0gZXne)3j=wt NR#|/9.y2cU?)fw~Oyf=fܢaEmtm~ؔ=24]bO%u2WUbʽخ^;J2syD=n'uytާ )_t hqv&zj{g\M9Ί_NvWG )XaHlˢnex{lړπr,,)?,RS@ V[j6_Kٵ qnd: Ӹ"* >jeg6r$*²%siE^my sSR+v?흧E j*bes,"m:_82x,}(sSH.=ab[ؠ;gv9^̽!{a%G~UD_ig:SKǮS4L:UCMeK \ dBћ-bLQZX6IC< J(V٨~Q$流Ng~fn9X#>G8vzVYj_{> Y^1WT6 O˱/hy[Z wL=UJ :d"fX|T64@k#ϗGU^E7=t` -zSbvn_EU"k4FݪetBcl<LB+ 'wEjӔT[6_ss\U~41{m*IQ#Z5s1z&ZyuKΡ*V]{ٌ<\HG Mw^1|{N YdK7eyQ(%hiU_?kzb0tvoF{c;-F8@ as]4eيTmnͶxex2G5)QYg86­G#a :her_ϐ˟FuqwRTZs,iy3g>}߱XӴB˸pDxXD8t=AFLɐz|>s{P_lz[*6vt׵Uq;g=i^WeŸ%mIya*^ ?NJǢ1P{)yH[ǘOz>~BSsaIɷ`{\#>sg3)'k=(32lu*Y{ƂymOGq.3h>}",]qsRQt+}/{Nݖ[+otYFԴxQ?$5<|Wnzn'nّofz䌫14su˜Le~η< cE|f#AY㫔8e޺=.34~!K?HVãWz V~ړYqOgmQ]cWۊCIz5&溼>~ug®麡;Jf.SW#<=D78Rqnq}͏<߼ {1*Y3scfMOemГ\R>߹(ASa+gnô P-G 4uǬd#>0P2g\~aRmlGiUAҵiʻmݱJӆgE z%;LXx:8WCL}= ynN (>O˃_xVM5vB\Za0Eg ҟ}l,)Cq%N^#>WG?0؆}|Z{+ 4r5k 3jz3DD6=cumu~w9t3 De̦'91ʊ Vԡ1GnǷr~I"렿_ydrfSY͌jCvz~;Lu,.2~E>W~fw(c ۠7F5vnK;űqF, \e{qSl)1sqP[e_|yjr{ωk?}]G}xdy؎f g 놪B؉ AdyMkgU qz[#Й?ᳺ_cƗjȶ}AOZ:>;C`Ԧ-ctn :ExЬNoZx63*cGTy a[5z9|3SKIf|ĽPVCsmDyG=s< 3c7l|VF#s7K@[ Ӥ!O; 2Nc;jDV{y_aӢ-ס]33=P%gɱﳔ^[Wj}CS`/f)mAr |B?ee,ܧ0r~3Kj\jlZ밇S1egDH(L\c]׭_=uoGzz;:d}hFe8OPܸ?T.nX_r`q.XDón9WM,,+Vw{/3>lɻ_ɧqik9 /wU`n|rc(;Oȹ<5ި~6'|yN9JtNJa9{vbK2KMN@1;ۤ#m-dNVe#"}I`8'b:`%l?ݣ%/ĵ\&g]2y` D5f=ͯE12Yc͖{qtP og+휢=_]cHzMwzNw|}P sM_نr̜4~.Wv WC&FГ`ކ&pgf5GήWc^lK#Uq2_gFlam@p.y#u^k8FTk=OXxxFxo7t95/3: _rvis^ͶWj猕bvx_"EI'>Ov3t+,B0kD2gkrRUe䧝ySUjϛdw;#ϰ9y×pLְle;)m[yn[m mj|[NG2i:kaT3W|w>}g>1w Tj6cxgU^% 5ӽIژ|w;${8פ?jZFWwnZLG8>ew̨ܦ3\&0aFUTMf̙J3B?GeXfOId[կJk@%!Udև1ƐqI=dfڵW}ff9bh/[-1=;E{9k.OZ?!%мϓч9Y.siۯZ{ϮmZF0NzM+Kv/ |Fh̭ ϹuHM-43i+)E!=]^3{Uv6_LJqs VĬ-U)7+^֍!ؿ h:oώnLV;je8{Gokٳ mjD=DkP˔h4(`6u^}wE(o瑾ٳ::k]DLGqcSM^D 6[&Q{x{V7'(a#Q*i`4xٶșN^iQQ5zgVmOc@@ͳN?I[~c4HEۂc\-Rg]WwuoQOB5IO:ys1v{X;c[d8IiNzQ[\\Gl[4aY9l0U$ vkw\#qO|fb2 <>l? ͳ"d|?=Y=~IVeutUK5ǗArO\שu#n^SauGَB3ɞrLe`[5B Jŀ`ܫ2晏~~(r)Xȍta2?A)-RQ5b4DM(>lJ3sK{aiwg -bnccle97x< ~̙Xi!6?F<fq'>|I3q7GC[Ի=^,3s;g0<;HGC*wڧ(Y2<-ƶxϻ;)MCCz]ML>˦1ؖ`X&O,G݂$7Oij$g4Yjx>fʓ|d-Ξk]>cO~ܣĝh=lO|J0MՓ%VLx4nϼ*Cya* -ڦ79lq1B5k9<,363(0(=jFڱDF,{2? mROrd:uB[ FWN#yTᇹmΜ9d[㶶upI=+XLA|"l秱Llg<HdI8K֤\?c<{sg|}9GS}T;)u.ZU\6sٚD0[,ښ#8qekf};gڴ4xt7߁Wh\a:d|Z9c`VwB~{[kE(cwuL#28~jx4{F5"w\M Yg"F6S7˖oa!rKtWٻBkUtd ~ vG3K&xcV`gwY xZm. w?Xl}S71WX@S:'xݼ;oj\CH0%wVtftʚ1t,Tae9=q`_CTUV=%c{m^*fZLg^)圉r6{l4l{[L|7wvW8̥&LOߣ~ץ%V-rS+ /{+M+l}1aݱ69:v8Gq:XZƘװose$eiu?Mΐs7eXU^ZΩyU̪9|b6fKO~:BQ> -FcWQ PLO}2H+b\kufr4ƼS&ۻY6 qVl?Fg[&_{I"\qg9w|2l]2"71fZ?ɽ}4 Cwb/eKѢ}bϯ1gg_"SqԺsj末8fsN'z̒e m{SꭏAWu>⇠Mߒؼ^1&&j=ĭE.li;܃{Dr%firHH}K1W:^'<Ɇyߙ:l*-s*WNZ5*\>-S[(+][f׋Bִ#Ɯ,vpKfٓ+L)ow3qfz5Go0g֓uAcV_P3ev׽ʩFp,M >E=Wϴ4̉5ԝ:8x1|r]Iz'3[G{RCQǂ~˯oaĎ2~m'NsFR;3VLG!Zn3t9#b /gy24Mj툄W[=:ny)l{YjL.uT̛[lÞUYYϔ|ȷq[rC&GV^_}~J~Uy8j1c(ܻ-zkx}Szj2иOH<^}|:]Lݯ|DgSG訒:h@". sѺjqM\)1X{Z.QH2nޑ9"׈MU6KGw})Y(_̖ I6sN-6Gxuυ'LiHuڙfm^o]gp2ObO&R|AcZGfCT˔gOoQ Q|Fs|OZǮh~ׅ:~\|KVq;eD/^?3l9?gXD2ϔ?c6*k̇=X&O7[c{DV)/3QYZOF2=2:'VX+f"MS|>:SNQrO=6-JC4Uf&vOgxHs5CusQIVi[љF͑7_٭gK9R]1?B0ﭖcˬ^"`A1ɕ7b:S} 7q- 3Usx^\9df#xnΦ\^y z'z*% =Mӳ!lg.x}#ZKrFUe\^Eآq'&k;v-L*7vqW7Ӣ(k].yjsy\O#3fBSFJ7\R`[[DG<#DaF^ɫB_ԽeԺhnwǩƅNPE7{W&7ѝP+]Wj8X0VS&ǐ> 9GEJP5Y3zGמ VMSv+U̹z\EyCec/s]Qapy~ˏDTڬ|҃f,Kd?Tr-~],M牌7vT(`||k/f2:>yH%g]`;|^h^}z;.=H|^js|qϐAްǂ{ڞi);RKw?E}8W `l=W^-w/![t>A+a4Ss=}1GJCs5|oچDvH9m3e~ 'X1KZXwNW6kZ5٣?[ZϢA£̸nk(MwgbZG~cM)4yW<ہC^dUeٓkÍHTLi$^gPg3ҟEWX&3YZ%qVjmatk "i( ˞q^]9h[FqUeH?Q m21} z6~dpw d3TtT?o,מ(n\gz.Mce0='WIR8']wfD17ɼI^`9ҿwoѭ>;]8<0UV5M4os+*ژM&@֜5Bu]QvdIbo6;ҞJyž%n\cמrnݗ?UvJHec` M2H5gw,TV ѫۘQGz}9gH~Ƒ^El"S.8Z)Q{C{ՠ{Ɓq?u8f=IGY<3FZ-pςr)to?fY/#aS~Nƹ5&gG^3fŲץgΈ&Q[lh#k|}6;]}>^_ϚjfیW3zЧ䱧}TΞ~ڱ _tKXվzn3o%'Wlf,1j͹'W[mHhz;ӣ~h&=Ve[;5h!uNtZ_TQp:bEW-f޹1#Ʈi-Ho{V;O4 N t<dG2F8,i<.}յLgWwmFZz~L0xh\@&g:KdCPikFiӻ糼_F=:=%5=mZMZf:VwwY)&Zɽ%@ØWs|N7,׭ m!WƂg4wUyA`'sdwT%sJã4̨+&Y-޼Jr6du?ŝ&[/QO6B^8]Ve(20gq;j:W5o<6/ı'v0<K7c̻ef`zn+RZu_ {eÚ":q6= fw2=0M򊎚gԝG\ O'%%O޷mogF]Td(j3 sfcy^(a2NH7K}ZT}<E)=2i,pf)2= vC\8cuYl)^${I_U h Æo(%w4O>/W!?zVw1~Ӫ2U.Yʻ=b)ڥ2|a}z'X/1Zzs$3 3>=ճ [M@^myz崺}K?xKM ؊=5wU #rhEͳO3U)3E%qܪ|597ܾl9&DW=7RН1^1׊߽Q;Gd}h|p+<+O3u·J1Bc\=ǔm|/bG Sk{nUuߟzʙVKzwt.uֺ͹GW;3'K9ǸҼslTrlݻ_q?<<Ө+ɐF߮n|eC%Ztr˰#/Ny+'-1 <%6OM-w^DŽJ!^1},GǢWjFڝk'OUʻEaZ%bmTm__#s$S3ΈNoǽیO$=yjkݗ81mшV#8vW(MDvCZm'鎰zfGދ?m[)Z-DZjz:'j}x*;Pgx%e`^v/ufT{asρ/nżF1!s )myM0nquocx)̯Wy \%:w0wIrׇҭD:OdXk94=8yl+Fq3:Zeqk1_q|rvɾl|hky1QG. ?)s溆yN]|kM&F}=9f^9*e>Q)*V1oKo;LF_'uDQ6Zzo=^3cYր<&'6`|z 19#L]͇;kC-Z%h͏YG n{\.YT~D?- 35O{݃w YG\}F*^2ck0#/~Ş[WQ/{ѭկڽvq@&rg,4~-1ėjg}zLޱ*:k HC#Iɦ fxISTGrUp!塭X/^1XM:(٦vNL[GtE&p'Ձأeנyc֮/Yk9d.omwmXٵL'حXt3/V_w, 6VjBUꌺt$zl3kG`ʸ,(JOr:9U#Ws!f;rQx!A>5?|˓|/h=Yw- bDcA^!]R{4Y!rvVr\ya>Y#!-&hq[ϴ<^%U(x?&#ϔjfĵ>!8;6: gcl@a=6!=?Do 83iRۇuS5yl+xuwb,˺k&i|WW)O^YE)㙑}X hzA|'kbb#krR&ḡFհD;^d9k<#1/Z ;먯C`lMqEG}M=3rσPPfQΟ1W-y e {mw;f/pY?׺.-ɾTv8"!ܰτCbdѲ;=PcHՊw;U\:[mtVƊnR0e(1qZ?+"أ~.k8Ntw ,@>l1vmދפW+vKW+W:R i/M}ZT+<=j-J*3zFMN9KVkWF*`zޟe3b+=0:O[{s1w9ΈGڹE,_6Q|FR0hή;kF^=dyՊ32 u<ösx|ƎZ oSd f3~ep_䜦Wme,^YLg")| 9i Gm5"Zϒ-Ǣ i >H^vI)'qOp=ve߮quj>ky$'<9Ƈ{_Yq;~q|Od#1H3ю{U%yHZaDe87csp\ݣ !|Y"=O{\)pO3{j;=ntFW3:d>iw597֝Wڢlp%%G6_{ly=Ǻ[SjBEw &Uo]3IvQ'}j'8t=P"Y 8Vc 8V;<: eXe}0Z&i3ejfɒKZGGy69ԙ!ӑ~0Q9܃Џ76Sn^} ;x"Gfm >| cm^-#c8{~̻W1{Vh%x"~O6V{+'g:awgqwsE;yd^|uO#~`ہfjGmA8Sv;b^ҧ<4ʇywVT+x?Y]DΘ' ̇Ǯc::>3 L*ɑk:o4V>\ͻֵ Rv6>Q=vHMh3[N]@zLw/7Rmu$*z']yyvylڥf[6,o1,2NO;jX^I%znMx Ye1~Ɣ,<_燍Ǣos+L#4Kl_D +|3gz-$iq'm쎺aZ}Gpc7W VZFep_)jq# <uMVZ1{ %?pbkL ƭ}Ɲ{,ѫsy_<+nO:}~Z88]ֱ;'mib0QNR_kGs,tOt+Ag`i;۩ȣ z;:jߙ+(cOk*sP Ln"'\qi +unguk's/݁&;AL6Z_: 4,O2 s2;WbI͏l 7u9^9IqHzV>F=Cy܅Xu?Qjb;E,SwX󶭓?gLw,Ȍ#n53OpF%so`4mS$T݂sfߺ18rr;{ՙ,g6Ҥwȼp"kQ)w,ɐ33gVp z.5:{~˪?6<#+Sիx9-{+HTRL?D=gSKGد– 0z!pV~Z4 }|?q亴! PCy9#du[ Z)>M]yIW[LX0Yr5}'8.+ҧ&W;&D3cydK-ܳPߋ"QD?-u8m'G_{7`ybKy"#|W:| }ۜ=/)33s[͙}E)!0wnhBg +EmHj|y*.pt:'Ux!]bWΠFG=#WLw٬ϕngyCe=VS+;b=עOXejf>m/ɭ.4@ 2 `3 ha;:ؘ[~qAnTe_e=ͬ(GPrh5y)cܱۿq~CJ&ϙ.K;O)8 ߀uݲoݘ`L"t9aמMrpLUY9Z?Iϴd Rsl[=ʲt^3ΞęwG}Qiw7>~qtylBAlQq);&"Kxh?+̌Fr`yx\Q󫦃wحǭwCldFX^}X'_Ax8tBr5ǔ|j˅̈"5^O\ZϘᮋ IޣW1V Un^fr AyjHW7{>ܣ15:A72'WKd}0s1CFO{^9a]۳V6+#xfjmsIW-ntFvmb^gH"tdZ+pAg̚z''w Ο# YS~c&<{*YU{QG+!=2fsz iAxmeD;7Ƭ[Ϻ/3#^ Ӱx rZÌƯ;,{l8:m+Qo.!9{ɺUGGflіkg3sIpLv1 /0Kl3 >t'g+nѿ|џ+׭pg eq)[wgC7AHȽ3lK⽝_m1^O6Z=#7m|$8>y ll6~8~>=KE\?q;hhg}k"m9BT:l!ݝ9x,6af>,~Js' ܶxZKA5ϯjw>iGpT%d&:p}pz uE㷉7vgXzNgL}?۾y D;E<jfxTVhϤ^-KeL|Wr7g{Uy9оM}֕I{4ogjJ;\?{.ǗZ#JwK4wy?n~M}hI Mv02_;sx:珞`7#PJ}OZm+{>4'W2ÒVuZ"-r]OW]4W>]}|Qb4 [ȍ{e_vq7MbYy#9GΓ#=MP";>TzvVoNQO-GO+s^C)mE6o+"Y;?cD'Tv[5_Zĸ3ן{;w{gd\9ιdXnYN;&:kߠ\{$D4cĻ=?W+>tHwV:qս2c57,5rEm |dk)sF.{Cn,ɖ[!- ů}s#eG 2&po:p̼}8KK#q«X<2\\q]zY"ϡ2Tx >ʴ7k#[)ev~EyaO?enαVş`^e_Q_ZͶx6Fb#y FR#DG#xBܫҫWd3qM.Qϸߞo/vým6VU +Hd2q޹B-\Nz<WL{#SwfhwLeGN'u~̰3~wA x2Ws`O}֞b|x7֮EV<U5CwX+|qƜ'@UיpLya"-Hơo\ᬉ{+qWdWJU㗘ϣ1πk+\{rLjί񼟮gwt_# w <{,={1WfJneZ<^Zi&˻jFowX{gk2.#/mhAg-hj#j3CݱE?)Mvtr=;3^<={;$cǛkKI{rkuWz3wW ?t?'(O\a $ V7g}ft+{ͣ.[w(LcB\*e*/}ggg4xǛpX}K{7Gd0l؎;:e>{˺k$Jdh>W(gU+< ݬڂyoqZ;jzYW5^^±fi<p}e צlz1Ӳ4bag\|eӷ~|Ly~a6_\^Qlq`nUge.!LI`+f=ћ^O-Cn5q9+.*;'$h8|wgO~tsg`B{\Ɯ7C~x=y3BܱɰD+ʲ,JmLAcqnE3x_vRz1%۹+zpы|Cl{nfv i~B+0Uܖ5PüЏ:~Tqzx r]Mkx5O߸'Ǣ>4tԩw>j3'UF[bgZeX $FWΧ[[\5soݫ`.B3,-Q{y 8Y OZa_9={]FWw^?4Qq9՛ͳ0 Z>ɳ9V]kGHl|5UkƶǼ:~}溤_l,+Ãao*tU fk^ψ ^Y]5$\b~a{q8,10溪(qV3Zz^M{5Mˢ^swIS:;_=^ |DCbNX;_WK$'Cc+D[#޽Lʚ̧= m|cZ3W?rMu/y\sEV'9JzT:lc9\'6x,c13sHEKj~y l}r]Qi%َnZݳ/blBy Gm^Ʋ-vXziW!(.]?EO]r,>3X;1=x%ucpVT 6lOuA}:>!^[ĨF񵙡~Qk6ywr {dȃYR灸3]ÕET7/t_}mK~.28:]2Qt53n5dĘvVYZiwHk+dC\ޛ֛h$iiH㘮cZD3Q v:j޹$t_Ěiߜ{Yn]Y2v6 #DCTwCuq+B1KE%u9D^|vM=lz{^s'Ѫo@R2[@`ZvZ5qݎ7/zĵ#u͘fc{8ޱ@97 {TS b;xu=NYǰ|}ƷuX>syՆ!v|6/|ŦEFpk/ϷR4鈨e&f4f+I݂'=I˼]t9oyn1-[gǩ;YD=KVWlx5GknarGiR_i۔⸀Q"dL(Ϸ8z]Kc|ƴd#CĬ59&6L8Ң/,k)}s\kjy}5%6Xc{x /@]S=>{?|2 OltxKN_7~"AW2.]quq0g™ V#{Ƶ:6+rܯ^4jq]xzXբ6)#Y/ՙF_=Xk[֏wH?؞O(Sy޵0:w\dDP^VlH|ؼh0g{p|ݬiE̕0{m큮r-[>D^̛]1ysƫ[g]z+?#qnl΍h?=uk*mv.^+}*l833#N]qcvӝq;b'Қɔb7llװ2`K|ҿ6:-ͨ;~CǛ,bWu#UkrlږZ+܎7qZ;){ڝ';ū!v~+^I]yrD,ƣkTWLWYBl|煔}dЁ[_opq߯^iD+Z]> TG!/`]d6侞K?=ҪC;G1GC.;lO1F}lAn/;XyK-5װGg  wLdMWI?T? bGk^Ȉ(߬HD;YOsyK{]2gq-u׶kKuQG9K:Ko_-HJᆜjFol{f ǁuve;wN?Fу{}fF"X'gJzTK]O~i*qVZ=mK' ,V˼8O:0瑹1^yVu˹$#y+G9Wp1=iO>wc8G5j{U\ ?UjL>zǻ6-bV5^_Ffpw5K֞g9؞#Rv!iwb>25#'_ABe5;'7}R]Py|531دo$LU-MN,tA0q =/{.Vc(bU\2&]2Mw?X;Gd]M,-NqAz5[{ 'e;6T;>S7&Z-A%;kָvz8#TC#峫E.I_ZLOz=x޸3qZi< fnlf+XsW)~c|p􇍕GH9i=Uu= ИF7VL&IM6NhǿOr=rv}Xm)sbY9#%QrBp,Cwh <"jQ8伍WY*&O}{iň|=4\xK[ɑP'R|Ս:rČCuW]'k)hz>͚AK)w bҪ)pN|u5^%kTОE6kRJX"/mE{;C=iF*8jGc맼>GȮ7OGe<ִ9 #Ζeq==gldxؙ[kbqb9Y-{MmS]>@=e76G罨ql\n gv_ʱVCm.kk8RI*#lY/NX4峴J bGjf3+9s)=a48$VnCOhl2K.9qNvQFclVNluDŽ4=+O'hc8=ҋ=Zƀbv'9pdYGb}36FಣF*e4RPY!dS O:sL7qm^cr{t5pvC-3 |}70$˳dv1kd23l*KFr<6liYM [Rg[\|-6H?HM.ZՊf!_%GZt#1vwI39mk7Ne,/ԬV:GzDS-ءTZ41***+׋VU>Qk\^Sr~2_K?fvVeﲝ슬6?|Ccܦr-ǯ޳=f08jV Ualhj;хƯ;vygu@>TyUj0aƶ0oDkU{y]D5;n }*c\!bwAzO.^`1x\¬P3Y۔V 䟵VveSɚPBa9Wnv?jY~ d`RNq2Y V&D5E-猆ah:ڢ$vU}tLα^GBOj;ɰ%|r2P);$Q{&mOޫ"9Vsu︲׾/w|̾,~Lcz3w\yXٗ3}OsՓʒu61`wp}ϢΛf{ HyY=Z|:jY BrƶsC#h2bd7xe+,[ŋ,lK43q:9S i=R:npy-ͼTׇ֖ح% upe"k7Tj{m-/{+O ̎{}m_dWrO[ձ #6ҡƅ@z2F4h+\c7|}2N#6.}8m^;31\~ֹcdL%yjÖ%=eҍd'˨ǭ[VCQdz'^/3b"-zhbGo94LC@YUWʥ +fcմ_k:Gy5pI#fx?J'a~OGq=cY>yyrƌ:2f˿5'6Ϊ)obk^e=Cf=eLm?BNw؊)v5N+=!MFٸ㜜vl1+Fr-|M"{|N;gx1]XVe\zIg͓zoNۗVvƙ(gR@YuϤ~Hj2+ƪUxZ4XQIauczr@,e惔CqhJѲGY ۸k;K}<0ZM-` QҎs+nIOQh7YPj]/c2NvC7vM\TM4tG}O0F?, \ `߱ σPl{oYiu^J HVMlo3O2:lN~_OL83};94ZG*.?+x{_?mפ=6;ޫ䌈3ϸrf-N8|\WSa ODK)<[<,PKj|5_{VU{ŞjWQboQA3VUT콊f*jɽ+Z{<><qk<_뼎ɷHW0ǁsn?lɫi_gdcj+QĻɒ!d1Kb@__y;֒lڟH,GDZ.efIz~8kzFZq.8jJy099g0:1{֝^soK+M'ѻԉǏH!p=ɑ$y\dK gN|ȗ(&8V'2ӂ1$S#hDŽ}(Ƙ3&TBc!hN^XR3p{d/g+ū"'n8r &n#)sx<:}2 |JH^KtARmGP 8˅'ʿqt@mBހxNy4 ZuIBhg$ p#ύ=$YJyCB7w >xD`/ʴ0|_s)xzjS/E2q꙱6ZjGI]ʓa _lj&>IbK$tc'mx?o~5 ukJ&KDJL}ctWF)nqat,\D gTDsR5I_x*|$%x3yQʡRdA#Su>aFIjf#~ CuGŵcG<ϰmC9SiA ʶ?;ɕh5Q ³`4b'q R?:tI8p.m|;&kcGtuPC0OAPUm3j]5p`AQz&Uv5Z)~p|͞k<5\2r}ƞ1f `+jǒ)Qac/A!T]z>Q{a/uɒ? jF0P$< "~ƮG{3hq0ibxT'!6`)ZZI3Qz|c=KelhllW°# []86:0ﹼ,Dz<8bDNR(톑Crݒ#,'E3s:ecm.c F[%)2ɹleoM+UPYjոF\gȗYߖQwUHB4SNuCey2i/)O #bpL(Z//|IguTy- (Timw#-+7+I=M.PR1"R=eAP4ZsR3:@YLx3\VFҤ:C \ B GFFZza$11>0SI^'Ծ&7PMxeb86oڃ,xNi-og@Qr ϻYY$3$SX1q'*ʝ?L4~n31Cqj6sҙ1W52)6Y8+R B.R0:I|}MsJH/,{R&el2o`ʭ!{K92(3yRI9q}&ƚfR_2q4k3d߄nCC(X/`&EAw|:8,)뷉+RL R[TeBP6+ǡaQ7:GW, Z)mp9YDMfL{F aC\Evv%ڴTk%F%a?EwfbQ pML:wA$P,O#) Kq;xѴ t.[=`eL4ftJ=k\;m\Y\-1ˠn$3ޝ+qb|nëKy_xN>Nϫ:km)*!ID#sEv쐕8'S76rx :rW;NzXVxY#) oҒN'r΍iQyn9'܅uliHqESfEi4 [FTIqEJGƆFǑl6TWFhs޺AXԹh>EZ=EeQ݃,鮥R~3&}LBeK#J{݅gNǭ0+Rid1)ao:u @9nZ- >fKu^?g*:^DČ=J>d=?hχ*iM MN4sQ .rF1OCeZ)+iDRyf\UB#K16KY^[ V q6 2je#AsJi RI W amምƳڻzpN13%z0ur3yS l# U,9/BgV}'n29(b<:ے0_Z 9!1\o]3f[84~:x󙷿 ajB0\7M`n@8S\zxp=/g2{V<819\-Y;d\<'nq#1h3,1 \y ;$uX3fГr =F^#@#$Ùb`ˢz,q1؞?lSs2њ5絡kK+֐3ō==<і=V v1ZmY5_ =W, ]wy[aNT"~92)W99Φt~F<fԠFR^_.Z18ыi#zmF#b~Nm Ӑq_@V:n$H/,ȬC ijc)BoR}>d*8:H7%4RhFj'r4tNpCza=4fDj!|Z/Ky)<\I#Wr6K?OK%1}/Ff+nfTbGǾ6CĨW` TT3ad!ȱ)%/N: ˨]=.R@yO(, Ide$I1Cr/Iz97n.(L)=7}ܩSz=P7M cV@hXGfb8ea+l,5Q<8ϩ*%Qn4^#Jکv=<1di֍wPFkR f$lѱw}U]ʙ]CpQϾ:2 =٢ߓPۧ\d3m"Y*gc7Tt WRSӽve^ 귶=*U[ƪ v2N'v}5&EOD\˾歸-?\#lSзK%Tl8-dRV{#, 8Y+ށײKV>8SѝdBYd$ ?z`&21 D2)8.3@3jr- gu j6F!2l0݉p1N&@xU\=6\g1ek3,21J)f3J5U64n|G Yv^sX1 5 ` Eº knyPn*iԴρ=l@jhoMSWrY,&;PǼ:o#WUR'E@&62`T2>A.eoq ƶ "]]?euS^K+ ҝq!ØRsALeumS\&0fOsJř)yW=BG2#:E:>?1Ne|x f֘ky].%<l#~e^rc-u3h ;XxwilL>3V`ЧbD׷pKd<9Zi!Ed0jvLq 4N2FӳIkIюt,ULr4cWJ?h;tT'=рCo# Qqٚ2ǘ ~lw\G{w$."k|$W;A{@%{qzo} ,%6H$e⎷P0O!ܩFn|hVF)c?"Ͱ4-#jmd{9H>JƞaqևqE[N3<7Oz$%?5Ij:wG PBL\3B&10xֵ1ON'^5~Jt<űn77V0ΟJKD咬PG8>"EvkSMG4\}iBg%TnuzSS;P]Y&i)/"8+ 88sx^%G.\BU'Dd]Ztn*X8ƧW SWkz ҎX%bZ< ʴ/Ӛnm~]{4ȩ)hI9Y$T׹]@?p?[},:f?`^ۤzfz\f5lҖ:NZio%*ibBU Dt$rJ(7}#輛Hy' ".\B(ߣ!͂AցGʚR\.0゙S^^L|sFHl^uƑh!p 'yh|VO)=s< wˑڟ"sG`6'U5fRx^oPψXFh 54YZqqsR*!~_m)/^:D,"u4R}&g%N2#ynt-AF_]ˈY+#jL,i3!x ϥ ڀzh%#.:YjM5&B15G LQzUcşU7~%J+}^噡Aa{(Cs$ #q*~i% y9[ZsnxSvO"OǕ%kzӢm:1 !# `*2XpL{˜$lL7㿡xx%b~Y1lJ0mni9E ^.GY") _αpnFD= jix 8ŵ{FF>tq8MqhUQ_Ҧ9UƄw0R)k;m8mĕQ% BLZ[6\U3) g%e;9:Es>X=I4_Hq/1g 0#{[~ǧhd+KJ5}-Jy⑰Y>hTR?h'-sYaʼJGlw\al qj+l`~ ZGx5^|a6Q/l EB&#p0pVI {Ds*^Cv%-Eg|CZ/}C{߿ϗM+U|@?5Yt+SD%J-Q-[dҥʖ)k-]ڷ&Lt;5?}MI)>I0uz[*,w?^5װ);'{}Y/AͲ]]¿eYx^aИY 7Ϝ,wSdQHYz%sk Lܬh)).{ɳlASN=N;]٢ST2cR+qǏux)%m|6U`_=ϲ ;2u%>Lwylc Qa1#\iUchn/S]DY_)8yk̢WFڬd-a-գ>)6%L`].fߺ{=ց3RnJ4 Pi}{|ìLu䋍颋y[*_Ɋ nݺxBgg"SW/~h%ǖN{dFO>LgΔS'u%q7|݀ukHYGQtL_Dzcz|rةݷZjgƦҟv^rΝ ldQCyX9>}-ql]W7ъON>˵{u㷧tЬę?jG*Ҿ,`=c{=YyٺLioz&sWs,oe62wz9VQaR:fT*C=u}gҬ_\]u!,Y>2?H{5g.uO\h]Omλ>պczݓ_t alz9Wzmirܟ/jr=7;T0 ++#ٺԦ^|3gI72H&,'iy.ù:5}o扫]aV_>΢;NS,R}/Z.d僚[nnsKh|~뫗L_&] KÚoj6iuCW8=.K+6,}Y{tȮgjgsԽry@3;_(ld4f?޲D9߇s祝׿U"aEcoifՋ$ݚ*҈TgU>Zf`9}G{UWl2ɺЋ}v"l޽4bcX߰Qd~tᘙ{g5G{ԓY] T7YSms O~TTXS\bYw,h?*RǮN!/v5܋E .8huĦ1=c&][GŅCۖn6{ZųK\ԯXm|hүW8k՗U-U܍7v܁o?pN"Fs~ 'g}C78֛ZsjX۴¦b xW*ڱq͢64B"/2ѳIN52\;̡VeYS=C99[leEr5yZH?3cOZQQFT 2}KVw3~Xsm3SM8ov\O$m~v.߭u'0g]dO>^|P[?ذum]߫–Gʜ䋉_%]_yǔ"}/4]uF4='8aV)NڥGi󛉋rT -_Bį 6@hV2ǩYҙs. y2sW>0cwbX)߯`Gmzܣ 9{şff99Y2~x 0viXLoU3߾|@-+eƄ6kloRqmd2|z۪_FaWp}>uO#{k&)Tz`aS x0VuLMHW˘#VQyW+廮GrwD.k`_;oz#o˪EwWG|,tMoҿ?tǣG>}6G}wp&GN[<;k-}`a6;;u3wڬB_?U[7B_vʗ{'v{Sӭ^֫f]7FtWmY-|*aQ;ôNج#$\6UZD& Gwl`3/+爃i[7Y~WN,njCoݡMG5ɟۏ'48ko/[\:a{\*7ɜуup!+G \(~ۀ&DpԣXjC+WDwZV>Ҏ[q#w7-:q%v{dջJҐm_ y7.IcR7JbY钻+7j?{^WbP'q{Smu!/ﻱӎpKFqu*}5}evn{2?])6,u'IF<˗p1c} Tp=^Cw<$ lYu o}^_L?1zUgw:QxGڬW[xȟW1˦ >6jTеro;''Wz)-kIoNSvẖw6[IW11ֵ{~~|9#FHs|д7/~?n^naĭA/qQ&?9ԦӇ]}κ-y7.UWEc?}tv7SХzfר7ҧoUC&j(cH 29^vl8lɸ}O(slEx_4I$֫󬄤&7{#nkb&^rprq}+7g|Qڭ?|`At/>f{o+6﮽{Vn~)[WZxC۬ӾaQ]s>p3[6K~C|Gl>jt6 w N[*P4kA3aƝ*.|~enի;poUl ~geLWjŲK_lY+X2*7ްyOxl]F)6ٓط_Kw[=xNPYM"i2~=eXH˪~LB}D b>FkUrfmx3CݜfWݹ{Tg۵ PplE/~g-}/V85I75X"\MeɚaOBZq'u3{p;&O d-Q ߘ_.o#rd}"uwJokr ̹_x\lkZk{q`QmC "- 4""HwItJt+Cw#Jw0ppY{_<'Ag+XJ~EG|1 8;+01Zbjn/חbW)ٟdQ)uIJUMZaKvv|!ߝka;`m32!9*!R*mp5J86Ɠ5KrɡBԻd %"|7zwȥ麶2ObsTCx!EoX^&ѾG7˴LٻٻIS' ЪoOf : 5\ wO??d 5q#I_£}sd:&c;| Q"DqS#Wkq)QrVvYcf[TG} TWGD|Nbi1j8:hl.F"g!MEHxQF*ٻ4cU ŕ.N,-hwE]mFCZJ$4]SvjRߏॸj8ԭ_θ6g"Xg)m?؛4Is?D*`'-c"r6-vzb&s.Βa=Iudӓ].Bbqkc~V撪͎]Sh Md&#z|v?y޷)4N8141&DP.5o!`}Px{Z@ﲨ&rpfoŮ53ժ}zhVlگ{lAsE#ok*iB3:2S% 4b\j,\Foc⳿ZH.% k G WTbW%VS?)K)"ܭn̿Mtau.S[|RfMZKXU,˯pGg)QPQ'0IyXyDC]Uy &+]M_Mw]GV>l>^1Z{!S{wv"k=#l\0B1xnZtҡ~TٙQ=GRt=okg.7 {I+;H G:(uie#FzDΝ:O]2R3d>#8U.p/Bu暇?{uǨ\O6x'}xl^{cK#V\$e ?%cfÎ"o"Q\͒iy"}v2嶢e`m ŊcO+y #lu6ֽ=f \ظoA >;VGӎ3i[?xsQ o)Z6\LeOمy^=W#]8v+{woWԔ +<ũ7DKGW N]^:xBƘaM=K}##vim#"ϡ|X_,u\-vYubp0}vFArU"<iSEަ)y";u]4]v ^+(]-%]MvEo`N}b_pz4&kНa?34uO yC nj\lмJLSP5 Sy!*a{@MSlZ]ȼ:8'Zh`\0oY<$jب56!53FNĴUw{:m^偗˪-m1 B̻E  1*=7!dFho:!!xuOHGk4 ,a{7i-5UM7?:Sj ;q#n?C*m=۫kz+{ } ne?srX|&>Ǎl6&(ь^ ksFmS֨焝YZ:i 8!vk->[bͺ6l8T:{n;N H͟,Wz_M}QQmS]2H&mҩ3p~z͊4IVţf%L$odi=MIKCP K9ZؽS3Zlw^q {lEh7 <5MBqKbVcDهDTg sGsN3՗b粄,CV'ٕx!YO|'r .uA]գ3Ӛ4IZ ΠFAiFtTF3'=T9sB>C6fkb'ݢ» C׎.^+<=\K)T[Mjr];mJZv52*:{ m\, +ES>:rmS@㠫у9 +NjQz%[_5Nz%7^6 Ap5UQj#埻SzRgg}*s~ьSrlc4t)n:J~k^^Uwh. 0ˊ&K1 dyܝJ[Sj&C#-- !/m#>ztދSb.mV95@dӆV*a/BG9zm?\/J d><){--C``!xgpZόH&FzZImS"|dqE?vi}W$wz؈zU].X.n8KJR~uJ/FLĐGtR=bjW9"sxCkTerJʧYJ ջ)4BΟkJgz#?Ul뷫wꫜ aͲu>^+*oGk!Bqr::}qBisx"7E$&Dž.kEM'[wph,&Y \9jؕڕfp1K"n"$L2[Ѧ2f-8xxB>-:1ťyu`CGNf\~\M$hcA muA^lѳ$04rI2Z3#m-qIܼ?c1͸sYTϊ8C2kċ=dm ψ.c_7x =o7@wCrA6v2OPIOBuIy17\Yɐ Gag ^S]{=JEI>|]Mwgr\:KSW8/xC+dӺ ߽] es90NƐz"HK(r*GG0sE]j.{-ٱ %ۄk{¤@κ9z̲'ƅ?TS)5bНCbeb;_Rr"v&GQRIF5^oiLqոtXcҝզs7Tu-yZ?Kwv$zc=[=5ڭS96*nq~BLLcu۝&]Xψzmig4hv2>Pr,)k4W˜fOf>-[>3ZcG.N\i@) Mo^'FQenxV%7!m%NPX}XĎ@}ND ɤύ'r#drZ6:Xr<+Ւy{GE 8![-vy{SzZέ:w'\Pķ6E7΃]qn܄v!%+–MEmR`9P~MT{))UvdEE(̻ݦb`!s&zS#.qe!6⪚184T}'C{*,|Et-jvu*8.ϙKU\t)Ʈ{‚ZkMsw%ƞKv>|PN2>WY~~5h?S8փ9Wi;rfkL*,r-{W-X!e'+wowC^CE/:' K gnOȯt'[&ߦiX$H"X3nlxNCtkag iMb-x{OiթN2p@Jf^0}:*?xC)n&AP :[Mm*~02mp5Z! !U{)pW L4»3j͒CESoʔvUAO?jէXX;ޘ*.`/NK;*fo<bڼ[W_&=&Ȱ.ŋ@.?)TI?{aRt,.@o qMf#KJRi[+/^|q#SfC hю<]?K}=58>"\oXWWzh֫OL3\4В93,x \c{{ss sܠaa ?,]1 C._]]қ%XO` zGCKLo L?yreYCktS'$'OFvea(8]ENsaurVk#&7a gٍnD/67XdTΒ\ྼҍ?kM9BIpP$8iQ0]~xOv5N[Ͷ62 Q-$zc, OVAmm|}&+wA vw7"v?dlϠ AͣsXҹJ?0,)‰4 ahoY?/N߇]UNd򂳰e+)4¡ae.sqwi0 -ۄiz~Xcc7x}WoN,U&*5(`c#iJcܪ1Y w@,f腐$,]hD[Fb"Nze\n,羖߽M55^tyqS.*ǍĘ0y1{UF\x<90YaS~<Tgxq.V*biO)(57鄥m~X́{jlpVsr" ScMȢ' YP'Ma{'Et"NE8&;R?ggܠs Z˧U(*1BjNRO]1lWG}r{RB}[ȣz˾Ypė_@GFGn¸ʩ/7T@tU)r:F1Q 9:jȱٓ[_T&[94 1/EG1dD)o.hfbѻy%7lg[Hl)3d|/!{1Կ;۵IL9p$)s[BZ1MBuCG}DmNZ.-.78E1KXB{+(+'tZ)(uۇ h>1?ɨsgGF|hE_\#RS5昚AEM+eH-Q/oq"h`LaXOve=xdZ-0QLryVeTC^{І3]36vC#nOf?sn8yHl7xRFc= 뎛YpCH/9w> tſk=$dDܿ'YP;#tŚ|.4_f)2U}腯e ~4ȝfS%Oe:rݦ&&A'; \EU9X _BE-h%Mߑ(-_ (?Z0N J٧5ͧ;d[$ <-1j-+ͩ5yC22@6h?zCD#q3 jVK-SB{%%G(p[UX@ꥴƛDSs)s08n75haxAͷ;yi4 $4dZ.7PIgRR˴7EgY[ s$|UU3:7!uZE4n|KsM=:{=D2ƃȡ ۯ/">3-5M gc6~:0Mf<mwNmF"Ii3ox:7U+e xpT -ZLX;f|)[tA*MTo%U׶E#|:Sl`- %'ςbJGGYV-F};G$y#.p/K(NZѨGŵtba5/5ӳ#xivIa+ȉu}tr\{qzS\B]bKE-Ȋ'ނR/tU-J&'S { ^,Tŗ0 !*d-P_8#Fݒ/&&%2,Gֿ"r[JQ ]N,=!W ڔ@p#^W/gƍ{Ӻ5[v4g-E@FsEV"Ҥ Wj4YBL ;1*‡o>I.'KEAMouJMd6'p۟%@V[ە[¬ c5FxҚXfJ.iՒדla%T]bʡ uQQ>qԾǷGQђڽHrmYtw {mXvTv+̵˦ DB]NOf{jDa OW#l[ʨ:5N0D^R|?~-wG/$ Rgԗb^\f!tWQg_%h e#0~VNAR>'  m6zg"6k(g 1Fo= .͋U],lg{na;lJbRlRWK4*Ĩ8p =;ߜbq#F`M X1v-{s/?$ Kl2l')iVd4FfF&Dŗ8Uɞ˛}9]/Η\DYǬxadS&VIf 7bIz[9XO{ߖ~гU !^BRMw\7b XW7߹bfF֯_r/Ϧ /Fm{!=OXxu%?=LŷnjċĶV5h>=oMl0 } #z/$٢ }!ُqp~(9H ?K3X#& -m;eН¿4˗7m1-¦vJW\4xm'K PAD~>o̚%bH$@]W0VWemkY1I"n~?yFg3z7x!B}=OR>4.AA\:Hї; lW5v#t .Kxw?baw1{/g=i Ps-cVᨊ l$U#!Y4Fh+LqsOe5BEnJH5Dy3i&g)♞7S-ʳL_滑W"z%{Ѫ-_4J˓Rx8.\#9;K[I-*/޼7f#Ӽ7 _y-@d],.k<ĉ.J\ 6(%hhFfoYUGy@cM1K{hR }bVRLvU$qv&6N u3ԗ% o=s}*Ua1')a3^yǔWr )YɁt8tIvL(|Sc&kJ_oF>ߛ{E6+bF.uѶ9YS63]%isd9jz.,fسS[^dzecHI:ec\mjMg=w|ވ<RqXӔ-ݧNtO$Dni]}Vҏ^Txn2Y״6 <Np]ЏN'&&&G DGrIz"o5xyffDDNdFf`芀>ϔzbMЙPԙ"fynbIA--ac4a%t7#pc)wcEo=(x#J| x?m>i'f}Aoh<0}F\)ָ2ğ>x{bߦe9%h^fom{6?FhrM8wýrs~P{a]1td{+}[ux^7X23w$̋]_~@G"gg!Yr3n? 5p+/iaBq:I_CXHLsLR~p~'3h|yb@"YŜ 0^ᯤ誾O>FNʘS:Ltq2Al"{5kSlJņ6851F:~W?VLbC,[#:W<1Cc8J?5.C ZoP jo,`y߄ǃ"Q;Ř? t,vk=nЂРD+eL=Ga<* YUګ+[酩i.u6 ! pBq#_h|8{ct(lm^zo%.czŵVnhX842VFc#K wʪZ4V۶=U᠅)cpS7Y 55Tq<(Mr {?š B,d1[ w^=v1 ހ9k6qO#]Ez"{䘔G-lmVVܱ6xxR8;:QW7bS.]Beo@8WK O͒zBoF`P\cJ(~[EAٮ)gu<Z˶P޾ 욶%E>E|6_MHKO) bxŪ,h 1c74 _ztVZkW֝s \Kt ?Kߖx&aƒpt9Үof}BB&r^7;8S*#$ԴpH'uan L=d?VD8V-5Qm˓FrU?,Ǜ2vH9ej&_BMZJԏ‰rMz`ϋPA0$7W(dlϏ(g5~uV2 % %lIФ!?)rnم(2 _Q ġ`Xp@Sjt^=r^x&tẍ́Hw=?X`g]m>R[lީ* -Ń>mfo\ݸ:^n^M› &lgo4XroSr7RQQ#&m~r 8&S:^tAd19^ Zy;=8[W9vڮck:I93 kL-tS#:yN2$ ! SȚIUqSxsP\^ZOqQ4E`Uw'Ui$~byWv_Vy?D1sԯ OEpm1wۄk b"(WDj*~܄?"Bxug骰|e(( ?UC5fId13 adadɢ6wna4z)s8Z@ew ESCgW69u`n۵ ω> GVzzL7OX"`ǵPd$ʽn.os=9-#,D*n90alj9!Kycyۺ5bAe$ `wߑ1`̓h0)GgUީk#/$o)Ѓc#ef5 h W! ' 4Hu)oO9Ҷkehr]N.fiuDsāDwhYb8 cz(A-Z_ܴVi0QW-gPd?E57Q~]wn0FWX[U?˴̏`wlXE]OPA}AtZ)OoR? KqjYl&N͠gb L4uz;W4/,LKx(ՃkW8j ~`yG'Po-,^҆O]Gk@~|/QgPOrU"a-1߭sƶ+yB/pC p{ td|"b:ݝɓ6b)TTQOLA.v|,/Q^Zըׯ(04L(NuӒ)릸:7#:ʑsOnQujI]Q+>wAV%m>lL=K1$~Ѵ>X Cg ڧ0ju5Ϡ*p'9L~UcKĈ %Ooד]`OUž  9L?頾)0DvPIyDu䍖;m< ~a>ϩh#As$|4Hv|`422Bm-/列9ya.*!q?]fg &ԫd.J9cb3[v]+ܳ{D6WW£w٠T|>KSj99 U"Onw|pTF1obL4BY7ZzV 9o!ȷr nyI/>0e55;55G+O_⋢N"Eyۍvϓ_ГGŤO(=@iNeq!6`8*U85s}s “*X|}ю vH|\bWbO1,jX*1o*vB =Yo[XZ*,31?~ܪ2XUi!Lcۈ;-3Tdľ_Y;4_ϠNBȗJVͰUYq[=P D.RF:**lSa[H7ӦK$dofw91Tn}p ySӫ𰐤2x;8e'vEP<9w"` a-` x4B{&UqvXFq-؆w3- 4~ڕp3.ԭE[F"At%n VYoZ'AީuøO aa:ElU:ڗe.98`EZ-BGN^-@"?HRޠw1*{҅*_EZrCW*=lKmn5.zqq ͛hߛWwۄűfQ?Z>k:^æiip/q jy <{~FR5ì'ʌ "cpjo#V '@G[Ncp>f-Hxi7\𔑹idVNϋS!kEKZM_4^B0O)D55sBRRRg}mG ˖3-|i?liUT8-|3~r2.-4?:5Ry' ? ƌÈYPDdhp?Jspx(o18 /zU9tCBF(ǃy(UI6~eFyX}eJ $k񝀚J4W}-KѲV|i:Z # Om%WSr2ruC( i{6 y[x @Pq'Ae ,,H;Ң*0K#~h mnJl[ةPn>r=Ym"QP9C]uun uc9/ݐw[?jzXaކsRdL,ˡYO~+_, [&Aׁz q^qK=ܖa(5No? sJB=sǯXXN-2VdUe,zki"B2?S%[]z::4(y7v55\#-->aiiz7svl[QspQ:38^#GTm ?n!Jxljs'͝r*Dxe.~OR^..nT+󌺺I'-t hE8o?G$mUS(/t3(7W j?6:t,zk/E!ɺ7 8OE0 #ѢPB2 'p%vJN2s >xY0hE"m]b3_24ΣZ2׈$ T uja~)x!ps_~ՠ]^ǶeHD]SGGUpGҊFFF$76()ߌD +@-Qh~5n 'c?N!jBnH}m3+r#hpLڃ,ll ]wLυS.h;O$(iBwx*m_[RςTJJS+$1N8GCDp,,WPL eFy[%U)xp8ł0e @v~=ͨ4QtX^ege%\VVV. T궿D\)&.>ZT.TTU5lp6(hhAÑu>5Z+`] k>>Za C99[^uKk"5 }%OU?ykSv$O%e\"`b?z֝%UW|6cuHh/+-y6OزM?SJ@DGGg():mz rz r̈Stwߋ9BrWoNhaTCd8-??-}Gۘ7'_沥p[sϭЊ_|jgXWHOg{D^ҽu مuKʚgj#rEEEDC[xkpx@\3$5>"ѲKD2Wp'˜J \1 e~1=9YsUd _ڋrBc+u{&%VqIqsRG]R&ft åΰx~Q)QQF!%>Wޖ~-#- ٫y 쬬490J/(v'RJ P^a0Dht 1Y%M ~Z>g%'1#.!uPx&A .̠Ѕo.mmڱm3} J %Jŋ]PTKpp:.f6%3 ZZX<~HuKh68C*a%a5ZhYy95tͣ?G TTJ&έNB kCM@SS󍢢_g >q%VGmnъ&5v#RaUNMA!=*J xV{e{rU雏1}:V<%hs}r羠򨆳u,zx!ę5gX'/س3?uMIX8 ugjjѓ_ A&s%PC%n&KWTtuWVLDs]v[ mo`c+y`ΧV4&%&ɯ6NDjڊy 瘨t)Ҧźz&̢^-~Lu^\aad[\ܩ lq"Ļpy L#g;=N)>GfKP׮cvK -3}N`k~#0sFLQ(UF+!hh<$¿Dg5];z;rb˥ (n89ׁ۪6{_c+灮 )+eO?Ǚz# gA©ѳBi}q5Lh++w0}^ܒ⺊gb!k36J(U&B~c{/2S~BΔu: ^`A9혿zQ77JEt )h}77;CQ$}dE> (Zh1Ma'Աku_浠.],0upY#puZZTn j %!=A[FM(HWZz+-;oPSSDz#Q 9_3?M||nQ |kKZU'hO^^a9TSe'az̕יx z'p)<< P )@6/NBAiճ8 L6`}#LOPr0H*Aیv=~+AʪuV,M>5DPă*iGa_e"\Wz@nRRRjE*׻PJbW0{T' [^rXK:=SO`*1Ms$yrb!]g#l!{%*Iw&|k *D؟~%(=k2v,wd%A @|o}x%V @^E{Gҝ~i~ 7my]1Zgr j{I$|һuEzA~PDyV'vU5Uڭ-)"_QqYy#̻pU>&ļh9P @qyxt`1zd"FK坖 32.=Cₚ o1oDE;GkQqĩܭlï Wpcd5|Jf?%ZgQAjD&jjRsAUU]-0,ӪtuipqqRM(w1osע#,,|8$ю ~.;S1F](i*)>-b[D|\Ԁ{-x5xX43hz^jN >̈́NwŞqϽiKue E{V-1gwc4si-e o F}`J4".*E .ęȉNqFI!FL'~||BM5=&r)lA 5RN~5[(ed3B!ps{=J4 G7o Uyeѡh "G6E$WO O&ϓy}Tm=1Xv[YWA=}T=bjrXQ کxO{p5r,TP޽{W<-*OP gꢜC:)B.GQ%o̡`lbU;/~߷#L&YVj3·4;ƚi&+n^_h&muvmM]^Mf&'oUTH766ء65ͨ-ZE -`76o^o6{LGю|& A5ڀT2L+na@PSQYY0ULj$n7&Aԋ@IQQ+L*PK4bQ Xw}u]}=br0/*:Aޕ$GLD>![Aa*(/b,I#Q[33qn!x~ ; y;/ЬOoy N~68odN|:|sme#Yfq3۷uhw ^Vpr07.sи9œ[[S@POMy)ު-ئs>v-RÛ T}Cp^k@o8+ZWnΊ.璶_$)"ߡ%O#MP08[?qZ$ WuY[[?&|}ƍ*ao.TFlάFTq*tf]yR3OZ3?UyI`U|H6cxVEYE%;@r:πO:8i.Ug5'˜lՅ-//d`"?n\(_(3xX ԗ|?D3§'cJWw[X31G2NW#jC6攙x}'㢣}=jSRdi\ܾQN)Ui6Z<PΦ$ BDT ST4p23yQn3n$Q̮cyQxbgFDDDG~ }c[# e5Ϸ+ܩ~C뷥4ottz`3$v<(vS_%2k0fES0mY x02:*Ca!Rփ_3DWijOk"0'?Iyrbvhwj3le$zxXn=;z6խ;6Z[A6 H MjEIubʁg<>O{j sBH%3)no³KfTVx5$z+ugӽa[:q7~VZ[gsqqv@tJϾz yks}/q-Cpz7ρuXtT Zze$_-w¿?y1*,Q:=--n\C%g \TͶsYmTxcw,:(977}i,Vg/Ɲdv\ FO<*.,g?1h*1Z\rh| s~U*mf66nUfffo2.8IħV#ӶFgl3&wھ,JU]]Swv>opqfM)h i "`c;@1|_,GOR pCpjSSSE-iE9#EM+A_ڮLQ 9RGZ%D#r= jӆ_d*LR+owݪFh^3N"6ů-+\(ƍ#+ݑqYoˢF~ 2Yޠ߿<|<<]~걥@ |&B05 Quy:jVM~x Ch&*P{!ona!$ڔd `IIH8iQg7]r1nؐy`H<%Ѫ_)E_2Y__? d%Ux_jLQp7! WZ1'p,jvV;ne ](L۩hXVlp"_]YZd4G~tޚ^?v*^ul1u>8}Sikn^Quؓ9 οͣ?ӟz2iRM͍G&mo]k jVQ2bTe;g>ZM{tP'M.j8<t>>ͺ^ȑBhlvN54!!!o߿? (l$u46^.D??:4puaꢍD&ۑn(Lӷ.YiF~e4Mg[CGsP$^s{@=+dfae? d iܺ)%UvП'(Z{w REwɩRΖtTH_o0 Hץ IyqsjT>~ Hܰ/vCOI2Θ^"*\uK &WJXA Y !77 $ʯ`5ʖhgsM!$ٛj0eم 3zCj_ 95wsuV^%FAIIY'8&}N4"1ZBnk[O 9b] u$z |/ggccc+bL>HR&3=Jqծr_i[(EEqm}-39ŜS i>%$!g<Fm57Q17lllO&V/c7pKS>J҃ nT8GČ\P֮+yxLjǻFg ÙZBM(87w/;v5&R=}/bVsU*u2@ YowȿC)-0|Ł OJ%,:pKzaCfˡު!r[}Az@(( ޾t ځm;OZBG"L4䡳mm!3p6=qFPY]8DMMˮSR[A_fb[ x!|^4*rPƫO V$7+sz"!B JVnDcGGQ>4vTuJJla_ţ3cj>HuNeEE!7yE!FJJQ'4ݥ*9 KK=J_ uPm{]PmPLz o@;A<2$u{{; K;hz?Lz+Q:v3ҩl}0KkTZq1{Q{ȃ$ ='0Pf:.3Y4i=ut:?wrv^9"'<̲gB4Lt?_E. {eYZZ򋟋4!" 64X#W&_ |n6116 {Ш' wq0HU=c\;PK3xDŽ*^OAZƯ˗3.&^(DnWU,12 i7ZOw _ZܗA0PD1 B8+_$;B>iI#ϟ??uV~NNp?`: GgW&@v9${BcHWXii%pzȎ3YY񭦾^ , Q׏.p澿 vs3W}}v}1MP9I C7 N|t 2=Cn]9imGC~䶕0(M{S@B+X惕$k[CW8]ǠE~2,}m[KCj|)Z)[Ʈ{cԍc>aLBMDܴ7y$j*%< 㐦w/7?;%-~P~$Vz.%﫯3޷,4:Ug6c~7{n*\V5HBM-nazzq4|c DuZ5R6xG M&g9S9@¡_f)ƭ[}=S}&A(Y ^|1Q;O~`]<1 FO_ԙE8G03w_|ĂQSS_ B]SD!BIFMVEf= Av-p|-ܯ[<Fes 8=Ȟ_GQ~T|GnkjJL*CѭQWEE%ኅMEA/ #wTBϴ[ zMo(N PF~wa//"_IzWڷ Ivk! ܽQ׭qplP[D®."kM4׻0P/E`%40#ZottRj4+z#d9QQgIS3_e;y)nh!oe8ڵ5S8" 3ڸd VQET5 罧pœYq&>"N~{ y\o̦|M\Omgnt jF~Ix%WwK/+[60TQGUU'@)@=qq 8I{T}vO=~} >JW# ofDU2U9ÜE Fh.l0:sRRi F'߿Cdyc}.$K=Nx?+i7u5,~< ӴI_Jdrf FTy2i#\g-S" DIݝɴMz®ŮFZ;b8ԫ:99 n7;926WZM- c{GsaAq 8=@}bCb`i<:m(6| r(a-޸m$of7 T8 em1=لQf 9cOrT5l9<mQCuqDP ܺ' {Ra~#&:u&~~h'C(1HAsՃH.E H e܌bN=|]m:~Dit$"6_]V︍`T\__#>6!lQi҅^}"fB]%VAF7_r/UM l~\ivi.8炨rqz~~~ԲΣnmJ)AY:<4*TvȄ>ϗsB/;x6ucA ,?7zIkg0ϻ &1ٯ(o[B]D}oNח|pij` spuӌQd 1B=)6|suuu{x`aa g4VkJ_Mf.~ju_g` X<`y%W`΋M@w}E]5Ϋu M86"$$r$ݫS uS̆~"ϓO(/O 5A0#k †S4Uޤ ib wڙ=7295~hA;GWzphFsN@=Ԋց@-I-ap9ʯ3S^]_xā[2y9U^PbF6{<ta+ȨK ^K4נ箓e@fJ9S 1Y 8ړM^62ɞɎ-ЁB& 88KdD3`o]|8ii⁺ZWb3ZCFVvdbB³%oDjjnccpZY`j=4aYm AR`XO> [l<-ѪۋuiAEK =~ddd=i<,]vm3s*).]<6;|yo U[=07kGvsqVVRʰ,}YTT)zzx"9p>Qt')Ii:k6i`~5]mfޓ#ͣD Tm]": |M(9hϯ olr CLG$X=Fx,s<"LYת?=Wa5z m QC6xl7j;[pՎ0'fߡOxtɬb4=]K"a%.ka`rA߂[h*'f~"NMz(R%VEU)jǏ$/Πpo <\ؙȿ_s51Khɇŭ- tjb 3Qx5Xv| t+TEh5w+ࣹ=GRQn=;ixd$kcÂO; h!,{T7i6{7zw?#B4_VasHId^qҫ/u迿ַ,6S{lw+O`rrv"t,gtЦh-\VRI PupЛ#R=4%GfPzON.nܮ3ѝ|}!5Ù ]lZVO6# )1'L L^$U^࠙5wŚ#7F4K O>0Lb?zhW?0jH}C3 e%} JkffD &n'w0/#8{e,9_*hLtQ=\'9<_\\=+rbaaQ'7('{ɰT}29KUPWJ2KaFgTEy%]S> 0TU/:(pfa͗'@d{#ۗ[T@\YzY{xz5Ř:yիZIolnRЖ!j>z``709YuPf~D稷C4osPBGp7JP6,s%z:a󠻃K(!A^WF~aՉdB2QԞ㮻gkg͉my4m'!P:Qz_bnRDsUϕio2bQwi^GJXhETV=.\=pfyrccS[6EʂgPFZgw'\sɖlwp: nI[qXV$l$e۞$>4Q9LZ|Yޗ_YD UÁr]AATˆ|"k6*4m~6Zi9H@UD;$.Уe\BJP!QҠ>ſ~i 29.xղp?X @b 6 Pҙ@S6i))E:@L NT+j`У"1WypJ v Љo:}\{1sK9"PaTrk,T  y+a$$XOEFP Zs-NgHFZilc?ԭ@zL ''5Q:)`i:pCYix3j,^x 5z1<OӽƬКl_=G%՚>f߳/K}HɎ\0kOx[_ >tWo_է'Uz23AKaAeZ#);,\ k?(4ݔᝰD7ni{K{g#.u1 W.N^=5fBDڵ;r"G۷ BY<ߟ HθJYW|!0y<VBO1 eX;2>ԪS3g{ 1v)//%~齎 h%A@77(ͳ 5>&}ȑ#OʽP zCO~|n-PMG %Sc]^>/2XoY\z Өel|qIĨ'mȸ5?7OICƟt5oGv{u'_khZlήXqСi32Qg`fhtUΜ= ;SaXtsMז_ί|e?BpPjZK<|Юd\׭deP;z#/Ge֏y$JKS C/l<>e׭{{^\pv W ~ҠUAU4cǂ1 3Юj:^  CUj~[Li4lfDW\*2q;o޽h/Ο;vK~6ЕN^aoH;6GQ_I$΅[k ny<H2Hɦ)!}勻/"R3#sfÆCf~nFoo(gfd:S.hp7r}wnH^ @̈́Ʌũ/f;nQU-ǛGgu]p:u5J,=\ooKKnҏZ7Ϟڿv:?vhU,îG]pgf mSF?io&ךvҥKW]|!={͜׵i? t G\:qmpeVM* է $P+ݏ]-J575pvέ3w.'?dAzt_L9}s¹M>SK\QrHF=:{rnY3.h,%{ͥ=3 k!<b\c;;^/޲#`5jj (piZ~^={-eNjiWw[KL;wnI;y [O~}x쑫nڔ|)1-9rd[R`_* hrfiEwpm;tXۻ9@!Κ <0|ժUf^i2-u[wvHXꃁV;wKpR4'䑔@!sLj3XP'Uk3tOD/f``vĔ&\`{uuksSY߬oiaaw\B!;y`˝ '7R~{W!knМYٓ񾕙;(֡湙WO,vsy}貂 ;!nbk͙=޼^b{=i zTԯ2mz)|6";o׫mSM#X(>zE\z+dǻ˟]`[LX{nU?.,~^ɅkV~<,dk[:.K @m$hyxX1#<´G$׭}?1^>g 6r>zշgϯ}p՚r"r"'{'ߙ_QS6C fuc4q ]7;~ZTGmsSwܑ$|P]&׹(%F8c\1 'W}`m]+7oHb\}~vDG߯' ]!tőѹc:^5`O iS˷kXpgn͚}ǎ7s6*=mfJRд3;]Z ;7ydfwoL6mɓA'{X /(]xiaϟ|YeM`o~WksqN f9eΨ%:zG˵o2_n=gaqV/_Wkܱclċ?x%s^;G4씔57qČE&vͭ6'WōƟ|ڤI/a?9|w<9ohۢExtpmnޚK]{f&߸oϧwܻx|I-SMي+?6 ?+}.WF 0q%/Me+Bs{rǏ>#_<{HT/Odggcd':xlIUW7_|ШG2>~Sp:{ŭ+Z[6 BL?wߝ8{B7:k^e.  ?y79#/?{t+-vWn5(vG7Ϥ=Ft+'nJ?cmAaan׌zwΞ/ܱ/u8Pe %eվ/%l-'hnOm:|uWu, ':uԍ1et&۝{fn]ݒo[X;騸ݼtlkZvߟ歼ݞ  K+\elȁ ǟ[eS|SG#"ҞZ͸<&Mog=I74׷#%Gw.z8%Hhńk|pu*oNȜ&@H[oΛ40ݝrlָᡣFԉ1 }iavF=ޟ#ϤyN,|Ԛ3)/6{>a`=<#O'ތۿ(|̑ M}q0oL_P.hH_fs}7߼eY8}Ȏ]]\ӿNO=\alca/i[_X?9vSr)T%j̟kDD,I~ y׮ˢ97aOal^ȹgZd=:;dcii֣iֲӛ*X;9lXVֱך.t6^iJGDN8oKK[k La%]{cc;q_|ZƝqzIj7ɷvC:&QgFZNKۓu^1]r1dHu ^j-fsYaڕK){RTmD K&MRrw/ \yLuo/IƆڈM#>6Ǐа! kYMg^.-R8iA2Tٍ ^/L6O<,{a߼[oٺ5t̘ݧ⋱cC_s鵽`3͞u.oaySN8^p&<~mւƃ[k`j#\Q%5B:4ݼϻ _T>Z/miu_eݚ}.^zfgYeSQ0$#F'ms0g߿kަ6>r|ؗ{=2E<2vj|Yҵg>*sτ d.pqE஦EcAV<0$tȼ6ݵ|wRk YpOO. gK⎄;ؚsp–wjo=uKnՕ]^QPXRqÿ?9sͻ@l-HtW_}ۚ->usZA*5hA*@sqɠZW+-yӠnz_ٍ߹߂GG`Ã]o}}L)i߾}E| oY z]~ gZ㏚70$ggG˖iLF?-Zkކpiaʱ99_G٤H^۷ko8qbG4V1Gk \l9rXw\r~9K֙Ubٳfy69_1~,`]ԉ-zq{gOًf(jZ 2X/a '@e?Ż'7/V[E[|O:U8=w^lJ Y3B zh1Vmo@Yy`ٳS#C[;Z3npVVow~ZQZF.7xr/߷WT }JX5)B۟ §Łb۝u֡5 HjvRm%` \st/kt~wK];<'hРfu`1 f8kB>ݻQ[5Qt' LkXaym;pହ {_shܥ01=))'ڙ3w9&Xa"v ].ta vi`e]c(>.u1]wj'͞ \Pa-ndK L.*shsƗ.|8?Z ƉS8ջi׮ݴ]&E[kٴiPr`e\+ụ۴ Xpa3`FK 3#LJNؽқnYl޿t2X:0ng#}٣m*XT7^6m<׷ŭK1g.)VS:kAF fSG#~rĤ [_gg0!<֛]Z&Țp7ϟ7oUjuV|\}f//oqf3(JmYzJ^I6q?^?4m| [q s{_33N }o}cL%o}}'θ6L$z2M0>r?_66sݛ UdKPJrn9ks<7& dI-;Nݶ-E*?u(_6( f՚5/4ɥ-Ƞy cFM϶#k&1E7ȼ מMLt@&\\`QAvƞer:f{BO͏m[ףW~۟\„jv'=#}j̷WNKƥݿtѬ<%yx{{R<]]]OPZ/s4h³S!p.QSl8OaQ Ipƃ+ܞRr*Y ,ӣ%zd#-*HW:w'H6s >Jn 4I- /'oV?=fFQFބs5v6>S [k³Ѕ]Sfοځ+ Ϛ5O)hm]rsnN+㹖YCwռC?gMx7Ʊf5]h?] q ^7_k3i_اA< z{7;[5,i%=#n_Ff׶ߣVY߿r}mqqVmûAכl{}[ Mf-{z_jks9%9GZoWkHN4K7bh_2&,2vGŘ%jmQuӶl٢ĄvP:`goi\mD ur}]ݼ/8E췡EyA7'*maK>2#W>ZmQiϱ*W|ĊV =x~igXGŶpξk ˯62gcj#&N噅6^t߾}=[Ξ_Lu>O{$1xh-PMJ-Nh培0ze}0׫&aG+U)dyА\ rFNzJ؋v F_z~3$kMtGnVwZ^r-ž//tԾjⲭ7ܓY}Tv1.24onm;w\s|/cǎA4#G\u#SdG.j]Mk_Ӕ5k6bw[Ɨ$ipAúw~{[',;=m=c`U_E&/S۵m33\2`U3XO<: ܡ}fbL?~j\kۿ/! o.y_dɠr_xgԴTit:ԬEo|V޺wg[7#ݧ-[cm{6\8 bb^[k njywƹ杯j{|дs1r&u%Nyhkx圇p^ys T˭;7hG'~svÐ.}ZmKk*yp.g7s| t= 5=:20qwcmoLZkpױ疁vS.͛bغtt u`#sjo__Kbccz7^[ z-8ws6l»[n7.yllO/3'C?>66)MGW_|ec3Vrc?7{{gW{zU?nk4ۭk:ӷjȨg>`ˉO~imQpޗm.j؟~yhi.<ѽ,̒_vM(>0c!'zEU=<0lqѥu:ō"-Υjy^(Mh͛9EvHv1R== jENȳׁBpz;Kwy~fbC0HP;:>fju$^p /-}̶;G?(~0Ϸ75]\D"g-[o~O1Zl&:06׍뇆eH{쇶s6s>:u/h'MZ|`[:'^x;^nohcn/ZVN^杂3} h8UQsf7 \65 ~K {0uwƓjؤy#SV{C/zekR& >yYNjۗ}pte*-]ſ v@ f~nS$M,̀; f~%| N*ږ{7y}ip 7_`Q;~=sv3,+/gM_ `בKϮ>EgMNJw:Uq@rA-bNT26n%7~:/g`~~p݋ϤGvsp$e2enypv>x`ʇeڵn+7_}cooμvw=ގeY?okk׮ܷ8It (Z/M;g;[>̺> (Y|㍎b\3NqZ/G3ff (!8'<鋒7k6->Ѫ9? ,e˖3~0pEg/i[i.԰x({a 61d-*{ℒ—LJ~%w/e% Qw/uiUnt|{ZsU |dtd 0K7_vxuI*bV%?]lb}H'3?iz˴[>OYZKu;e14 ƒ1w=eݱ {ަ]@sΚXTkN?27f*iii[/dy(r}kȫ{EkwRp~t'WT3E?olZ x~z*/F~̂ 󂫙3w<]~I}#WIXoE8#!W'(h7߀M}=bTs mu^ F 9'^5ˆ`B\8p#+=/2S5k6rPŗBDGMx^q{|2u>ě[ge$t\ jOX,[.K?=)iG° w}qb?=ƍx;zf&Xk?WBϒwb'WW 0UD Rx^?t2'kf07<*:ڽ$|Q*վL[hń/=h3ΜgZ?c`/ւ bzOg^+((Ⓘ2+¶Q~wKW;YUf5ӽUキa8;d/`_9hg\ϻݧ4}̳1cq_Quڥ*XE! ivY wv'FkL~pQ4i9sV\r|=mH.hch aA[|;Y&>fŷ oj=?V_x`y &܄ӚVCq_;/?|,)V[ C,rt6O,uMׇj!c`ͪUf/) ))h6ێ.ZpvM_n4z?aE6 ޮfv[uloVɌwLz ͸Mڸo}mO{&l2mWoNBBVo(T\f}r8)Kr;׮=wnК"Z}Ǡܞ=q6!!:b;[: k4%9zh߶\NJ͠YFڵ׶MW@ ):\ xD_MNho~ܱMSGL2 8mxS v{l;k-wYecǗto[tܻzn~X1o6?&+!G")Cw]eG¾1:ὁчrV*f--=z'nV9W׫nݺ&8 3ܛ:vlxA h@Nnvֵ2?۠l۳/Vl;Z)V [[Ѝ 60]ieNUf/;3xOȳ.v#hø;{1oU6ɿsԊMSƝc1ntx[|wl Kw j=gl7o֬F(߅m/.dj8_a>HuaKިwaG`/|tr 3 LỸ ?(':uRUw&0o ~DA7tu֦>em{cA`aeUY8obwδ[`H?zojw,{ּ=wָ u>4ݼȒڃjybOooh\ˋSN:}¸swԒpN!`Nz(G7C Lutn/lUV?H:2*gyrՑ}@aDɓgv$ yt.z:ҳn ²#??J~s48yʔ'N٠F Co݀3A3o>QWԞoTs@|2\-vdҵ)fZ aj<`Ú?}<[c`C;oݐ JȀ ͯ<ge=7k==`xYz&hj=i뀪ʹG9Eqνف%vCɕ~9SAiޮ]U<5]ضD\tX@,?m٢yA#Ai*5 ,Kز67Sk/ցEUt]:ٺs?Y֚ݻ|w`*7ww tsN`]wnoTmĜTAŶK}owAmX|4"9J{]wĝX޷`Cu[,I &Ӟ{WUP- 𙩗vzqKٍrt\BfpGQ{tvfÐs4=aÆ܈p)zҀW[PA)]odbr湑 .;gC>!f݃pP7n1zvTkoo6w>k*1U8|_kuÓ}} Z|Ŋo^WBy&,Kҙqo~VRmb=YR&{fr7Vp8wΝݹdu^1sVl_o?v^JJNl m bѣ,.'V;oj#>p83kvQծ ~*)6*6dxocJO}Yu] ~un\}q`8pGإ¯ӿA4Ha pҶ<^C۔[@6QG ~S;jye 4h-ڶk6NY\lԻ`[/w?2ɧ^6Vcj*=3H; ruf\ͬowÑ [\6as{T\tc*B5Ӯ]u*Ajk!!jEi45F>}_el_0Wytsk0aCO//C,ߩ/zl}ZnFeV0zbWz叠Y\O}yϚc.y9}eO&^_/Ⱦ7,Ug|z$W?7}Ͽnyfosqek.8w7~&k4-^,p{%uȮ[|Y!m..._u2B`ˈC:S:8R۷o?K..΂wq%w@o̾Un݉\=>ҥvKo}<1-A eϬ @H:ujE ೽oW9z!whGZ\\%JKw1u.`M0|˫䵃vy42ɐ{~ ;:ewDvs\z1uw3?z>¥r8,y/b.-/Fî__$Mug_oWuY)쳍C U'S'vX;XK;¬[i,|ND>h>>yk^zK\i?tO҆jI?{Ȏ}~|h:>(ٰ~}m,? YK Ibᚸݰ+P<[âEMk!EE/.?3]S ?چ7nt0 Nnr7@:&Rix k=^kXz뻯9UU|+۝Wy^wQ:Rh?Bp=7*E`o@ύG|?'h5<C %i߶-׫}ۖv[sjߦe[lҫMm\4-yV΢ѸXtc ig'4=̉!6ΦiM M3/^n1X5f0S顳ZuɽEgk|,8G W-X.Aj%,aku&E6!n54[4 f!&hDM$X5ޢI茚(!ZoMVQ/Oq^ pl^fWg3MhDi?jΆӶh̉ա1l-\^^c0q̉8l05QncF-jBh|"4>AA>!- D:!!haI6ԣ/$ 4 0C,Dx;CO/t8 25q$4Z4$thfS,g b4&MIBlWVg=lLF`<C2fEn>Z{n % Ѹ~:'"0/ tU3LӤF GRD<(O vqKaÅ˯GExRldϓ#﮸&Gcco>'$d lvm"{EX7Ix;Z3SL= ֭aW=V Ѥq8>Vs ZG'-6 >]%۵X|u4HA>AZ:/ˀY8}&$Oshc D2ƉpE1hh q:͸qـ~LL#cEMm4`u` k#yUHjuK.AO>7> mMIfKn3>=XN} +s>tLB (+7iG| >'? &7?"C!v烸'cdQ2qO-%+$z^}(ɠͯ\B|2x2F5_$O@Ff(uNЦyo z٢OpEk͜|i>?DrnrJ *Uh'Lzs2S6MdEDO6Q\NDQbN&v(LK%>MƲʨsQd#ك7DMNjj~ڲMk/Iv3u@@jBj~}z{ =\ ^?U}kO޴}3*yi..bD WW䭋Ɲz]k\YOwiAXᏑ?*/j7v@t_lKvPƛ5_4kOOLޘ=ϛ\yQ*k k`#5]w':˪\ұ)iczO9ȅEYhh7=HXsճq}00 wh0=yo]#>=w^:nW*gɼ:,iUߌhGg;Ʀ7[ˣ Z|# W̍q>Tgx/Wx6j7̨vj_Ԩ:Rj8WG:#Fb$%e|*6T;7w6i߮ ʂ+i<"E_9>x{m޽%]͵zh|}'G[k5:jM" ByW4lN1%ֳM-3 hI0e:ѻpóQ0^mrd7̥7GAci;5:Ng"2 7mTBE%XD]BQħB^Ąquͭ%3616i61fd)fq=8͖x{ܭVw-hFFGVCI ':uZOkl qh40{XVV-`&==XpN_|(9AMN݊0ELЁNw1ج9a_'=ܰ0+\p.:Ռ= >*4qd:-L8G!o%̈́D0`#E]ACE l5.!`406{J]<BnMʎŸᢕWL/K} vtqe3![#&$;`@l!Y:6ټeKnȉmtZ =[U8>@.Ҥq@.L!b8} a4'"i 0Dȋƒ:lb *{&En X/dL $NwF1V"*OPBNVՔ||9eOZ~g9Cw {GQO>*H˟(,  ?`T -M l²P2Й #;0/} 6'M3DÅ[uitn.r =-d:#c# :=q:p(3Q}Q p9axo@ Jb'pf4Vr-poL2k+a[kG4*B|k|zjz Ƈ[z81! JSrg@H*] `Us7dשJ RVl ƫ /i"{dF_p@Ig0xKI-CJDD+<^H\ef@jP8/:aNo 3W*a:7Qr&'*Tz]"vDqxDT`"K Y9в]71qBXLT+am7@&g@Z7 dtȵu-ڟ]; 4*c3]Jv;.pV^*ʢCJ#ʲ$>l$JBR3l7ӹQ+y[`/>F&ve6InqXB$x(7P$d&kQTtyH,]f\L)K8l$H2d-#P(;مilʙMrRˁF 3KBxRE#x0n  &8h àdpCLH*j^7E 7 Y);spkKo0}6B{-ϧQFb'&cLaPR̆N@`C)i721M15sWTJd?i W8>dZ(f:s|ئVMu62 pL 2!w*sڵ0kNt®MfӔV kIgi-I+ NDQueIƣXӗ@JPڔqD~F-VdF (]wH/(|xh.I}tztz7d4$p V3Nh ;},YH2+3ND/0mb©uY(v+u0/P"<<C&-3ǑRyd2aR2@3&! ($K:9BԉiJ>$M`K)W\ r@Qbe `CĩhE&kQ;^nSx Q//($0&&y7 9;8{mO@;5|Ri5v|C#(a0rrj4D]S"J >"NZ' 0lE.Nqj {2e:UEuG0Lf9 ؖ:ƔHkA c`ϣ1JA~Æ}Sf-iZmH׽:vlG#xѤ"XN"TKxUb=| V@/ j^Ic:zIcphĢ!ΟQ홆Ov C*ڀt)Cm Xr9)7 WB6b WB@46& jԮzEBÏErWbDKG[D2Xɼ-6eV&fCMrzm<6zPRup1ԪRip! 豆̓b'ϦMD0iPće7kh0Rz3{[D<1rh(pHZiBЃՓ$)fg.*XP{9AII EYIyCyiĒ>Q^7\:HҕHV塠"!P|՞HP8rG 1!d m֟vL3SڝN/2m1&)^bSR.H*?6Q, s,LCԪdhNFWCa P8%J [E10- !V`],}D( Ӟ*$#T "x8kǕ-4Mq`~Vx?|/ їϡHpfUr$N9 @&6J,@N^6t+=rAf0c(Jbjّ,z#NPצ &u\)ႌ(S%VIe %N6$De2԰0qϥͥz!}8Ng}Ev+=7 /؂$4%}PM |!8P?vQ^Tŏb *5bP3fU-^jũEE#:E.ҏ -;H *IOb*eߡ;' XMKd&CY j+$%z(^o!qQQoF=C~.{snd <*o9HjuFhP(ViՑQ): VA*3hFlq`|]Ζ;7Q1V"PKĆ$2丵)F*knX᭱`(Zmfw/I?dD4(P ݻr" (T Dmc`Ģ#!aM)A-"]GN a`\/)P߁ J7J dє2PCBgNn 7K NE #2Qsa,щO$!D 4#CFN3燥8  PQ[^dtv+&ƈSD`;B~C d?©9s4DİlZj*wW)}ĤP? 1I?DP&ZZ!$ՎE`sHz@-hUiV{S=C+/Є0(+mĕ%*^YIі<=ħ5>MLY4mIA!TʻD,jު'= nt ؀Tvw`K+쨊^L97Qw$pt="mOD2FX ;%2#QEA!@:L׋-J.90*#)x8SL`("Cǔ\ f#I#)dpÄE[Vr x]\s0q)^D^|"T{|Α,>q W sv%_#0i+i8a(f&& ;:(YZd{h|LLJ 8Kqo3Yǡ4 MWnfbOyO~Y'WSlpQ#PMrӍAm4JґbH4D}}erF$ܹ QJ eDIgh(ƦrvW*E/e!/TΪ1 ur` f)3<%dsA}m K4Jqe"s2FYAd@'l .#`LQb/B,&uLJ#C^{}_c-#D7^c;hQC ̴ JH, #yNhQ-|lW2 5LJ~d$bMJ-4Ed \|R5 ƫ-a^:&BIl$IKNQiM(.":7dD[ ,ctix55 6ynx%Pd{d0$VƭLlrm5*xqi-r SP2I۳*ND'_waOY5$**'c%п>u< F?$!H7-HlN: 3$' ;l ؙQH9؜&Df{;k5/HPPMDI[΅'%fpnP{j(К0o:j,rS)g!2frHP7)SN Q H4 @O(&Z)yE&JAye>v:2o7kj;_ ӥjnI6 hY($`S&3i ds*!\u z!td䄑hBQB`JQt|2,1;(-Wd[\FO MgUq \GA(G(q$MkA9K&s@aheZ0@RT UW8D"oHBM5ZN[eec UUxj+ 8T9Jtlwq*E]}0!1UmLRHwU@ 5I e&50Vꑪ*^MT'ȹH:ZF@+c<Qa1KfPa_k҄v-5zI| Dmk&JB6QPlbMe +1VZ^ 1 "[ \OnR ϧl ӕ,(*ok I g:)ܓS;r$|+qǤK_V)u)ߐ>@){=\&cm=^ؔG"M3 'b !&1Y]Iʪ˨u ޿DSFYhsJIep.SJ)\O&S!GS4MrKRB7, !.4o"L^6IHFDKUdFI9wJY&6i-i^9$8M=\&TD`Kރ2bp_Ԕ}c0e9(q y8OVꨊJr>eU(eKɘвD\-P3;Z|j6V}XuR#Q'i "c>&+zx?TWFMդ% *Gz>Y"E݂ȟ!5x[PQ"*Ĉc-̝lȥ\+2a+E 8Wzq;xEe~ hMIEF=ɢn+XWxduK*)i\Z좂bYyKȵ9:#8mNYʟ$Ř\Q#o,P}:'y)Ҫ(ߗo,V׵:#:%yVr(W&#̌ҫ ;MO$)vt`,BQg [/GAT*[l$uFV8KY#XVf/kKΙlq'%9NBZQNU-f\Q#fʵ DQ`ӄۨT~O!Q=)Qn;R!SX#8TZdMuLɁAAJU}S-X<'NnPLJ)BYt3qw!͑fa1M a !LӥV8%x"%~K-F J+Y\Elt ^euFQH|1ieg%HW/MgPtį!jI\ǝQ ֯& h , i2' PE*X+}X}\b00" 6 -M$ߪAH%^rYJ$,@KO F$YDr*VD%:X2㵼:&h_in\`R@ʫ)-2ִ*!7 V'6%e2yT#pJ0ycSXb "lqJ8-]%iHZ|U.%[l8$E [!jY8Эbf0 &< Pb5E@r#t2䄈D#r@}AUUV$A8S~yliyIsUˎWIW-IKR3'Iru&I ZiFsRW/hyG 4tETiVIt )87#P RbzOu:h,pZ3 'ejbrcC d@"@u0$78oTd.+] eZy`q`w hmJ:s \sG]zVLӌۇT (OMPl|%X>Dy!7o+*~CV?ih"jf xjՐ`7tO Eꕩ̥r )!55:1n"VF%RŸ0ٱ$p9ÀrmP]N{%8+sb:-%ӠHjSx*h n3v3 ;JUt#tS'tPU(W*&!>gQ >?IʛhWΰŌv43O-$QC0>M̙}6)! =wtK n+ň?9PnI]e>%Zlѹ̪7Y m.B4%s,p)a"JzHpJJ NY\ __& P  _ $/$ķ{3`_p4MxM  4A~!~ɀ=D" D:Tyɋ>A!~809i\}aڮp>!^0H_@O׏ ;h@op0L3_ sj!?X<kY>:Nԣӧ {Cg#'H4 0CC  #  c RYcj"CQD{67Wӷo0_-> ;8|5=`>A`ߠ0d|. Q(r)Q˔c !}N "hT% !&' #H,P?_/<F8=|#>$=7;LďfӧOo`e7d[ z[ kţA4>p8'=G!.`'6L9f?0)P!3vŧ|`#4>olC+Sm/? g/␄'Av x^}رiTW9B/<3̏\GX#Đ(0LRxULOʈ*BR;Qhb4yVffƅm$]BT dc jSKf6;c6i&(&&=f#ϓT@ݐd0*^D@RUnX9ݙF@4i1H{粮$\ABOɇlsphyPVCld+13,BK ,b:jYdj5G< 6A:C&Fi? u#^YU/qۘ7I#1-u(݃CC|#79SvtC>ˢrшߡI&#,%EKo碛*'8G"IP#u!#sfǻ+3a+wj41D2`% nz3;O~8 ىA EydS&XSZpD40w-nӅ-0nDE\0T+H=?zI1ušm%?`Vt6\R/)H.tS &<Z9,QKaUJ(b31Eh_׉wleYDgl-l z?ޣdEHflq+!TCӗ:$$ !4EbTisb39nM4zx:.hL`U}˖_mUlӦ}+/6m-۴riժ].{cG!ѸXtc a uM(AC!ط|;LÃZMv`W(~hISƐ[ٗ;NR+,(O1t0H%uTq{g0䟹2 glcT8A2G=EH_^FlreXN~h$ҥcU L8ҵQiDr B^O'mrQJv8_|$ê1!.E-DiUuXX^DG>L='(yE(Dr%r cq"`LncAsoXb̐RM41dtPc$h.ğZf2VܓO`Ru7ժFz x$LIB(zNfY6@\m[7VԸVUQ(X<+sc.l p՛gk5%R& ukEJ9J= 1>M tL2hWvJN-@l2x/CX))wbH>\ߩxxa]WLyxrga\f88P̉L1 $ l^2@ȉD.?-(HD$oV/O[T J~pTus})McFBy dh$bƨ >Tۡj>Y/=(bnGѥ$wGoT‹rg\")+N0FR EYHqwa% [GV?p$V.w.#RYLZztZr )զMfB WRȾS68b0r .E|VG-bol\!Ĵ[hO9ph$oeB"\NR[äH^(d'pfQl (|Udw^dMZ$wy ]T[%" !vzԬ5YN> g| vrf WlS˧JM\Ê΂Ju0Shy8 w]Cy.Q#h;AS27ܩ#,[i|4b"b.ܶb(&;SLK@xH3X=YCNl,Pj.y,*t`aA' #',kt2\ORx>)%/E L#UO# x"WL l#0agu*.Dڬ2 =]M[\ȦP qA8GRѭReuXr 2ߥoR}~Tp4rn(j#TX_\=6,\R~0H.>*/ vYILtk@=E 7y!ŀIa H+8S(MR~,zfepw2}6B+b'sed4 N1AIm3I' F<4=SVV.ĉh]LU^ai"1^|ޠҗ̇mj+Tg#f6S%BU2aNeEc;${eRPMvԝ3m#(~"!i-hȚ %sV'0'U0g|m&;LV)ȷQH5JVzN+pq F.S\qH(PHGQAES_$i2Rk:g-r-VB5pJXo{6T:=LhtY3 pj5!Jkđ: m8(! H2a4u,8'66J+Mk7P6asRc)SMe3ԧ&e`oT>Gctq“JЕk^X|-$>=iKjPUK"A%n(h^zѧ,@)*-.Hi2ĝ>nbgIatexj©uY]F-R(JD'wA%q l9t''u&2.vêuI'Gh:1VǢӡ l44E\0NQbëSI^CĩӊDp;^nS [W߰xHcb"+gH"dͥԵ8{mO,>)}V9JD/'FɵxoE^Rе l|=Bi܃AiރL8?fuTA G0Lf9te1=R7HB$Hkh(‘\PM.6 RCyI-E>]T5#BRq2)' Q"=p%gF/5d0dRd:5)qҊd&/nا+SPV8eyedsE2clUhنl~ "&PbL,XO,R{%t҆j$h>D94Mr\}{9zt@*si1Dw&>Z OkQƺ-PmekhIm뤮[#Tr*O\LJ=Q(1RFR0ԨrRni(wJQb.G[ߖJxHf+p>j˧>=hyhL ?d,?m)eL3KR~˩623D=+ںTCt(,=2dZ;A3"UG ;X*&c",FQ_Y a/:<IWB b(Y/G1k\gzFlid bEM3g>=CV+YT4r3X>(RIJ TPIzo,LwVl\΄Y|H5+]mD/E-uedߌzRd~X}5(o+BFhbrVLK w0Hef͈-2kJJ vVS~$256JUeIoqڟ;LơE**8GձAңDmcD+ˢ#!aM)A-"]68ND;J&K^Utq@^M) 0$tƣ24PJhAᆎtl+JV B;[J "mr? TT3 ;[@ˊs]zГ&ƈSXF;[ AQ5b `,ˬj6E=RAM:X*)i([\2q"PXNVY&HЕy_ZTѩk}WH(:l$E;E(S|e2^q´%1!L,U*ڌ!X(82&Ѱòi]ifRSDub$F~:M^;UR|Uhh:B TYM D8¿DKZĕ%*^^@;Ɗ؜]ݒtR 6 .Sg,E m&D mɸ]/2'ir;b$KHo79@\,B'(SԲ1IRHz rq4醁ǂ%NP:E%++뺳k핌B S";&5~yS!Ey_'Q rPVv7<$Œ$/9G~!7 BC=`]5apcD[ ,ctixK7R`]2neeӗ3n+Q#HkV0_bIڞU=,۟,/EFKsUCV/F]}',HtCn5uBYQ#3?H!>AgD$c4 x'T:y%&ȘgoC@lU-0+ƍDZ[\NmBkwRFc^䴊+%~ ]C\ eP.bsFD]k^P6;we}醉:n*۲mN@=.1KwSGK@KRhME75©Ӕa39K@2 ͂1fec<"z加2VQ;O7ʛ5mnKbQ"e9$)) e$5e1I6e2@F`P^!\u z!tAG;Td)FiB ,0,*O\z"q\60'9Хe~dZM)FXZ5A<7PSReY:6QUE(n@XicT(RS{ؖu}QˆN Β.WE1M"u,fqWLc#"j Jʼm j3#UYU&C țNs2 .chlvӣ fPa_Y:ek&NcH$l[3uUҿb͠ +1VZ^V#5~@>Ոi6$+OKS7َ+'DYQU(tRԹ'm;vHn=VI 6*!}-6+jZX#'}[Ϡ6Q+(@H{ӌإfB6 QhA*2j3g=5 K),|؇f9Kp28Bk%' dIr)&+ .UK) 9$|2(D>$o"L^6۴)Q RU!%7&g'AkxĦ#k._&^ђfsJr茓jeL @ 7{Vsup_Ԕ}c0e>Hv/e8OVꨊJr>eU(eKɘвD\-P3;Z|ji-VH"9eȮE)c!LNxh<W+#BR̉~j҂Wʒ\TS#mVndU<ʎ Zb)(}VuX b1s킫^KωP∕"M+=2?4B펦"dQR7 rb{8XWxduK*)i\XN,E缊 u%HZPO@6,ObL BʨFS e4C)锒"WHJC8 uYgEH^ج<*PM GWA&%wIϟ RɿISJ*Y,7^hT¦5'tIZ-'UZs&u4[\9Ie;-ެr}0Z'IcG`nkʉ Q9kCzR.vBG+q(⩊2hHꢙZ.)XoՉ9RJP2L]HsYXySh_j4]jS"'~R//o-(dAr1-;HU.&+{E#irQ<"^o e/MgPtį!jI\ǝQ ֯& h ,:18X^n~J`UB= bBYi)]P`$J%uZ ZAU[4(\jP1vД)( db!m-xY23I_'Q `ʌ H TZ}q!H \+XӦr4ޠ7X\ؔs+OPŏ8IZ*mV獁ObA2c+Gt_46蔤!Ek/VgV\ojOVlx.g@yr*(d򔂀 @% ,$Op ʐ"us2UU VWY@3TO=籩n%%V-;^)'~2;^$-II> T'-ԙx*&hxHi_^nTx`AR)Ӥ/GPՃi[9O$r.0 D#Ӛ@e&H=IIֳV鯳ia4/3Ҳ AYR 1y \t4 MRDNJnwe/jŭ6Fpށ8)̥7'pͩuQY2M3nrvvR3Dhr}X!)`1Hټ (yq B|6&=th; Չqq&N72*Qt<Ɏ% kr+̭Q*u$5[JAwTrPg(H3 g)AvF,0N>QULB2| f( OA PhA3ڲJH^A8sAA>!^A ̀A>@#[NIY_QLn#dQ# ^m!8{~3a6VIuQYQ/":QD丧YֱKkc/6DM=cNHIY5h^#M U:>$+8Μ&M] NQ9N "3 4V Z>"KHuj0ا&lIء.G\hX@clQ zqo-=؏Iߏ~5"lQL, o~ ǩe"MM ۖ!a>d #TԐiAWv[dDG@c Y3X %^[Kb> RIo^2^/2I>mRя+>1&;+r?#h1ӺKF5hNCw犤ky<U1YIa2J,DiqC"qgsb (nFfsىz*ņs-[:C&zBj|$mcY$ѩ/UNŚ t9#/Fţ-Q͞ke*bjL٤Ĭ%ք(to?X),Eď:~ |_Ĺ]Y)[Ms":2[jf,H4}1 J?NN$KG"+Բ>ڟ!f;XcwDV鶑!A\oqA%?Ŋ]=Լ/(^[Svfi=uyR\rs=z>r,].J.=#{tNmIDοyq[B\7I^֣aKQrJ1kBFYW6) a,o#OvN؋kDhkI|ć<53éun7n/m|f4${`ll-~0o8(:>ICz |6kZ}:9vy'!wɚ)n 0k?$ُE6;k P/.woR %ur=Gq^TAO̧ [X8x5vx0.WHa%ъԳ+;Jr Vu,XyT(&>ndaH3M,+Z 6=@vP V5AժYZ+~z_џ]ksǵzҎR Bf;e$+(-:0+hSRsAb()yd]NY i5HLɏ+mav7U_̦pc+%OȪM?ȿae_5sD^Gy&0b&W?>^ FCFsU,kyCn#}دUMkx7LE\`ӿnj*?xJwo6jVCx+x >^Bs5_Q bV?%FU?ؤ]|5SJq/YV?M lGQ1A _5Le1vG/x E<@̣s6,f /ʕQV.p>̚\@Mz+o]V (P@ (P@ (P@ <@)playonlinux/plugins/ScreenCap_0.0.4.pol000066400000000000000000000234041226051336100202210ustar00rootroot00000000000000BZh91AY&SY@d--Y{ۮqʛZtd8jJ1{i$h4c#id*b [4B&(c4PiM225=FA2&zm&FzM4 4i A44h@@A4@h4444 =@Qšbd?S=QI4m@d@ h&(zALڛQƦ=5< j sg4Qk|xCb4BlmiٜzC*MxNc%CYa eU/Jr4vLQd`7:cq;_IIFo ys]aauٟwpWb-sR3 +no7gΖg8$`@;Xq6],-]Ѯuvm訇 oY!bIn 'iP9|upmy4b twX[B QUa m{(l(5à"i B' 5Q@ pY&ԗL[̺@1$GxmHI#f~`wP;-טItЁ9BN;eoȗ}Dʹ_mtǁHaV3w M/Vۨ`xA$Oͬ`uNE iE?r隷>îV q m*H^[4۴lRPGEX5& (HxSu@ jSb+ePӭP5Ōf)Ps< \\Qhvڅ$s/8k d⩡9`G I8NQ6I5 K:iN5Jpnu[){a詝[1gА2- =QۮxS^1Eșup87&\i҉{󫏉eHI%;[]zswԨ @9gJ?1YJ1$f ů4Z3xkVhbmxnZ7,T^X*x Ĩ+BH 0,ίq!Yo"]nP"vU !K)ⷰ~ћvoŕk* zKpu@_r͚_K\tB-+-*cVD$`YT,M "L ;;2Bh5!2EbѰsP1+]v i`NV  ֽ;\]Љ+oq:Ox&ECˀ6r]@U '*(1= jn'-48S@o<]Z%\@wW}†}Pvb\ʈdxwLy9^ m ?F|%ms$"rWPЩSȞpld<||D_;pӹQK7W=&vU9PB&E.EvT/?ri!97޴m+Мc@^cX~,tLV߲(L_ 0dS(:uBFj/D_mc(C0M_o'yMm|j翿6.zcI릩$M'pC'76ԏvDz~gfaݵȽx-auapuBZ-Sv;5)b(cwNC㿿pvj{Oh0:6}+33Śb3vV!=ޜ7lwŏk߶/nܠE pVE+Ԣds ho D \K@Q_+Ȫۓ|. ;>/V{FuFHg4p]إƶܼF.\^u7PʰP0Rpi6T7Ep- ++c.k;v/BYo3E[Mj8 TH e#UksLIcLb>h7};EM0l{Cy)| dX8;8;#>fG[$sÊ:>C?s@4iSc00'xS 2;P2A WرN IKC@ܙUcw]汨ےIYMs_Ƶ`7s\V0, =@w .l3ò S z` Qf{ۻUWk[_r]᮶Ib}(C  cf.O'FtU7:uؙgFG>)v{()X؇|d:@^S2$hcii瑙Y_~uǗS If}8,-igo~[gi2tP3l RkLS^kl ;'4: $"R+2lt*!h[ # S%}w7PA4WڌB99(o{ ~^=95X%Y=,1x@`j@2 {qO8kW-7"Ff(5-L=KQCYt=J9Hm4{Ƒ;*X愡W^_"_xh'lC{vԴwf.u+JxN0{=FΑ.YpRLܱb`f9ټO[S}J%NFdzf `CCci8<O?D;UQgHvY^d+19Gj*Wk,.(8%, qU"'9h{QBQ J ŊYHE9Ny8`L8]'S9!,ْ/'jʂ豑w2%xYx0e €KPq,|¸R]wQkj+l NBw-!z+(ړ^e޷M<+E0WR\Q!6i6-&4m"8X7XT.sϗ:Ӛ̡ kdOuy}y"G]6 ›fR2fed-QAi:ʹH6rNig_C5jbYCR2@6be߻:uֽ SUP{].Y(iT:ky~TGj!&03_st7+=ynvMRVxcw5X{;m nlR4>kÕ +/jUPS-i5KyY%jM ywW.~q/M^~^h"LP9 EO07<IxÀY bP&Lto|$BVZvh†p"b ^7`(i\/9EB BOd!ck }-SCХE6uRwkTyF[ő'ÑQA) &DcC'GQ%Qp`0g !ʤ7PM"0gt54ACMJ8K͵:ւaUC e՟"c@ 09EͶ{D@1:WJ=@N bȕ!mgR3wU^T%+2?>IPR}R )\\BSKI (Wc8ӮS ߈gB,廨 SU0 +mz7UZѓ6Zd2\է7er,R\ZKSTR#uߒ}/iO9S"#j™, HPAH I7R|\G3ύBd C d)Q2p/HMT/bA H'/8O1`f f!R1bTAJUP5!΋pdٙ#:GVu9oA% ><Zj)>sMXu{p]HG!Pz:Cw;,PTS۸P@SBʉI(TeRD`("Š0J/ E&RS"Ct*e3 :rД,h@!HD1J(LYS .vksT+"t U^an΂MS4'bUB&adФjCe>ӧKD,"/xӘxXy"VhLXZNW'2ϸҙl'(32m1 F(I 4U./dY+i2H[*B+i, vC%Mo]YCY Rj^AJ@V[L l.dqG f 蠔6Y#A֝f!օVj؃.ij@^0r*VmYvBFD lX롶̛ghjB k7{9p0"Dm0B0$@@H)"(A@X, 9k a'%!DAǤ!,5XnA`MQ(1"kA.^sJ#霫\66zn u]me0&?b(@F" )d$Ix]mC~gi=(WcwMҊ4 ϖa!Nψ$05ENox^u\9k5'F"li!V=c ;e9RL=P7u[H 'hdSN8?&=!ݥ}⹑XZ8…YNZRADh uTQF` *"b1X,X#2,I") QĒ&mT jBІ ':)'D\9'>޻N9/hmsOxw *<gАê"><' 5r!8ln͎71K@-+g-h53n5|?&d[qDC=u^ !RJC#38WГ0>B\ˎZXiݏNZ8"$AYtO^, zS|393*He4IҸ\*r#ۘCPέ.@+g3Tv'usB82QU ՒڢFPrY.`3 C/Dɶpe uD :J=uE_Ub-z-ƳOBhtewi*CFn6$M!6F C͞;gW b6o @Wd~!ќ!tC_Olu1`އQh Mna'mIUqtYlj""2* l l.U.mBUFbRKJeYRR6U__lPƁ."e * 'ϡMT!jm70ppv (w)l .H q`&eZvhf 7 cȢ.P0T*JGnIx1^ SQQP) ahI gs0A(`/%%!J"XNX*EX@*LԢ& m!H|7`Ê >`LfI!2gI9m IU'I׺V!";Q.<{ƩBjI3a1>2HS;4Y)b @y{eQfY 5Bpk$2$`xq"ɤ.ZڇKT7] ŢNw*Z"Y] RłU bbuc !Qb(]a΋=тhCfrYW00y:O1WcAxe (*s@xJ?$<X )Vm61,`+e Zrx A*n|7 X/{WnBU [6DC]PHS^M@m|Z(T>zFCkۡJ0ys rd}qP%9٠{<CF#H's[@D\q"HnrNWJE9 zY 7TVK"Q#$QZb*bdrB )]wKX*D1EXXU}殡@cR ƻ[Gߤl4Lѕ04`3&%fgL `B y )ESKSuhCũ4AŐsiY**A(^ P!c6bEHy!ޯA<&NQ&Oq! 50E(Pyf)0|>֜zi{Iw2O3JZ֣kajP]m|q,Ғ2̫< bf奚F9-Ōi6 n^I#0]Z|(n9ܚ3FXM6M}(IZ4 $<5rYS0ж-QDmLn cv9B\ر'rf)' o22ZrLa`\aᴚC;Ay"BK>vȫnKW+,+Fbn ⱁ+xuɆ]Uf]hD=Ih#k2S)/Ep }ubQ#0Ɂ@pl $ be|ĉTTTW]eZTvTk%2Z;mҺe{G4r@nZ3!@az4_%5ɹzԐmd-'8L?w*K^ZDaaaHK6.g-qj%B".F5'=cx[x|useɼliMa6?V!X?fU=TMXb"wna!6tݰNpx_>'ٯU %:%=ẂqSIdś"szǯ JOu}(s[v=A]lÈ-@yz?]BALYplayonlinux/plugins/plugins.lst000066400000000000000000000020671226051336100173320ustar00rootroot00000000000000## PlayOnLinux default plugin list ## Copyright (C) 2007-2011 PlayOnLinux Team ## Version 1 /2010-09-01/ ## Version 4 /2011-07-07/ ##Lines begining with # was ignored ##syntax: ##uid;plugin_file.pol;install_dir;status;version_human;version ## uid = unique ID ## plugin_file.pol = name of plugin file (found in $PLAYONLINUX/plugins/) ## install_dir = in which directory the plugin is finaly installed ($POL_USER_ROOT/plugins/??) ## status = enable or disable ## version_human = version of plugin ## version = integer number used for determine if this plugin should be update (never decrease this value!) ## linux compatible = bool 1/0 ## mac compatiblle = bool 1/0 ##example: #awc;AdvancedWineConfiguration_3.5.1.pol;Advanced Wine Configuration;enable;3.5.1;17 ## ## in fact empty line is also ignored because it's more easy to read =) ##Capture capture;Capture_2.4.3.pol;Capture;enable;2.4.3;11;1;0 ##Screencap screencap;ScreenCap_0.0.4.pol;ScreenCap;enable;0.0.4;1;1;1 ##PlayOnLinux Vault playonlinuxvault;polvault_4.0.4_all.pol;PlayOnLinux Vault;enable;4.0.4;405;1;0 playonlinux/plugins/polvault_4.0.4_all.pol000066400000000000000000006000241226051336100210570ustar00rootroot00000000000000yQ< XSvJu^CT@'l*Vdp_/ {ZqZ֥պԿunڪu׶Vknէu$$(оpnf9sfΙ33\zB 0Ȅ$!X$? EbDHY퓆a)I"NN*(UVoi*ql-B/$d |RSKL$DbTD$)yRʧr{w4 TJr(&Ň NLI?C"9r8fZƒbI!T3}mZ&00H02!oT/NHY6K92Y`А<p$G%E%&$G4UZFi!zGAŔ䘤ԑP3"51y0 I⯞s Ҍ*VO.R Mj>Q}_H2Dj$[Ox:RN0rJ&QlFЋP&>RYa4S\/MgZPyM) \Zۮہ_¬ RL99˕#pYLITuj/_Ze\\I]&@ROן$_㫭>*9DB_Z_,׈X'24`ƣo״H_vW\'} BoOtyktccF]hz W ?P>1aGGf \Y>nO䰼SmElްʇljNЯVhS*"|FrTʏcڦ/K`ݘsOY/{/əx>` v-}#O]쒪:/,x;ٗr'odT{ ţ ^Q gZ兹%V(>re+#}2Ka O: ?8']׷-~9B<@fcP?{ygVw4:^Skě:3`ޯ#z}–R4"w{\|?3x򥐞ntĔ )Ӯo31 !}!FȷZx",`3:pwC6\=ACkg﬙{VǐwXؾc㗅zŠ6nz3őS~z?xzi7/yޒ7(fNR&;^$weGb)顐?z?b͕[b3.S&:ZZx-A\g>O7OG6d?k!y~hۊLbpY;]XVk HJ=Y>6!{qQJ{gX R:M6HӼT`,lgg_XgG7 XZ t"Ke{MA3(C Ǥ (\4ytBRL3`*-XJkS mZ$/0ml}=86Zy}iΨe 9PU͎'np!Ljh1_Lxw' RgP,arnRŐ44l6eI9ZA2oXh%ZRoХ(&ժ4}EH=h{LV:%U3bHaZЕ6lMF'C_rZ|2Ri?du$Ce$Ug@tf@$ET:N UiF32&R53ACP,:2`9h ھo[fIpi /  ǧHRMԵﰷx4Z1[Foɶ" ptZ1XHgmy(ll-T-.@X(IJ ,d'X`Ym#9az1%`'Ũʢ0m(oeq̠@ft&y?j"LT 䡕NJk/|q$QKV3ժs>fmTAdu:X`3}m{ pi_6XhB]m1O/S2ǥמ@R#Y+Ӧg,m,, bbkm)Ǽ0ݒyW#tDyBaUjAPEUz@U195*Ы]4;c(zK5YRdo7AN qȹm UxENLV9Vd#':TjEu3 ȡj\P*"ETETEԀx a|NDMD%&B?QԿD8-JPwfD/{[D/kDv7d@պ6;P9APW)sJV3gWl@fm|֏n Wx{OL/vbfٲ'Mm8#6)EfsRߪ^ESG_ ~6)߻إ7jY[Z~|8vNr5(ҙ jԞ vOú[o:ѯP*:o؆Aڮ~]w#ƯhxWmG|tĐv/=FaNg.7 qop^;ٛ3׿i>EW>~p@qӷ'܌u?؝w_sg%0AygC԰S# 3dЂGN_?[v5gjU<Ӕ\V}K/`C!Hm3V,YFǹ>~mۥ[Z~oy-$|$r5sLCtNoI;ye767e%3z=dئWOy:tʯ>kb`'>|hD^t[?}imc'djKwkej> Dž3qA,u߬9yl^S?(z=`*Eӑ/py>Ewz :/mjh=B6ߢ{'ˈYg;=ȵ{Y̔SY)K翼nG Bϐ4ryZN ?܉~iHDrk6fFJ{zH"+y }W݂Ʋ =*u+'N'o5r-׷ 6?ySmQ. m۶m۶Ҷm۶mۙ+m]UgGUDtڈ0#ƌ1{}ցA,Q-X2왌'6M7ƗK/ "4]H24<('A(\-I"?xV|Z8PMUZqM9-u[LO^ }TZ }9i1bn \erHʇ2^78J2 \9zqCcD@q/8;P. (Vic=v " Zq]^Q2O0$8Qh8NF=YrGg5M~(8XI&| m|4iUY'egKg~wKԊcڰ5x}p/iz< Nqw8yr rF2@[E|&&bX[ sS:lku+E@-2s ?0RĢ6.'n<"]b^$h8 bT\26"$YFxe5l-Zge :E%(D}32D9Ӈ0<)g!iL.I{bA(tn q# na\h6D1ĊW=}LaL.}Nsb7;QqbqOO"JZuXͺH"xw-/@r$X"1&cu$2v?IkKġq=9{ǹ.mw8MK !5IܻAfF-{obcZv͐n"ZG MUZ 74B:[@Q 9妁9q#րv/t8-of UwK| {cDs w=J5y 33UuKN oY%my|*[!w,itC3$^x`5"-ĝו.0{< ?GjbC (~U~!cQS-)dQV+w7 /x[El|VdIZ zsY%_ .8~_jq[h=f\^O}]{%kU6V8A^NM BP"9~G 8#f˱ W?lo>N5$ q FPj!+k:D'9t9> Tѹe R7} Bm0s= ˺%1v}S1!ȿ;8s4ԣĘcnm׏PTPqk J(._IȈDD6 d,:bLQ7]@UHG~ozíx82qYTb"<`Uo/,;"0V^b,(zfq4FZwnCnnY9$げ޺Y ޏ>IVnBOE 1J +=ཪpP1s$ '8pCf-̑}8QM8F4sZrg9 si̞rխUB+V=F$ȂQ lh` ?IۺKEEA.ArdA>sdgմ$TG׻;A5.s j p0f+A dz 0׷MY_C앹2Y@Hb1w8Z`9 `R&W3Adtj =Ok"B'*ƴ({H5KK֭TXtDҢň Y:{;<2^6ê,/f0W45?gaWD0f~/z4F"I(G0^]1cg")v;fV0$t?ڄ7$-3FJPu4;|ܒC~-܅4S}Y~=JYE0G_{^54sE9 gZ4NLdhdUuHdx G61HfA$LLpOzVYmB}vAJc@ 쁂lo75I,[!0% .G,ɫeM*M(H0z/).'c!`x@C8%Bm88L4SDArB&X Xq\,n于V|刭1>5Ȣ]wf9Y'rRRL{ W((~uzLDh"hS AhbҔ}{@̰Y@KMh?P^ P"Qo >w +_q%O! L8'*^Ď@=2A Z20QZ[Dl0;{uG39g2o"d䔳Uݞ} =IHE,_R" dF1 7]8\ӇIm^%`[1()j֬&CCb4$ʻTpT#YQ[TIK<8_sG;ݽS_9:Ot UNQ-e6LIM!K9+ĭ?a5:;v Z*~ŐkĴ\o ^m[}&h$4l:jU1Ղ:`tȉ &piZVmA_;~t>]1~! "wMFV:BmYH],7ݾ9ja?cSx"/NP1c E*IVx4#8b]#G{gU\ut! ),cZ Uz71aOؒIgQMmk/}4>*F jYEe;4#̤JJvv{ r#$$ ]+eU(>X徏@3P{J^#0)wbI@ }7f,;~Q+f y8Ǵ[;oL~ϕÑevR_j_]C|CUyMYK6x9K3Uٵ.נe)fnZK@;*w&4,|Nz 9Qšz AyD>19^C$(hhi꺺--g_s)Y*6|d_ 0?]ŗ a pʼn(JQMѿ\+nV_yƏ}-zkIao\BO3 *+hʝv7Xa `Vet_'^y$Np%4P]7t7;=a-%%Z5hNџ.Iiъ@?(1qo\ƌ+) `Bɦ#(!s&i=vfT8"U(|jAF*kF^2Fdb'}9Mɒ&-ɸ#l2WB㉊Ip|+>WʥeT5CX'(9KGVo:0aޣJ4?$i nBH܅'lq9KS#1%'|mŌ`NiUk"Y%U# J‹ 4SQj1]T-T_o3䜺,BB;~-1Ovu5]ێz:eYNg #tHs HvޓŚYrx`(TԆ\Hђ?l}dsElީ>7X 3 O84"Jze)z]:YCp^2j}GD% dunꥃMM,c%pB pI,rA.R $bH7j¢-"o3mwU;~Pxrc%>j J<묬,u ?r8xpkkkY]ĢR'pP#-D{Ja x,?l. r$puY8Fܬ wl~3FR.&\ty0wj?!̘ aE̍pю8ub0O20/O07ٵ)ɮ>h68/D&iG^Y *Tnqݢ/>٢3cu_B{}AL꽢6ce bJT(h|Pwi`$&FD@KIwEaQPwL' Q"B8h[gxhPrEԟE$&q2;CٜBIz)52k!%)N!j$Xd[!>oXgwtm|[ᇦhHX+:(LKK ހh+ Nr&81)>N_cI=(Vϔn]Ҧr.ipcde<ü(Bnsd)- ɦj%oAs?@pcz2!)N3"Y`an26L~{x su?{)Գq*P>sBIjK!榙R6O_wشHy~???<kɞ0Bu;/uZH֚wJ&z#=J4N11;9YbGQ@"jޓFubҦRxȏd\31)!}+fS&ǒh^zK=WTw!˱(+{;HJ$4(cuspU}Y9FV*+,>זqP a^F݊]-] ',0_'>kSnj癀u*vqs >͙Zϡ(#`# z:q_03wIrnmpLr E8[Mɖ+N $0qKP?8%8\DPHcz퓭Pks֮=8Y .=$;'0LB&RГ4nVhzC yWLz'}mkH08Ro2z(PuSH$u҂tfrC{~3;ZH"’rXa{Up<Ӎ zxmt4A^zh;tNAQߓ&w;HQRld_ZΦgM9Od%ᛅEwA|NշD;>< t3\Uu]a)y_MBLgdeغ0BBs$/M3Sq*_w]Mhrc!U$cE &fͨ_|Y $yMw'yY5i =aT=rc$l}(' ^?<ݿ/)vnZy¢YbV46_Ð;V5YkŚ$X$N4N)b1oo"va&XKS'`}>1V+4!\OA g:e)X_/0(CȴH1kʃ)(0R͘iUAP *!ce( A["'5cBIn[O.zxh6@(ds4Ԯ fVb;QQ˔1\~L$AZD(aH-(-.A*rd}_zwF%5M8 I(ةAB/aVɄbbX#hA]b B1J8J܀7Bzt4=3Vrie^]9ł(s˂ZҲN`v#J0 480X‡ wz}㯻v_bȐY[[ۛLvp6ړfDiƚl8vIMMHt\t.2i%tr s(;9a O򟷝kho/'= m2<ģ/|O)v^ax<ƍ{΍~j.q.S2LUe?SvhUn>Mq_p7Ա_?+ug+&Cl1-=!hN b()a"lHQQ̤'Rvն ם/5};2vuBt $h.ف}šnixvizCIf 9A \6_I3!=V ^cg5]HGLcѼ5 g))cx5|SϯDТ0J #=PBA(Iщp% |s8UiF~a2")Sp3TE$D;iR4((Vr&mUh ͙ 90`vo?]/l6#"YڞӰ7#$"7`)&Ѩâ/srIHH&%khJd0$> , Cq?.Vw'ykjDHPV> PMY(j葦u}1ċINf}#5OZ{MtG~IN}x\Ӌ[կb81R`_Y< E6ՇY513fמ-Q 0rً\=eI?ˊWκt_/=UtG[16 @ B f ҍiUCpa[Nv79X]0-'ٷ|v9@?^_o~O}m}c'E)IQR? 6k6l?{C I䊕v$K0Cֶh6_+3JnZԄث~ z-Vi-zM'Gc?iJR%4HϽ;d噝s](e0?啕`R~NN.@ e`FL >nsZ5fiдE(c../M( d~i9{IbtɚcƸ)Js9Bzۏ%},UV){O1)e~ȒsZ :K_F~gاH$mPESo66xKB `Nz +cin}/k*O3 _N-_Gc  ~'oZҔ$Ã阚/j-!tA1r [EmVьf_[]AVj7`8ce*yyy9{  4\Zm[Q=0]!M(QTUmqԷ;۽0/ĈB0뼯[0pp;fuD_[dzܽ;3@^4HQn 7Z_T[fn |7ϼOdf%܈<%c,?Fy /v}`@'wYquun.K+a[|,kO#7,Ϫܱ${FIL[zK%\'T.ü'bE^&&zݙ*\#~Na`??${S -J};)pΫz?H.J!e\?aʭV^z h>.|h<Q>TQ@.UQd&gFOf֌f@@_yi*jg;RL>ˍ0F7Nt׼e843~!F~D:-0if=/jTrf|XW^1Q=rhS#20"H%Efd0oJc8$Xz|ݏ<py^T,,XPLUcWs/lcԪGY>dܥ' ^~#OTNFn_->N*`hDp@r|1vb(C~*C 3iM.Jes\.,(Rϱ(͒,kv1}vu~|[ovu@1e˦~\j,@{ܮNX{"eӾޒ0yD\0uSgfFQ7G=uj,Ym2L2+Hf9+KKM J([(1[kpcQY<ʐ׶Ζ ,PT~.Xf|~Yqv29ˈ+HGJ_ n AK4? J=r %q "rfd*`P\!5;Xs^p⥜OzMoi{M zyjHw' 0k8':eڵinfa ?ANjTZe R{;Wfv5rEn?'0S?2YӥtvquAfcNn)ΙuN(mb R4/蚉:  O_8\3L١(Ya-<`R,3\]<;4x6c(araa{h2gd8 |i'?)䊹IRx2`5c[pʊDEcK#ca@?ި`0 \`^ ~]Cbޖ2Vm.}$StݙGo3**[;]HYyv$ 8 QH=> %CvmE:/aa`U#Zi> /Tl\WobKs'F!Ugֶt \ C-6XEon@BJ^@}eQP\_?ySJLfJWq uq"|!g/`VVmIrKIV'γ0ug)z1%IKV>Ϫ&< sn\)tRVޏ~+W t2v×Έ椾k^ͅeIjh5_I9'/iwM#Pc\`g;ivښ,aȟ2K,sK/sH Z.hW+f6YG+Jz|>>!}($jvA.K\#FQKaHR{]ˤ~OFZӭRiԬ|0z4$=RQQb\׭jjХrq10p$[89/Ds!$r緂UE/Š MP Ƕjd3x?)ҰedWDp.96#g[,T 1u$e&6`"Œ[7qDs;aƛ,8_DH C\U۽|m[@8lu4`XZ.nT:BpS3/ݾ~߄ԧM_i9~|f 5G5-FxlA_ӎ;mV,!DNՖy*,"oRIAURL fCXph@~ה+@Y xS2$(/2<% ֠(I{WX*D'xcc0Cv+sOeX$ap~;:Y;x䴾n|3*IPh"3R.*{āk"6HԾFr k8^vTZ/s&[ISTHQT)kk·Exr,hؠ3Z n3.ż]l$E&$ r!``nz{b#ӡKR"NhX۩J #S EPby7 wtᒦ=gsmW8  9b8?FLŭSwd'߷)Lc{MeWEwl8\$~S)t*,-5_Iy_G&VVY>O rsj?ci u-}zlu[ 51BDv?0t؋ۨ$Hg0`D r$1 z|qJA@P6-Z?,,jnNgL(u9T lybuy&5mlx,(Ē.p1ㅮO;%9}ڶնI%<7"I灠*df)J\),mlk|OB碹>13>kF.#)UGUhn~LR-W 'd8CSSNGbj4+&)Y^\b#>;1/`!4JE= UᧅqTXYYj9֊Ct~~p#ԇ騠 n Akf3 rh1.&b 9Ky饻\Ҳ}=Lpt@"ÄDwwT혰e9R>pXD!H !o L6A簧 4`伬x"& V9*S [Zd^cqĿ؛_m,la*NmڼTA[<* ("E[kM8?{̯!, l禥\>8u2&u  F~X^&Ĉ&JVVuwP O.BJ41RtZ,(7փL̤e6=ML"W_ :\g՛۰/kx~5u}00|< ZA|Q됃B!Q0u`c hs@|B94Xhq}Nle+r0Wk'}ArAE{;WV 0쑧jvЅK:z gRtuߏBӢ94[.nT Qʀv 2_<F`,-o4Rͯ):0l% mt4h,h4%9TT1!8D@J8-8rų~H\2;L5}qjMUPȲyv^wAXK5rm2Sww)o}ޔCˉo:oE"r]N_F}{IuµyLr$s Ƭb9SPNXb:sp< T\ڢ7vd{͑*a>,mH,y`* K)"Y5 aۖД"*j..((x~UOl\lGGf]05"ȷ$qV :^Q$phi K5,AdF is?|]=wKEN6/ uLhI[cGs~eH.'Cy6Ihz;ZX k T`Jqs`}~@kA;c&DT2@P6dbrBB&i. F=omf,c6W!vX봶lWsyG\״U_e<8:0}3!CBps,15Lp3賏nVn#c𧈜'8%t8Vtn(;ma5B,* ZPH=psSǯl$b1F&^g$>"b740:԰a)(ty"ʍ"V,~RS0Z—Ƕgj3pvk쌦c0@] ATn9y$f}ٜr\2+smۘɲ)^?Ѯs>:D?YUVQ N0ǥ x<% M꼴ʊ! P1k!a=M؁)yƺ`9*BQ)K״P2?xNDJqW;T2P4đ&`!h|;0=,l}3r"$auhpuY`┓Է1!0#dMِDd"x*t~Vx:9P)PZ@wCVe2ڊ ~ j(,TĨ GRY[r"") ['c.5&9 ,,+s0=,#q%1l0b9-ې@&q.!1drdҁj7\P%;C򯫪:Lʋx~_JY{w&5^/aoBAA KpG*@ ɠ+$;eWWTD߼ΤZ`%&`dA{ぷ8Cy'60?D{6dlYRM%b ͯC M D VIF=!@JE!z2hm?%1%̲_F*1 Hk%5Q$!7V x}$c2]ǃ #I#d@ɬmJV&_b0;qHo @Vah񙵋I K)4g0B4\dQeL`GWQiJE(dD`5(@"̣Q&h$9D V=4hĨNX$K &qBHnq4X1m2(x"d OL`Zql2;i3/|$2D,eO ̀ otV\dEM,֞~RPp+`G=\/Kk'apǧ{1H1 8Y?fK$bHZ4XfTܒK5N,$yV7Yɝϊ:@{u%"} <4 H(O.ӄ. *>鬽PӘal{*G~/8k=lU9*S.  ӽGB, kB![k4S4cxΨA&\3fڲ#dH [0vzzTDiA%BH$T$h  TI=0'XB1x[21e$#Ɗ'T@!LU H'(TkaX^0=ڑ Q.É߁=27CՖwN(PK oŇ僁kq,Nkm?v1ox-t9,EdD߹1ywsm[E-GE/h ǡgIF}{ ȡZYJyME"#)Ӿ/=1qITb %4;xBǀr .byw WALV4a*:acrZİY?LLH W L!&`}})|>CC?XD32<0[us#' 2Թ Ѷ s6"lЇ xߨ %WUAtFUUե-^阽6mA2fh}رZqL(gF2+#+JL.ugZ<F ZU<'~2ɟ` Xp=b(!Kry?%[]+sH\o"< $7A-'<ޤȮ@VL"jڽ٨ +{;V؀Z r , BQ$%ϊ8"9MIrh ڪyUH3,=r'Sn TPŕ Cf.P+g,#w\D8{G=?+17GGĔJt'E'c zlM;-hfv0=7'RJܐR$6ah9JG 34eԐh6-W ؜sfS=x&G$L-6֎g,( 6ߝlA!3 2 9ᾬma zO w"Tz"hӒM.O'-)&dL!2*4=ɝ>Ls$d.9j `liqПi,Ķ XC?VoZ%1k- r% 7ph8zo$CflBJJ=_秧BkE]3!3 ,@Xq v pYaWIO-Aq.WؑYqUV]0{-w; j~ըr =9=3As- wГ$r/ G(hܰ4=OZ2. PQxw3.O0_9*_?o XWiFc pbeq 0*+=dfAhFh:)KHrn@ b*aPBsW&:p"QH[_wwVp~hZgw9gra˝%xU5HOUѴ@-!KE!)bvOxrWh_p%ͷqYasSScbn2h[izZSU/")B#SeJOMVTz%Š 8qG0Ǟ˹FmDowkrjZl./2d_z 3V@ jTY Hs74@y~\x)B/Ŵ`gtMPcC,g*_JCH:)e&)PJ׎ Mwdfon5B2Te?$kv~Af.F,0P)(,6AKK;a~>`ϣӃ,;bzK*1O+apީ޴5kgl ٳ3G2G=ٿ /JtLʀY!1 m5U|ʦ^'hPmwC)gǎGz*PQ;ytEZ=wR(R)ˁ:]4fFTP 2r|`~0Adlr=}JxT$)ڎ&N9X\YmWiUoxC_N Tb p:аPaISM3G!kGV01Ayܓ0 X{(_]EnT }#4*%Pvl:a!%c؂K{Pu>dtψq`•7IrD"aF|Nt&p%H ΐ8$=x?cQN7d3->~xոy5gx%r\}V/vwp.uLR9 E> (cۜ`(Q%f=sߐ?:#^jy-A—TˬN5pq>&Ϡ7?9D0ژk=wUIN`U*ɇ@E8{iz.?_Mq1< Tƙ6ddլA ceNqthy6Hpcds3{Z3 -"`h{{p!:G*Q?/6հ:crHp1usƇR* fK)YG@q)C)L}kzPHSES^bJbeLPjp NaySr} 9Ġ;.:~Sܷwc;:4LAVǏ#%2fRT09l[{MNvUտY6w|Iߧ& ˖c'ڠD܍`!BqȎ2^oLgL8yv V#gcNտ؈ϞQR~Uo?YR˾I 0oGC?/~wafl"G-rVK v~.ʐJPnjR[9_+i/1SBʞ:WÄ0 <fqvg/0lX4ӳD Ɛ|sԂ% r["wt9W}?ԝ8ztM=y{^:~[sׯ0y*jl( ?pNy-A3sc  bޡ#%EmZ'w{fVS 10\yTD;\qpZ"N)Bbꬨ;Sk\`mO>/z% 5&rl0>.2|y̚C ?@h4 RvC1}eL6ns |tAB+`?.3C1SsEn"?}cu&1~ɹ v3T)wk٧f310izn__e_/;SkE*aa݆ `e;PuX(ALmGɪA-A>o%xtgDrMmfF׍s[sldGOϩ JF#hmWkS/iz-]QIMA(lӟ:vuޏ1OyoNO#hpfޕm/u99]piL^o^[a ^S ƻ6yrsTiҨ=9)}y^fsa,,=* #"tJJJzZYZڙ;}K3vzڼr[Rrvl4t_@gmC^%}ٛY qIp?+J>N45 |w;:aJ8۱t ( .qo_v!<>Mi EA7%]pLڻE2zŢv{~2 (#CJn'Y3;9D4Q6 easX_a,]녁7*.Q ;3IAС UwȎԯ?E]G'%$ER&H]dH7x^ 4:>! i^ڭ#8=h,nzO}n`aɚ0e(I0G\moLFc\MzK }E9 r`jBx' ox_Jʻ)٫a@:nV7>~F\0Z[^bVg2 IS qr3緳hS|ӵ0Z3xL݅;e̅9Ux z{)P+҆:x5)*$$m:Wf+a77K&-]ϝ0DTTg4Bӫమ/J3]o4[kE⣊Drڻf Foꉆ7tn NoЪSXujsw?R GMmJI"Φ+   ɜtszvoW0w ߃Us0ߛaʫBOϑ။k\b[c>=0Fy E7Ε.{Jp[ʍZ813s'wkJ }7q5~-0ix(5Ou\΅_T %B'HǸh"EG=;c𢞚F)-;}sccu14{ lygrFrZ5ikr!mmβg9t?X([fb^ s# =~Eߤ8zD񖛳x)Nwu353{\z}ܥ4^Ny~]zi4.X/:&R~3 ! 6`rjGXґ0йu`jToЉ}7gϓN7(8e}+93ZI?q!'f|,sim;Z}BM*&)C{/ڒ骞eKڵYg:acI̚#"z n%Lٝ Ca1|LFYx snnR\am7g$%7A04{iL'H.%&YEQe Ϊ:^@ EMU^K3%Yi}?-[ͥo!/W83Yx Q;i9L˨R,ބviO Cպ e]QNmᗝU4ǩDtVZbE  K~ԗnewQre5.{*M3P_V~:cmD):emy}mݟuڷ(>iޯ]8\ ڲn]N.$hs%8&|9uo/sx&38xo(PU&y_G9gO* R.͛wR3 )c7aj|%0.w:%.Vr>U=u&S[&&K%WL#S^j4(˰VL]K٧Iٟ}q9yÊH%$ߓ}w_}>:nKO(7cG9;3.G4}~>x#Z<҂1L.f_q~+6[}iL Ɏ9̝8v}x88%z.}&Ra}a=&;Iѯ'?1k;NuOJa__O{mGH\1nG1:&aΜ8g*ǑkdUT Nce4nJ柝9ƍ("8y-#YǸ6jcU[or].7du.!qU]yuƱSnp~fO_W[W/}P`6xK`qRV=r8cӀ,[!-'ޏ"u&9Nη^yXq#'C>QH.Ɖqoﳘù}S<Pz!esyڮO07SrOglY#U?7c]N,QxӅEOwMZ3L͋%e 2||aAQs?Xs)O-eRt0twf7`U[Mo{?JR˶+z3hw/|1K0ju\NT$*'%1V] (߷\~c4QZ$G|k4^:n@; xHWReR&M/?@ dA #f+`" ӋƗ# 匼I >Is/Rί 6E@v6pի.$k'|%jLRj(2Ӡ)P#9Q^v2.Cuף|', ]Mt 93gBu<xnMgXv_nί1.n wIC5rI""I#X%qWC8yvAҖkz (AnT xBtuQ'GbDpR@\|vNB7RYdic``S8 :D4heIHLyQN\cټ\dL?X1b5ju*Qxݶw83D^B,EHڛL8͢m8A*  Y7zـT{QQI a\N0ߞ0 2Eyv2E%ZL.%ak#hUL\|Y6łEEfUw;$ z3z&~Q%Z*_J qiCK=LJǥ4-/Wp%Dֺksb_1xU,L8Bg{i.*1!yG1D9*jHP"И5J1 wPĆ?h I~;\sR"Ic@[AGMIZkP85wP YRΜ%/'XH*ډeKu?]4e EP2`JRspc ykZ B#Z!:jKP*Ӊ4vGh A8|>OR.aR.\fqDta>\]vSj%GWN:щ! syϥIF`1V1 &%?*΢tKFnY]y>5̋zg @<"\kwG`-rRHR zI.kӳy~\÷N;ˆ vr^x8bWo^öqll+Vy!\s1Ƣ1AHpg\t!^k$P*Vk4ʕccqPX°kXC EMiSTH;M5Z &()I$68*$-FDND3h$$RR*uQ(uhAB/ FıFJ|m(Az0qxі_n]bheQO/}-/۷5Ԙ;Jg#$"MO<3^V2 )+x5%qpITf-Z865Gf u`GI\҈"cc,f1M<:+m(R: VEc-(‹&A; \"B)H|bB9% Bh8Xb89|cADHE!cA*$F ¦FEKiѱiz>Љ,1jh K%t)]nvE6LNl8f x!eS?Cs X6G賮[Cm(nzUi԰ً lJ%QJy,E?bI.EF}N^\܍HW<(aͪZ6+?\ B?u RRX)1Ҥ ny9f\fAbQ>ZG~$i8>Zֆ0 cpkCb&i#DXR9f6i*#A.2DHR*Vp}b%w]K'^c"VJ߼6P$ {iӡ^6?3>JS+8"UJ!P!&xZzs`\ 8k Vk6. O4M|j R(ǿ}p @8y,`Ev_T' tbV4,er$ƤݩQLNu' P.6hmHnimS G$qxHw\\Gh :na&ƤÃfSa*חYµFג<dž,EPnsqҦDD]d *ILR>s=AJJ\pq2 s+x*e(EQGI9BS4*YêR_{!>oR*tW(s;98 IDATAb_|vH頂 $}YcDV"A I(頔I*+[eʾ^ݛDQi5kC8G!AaL֒tq$(I\p1P 24-&&,/Iht׬ S,:@X07kl1I)PYsrpUZo)R}.F?q$ضmt2>u,. +s֏O__znz{{vS.WC/.}: 1gI'ZQXI$)p RcQ[!qE\ő )$:0:FX 8G 1M_tJx^#'TYqTN"|/m+>JX<'pӚ+g[]e-^EՀdhha?;_uRH`&;`c,Gi8qaL'%J`3֤mmg}Ts]Rԧu1=3Ö3΀@ԶXXX _S|d!R[ Q/ "PDn~8#pRbSIVa $iTAbB!C, %*A[ꦠ;6ƘA'YfT1 %:\S~z$qpZ~H\D3ш~e6knX-NIq8#MpTxԚ  +=KdJd@tRKhZX53j.ڍ !ÐrD^gjr|>2$v\.Gwwb^Yl=|Gd?Drµvq-t0T݉)S[)6 tб،r<uHqj+9^؉ B8H$Wie 銋D'8 AA֮6q]#kB?G98@f07/‰bCpK5uto"q&~7DN1sXFИ8J RŔ6{0!:DkJybD_oj8R9Zt K霴J_o/.<_ӟ8x!G0Mbڄ5+p$5$Zc %pUDI$qm[%"SN ZShMJ(h!R' Diq<hFJig`N)08 TȬZٝO,pc 5 G\djڭa |G00pvHದMꚕdKCƤ5LJOS\*zV5sKEJ"B ^$FH0o1 CdE=H"T$'n:d$ qM4` $ TD/`IRCD('#$V͏qq*%"H['jgωC9R$f'iR,ɴOZ)]\.G;#q-Q W߄J|ɦAϚF%ecӓi Z8.;IvId>3$cb$Y=N*k)!!rvEGcq\75B\7m&P?r]WZ` ~.(J2%nz͂@bliF"8NEhc!N,&IqjqR!qQbNV#;(,`mM:I&BHQJO1$"/dHˀŮߦn{=>VT)q2'U+0OAE()b)?DBDA'1J$ItȦ>k%I;o(dSICV$#5!SQ^K6#R7c㤇eяdnƦvA) CgnI %=zT̋'>r,%-j|@7R9 SGg) ]2xzx̙*e/;)"M EI:hSQA3Z'z.#p3^ۣ0{io]\~DkW8$!I2Ni"#[PdDfX,&u5E!1 X`m<7G٢c|/G]KWKG&C`$т8p=7e1GPR0hc=W݋4}4Ձ/v¾CО["ljQB;8Jy~0{GP,5K_}Ƌ+dɗ}jb4>>ߴiqZfKq\ '3~} 9//꺅HES{10h|HEAlqJiuzb!ԙ1A"˜$%q1)!a}T)h( Egp`H22#NP$H R3>~ t!勪!zN+( $DQ#5 XtJP;.6h7DX ֤i،hAtEPvv{6+h7RfKImP:͖]/?"GWZ<ı݆'D 1Il&&bXhvf&&]q]8()5C+s֨6X!mDNRnO:R~6 Y`F(nXv8JpR%x6OIs~4D*MH} QH"AdTi&rxuhg&Tmfi4KV蕊ٳ(yL:ӝTKAƽ Vnɹ_s|_PANTs $W~Ʉ@댧NZ*1mq$i!p@(',,[XIARq5)5<7B q4C9JeepE5()0"e~n~>}V8O F@?!]lǭY &a aR# UiJaSOO3bkd)Ӏi_6:,ւ&D=n:50y||bisݻO|Kgaffg<>V*\q=k1BĘD#H6F AIk(acMit)'Q:/U:fKE&56Ih<_5(Ey Dq Wt2"qГLJY@?R}#qp~P^"!v t~>1?1|d),mDxJ)̏-Hhӊa# y~O9:xKs#{H4GnyYmrιKoi4FXhA !aY8F``b P.\);v8+v]@y)lXA!4IH33]o{{H8֝}9ݘK/!FusB0!@NBPMȃ1dҤKE(4E+aQ41 @P((-Ar@\241 *YY 9}p|ږLn]E,-Z9Տ*"FKX>f}PQȤ$oS[XP$c:Q1 ŢƑw~0 ~G~ugvXaʘW`5Nw]ĪwSYշ.y6)QLӆ#Y:KI/7I6DNhQV`~OmT WE!A^wS Лc&( J2J7D E{oQIL#`ɨoM)iKp퉞!Q11kJ=ߐuC(Ѕ?>LۜoR97h%<q3J6N|_qmn?,L|g_o7{Ű9Oqj Ys|rJiq8x?1W`mi(#e >D|(d ! $fҖh1جG1#c27o|@kr'ͱxv JB(Gn,9%+O(Տf!41louN}a >ZFSYpۖ^P,PT%lW'5 p_uO{͢uF:[H**2-/E#?No#KcE\2$0MDH.g^q4{5_Mf1)Xy/0"e 1S2l8qb<1t(&R:]C,gbs9[2y0F9Oޓ"֍z MpoϿ{[_y7Wq2&'Mtmr9_6]8捛Ŋ[U.]{WFsAY[\F/ ex g=6?$#{wݬbNlI-[K֨;7gݺǪ_ ]Bc 48ЄC7kv;~A2m(rIRB'Yg0h a qJ9UI) u9`dGS s ӵqm.AV+0nCiXP5ׅp;{/2=+ʛ{x++}U3ۣ5F躎+Z`ۦt m%ޣQsS\i!VRvL %WEtBs*i@{ ޣb?uR{D@ EoA1k*m8sXrv`m56F&ق4B%кJh(C#PF.)6"׫Ή 6R%.t~/^ܻt]Z%00-(yR^jËQ͌< wG> #z}M}>gt->k_qQ/k 1}fv{Xe(c-a6 rE3೿1)oJHJyXVxJʦ[.wK)%O7o[bAQZ@Auҥȟ~<7DhC^mapAL@|'2s!~i(qch&%jM8:&!~ }1X- "p\ \'-%Xĩ7Ʌm+ _d,!' hI>fNum6ZW=:ՊƉbr;VFRzyzlƍF)Y XEQ9),8BQFH[OԮle MU'[_xʛ1Fئj Ɗ܃QE".DNi9K/|]8>Ǯe>a:СjǔJrU׏%UG|?_.u֍=w B;V0%s™z 0ũ"҅ L#<2|>`?q'[p)et/~+,W.$ozRu,蒰)_u~֏=h2(YTuVvem~YU7o rGcs'oG193+my5a&KN5*4mP(ɿM]k>~_2i|i?z.)Q M(c> hʚ)zg %mϖSjQ{, M3z oﻌAgufw{nbUFSs ZRXjztpE,w=zĵq\y7 {Oa7p|'Vk6%j&hMT"yk6=>6y8afVdv1gא$jS ]lU~(__(F*]yRoUr$M@LM%HEX\z'xҙq|{q=|q%X#$|SpxAlڶE4%YeMI^vJkڦ+M\~ k-)*.J dPA9$=fXc^c8NYa,lV-u8{2Z}7~IE[۷\Q,gAY,iMG)AԲoq̺G=U! O3{嗰o͆ib\+ڃ=\aۆnoAGXf#LܾNV+ޮVť}UAxTɠ6%5× |\MMmDQ/ʝZcɛBabYusR~(}ɚ*ӷu/߇5{֫кl^+1`EmA[)&q^ nKh0N?y)||}0yj#wzxb6NئA;GX-L~Q+]~/Yywφ Zd3歼zM?p}z'7C簦GG*o{w{ߏ97UPH^COeM)PXWhpNOU`ą`X +}1YsHuQmݕ? 疦g؍1:s✮W`#l^h݂}lж{\Eےke@d/eU_^a4,NT#9S7>*rcpCk"Eе W?^.})Dfô\3OL˵0u{{ ۶g+ȲΛ%=>%Ag{m{/^~\p}O~8<|͋9OҹFzח|!5|?}`IbY3mSv DyBզ)9YoP O^:}4`LOa3qF#1LVZ>4֡Ub>a qʱ1:w mTt|u8)yMZ>v|Rmꋺe&?eoF&Zf<3P\Sr$@?sd?QJZ#C߷ܣ\|HxH ktɴ\Ʌw m.ZZ]3m Up|ˏ?̷v^xA]<'y{1G'5/Os+)x41L)S0^\2`FyК;@ \T69TT")E3^wCѢtC ?|}j٣'nA PXq i8Yn@NqI̅딍\tELug,t]kZ""vs@kwNDx~vtUj]2cs13k+LTqC,maXiѷ2t}u,X(Ԃh)Z'\4c-_KH^H#rŰ\1/N<2,-hs\מCK zYy=ڃyE<*!`Z;ls۟҂Т]__]܁5"/oĶo@ek413Kceak#4 ?I9a5q1! :֠+2E'UmAXJI7pCXQd a*kѶ3dlpuOyJg@ yM~ɓd9%PlJ0HIEнq#t-JJ%E4=E Vd!،#jxd89e8>!%糝Lnc;,JV]J)NzWą- 'ᚦ%_N q_jhk2S;ʚt'J߉aG ixx E_fYw/Js CվaJ _?n4uhN!ctkc}HӴ%iR.Vnpskq u@hբKZ%JZ3JeOSAr<dZf?oODۈg kXC}ύAΪ'4(x*01r[\}KOl&l6Ax$٫Ⱦf\U!qОihc{UE.v rCPKfFSy've @6;TٵnqΊ' |N, m'iPas*3N#>lI9`u:#%V`VI9g_S%gqOЊzƇqZWpARIXF+TaOʧ9(V7Y)%rTUT WՊO>-w(ڷ}ūɳ"#~%È4p`N3lsr'i&~or̖)Ah~Y3]h;'$^zaCGk]/`Wr]!{9ΘZE)KUZH O)ma<%)RFz?d&JI)_\vt}#z[*q7\i{ڛ/08u]&g+_XoV=!|(”S [4h|d4q)'%pe)b6nֲW~YWf͆tx|ptprBk,'(a9O3BSۭ[S>lm){7EXb嫟A)fug41iWԐRʾ$t)SfZV `(H:vZk{yk{rhX,tm hՒ(N0Z$WD3鏡Ϧ Da11ӓl]#?_} 5F{sscXLsŌ~kh IM5"}볟%oz2\39>a}BF)Z3ڃ}C @;ݕ-iSBJVo}wZ4̈́s\vf*p6!+S>wēSP"X.Ua"<JgI9ј3J[u1M ƴV,)ʿӸ );BUgԭ}!V(V8ppNFx4kqc:6b2ٔTd`æb+-G#gU][t,(n*r0YS)\<9J}V(ky3W._pEX!09:f` 5i5t1Tw3TIZ&H07cEK)%"H, tsgo ҃UB%~3QE -}Jc*'Vbcqk2~)y <>estptLG ,pL K/P~9fJ>ȎE4Wsgn hu65猎O*+BX߹F28BPDarl6\`-#i 7X 6Qՠ*3%R{bD7TjjFa][{㳝12%T!Y ,+֖/M|՛-d'hۥ"p\[YCkIn)'isдSus6O|7R[ZDŽ|54=4R&C+c `9Nڶ9S/?`&NNOpq=Sh=yS"d(ۧ(`Hci\*oz,"\=Mc/"RRɤ'Y4S4$R UD1 +DLcxqUQ IK~Y H/U[+ )uQ9c]_(z8%!5qd^^7EU6RuUW\1Jlr{eqN $#kzYQտBEI7F<Rɺ:Z-_m_|=9?I&ia5-*&ƠK&oH)B;G)CUqpMRL'%{ptƒZ3-yĴ\CIJf!>von[Tc!TMr a1e3]38'vðaYYmq'S-_5t./2&(&ϲdCH E۴$/N`P"T S O9xɉ„֥J)ƈ¸BU2t5alB3qBN~HH-79X#kHbx]c,\2jޙRv’QTMf@ыgJtnAjĶA '!2۳Us/co>>MbNLhfpwG>9%c㘹d=;zO\=FӶ|Y/jC, z6cyr#x<{K|ϦJ'(݈SeKD^asɚHTk1fLS]ԋKU ciL]Ѭ%@,2a"QrK&!ʪ:rQlY{î78pzOE&v;-Sє[Y,>O8gP.bhwR[K)r$B2aMÍ\;{x=/bO!yϴZ3>8ۣߟ js؃= GSzȣljeM~/M,~?sW_;^~!Zcon`ng^֫BJ~?Li3^eT %!nyk'PƊk%Ɓ&T?o) y&8=SkE $i)*[*+tir5;RJFce! ils{*݄sf#M b>CkU{?ZR=@ RGYWn1kk 4/%3[ɺ0mNǸOO}Xw@ >a?Z޴M͂x2N4EeK2U=5\Z |wa2OE>O%G_ ) >pΡo#' G]Ôex)ݢ:q 4Mhܾd$`>1IaƵ$ﱺY55 ڈ֢lC."d%+~+>kg[8?K/rK_P'gUI*\?R(i<U,(QEPKFqzy^x| ߚps˧?o<(OܔsP1Ō5(cp5 2oA~7ӟ;K,yZ*7 2TDD ;ÿ*>Wx"Pw-X'bLnY^ЪpV24 W i]fsY!UR7)v^W-IhGZJ4I!TC~֑rՉUYģTGˌy:{g-Ż~ԑǺ Ƶ2D^7 V~ㅒ=>"ʔ<4<Ԓw]pm4V+gYf\_ciadsz1OD%FP X>ͅ>zqF>Isq^n~)e#yѳgD4y)0{^K_zw}qFvKBPJJ*hI!Xuv:iDYV*ᐨiM"GqmU9 ~J Y)ɏwGqP1d cdXrU0f@CŜ@?q | "oP6G.`tK %5;`MS Nez~t{cXxӿ}_j1Wk6'' X߼-u=q9!`3Q{~o]8yѬg& :8ʯɣ_՟ķ8ֺw]JOJiLĉ=u.z{("ALA7u'+W(k[,A)Br/Ε,:kVK[sE-M{xpH\.IgmM)<#<#,KSkۢC`~zO/xw׆\uqϤ^6ǧ?qn&a}[ %~Aqw=[@g":eQˊsB"سuU=RDfw3 U&&ք0ˆ&~E'kXyCY%&kBc[r{OTO~ ]]R1R$ kgU]a%B;?ݯyPB mg՚17aKM =IiR u('ڼfE:9ۆ\p@mr2:bjMZ %i֒K剓^t(+huӴFK!֭Bv~ j""+k4}NZnG9ӆ#!jR a0J=3`; SQJ TGvJ Jsw(:TsAȰ^JQ<1bĢ IP: hտ.2҃=(O=oE("'u y ?`cNY(}'xյt~()ykRXtWnf\v[&4%+u,.\U8Hm+٪3L6-ct[K!..%1+6fdi MߋFv2Q08G46y[8XxJ .//%fW+/eŞ/Ր])4ѢwUV*)J-+1SBj&8!Zq.1/]/瘘@ zQs$BUI] !hl k (;SE;LKwqޑO>BvTc ڧ25yE{.\ G)k| L߯ԱT)Rք0nd$zCU;%bCbqꁬV({G~{]4F0#1[áTXGc<],V*WaafŲcX ,Gċgw|w|+ULIuw{lΙ#+ E3].ZQo.N|9z!2q:RB*l"T("֬KJEL%xGg=ʍJYeO5bcf)6B)&YNoy>oY?e5lkclVDbd3z%z{~:ͯ0JIyVY}ΔX ÚVج/(5a>}a1Ro*CI)M`z g-=~jBusb{vqaGHRl-] L;| FW6i]zz 1wMO_GJ1Tٓva2*6ڽ(Wj:buE3atlJh51(mCy|TSEÄZ43V(U(iĮ2j6#>z L~Prfk)ݢ݈JZbՖU>>\;i1/%Y:H}p6B;8۱:bwq^e_ȵLS[fa'6Oٞ]0nGZJJ.z[Nv>fKM6]͝g oy]'= yq˦(hdֱUjHRSUtTAyV%b;uǥYVknJ@pF `5%;NU_H)PMh} '8xj&HҬ*Pu g,j`#: .,'P'NrON-R=ō),{zۑޱ}a~W/~'\5:EFiZPsՃi-v+Hk?s'EXeI+s• ƩRJIq01H 8OJ5f[U3f<*PLeVbyoHqK%**08G3bԜ$5PH'5IWƸ6a:;1$;2M):,9>q9x/u'_O,W9mCw=5iJL"%\Rfq֥ySb2tN-_Ig;A=6Ot@{KrX<)Aj7Qʊ3Rqf{qw?UonҶ Et-v+6mم$-sG&+9{R}rBuo W;gJmW,;Lt2m(g,б\ cB^.`0kMV.FnQ\㮉T_-BJL*Γ"~b88b7si syZ%/t~&ѵc"Ź!%ZNMI}nxSK ^?YPKźpm*]+^rYXL%}a KG ?7u/9cB؛FAG~)s!J,.m{Fڈ;iBkԘx7}gPn[Rkfϩ &h梙޷H Zn/QaB YJV* ;h=HVC#bViԌcF)#F RR3Rlf#u Seit-?='z)Σ'799ߍL;7utRhq:kJRdjiZyoNr-VDGLPO]/jE9g~>;7"IGRzQޒ8s!LjA4Qn+w7nMgZUp7_<['ӜpR3>x}ER֟[ %[ RSKΊp'\jl"v'S$Tw}#@$Λ;YƂo5K6DfD~κL:_r/6ηt?0WczCuc214oX9<Iy jF2N) h4kTgV*mQ]yr :'6/~!Pڼ͹v83] IEUo T{ylu-؝L4IC 2!-1Dgt>PkQP8&c[Vͣ]ΆjshC";jUps)&hq>fBNL9e %&PRV;ZZKP^ xq"c4O!'Ʃeu F}9Nl;Jl6o NeܼRZeuԓ&sf8 u6ްZ,7yW/W}^;=1)RR"Z)NeoSDU*jx_F.wx >\Op*7ΑK?Pk%R74 Riϫ\-v6GbQ)}E(Gr$dQe{WBD>ff}dj@`S(E$fБmD")=&j>;ׯ7]81*@vd%un A~1%cU(qIy֫bT#}) :e=" <б:0V˞?S{YPփ{E(趿ǒk. ! 9R1wEN|6DXv}+@,jPkKذw^f4MSUT X4œ8X #aMK pcuy RonȌu8o [i$ "WK՘XQ="CmKJFynNeQr#iLlIIqVZ4T95ZLܴX R;7'4!m6X\M vp1wXEv[̽_^M_sy޴':夒L-fsT5CiSbv_6^膩Ԁ: aЗF2 _X0!gUƥr|H` t$kxRR_6{&B?rM,d0p `)R4qMxc2 UJCKTiсIY*,T,=%bJsjgc1LN9Vr*WabX,=V"~ӛ+Z5նIJ3ei9#5M^k{oq|iD] 4s~"q։vUC Ps[2]p?as9g}q+;Ceia;1wLIp-k搔J[Ʀ-jsnU:/'w~~yn}2Sɸ Xzb*a}/JJ:5VX֓>hdUs3<;Jiϧѭ5^ UL{V+ݒ*Ї{{&?@:MXӝHhh14d ׾r@1Et ڴ\C`eWLhyCLQ\(HyX0o߿H-*ɗR(s&夫D(R#:k)XcGqp4/=ް:t_1(}gOqogn)wfD^WX~Q Jzy^WO.bm[u~W"BvI} +IX5 ++䄷 eJ!bڈP$auXM bZTn #4 !ƙibmh/sCZ+\_y{¥WweՀНS{|A/Ew5)48 D2{Ӥ㸖XtXGv1E*\, EQ9Tr笆8G+Ϊ1µ(#mWyO?o}oSVᎹ|/2<||ٜ?wlBK¬,~ MQˬ[ڵSuqBדrn4zƹ\b%4QuPDr.ա&RU.eDGA{ b4p5}ܺ}AJsJ9&lbUȣϜMش K@ཷbq9',Z*1fa fA[1PV5gg`*¬ IjB{O3kC%Uک8][sz!o9| qoӿ+g>F=9m3M1 d$c W>ȗaWj过GT&=Y]WMy&g(yY7BUSưnp'Hw-ԱJ՜*0vGV/$-QjUns(0JB{J[k@JVesaEġBZ ̶;Ïu IDATw xijvOx?+|_7} Vjt~煃13T9Rbu󜃣{K+5Tu͵ՕidRJKmuq\~=m(6FVU6Vny=9|;W͗0ly1'pK/GO8RPy?Io `qUdJSx`/*J=?AuyU a:Jh(xehf oIy+UT88H1r)bsXќ#$ff\* y^/Ko:/7&}ƝPRaibyHtN ט ^g6@w\Pt`%gO-fSIɯ<\z~?|Q8<eutG[]4c3kaIm>kvqX8bRb{N"z}RUq՘F!`'ݐ0yZoGLhZVpcmFo 1OCn=㛿8n9q/>0ǟWxm1H[i,t  Vi+1'܊%j+RaYjת\tX-)K]Y%G -vZUCmez%<Ś䁔]+T#]%<}+W@{G&jJeNQSu`W)w^[ӌ&Z>G6\)iZP j-*(L1*z2bfa>ԉj2а>3,~p,Þժk~>0͑X[ 7-6@9>F9&B5Mm[i'DPŘߐ,9 4 "qv~AJH 2ch c8V}JoaT3:y 䜛&jˆRJ_{QK;|(D,.EwȯO7Qg7O% ?DLNmZ'\C+ x.SV]@y( k1y6XګBvqńY"KFjwz [~/SNՄnH\ko[9&eYƴizU,NA*MR10;S8YMRa>N8d7Vv)QNr`es6ZR(!7h*f|5Y"O"1un\XJ %gŻ.PJ$ô-Dmل izh2 M)At㔘a][x+[y=`{W3*ib5NRWJJqB$k4Ԓ3I; }S1*EkyiI"RT1yFDJLoh!&7^E}uH-uyE U(攠V/Ͼ$Bר!?O~<|q~۰>ڲ [_l֧XjYS_f%V!Q֚H?)t}@0O)Enʕ+ (ζpMb?`uX-=G=a279Q6Qj9 tuvmۭĝdON;w`['< , gntP 9 Ӭ!Z篢S+J12RJx 'K"9+ʼnRziKBL*:{ $Hzsɒ=3OTG=Ƅ&C787J -vSm4U|܇}T릥7rMf0]270HGHʶ3 DMւÎE[-ՂJK -I#Uf/TjIN{Xvw61iѭHyĻQ'PH5\NpH%i`tVO[#bi;30b}<Ӷ:]]o3|/f}Ƴ:|÷{X\:<%u"i"`@b'JJҊkir5Yu iaб*\<_ :Jr㝝Hg:Y !ㄮwrxCq4ڶi7[Pqjt/T?f1zs64v$[d l n^ J V} qH"epȑcQ+}_0o2C'Mt}I zQ-Kh8]+wykzjlk:OwUfJ-L%hA^(5D 1Ws=#ZQn^ %~T'EPzq^8Xt[xJ19[ W Z ,?P)yDžE]Pdlnۅ>* Mb>?0)'8hg[Z7dRKRTVVHf[1~87`z/2gSA#Prl;L׊U{X,}sNRm{6<`1U?G!()qq^ZJf.k]XZ.лެMhuVwۍ=('OT3m3*1{]\[p;"f:nIJʉ/TRT'kQ}{U;(ի䭪\[%*" KZH8amt"I)R1jl Ry?ѡs}o_[ԯm{&5T)X*:x9etUF}#6Σ| Yb q\1=b2\TEb Ӹ!-E`9u{F4!yJ&b 0چުݚe6KNG$Sj4 E/*Ip׸۠6Yk Rv$Ja߄VItzzFӊ]r`R3DnXS<}Spݍ\^T?AwTY*W$-s6oh`w<(ARz*>K a%7MX; d[{}a-<z!WK^{MSB?("xUrsao87_#'1u9 )+cyੳZ1滸A4 @R9w+c5P7sªWA:Uk\$AZ4dܺ6R5޵(KgF񂾿Tiz#Lۙ~-C.Ԫ!Nz5F* p޵Ai]o 2͙.zXxIS?^w%IoW.K q5VcifRUPTHF0U1jFGt-X1@Ԣ899{\P[.a ō-i)"gV6S׳$tv&]A`y)7'l "ԗ>x_|ګxg[ef^y-jI>9ykK`},à&+BvpKYZ?Q9[9ϓO&8'&Zh:Um4Z<% R)i;=r#!?=^/ĉ1 ?6, : _I Hv.+YH"iR8iV56ëتJ)`Mm;4s'zn܋8gX fN."}H`v 8FehS`\%ݮS*1*gz1Su7m%;D.,Y[gr{5f|R솒V+q a m. '){5S9JAe!ل:C.1Sd ⺁b;X*r9h h-;G5ѺvX6LJx)ۆ@Rw{-)Gu f rku @Xtܽug淪H3}m>8y) S$> W_ɭsL/},50d]㣎&b"!wߩK! ͝۱qD'by[߁KT+3qǯb:`i`GJ],5,q梥Dbԛw;X;PЃ1UNos\h7l .Er툰ꨶ뗤mdq%: 4S":IզƐZF4 iD+D"i*)ckwKc?lO@[|߽C]p38L-<|;0:7=C:ݒ[>v{1)sttijO=J5Gw}αV{/%RD-B%pn,َ{kg q( 5(^zCB) Ĭ38k{e`Tii-y8f[SҬ-Ĉ54]`N30 Г k =ݡ/%+m+> ;T%%t]Gi_o!R8<&?w;E /Ɠ?QRww:\⠰qmջP>g{Ma% G;qxĺ(Ek\jJlh*xQU)0xGfwd6ə<Ֆ5Z 炈y- >uC7Q A #0, ֤X(1'!弗ۧI-KEdn7=!՞ބpqr@>,CgO jtoZ=+1˾麰WtCv# . -:ɒg8j.hIь RȦ}̿55oŁs5;&Q-3fVҒZ ..9E()"y|üS[4UUp7DJcb@nSx+!}tww3īC=o#iD~֊bp'=q6vS+AӑEΙ#p#l՗ BTľ ##Z^ Q@8Ӌ!v[:JG5iԏ2&Ku汊iRn_=؃ٌ%AJʊ7Q+lVWXoi'국 ̳BQ R* :A'I-zYD8<ڹggT.qSM  N+zn}ePe{_WHaDŽCׇK1CO[Ԩ 2eˤ+JKu h,=>*=(gB $ށaehVi^MףRhWKZ@LFR-`[8Ќљ`{:!GK6 nfPJWg)/VQ@ ]!ݼQJԼT5q bЛUnJ4 ǂ (y҆*;NW co+j -ZΙjYN.3/JIC9:,my0?c\u¨)#@`*:=$ޒ"kyrޯ_g0t:.!Au>tosiw0'{/6=7*N]&k*J-09*mY}tUV'gDZjb؂(ь&*QHHSg?Jd](s0S@88:8?"GmGx7܊)01MFz-If̳HmhWA+C{՚WTIN+31qvQ9K+3XWkuA/s+xdV vMk]F„YT2Q*qP~18JhBe ΒC§嬳.C$K`Uj8&Qxۃxv潋Qj(cnNCƱ&2:!sP'KPc~7D[Z|جM)^U<\{շ\1pQ~\m.uN* N>ۇ7W2W'˜S^,w0x;kݰ7"+$pjAźdxXJG-m{~8y-if6N5;jHRJ4SI50JlCÐD  Ј1 8r4@둸a!b$X=jug:nuT-uWVTUw~?sOƣYRS n ǏpG0 80/!61{52ay!-iUH((Iîfe92܌D H>' O5p& ~>~ދж&>mQ>=& Zz"5Znf՜ *M*KA.K2,dԤFl(VCh"@2݈ p{Db2cGS(JdS*"Vmf XoN vT7;N(P-G@34'%'#+-tQ,BKD}㠌ip""E qq!iX"X59 1=jy\PӁj}?@c7klT8]b|_+v%YzJEl]2YXgYdCPG. D[b[fQ"M5lFjJ ݲJZKaGAW *G3b }{]f$8>2#ebBKJTR=̖(tKЇȩ -ZZ֢+'=t#Q^1G)ڜpU9Xb}w$UǪf4FL !9I!-rFFϓgr}ꏡ~cKCz=?RN4IlHN|ےcŷHG1j&RjufŠÝm#S”)Ҍ|z !E_ZV` ZyHb52SY9tO⣚e$Hee? VBJׁ>[[eV%X} ab"l,r:(qlfASiLyLښ}t|]I0GAb J↘ڄ*֍s-h@fJFb90nHG*xi~X VbGF fpMaM,p$9ҧ٤ºio?-}["Mi:X! *kjBʝ'Sd|bA) =5Q]:5ݧc|bqD}}8pBwXFOO>IrƘX>F}Ŗ1B?ZCY\CX*hy_]UK5ci2Gù4b,^S0Saz`>rזη~w?*Ο"+L |I=%% u+G1%cWG7ޓ#V|\"l# %`ćjrVG,IKNliF9+}.!,`&~ЦS]L 2W|%*khjPCiT[bERH̜̙5ܤqoD`;hֈײJm'T bTkvw>I4',>o }$((K*kM䲒ZIYd&$A8)'$TOcdKR2d"mpqg 9eOx>214gDz$3#y"9Ңk=e ˩Ӎ6k~u+_!J,mq=9 ' `A|LT)l c_EN90Ad@ٍEBH sVLDIp$$5eO`uP7)N|Pd|K\ةv}>q_>Tt_D|eO*8JW Zf5[Gu#2ʤaǡ+0o l{9XUL+TnxUt',.Lg=N2玸6"BA>gNhAV9?'w8]!hRE֢DʲdF1zѳE5C:j96v BؙkX1Is#ghکlBG%0~:%;vρڶ"U뺟GM_61zI+It@aL,-& 2SiIi ZbPs>&AWP֖ o ғߍn2g/IcV牌HY$*ӆV48l5Ϲw?֘ >{I- e[}#{oڟ5jVW0+3}uxGKSRi%oQD,Aw11!F.8eUӽ}c!l&z` nE0cLDHcJۨOf6szGsܖph$!{߾3oy~ K񇭆:@KWRQ6E繐Y|IIs"?/2Zoˍ*Qg2AV.Fю_ Ĵ6[qhVb_н}]d\Otho mx>N@Q&(I A]Ku-j% #H&}Zc$b0[u N!Y /Ka*PD|EeBj}{#ޅa{arosz'۵ɨTdQEx"M\GpQF:R:92%W`KCBc+!cbbVd  !RGayC7^-4.='F5ݯ/'sf҄\5.uLܓ8Cr{XϗT)\M4%+hGr -7EߠГHu㯅LG42)[P;%*H@9Xl>~!Z IUS d<]n_>%oQDQ.1\mF,ۊbȧ `h|QIMS-~X|e˞N+t+ŌՕ)CrrAU/o"`+S1PW`j?-vD>e{\<+u H1QWQbWi;&+fr^@$'(ED]|ǭ"xHZ7նIm4!u =($qu:c_Z=vONFitS8D]$5%ɮL讒P,wܵ*iR:aZDfg"!2=wσV|>1 ?%]'y ,i5Gi].%%_k%pQK-$q$NH G`7 ,pvfEIe3?z&S+Ԝ җ?R4C.%,ZfSBmt&qeK`0TIhT#±IKn)K )kʱ6x.xewNw1>uS0}!8!@ڱ>c?aDџXD UAܱ{':GT"(J4z ji](O&"00m2r|(c{ˊ?|_tvDRiZ8<緶׭Wm_ݳ2%J.R2DKhn#izkLDH.5*Uus~S$!>~?ѧ-"~?G&3UJ22dp4m#߄Lls>/>jʕV(a{dmR/ppjphluz Cj€Uk+IVܱ -ۊ|L ۋd' @KH .6,Zw&"WJIy46])J̥}f1&n" 7" k,Bȶ=} ?!P|~"D6þwpFQ=" /2k6Z^BWv4L'@)w;qꍝc}}C=#z*Q,F$atoܥ6A'bVcrbnT~g G\|x)<5y]ZDJeJCe4W-dR{D ONiV(zycQr~_L!$NF4NIT pL5sJEۣwxJVÐf :)r_skQ˓;"-b~<9t~?z dDV[+`1'.'ai m$㜰uZ sD\v3c+=7,AZ|?@?'{ c&TOIcEq.x##.;SԜ)s51]d=#l'Zc<٨,&rC&4N)(_hˠZIq~ 4s_)'VVy+=8J^Jas<[~r_DYKݠ NҼXY2fd~ AI4ZY6X' tjK ˭z{+jHP>ǭtu4A-655f웲w+XXy>z[K+oSk$F3HZ_sP $݈OeXb$e>8d+ [UlT#g(QƕUޑz-JIXFv۹ƘBSV2^./]a։ vx|+CwΟݟʜޟTydrg1/DD <琄NrW\Wܙ;\Dqh~~$n)EBy!譿? }#%S+؉ѳT'Ÿ:$'!IA%#ٓzz+ʷ./l$oPs?+*L-@HorjXQ>E'Dutد+'=AblMqgV{}g1zG.4Ņ*nmXKwՈ7{VN]O S ^Y ]f&giٞm:<\ԑ+JXK;넕dU$ZL٩L!ڌd^_g2!mnq\?5.l9v`-df#y߿_{f2Mß=fQXI=g:z$bbπ"JSY2{tVMO#faJɷ𶑮3{=le%> \dm"ܵ0Kcxp"'ыB5uZA-\õ9j`:Gg(BXͷ2/ll=K92~V-Ya4M +>iH8I+`5SQ1Y(Lf_JOgfa=9cЂ?rK""6O:4.8AU6&31D+U\cw@5밈x<1;*snq\3{5vc% z>rh>OuZEy%N򓘺௸#: TFkAWeUggo\5yevik@t2Nݻ/p^Yđ tkcZ`f\ XulIm\IC!+‹=oCň Әq?ڜLI;ҕ<nnceٷvy]Nf);@? %[ah<_Ӆ|p$fɅe#C`j4XȺk*{Kr5e9%2,5NNs3R+eJRSmr~ʸzQRO*B?g>POE1~9;܄s~,WT|sf1!j* T9l[k$D4N186OIŶR_ aTDG]pVQ "HXWIAկ#=9bG"\]4„@44>&I&BsU5Ό Sԓb%:9\`Rpכ|4/,h/DB>RxkOb[T( BݮP:^{I bn"gk3G]':;vH#X"cPx Ĺ5!ֹ|R`0k8*C;3qʴy9WtʰrQ 2]j;/ eYwעn/|aO͈d:tVwSt3,7xOuZ;5A @ySؔ7S)/(?h\+>'["lobho?&8}ӈ*e)+F"@􉗣vHsqN~vJ[} L)ma]$Mu[[9?ityJiUi˛!!fkjr+ +D3Nۗ@V4-V5ZǸxܸ 2I=wp_oXa8ojBBű(!z .ڧ=@oZ`wGc& EeXfc2g*o*|b63&ltd|O9FlcZٕ=a9"yS! - j7/iUrդ"lBؾlGg2|qP,B~~{de+E_| }yj|7/5ʀ,| 9fws~׵Ϟ$s?ua<.s-_c*x#-vY =c1 -R鸽ګ5kq sMs &x{V4'~O+rrL *Q~εEאJkr*0E3jp|n𿈙0F&f:N*,[ڝH> Y)s^MpBrXqmlER˪ Z2P\U\>% WX9 rPĒҍ ~ MNdC ]:c 0٘rXXfBPէOFG*CЧ5/"Cc`HcVS1N0O9Mdq g?uo)yʸàmCW!'cÓF0] uwcp22k‚dVXS)&`DlC-;}tYh5b+AdHUHmJW'qpoS]xVAٯYAUzqJtHAWٿz=ba(KmqجQ AUo_P) ܶZ̨>xHbjHtyAC1(Z1ītYC]{үgd07wE ťe4΢lWo/xeµ!bbk*C.z-J[\reYIT-iM)ٳùxS " 1,=.* "FQn؀ݐTz0oTȲ^6fٍ ;KPLp ofuf L `]ԑN{dڳg-PEv( 7ǮJō0*BRM1)+$-OP1oaKAE؃!/N'!-8NE5k!ђ: 뗛5[( hljaJScH5xK߇耐 ^9iZAux}ȝ\dۀIW̮GVi6Cv:XÅO=p+#Fc-e IV-h**tHU*V8l>QG8i&=mI'"}">V ty2.kSlbs+̶uQHݛD%=ԖR`a%<MV %O%q:R\߀&X/ !cZ,9<dq?-f*a/Y#t6Mqh?!W#\5 ըX_qE<Ӿ2$24ĩj:6$,,7\jIeb5NOOcda5WηKM"<24KU V.ԖYKJx-(ʎ+v#a!x᭬l!Kl'a3xEPr*$4B$17lD-f}"Y**%]*:_5$XЩlzڌM$Thq.V_RL^ FcocYOGvFRqaG-nkZ4eLYd/A">$`/>KC_e[@N?\͍r ~K.:4*Ôḩٟm"d.|1Ac"f ~=d\]uaQ<8u5LΨh)NYDEEBGL2$iv{ˈjJ +؊v2}2fFfȁ.SRUQ@KdZ5ۡ͒`;&,W vTK(!BUu3z]x:|Nu&Hc4IgH˴;U>="Ov? Zԍ 7nǺz5X62ab(mF*T2F&Q)Z9ɓ&27TbjRPZH,Zk +<`@qv𿽽/s Wx`ԡ~襝<٥@@rt&9<~jf?UI@+a)٨F-mREXDTɿᐰ˶ȂQL.NiTW2tnU+SȚKijI+"&eTJNQ@nG· >!f 4~SR5ErR!)Wam V%*_MqJD79SYf-IZ]LɦڶFX5#׬k%J 9yPH fu-+%$Wi9ʩFĠdn.T!t=-Z>co7zn[[+ ]M+>[:v`;V۱Msoj+ҹkf.d)݅):͕P n.%;#"m-jܑ2vkj~e:<3^Ql5-CcQ^FPgNҲe9*pQh~qpD%>NEc|)O>Mss>S弟ic {69{{m^{X}i+ :nG3zFm~v}S[ViLshAN#ϭN\\oW f(+OwU1tּz8AOTFX|Mpyn?ə ǀZY6;7 ު> >\)؁)u6*_Rھj*M*O~$*sPř@t׿WuUdgvoCoޖ%J+@ ;M^@,֏|~M?Xkn>G:`}Dʮ8o_=}.ںX+<ˀ07GAJ~z%UeT} \&4[<==%[ϕ^ڿ|l?^^'p>>;Ԁ]xy!K/|eH_Ɂ_ˤ{).fu_ιv})$uH ~jcگw~&޽Hmѧf\Yߦ}6@N1JWxԎȤ~wSi+Y/Vpn+/&xi0?Hʉ 3! `l,,cY``deeb0G::Mml,Y?)"ᠱkIJ(g HZ4" g%q!@,;F"Y{ʒrt`Pgdec ")+ łRjzlo}eW^::)`(bA% L<`O᫯[m{.C e1c % Yp.:+v_]W*Prg˙"1a_@=!3 ;!27zzӿn)|_tvO>Kwb@Dw GjRr0HU񄾿 ?޹B ,ڢjod^oɋvN])>^f:|'0%l q$[ -g$v Zp JOB+5L^^'tt?ȅGh^%z :*)? + O[xԁ!rC[*7O؈iR8)kyHU/2oZd 3ܴti6z?^xl9*./rDւa$=smu,MؠwҊ楰㱩THE}Iޠ/NbxrF]' wWt9I)bs%Gh.k =HvJGniu2J5N|O~Tb E Vs2nb#h$θ>ٴC>j N(JH0lIpAB?$xX/=ɴ5S$i,Oຝbo+lg6# wcM%r*.ld_ };:EmUcŔ ȓ+/4 7j!dße 8Κk4rxϡ`cD(1~,ĽEy$dr.mQ*8Wir4޾9J eDo2a [|h#u3;{]eVa'm$f; 0g NyJ6!D,g;9,>ucIgJڟ g2 )?c/F A:M0QF*cс_] h(*BH A=: O[ m[7UZ4`|@[ .Ɖmpev/!$r y|'9G7*H.(8DAc3dVZҾ%E`fY _Mb-KTچ~PR!F9-8RxjF=MUc 3O8a瘶$\KK%9p YH{i[xԍ1ŷmhWW+!ظЍ 寏t8/u2|(Ϣvv$XwzנBVr˷g.bQ:܃Y鑛 t>CS`@llpN7.x ozҶe`72-<\>O_ OۉZ]39~ʫQ" *澊3@?aTzq5Nott VHR7vE]xUVZ~Z`{a]-Ы7L , Q=@5\o`P3v"oRY\Cmsf*8J=M*eCl0!8,y{[igos T\qdv:KDJڢ&b>~cժ(x=ܹ4 в[,ZS_ ̊ėZRe?w7v8DE%"gX !pHT2n#r2=&J 5Pl7% C!࿂7$Z}$SȒM𕪿&{bC(+6Iqze1xaPwUց MZ1n1IAX Py1cYX@ `*6=,(Ndye'#(^иH\! 4hP<YM8 $ɯ]Jjkzm(# bke @R 7 ׹3FjӒ/s%ث!8aH 0Xs(e^{5Pj[>چXje@ta{ E1fm@i2yGfVHId); ѪwjD_g9u K7E&mȚbP6$`% 2]sjS>%'bĨxr/g4J' ? ʂ";YSd/:'F&_ysߦAB1| r?} ]EGlB $'PREEu6bk'[J2f0уo)_%yvBOtB$( [ 6nifUdҒa@u ;+i*m SzkA4% v ^%2MeY}6pT4Cؽ<^h[P+dHߏ9+lmS  АAL8X˔DH1 ͠>kR6sY1- ':[! ^hw`P * XJB0% +[O[ AHUro(hrMQm:2ReS$!)*G$3(dKEWqgێd> $X$0ao L*htd~;hVxJ=Vl X$hqYQ<4ݿapdǨUK=[-Ā-t`,lLn4ҜI'x=1c@u0X疟'YUJz{j(f4'o#QJ&ePeJk|D!Qr>ܘgln)HHү<ہ0L;\.Յ1ʐvoޟ0n] 6 Vd~RvHBI{ y 9nݏ~lQm{v}Q]ZYȍTgZيHD1Z>_HzS$['o8:NwnrGTNjz[~ XHh?:#|Ru憧, ݅AV׻~E/f s3|*y)Ճ1-41aĐ+D<^NQpQk^?2;]җ<r 91=}w[ ٮPHnSRঊW1K{?άT)AkXwNS`tx~xД$TO4UԯDcqGcY{>4"6$ T˄Đ|4c@(1l3>\]mWİ?wbi C7HRG yWC{'߯9}yu\ٮ}(x{vU0%K* |.c*Êa|Q814q;@VƆ6S>oo{;@7odiCz.!b*oi_npg3λ1̌d(COhi9.ӥEs'*XGإpjk=ߟKg/!ZQ"%༏ Vgn:C&tB7FJmw5 3FMԌ)B*C`ܢts ڢ T٩SeDH{p!WЙXaKڒUIJ߻vcX=vW2.m]kӓ?dt\:I rWlQT.wPJ "OH!3bmc6.C,ui~1y6sdR{}{MK9W<~}2 v V@a@(>&xoWQgDx[n4oc$ɌB)QpEXyDЖ;B&CVъ%elM6f&C6b!qyYPdq3_7j (2z}ݍ[N?Vս? 첆VQ~_[w7}TN~wa ^x+ThNz2p1SYjdvMPɒVM% J&s<,2 X*<%cOOYz/0w ξ>w5XoP(AZ|O]B_STյhW!Rj8&aeǖ_]A4t xBO-5ގG0f  ȈJDP}4ih.Seʔ/˰@lee:!XwHQIċ!+?e/R% ҉1(WpWj=t@#nV T|.qE,0L'Ls!pAßrь(p',흧-B8x8?lRn;Ncċ%-ٯ G8q~߯Wést tR44k!u}?yL4Wc 瓾 "16'sVM $`ňl̓ӾtCr8J8bj󢁍RdP.`)]RFUR2*HtuXzpiV05U`Zs;j%p߱Lv^ l<g(b#;ec[.ѡVz0hksn>0[w7(6g2Fif rYDG_Dn1t < F<^w3)m]Ow3uynxsQ OZA JAM%\=f1uvx=4M y?kM 7#kؗA^,f\?K7c Pzh<y2YO؄Uz-7xq]U !>( 7f'R><.wguoO&U:*~>"?0q$\=_xP9lQ*o[jrDb!fPp27o! ]ЁdM̐I&)ͲeZB&l N4>L\o^jt.?:hJl9ʹyWgtxc5{)H&\/I6L0T}UM!, q姃XF;,r c:7hy*Vh;"\4W?"Q<0ٌk.x#jI0ÖK3S]V%C UܒUs7 Jh޺ ߺKd ܣ8iW%/13oR I(!Z 65V#9)qu֔ m͢IiͶ;SUq$T G:5*͞ \%Zyo]Ey_Юg, vJg<[5`mw:/\$"$G8+14_ztPBz&F9d]T򣢶t\ɕ>±ؤ0挢XVlY+\Xd}iԆVSaPcIc͋z褙{:b+/Sg3VLjFfP@V\Eç F)m0A7Eh`Z*oD'~H@sJ{O@hbI>}iJ% E˥7?ߜL(Ru:gAiis5=7;DS=e%^\,t6onx!b7?N[$@#(:\j1+ CS)? "0 H R!FDZϬic[]XBsrg􌻏GHm7=gMw[*\T~Sq G9uV >,H),Ƃ!QC󐹈 EQӽ.jJL.q`F7"EnGXY= e4C'/\R3&* b!рd.l4wDO(B$j ڜj!vfC,͞d8Qw:Dp|:PbK#_TBr:O "4LmR9Cʑl&vTο24{%7c1%ۣ K@Koro\XFs}X2ȥF'Uu&NlٚLxk+Wo4|x{;7.sIY9f4$']u,gdciW'!yز`'#^8.Al)<+f܈, VHr<'I}C{ 2AYbє(|z@ ˒Ş+y!?}IiRwlGvXY!;ǃ**qIe\J|!_~K2aI? ը_}؈|Gugx4 XTjɩRM-c l( 1lS;912-^G4a%0?H 7Uֵt _]!Y &@X/E(aDdS^mQ-a`LA 2ẉF'$(!6Q=bfP= *lffJ5 ѕj!}ዉEWMcu#Qcl)w9s" !RG'-abMXc3!o~V2 .!LF^}Cfg_((})7믟=6 V. o9Օ[d;a|q c dʍ-4dEg[ `?i?*5Dlf$|cOy;jl|j5[ӚDm-NEpTaD:ʼnpbI7\T"1"t ohKם":۾b ZEGI{s2s9q}Ʌp1LGN *2T(fU,ZھOiR*Z5w%GODUusWEW}7T q,y$K+5`U؅gS,CW<u 3 {o%7M5o9&$գ [\1KpkWX6GN̷|-2S2;͑Y) YuDH1(uT3ai䜌AagIy[* ߗR]aYc,"WdiR0=<;.[! d]'P2(B]Jfp,(Xb]lw<_pOo/v" rQFg+mnj{"mDv8zzkcF"*M1?Pi?yzpMLPtD%AJ8bH_!qycj \ p$eʑ \`D8gyB,$fN]dEoMq~Upu[O*?Hm ֠F僠gz*gTJgs.*/hE9u/ٛf9+;5լ9\BЊxBPݡ_-8N H`*π7`6;t6fiOF  f970-'NPf瓯Z\lISBsDZ@cn6vc=s\!βT>Ǥ C=Spۺ:QX 6 RÞ)S i`5JV0^s YKPamIcNfʘhCMjUs)NaP&)#>QK Qwݓ%P! ?*Œ* {16b€p|yK? {&ΚNf#?u SVC. VלAd"T*k%_Y>U=߻> Y(O\̺A,TN~u,1.Kr绎{<ŋEucO>7TNԗ' di4=<=왗0 8,uHNIQbΛ&A {,d\mx-ef<' 9ЃCY*li?U` I`8㽄43zw;fs>Hm^)`侃$ im7{ol- arp[rEG~OꓑE^*^鲀x[;'\Ɣ73ChSIC*=¾u@ j*L51ngَM:< xy:#Obh}M1:? _g7t]M8zpb8sq (Kp>Jwo@4YdTH-=qkR Uͻ!Dsv!MÄR w _cЕLkKF0XMU.DđA B|A}25}S1)!X 2+{9\?eo>t3cJ/B38S`5c2.+1D|KinTA QC{/ˏ/*I;?N©B,WSh mNkuX6tr@܋t?6g?fu输ըl}3[\1mUG 0' F%kjB)iS_x;ԨhhjP4ʩHlXlBs 2ic(1 ȞŒ9kX"s݀@k0ŶR䫄 %}ڏ< Z7Ҙׯ݅x[PSG1>|i({sϚ8w^:cw2}NjYUjW/>ӸHi愃#lʹ¬c܇ < vm%.눿z"9Po:p'0P5DhO"}<NwpALa_:hȹNYԎ ݷ9 MuO)ԗ7("j P7l蟏_3sd)`p&؛(31Hg_L)`u{_$JKR?{%2ކc‹`̓p.DK ZΈjo{aa^6Q\R o40Exx"έ,j3'c|4 Y&4&b6xuidDyxZi+t:TI[1=Y`(6O3K2 NNRY% u)Ɇ@fbU1 UTV̵ D Z؃>9ti) #K&X_6E5|,+seTꕂ ^y{~#RѤ3@=Y~VE{M8Jz(2 >7?TADFn}w2a t)(`P="CD> LNKu16dhU޵?pZaiH#]Y)EQ|X|oq"]0T.@ hյT4J4G\[DQ0 d:L38uVB_?FJ /sXn/W#WVQ}zt g[nzoOlLo\tL}׺NIAQ6aFjlԸ=r=b* а 2 O PghBՈiNI.0 6gxRٚ_<$q5O7IzⓢBQ*N)2|hkEh}n?aFT@-92*}}v21xs=5w߄r&I}Wp֛Мt44l4.RUuFdV* q')7VFЌ,4Yjš Ꮘ@.p*tT40*yF HR\6G~jguqy4[AT\=1hW8:m@7ADggr[^MɮFJ=+ms s].Dj*PٰuR1ϑT#% !^0!,_:}ϛ#V qh acd9U_Fw"@橆?-ZZV#ʘa%o]ܑJ#*^ADYR[&Ny_vCaJ}*0'䞕qޛ p0ы-#h*CܿAw ,QF_۴|ո gS8|G<3&5Og>,U2jc\CUT'rwx2焙h7A?&@˺cFN Ā[Qմs5BPZmF.tz_p?!3f"ZȣYh`(b]tZ5m7T]R'RѪMbtdo-}/Pʎ2wޱLP,BAln2OD"7JQ+ guZ[\475po~ppT0Rc 9` ܏5ñ+_!3>L ˡuFJJN;˻3>;Z&lLX2_Dkol9HgfPZLk W}~kE ml3*9bA&[fvյz8|Yy )SID" G&Ud#H+ $o"!G@d`0LAMvXxaH07$ގrzO?wBp? ldglzU? m JQv! Q3i{ oq. 㣯{-=,s;~5x7 WkrZW%$dWlx~Э׾s'v=Z*o $gwp~43/b諾p)W@USwE$~Ib v5fNiUnZ+l4 i2e/1(A3qb! Q1 ]s5֫Ĩ@ 3@lǮTx}t(Z팛LY?caiKXڴE 6(t2hmuֆ'͊0|38b]PJK䵃r-cqi2e#eUa:c>F#Lc$Ya0<0??Φ&1F1&g݈? ˹y-̡?7>T^Ϥ#"je ҆&.8r&d~@^~s9Tn6AeEWzvzĤ T);5@ 7uuD '}CWvh[Hrofȕӄҍ˲, <:. !WnrS9*fier,`[{,BLVaVE:9xH ))eWO,mZ'0nƳMκ +{(>*]֕žn)z`07g時N63,JW^B cv>>7IPC+~ngseg-6ic}QBYkBh!ufۀ\Hi3p Y?:W'$2SP =n8u㥔J+J_VBQ6~Vԑ M 9m]Mg"lthpMC Ѵ ͤZ) m$<* R)μ A{e,,y#*vp%B@$:&^ffNs'NŬHEؕǫڭ~練v󓒥\b@gjaZޠ#gȲ :*m5Gr8 g?#r c{]!`)37Il? nа0QҒn@Y]%<`$98se cLA0ITAEO!rTUnU~HW},W2Y̙6Z?/˔Zqje?fGǙ5~gk^M A  V U(7ǹi_[A BDϢ$D〣quQMZ}jbzRm6pz6w k$:+GJ">O=k/ Y5/ XnT\&t4A1Qç"&(KҖM68Mm}tC$mpb7Wik:0X^ y cMv^޳syO=[3^ޝ|)h:Nٛ̒dyϱ;ʬHv7@@V BL[mB$&ݬ!++3 >=[fyw#͎;[GjD撫Z@w+z `K{ϑZW>F;xPy)"/|$뮵vaf7ie]7Us hn4~׳b\.THa9j K/3⒴ԛ[^yTMg6ք'3 Kʛ|UV9W˝SqDT).Řܻ.}Y\mM8_\]n}\Vz^!e3L]dZd+ 2*8M6~]kyقwnn*dq.8lB1vZ^Xo [u~>;ZaERVj &Q8?_9ޙ `Gbie^K}Xf9YBL 农fm D3y BX=|=cW[:"}fOK[&K h*"s/9C>[h *]", rWJ` ֒ǴXfM_йYnQ;{$煐 D"{l{WٴKY:;HҖn@F8Waca-Ryf]RM"U HS*&jZ׍/=opfm𹮤XU+1*NWL~p5vy<7ugŮטlW9s!Ҭ0q/EkϙTrY^y(8t;8=Yr)aɅ!J9kdI&f6gZFuw\Y.QD̼3)l.5T&L˺Ωa^K*M+=anr9E'AhZ=|rNm...xU?W {!<>•j$N%識şX3o>BBL>֒d\R.ˀ]Eg}DΩ N pUJmlTT2zLU.+.9d͂AWڥ$48{[/ZHkqaL^P3J̻^Z_B}!_d+\ÇxoU9:/]? 4Ja.y\*%]]ˠ DΦQmEyA;2g`Oaݺmٙ!gѶiekYÂ5?sekDꆵe o"L' *Z|K]K/:̓\.t\>< _69ֵ`7ӄ%-^}w]-[1j*zcXl."^^l-cʹf<- o6^u ,^^V̕z>waX ^8'P׎?=K53%\H8MŴly/ P/:-Q^JM+yoF2|n",lt[ӓ"~HZl:=XKeszGEYDs9A"e3'/mR/mG*ճA]^>\ӵgZv0\I99>ʾSeI9Ek ٴpW,b,4SyGV|닜[uqU~ì76 KXQ1t8\n /m[?CɭnEHzDXЗ7̑,)/GKtlf g%,=ma4P0k)\L^ e"'=+V%Lu}Ek5ztl.u(Wdna͌53K+ «9W迾"'lҺq0`r\wtuID/ -C6BeK, 7M_-G\XϙSc  /ת땉U¾|t r1sY߲B]wքznKu'Đt|8-Ѫ+C 5翨4}5w =o sd MxsEr9,2pܻ-M$zAյ{lo"N.|d6aZ}9/ u=HoW< /|5 N2:Vkvl=t냲p\(sC| gˌg+kxd˚7R6[eui.1/e%φ+yGՑ3|[ols\[kٶwJ+l}<&_mҪpY4סhuOPr)Ux\Jb4<۹ bo`gee //2b奏^Ժ꭭Lqz9wYUЯKe433~hm(r4CWK0SsIa^`erv_.^9Đc&8^{%k濬JlsZl;"Xl__֝sMH-I3*oJghWyFڔ<.niEժ"H |湬cyل`<&91厜.Qw`eDˤ[_kUSkEM=|9WBsM,U\n'FerHmvD8NyzqÎu YS)u0jf,rdz)F j=1 ZXcljWwT;CcvTcS~R4 $!+M8v4З+/tWUCz氣 _l/yqyqKYG^CX +3ۓ*22@:u078Dxj_qu-c|f#`%]7oH<>,5HGؚqRHq1XI)_3MC8#iq>s+wJ-M0U91pAGc,/j'cMnwZl5Tdá]{ ƉH!4-1p(T "lP0vL! eGcUA>et{޿?2#)%ӑ MUSj76Rܛy_>;U^NlgzV H qF©'#S?0n=QjWSQ9[`ƥi]מi XڶN"k!W5nb$fi q¹co%È1Gn_g3imiZ5P;b 2׀nsL1,$ IgqIU B!N=n_n0™pDi #) t#m{ LCvNq$8XBd|w:*8 }65oyϫ_pssRLqVZ gDѧөJoHm0{Εs;@,u3W奏TM$DfL5g`SL㈕,(!x55mB:AS\(aXn,cZwMDN=Br4M[g,Uu$\c`81.!~B\!%źXOmlkjJ!#!CI SIb c˜rLXrD)c$-R5Sb"?Ŋr#&{6x6]hx"կˆW58q&Zø$c 6p]G ="14$1TB4&hb;Hc Z1Rջ,:QUGD ىtF!D]ηbBL %%uhR0Wtq5e7| .c Pմs:ub#8BYXgAo\)3RCK-8-oӉC,nlQg"C0b xJlb18q.7ȶ$9 IDAT/Jp9*~ w{nnBqi2))LӄsB,L*_U8 A3;ss8`pz~$%ŻV=DLe^6"SBZ&-/.͹h:TF\F-TArU*B XF$͑?gBL%׶c8 ]KŲi{OGDt MS1]ec`Cv3Qq3â)tIApR&H?״Mn˶k3J 1&VL>g#4g8=UU1Mmxup!"cJLcgay0JKI!%s#Rbxe#Pb*W>)}\b-@IlsX+_;|Y !0#l7,ns+Y6BTR Qn%) 1(O)F*2yY+֘ XK*Tӂʫ:f n[JFjae쒗/`vVM)4{4ڕ͵Rޑ!/c(,/{HےzrIBo CLsqciVlϖI{qGʪLclTY,fzr\o󑘿*OORoRPމ-i< IyS`F,ir%׿|_Of 1&~t,gqP\a_,5i Zb/1UgH۶5V̸:[VUb4.G•HiYE`;-ZT00#ơjuuX5sB,1$xOACSeϬD8Žk6YO)ڒp8, 1iB 'j2SgR)|)qsś{7QTc9 典{V;TO8xW@'9|<sss'It:b{>Wc9Ji. x!8F[9Wr)>PN)n/ޗZPh&#P c2*eBxR9r^5)hdiGa`{RJ<g "Ɖ3B<6/V3 :q\'`̹=\MӴ)erF򢬫,YLA8 yB "_se[y Wwsmv9pr?2 ZG+aDž>M#)s1 !!09 &c-0r{|M&[ 9sU7Ôó5jF, b6VHiG P<5ۗ(I}q fM(>8caBCu;MUe^镥,0 g݂N1֜d'q-|5%G 'c ACד4ItL&?|:Es#7wo@1@ %@s?/ES+3%&klU]Lk&09<$4= )vʄr:=gUs]^}oÀV\crPի7<>>Н:bN1t1[\ܜ"Cȷ͔`aǚk"JBHСIM^d{ib$)/zcd3*HZX$JV10屛y:Ӕ2̖wc<׈Py!}v~4Oh8[#6r:FOͱx> -o^%n06'7w5`9u}{{ÇrG#Xe5_ɰ?È:/L_& 1'w;jv=n U戨7DMxC/JK[oĂ) AbTS1~|2G+M9?ph< gQI I7JXr8=?#0ҝ{D58O8+yӧ!ջ{͡bּV1*ׯyz>4Mޖc|̦naJd8B~b<#{8F )p}G' G4o߼,uPadU860s<=?~n abQsR@ӄ-yV~΀qPW5aJT2@"6&jIOovܼ>4|, >q 7~iAӉiRlUsKijaY#D])a?!k~|m[Js;n@~8q{Qp:N*HJ @?ybS{ ;^q5_lGxAGVϳVgBص#4Ռpz|7cO"75~0vb_<~zfxJߐc|>rh #U~{ cۯqALG3:tĤԕC C8pq|>_D6>#b*}}@0* 4 @'Vp%S1 GbPF)cJՁlU7JRF)rG4(Tڪ!j6:Z "o0ҡu][-Xw-SsN9V|vI݀u-<>xopdWV-K2c]1Io-o_~-[;叾ᛯFGKϳLA5Cuo=9= 4;ԏRRb[5gFHѠFq^HӉn qNoP)CMK @p}bD\<U0yxU'{Ʃgޑt$;c5&盪8*A24g5Ǔds ӎa8IʩcM^?v5L10=фCUK4Gӯ7! '0ϼK&4Ә[#?~~ao;4W{^ɟפu}K?G }O[bG 'N[cal[w*֐b9&D!$;s-%_`ma*b,U<X8>3~Kq:NNqޢXÚ<ݐ ԕÚiLh̻9KԄu`o Qj2 +x}0 Lc&Ơ:ԖSw|&|Sc;Tq>)ܪDpUE׏Ձܢa_;2Nccml+.⳪9b8s?'?yH1b a$8RjY!*1OT 0AƎͿ$:Oc!quܣӘr9B_߿ۼf%4\e1((V7 MN1St?tJW-02Mk{%N#Q)eJS$D]8bm3I斔& 2u=n@S<=?4-{0< "a<ԃE3!T븹aLVg UfVԵy!$?S5U}_JrC^kT'NGmu0v@+НW#1ѧ+10 Q S2$^ܽC=$dNg3QgU"\Qʢ+O vwOsɇ?g =81p{s=Q9018U|<MM*jZ^ܼ}C}dt3u):4H~ I#h58![cǡD_&bKaRn9U506mq;_=^{sc3L_?sΔ_g0%FBcy3IabJc R01LaĈ?$*>;|?awv{Lqj >wjZ,4O=,%*~ou8'~_u|$RanZK?L 3G5! -! N.lH6#֍TuC? LF"*JU ܢy>Qi)PtgNH2 fO'BNCQ|þ/݀h 7%o~E$ʙ\nҪ2"8` Dÿ׎ďG^GW421DN@"T7ok~nn_!)a11XL/k{7YÊ?N 09?qog)eMb{>as` 1_Ocvu>޴7{j,C?ƾYKq>?N 1qDbs H|puDsR_Q/pTFzƿ#Ǖkhw53#L._Ց%k~'o9 ==_~q0O_5RU7 Un5x^/ۛ[j Ya ೗ .~F3y`lPV2#eJמ)bjO4U6-x&~֖n񒾽GHQC8ܿ}?[ʥ2'sٯH?GވFNpCSML#b& #4xs[ԍtǎS߽}8DG/)OLZmRj c5Za=޶!8掇p;?i=|CD?S0eoܦƉo'_*D6爴N ۈ-ec3;0dcr l&253&\hhꁦm+ϡiX] yǖYc!id([~<=T[5WcX$g\!b|4fw'^f8ACydﹿ?<=5n2Xx)q&~?Y'\8 M1: 437w 'oۛ;Dͩ嬍!NV=ݘ~ǫ?9 R\ pRKgp.Y/%pgΣRh%{a,i^gU܍|1h۶\78e5JyirZ~?`L.U䛵QkDj9y:qE;#[;fGXy՟TԌ3<#ĦTik<}M*W4F޾m;Á=eb;H)]nַ7MM]U8k# RV=;gԖ uBz1 TY,0OVKӴxO\ ~KvƸ`TCO%<1tGLTї)\jںA0HJ-:x~x_!5ooΛ7M1OHʶڑ4f]i:G[LH "5u d 8!5-ԬDobRxi>RMp1=)oqg*e[>T_6*`+RcSHips8EJYi-Z !fNwY0<ض;BǻÞaC7*Ge#Y4C8{BX4 e:#j+\#.+y9*R& 'SDc~~jj#j-8 *coH/֯x֝d̂H+ngɵRZєzgb?oZtq[͓9>=D,c1޻ M1E 4hi2ÔeuydZ 㘕) ZO49>wLӔj5?gv,c_a y̩ySBp|>* eLYuTDUWW;PΒIxL˲n͕YW1isږ3֑e,PIX"\rmT{x)ي2|.ejRRך\ZX=KDi3Nfd.E?r|~Cv!em C"KlTSyD\sPnw8!|4' )04uUcE&tH)HqP=`\.0qꞨ6?e0x1(zFpHv[ZQ!/Iq.)KU8I!r^zY%kĜW%E,8z~qC] ~S.O8_%T5ԳA@YfvX5w *O8E#ǧ̏8Nr_YRbv݉]-}7bjh`8MY\nsTm],V(ν:=ueJ<8pG %S7?)Rڤ?nY ?dʪ>]V"_ɻ/K h4T_r#Qޯu3طihJMPr')x~Scv-_uV|7% 3 d)%)hut%rwa13(g38(nĵ/u>`054psxMI!P׀q312ݢ)#TM2T%&b0Н:~*;GEr#N]@5=#)$x0L~uXϩ ytz[D2@r۵Kn1&k*M IDAT˜O<==/'~5PL3Ew?+EkQBDuAHIKߖBRY^<1 y)b„w` )bhLqdgDĨn#+SeeFƉD1}8*}xN>$57$Q`|Ys H? ț7o1(?oo#9>=VF+Ծ*gLu0ͳ>uXT15RVbkU FR)| t|Kn[Gx =8ow&Ϟ=QQ&bQ1$qg D26|LO!Swrؚc*1sbM㊢%[I1yOJ%\]R$ߐC8*Ǿ~;T(?ݟsz5_=_|%}Ô_r;v;R;ыsg)8ʺ784ϭ—%u`ްZ\n9 $鋤\d9*ڈgv|}$!%Hz"DkW,UFL9Ȝ+dT*IiRFT%;b_Ҁ,f /(]ˤ4f<o'w/}M[9e'CLc/H"1c 4K@bK]Bx܈,xYa7͍"ݚRu/@w__P q c0a\k, c`r:WΠ"vy!Ō#75bC̮2- ięLs֑Ҕ<鐈a,/5IG~ƀM9c_ο9"E"ľtzɸKi;cqMZIF  =s\\|R*,&~_o̝5`$aMj$ExfEe Ɩ#D(2|L^7;mgG|f/җ\"l.9-qx٧TU=|X@"c\jw<"/Kp>cN0C1R!8ˆi)ySpkVH6|ɐ ]DueHUxh|΢=,;A$%$#N?>.-*jbؼ[[XaEylru#\]66jA^VJ6Gc1󿻺fF)cL5criBԖɃ)ʥ&HnpZ7nuq4Ye--e]H!9a|;$Ss$i.Xp.Su>m; I~u"D2Xi(Qo9>g6#y3;Z{HʄyGǃG~uS9<QYri\ƖR\}G֒HbVǠ"uk*-ܮ"L#V|&5H 1hrEk֌k > Q4y&)Ύ^Q،"džP10F7* 69R*~xf BuRlb#ĉO3McY" .klB\VW$QkSHe;%ۿ?&ʺy ”2+X糁f$퐇X80c+?gokz}}5}9w|ر),BZV(iVJUEHBJ*5*JjTHh)!dCl׾|=}9ט^i˾Y7c F@ʴht|tXۢUSW3FRtn"`ifX3%Ү~Ʃ<X7i~"$=Ø Ӆ\{qm.(/=uzqSfUpׅ1kw;l㳩vzb vRBmctM(ș4xSoA6:T%M P%( )K&H5 ik)VTzFn8keO" 4ҰaCB^.$kF >-QJ - ; њV@VxJuFGm'781cV=NOuG'|(c;0{8t ňpa* 1a!ɒ9XG"4 JPmd. N"A h%/"9 3cbG2R FL*D15 PPbdB4½+c"6y i)e58{y^H.v]o}8Pj齈ܻ@MLlƽå7RHI5nȁW^X ̜FSpeFf(ed2!! l91 ;()d!9|q-"mm^Tʔ(KiJ: F5Urkw8beFTo/CA&e݋PݹQzn b(0-1F:7!׫Vk1cU+;nMVʻVʾlkxט<ȫ1WS3lU(td Ӯዿ ^q nP|kWix??K2afC ZrbdU4kP`m%PdgX[#/SÈ,kO}k[||?ig(9^G h=SesVU$4R[h-@7F;BP +P"82zѺ)K~*^Bc'hAE!l: -3N۽4e1?\BɤZ;JD/@5ֶWKgSF}7'wՈol[HXo4_' >70c]P,ۿ/ Zw!㇁thrN+Ѹ*yN)wau$pqtX׏ a0罛35*cXv_[?O~yski闞gU\w Di&R3E;"&%S/Jԯ!T+;lShI^U$)G ) ~r[ 9>laSciŒ"$/ ƒ'U3]JYSITähE+V;euubλu n <*ٳx?(_uP5`FoPV_{?͍?UrJr քƃ>" mAx)e RW@kdM OT5(6 K0=WF1 R-\nvDmj eVt]=LNpVcM?殥7Lf\<Tʮ7|%OTfoӿ))@e@.%.e-jr8-zv:)ygaǗ/Dfj[(xe?, 'F+Ƣlu{, GTZtM7&h9!Zr=uXov?0mY0opEbC~goFCk?4dN?LNzBH= (C$$NZtzTgy>eu(NwͮP 6&}#")i4V)#!ZC @5>V8A0gI)S3}58ۡ!#k-1UœPzk:.r;?yo>x_&btИr3}38}_S' j;`HQ5%1z_UGxK$H~~ik0n Mi (`M+HT9`M[ql3Y\cQr(9Ct}{Tn۷.jZP"dy6n^/J 1v6Nw3X."U 5ݞ~Ǐ2!z+ 5Uh^J mBAXv >,ir@P6tQu=riXhCW$0myJC]z$񝣒RՁܬp4CW'g3N =Hjo!~YMϲyU!1MѠ N5F@kIWi-?,Qp"9. %IbT|d1ݯҩ~ $qTg1PU5VwlJhJ Nv0ܬ\saCɾ(RzT$I;>!ڱ̵3V-{OևPfwtuw>c Z뵲 g "~~g?b:`2qwWR718gLEx'ŵ$j #VծVG$ZUh(( ц\ ژ:Ma\K(gE-Yx 9fV)rRd jjL cMI][ tÚ>YJ-(ڡlEe6k[L',WgF6 聶e;}CvuHzs3/0kx ?͑9aNHs]E RX }#0Ƕfh-i95u̳+EH 22b !r#1*(GIE J`LC=/d]j%/cO. CĄVNn*)ih3bSqu^r#U+DTiKu%l$ӈP/y;ê: 1/{ l_mlycR%gkrmjƇ~i "^~ʁ:Uonݮ^?IPהX$؇Lc).UTII}AVV&fעT" q גhk'=63fN.JFWh9hE')2QKQ¢ș6m$EL=z7RjR}NEؑg BQێ!Ԕkhc3(ՂQ:BXrB̙lёs؁)hekY]c8 UqQ1hYM8wn$PD傲su_nRr/a-I7%byFZ;RZJHMh6n" 9*PBd:8xP`:>WGsDaۂ^Ot}pM]1\'n}i;"K z5$z3pvvbćb5Zn1ᇞ!CdMy^6x߳("]:I Fl}"%#(̞!(#TgMH~뇌ۼ½.2]7"7eDn-EeSC='H R L?DsQ AYyav+^I=F<ըՒ$Vjݳ9jE oǹ UP6Y]Xc~QRwRrɰh7hKlV ݂tqd"p\6fD02C be$Sr584Tѵ"J 5!CE֑cd ERӁl3 mQޞM}R۲3gyQ9-u,,kq.8~|zz}:L=U]=Tv?2ө7EMyRr0Vup^Rq(Rb}_1Kr8I9eP.U]\e_Њu?"5.?.J`16Z4J^,FC WIIQbyꬳmǴ'fWXu-rf"D mM~syJˎ5Yɫ6]/q-C˒d&iNSFחEVf2}Z 1}WyaNt)1K q7oO%ч!yƍAJ0xR*|oz[i_1DN_L ֶLceC/}>D}us\1`g6lB-~hJ̟5z` IDATE:- I)=^6b"N N/iVUlBi7O_5w0ƵRj'ӻs4 |S6)ʮu{hR'1Z2h,sڭdcꢩDBMQdp t0£/ȍT}%5#y%Z!nj1Dc&\2h!m9i [5B~NPjEk' c)F%clCH!{V'Lto}~f9ܹ7vjW%ܧ5Y%S0V81)r5~g~gj9ٝX=cSWtlⓟFfjY`u2HϞM; g8trlgv;)v[SEDʉ͒=XkD=(M ^rtZE!JϖdM6Jqih0ilW ~+):9-of4|/={y7LS쀼h{d\P~W>9~ )n7/U9KRN5k}ʬuj*vVeh+ &5f%Rl'Sy;.uB8H0(FMi%U%L %WvP*\u+_ !ȭ{_Eۊ:5N J/!MW.(þffو"u1og+q򹗸g5|lҢ9leyiطR(ɛ *7O/21^mLGs2*.~?\6|v1ihk=NE|ȇ)g"(3*!L/bLlT$PJGuFd7cI2ԩ1*{~8 "0Z͕B+ CJEq )ۮcجieu*>}هD;A,yw>,v|9~#\}T~=#$+o I Fgu}k}NFJKz0$;XUաq+ɣSw1t`̳KR諵|t9g2R&+IƑbۂƢi0u9>:HccAB vXI̪~bȕՐUSDrV`l+v4E3I[?J2n@Qn8hK5g5pr?0{N T5DngX74.afR$輧-|Rgs딳'?&nݾ|-">=7{Z\L5uR{%Jʉu#vvm ^QZ㬤"ҒŜni1k_~w3z}OXokI!a|"֤ŒjW\,جV0H7՚pr?9euzBlznh^{ݲNlsov3*aPet\Q(؅TPy}~pSZ\w ׾ $adX%fؔbgXp) tM_P[9%+RN0NsbUD })qUP*KXE~^_nR>ϝ]Tm@$"s7EH#ҖZmXjh,ֶi: Qj`^/}wI!5æg=xp]6kxk9}U׮1-5R4M*eWo<=HGQ+~8rՈ Wf)9X*BÅm%n=/h_f[DŽ@Cd6݉Uuwi;>%zM5u)mX%Ͱ@k[4]K1dc@9U?O~:' s '3 '7g~ULV6[DC eE ~ӳ8?gZ3V,OO.ioys'=q! L 7̦4 nǽzim|^ˉ5R;ݽ*bT?ɪn rJ\+ ,IÂnr>,xϢp4[=cb.L33u !1&ާMCb`Ifn&SkCH)eVke!&lpjFyHu!Uu"e (]g?ْzIkh00pҔ=]kL&4M' 0 !Cd:rr&Wp cB OoN iMϰ0˯Vv-Zs)lMiS6-yӣnR{uUwN%#otA4Nƪ_)xSS5Ce/ J#L+U2sQޛyo{g ʁ: }1i'nc{O4m[W?LЫ@Rpܾ}7=z?tF 50ZK,fam!1 xxv}iۦ)dʕ{(YslSGVó'D۵L:zl5lJkf2(\|=ͥNe-~ݔW^xM1q %@ޜ9;呿=\_CFu_jMXmhg3qv4)lN3N'IG^d8'. F>kjdvb{JU3}~`j/ *17Xױy*H*q |;#?4i+!nr]|~HI r)Kt=MMGH(nҊP `~L =|u ~us&KA!9YBZmsRBtRnE%H;i F$i ˵?.'9>>:H8:aC+7Dhq>Ocj9?_q_igheYZ-n||(WKH_:1Cim7L]KlD+R-no_^W T Ā3Gxp$Q`#99e8oq͏_S4Q$7>Nx* sϣMG㊦hMĜd2LlQˮARRs jBAq9hC;XNtQKloخپmLtc(4zrXeM5/_R #W LLa; X'ReS ܪB, f{93 4,Nqw}W_z羈,pM7sX i#X{Ҧ'<q[G齃;l.#Җ85ܷt/+;>p?h>' {|/ 3;p|ߔiyxv˷'ԭon8;8WJxY c,_W!Ū+4D U\dV"!&&&fte/㚦VEb =8-Qs9T| 4M5F2;>6qs#V[t&E٭7gXV#SϹ.L:K֒bѴ-F+r~u9odR̄7~/7UOAd-`V 7ͿUWeu{ ?k_:=fpiyrzz&Zg`g{usAK);4 ,Nh"}ɀTmhEMi˗Gkg]CXΠULMVUdr wˎ5n=)m { :ڠ)5o&d'b0皪 b!x+\RR,EbɄ؄KhSxJ(]0NN-)neh AⰩrͰXҟ "TncZirGGE|=}ڶ{WK9[(DBK; )od`-VQLR?0կr)(AU`W.d1A] TkdƨVs2`n9v뷖f2bhlB״nML=ȿYdB 0,$!A&$REVkBdIZQjfݔn"PW8,oۈ~5fR/Ka_.VŚ%\cn_%*veo4%n!Ls")IRږ+g4Udo0'R{T炾3ΉTC5ոǕ[} H1ZWBܐ'eI9Pcrv5U>y! UPHf)(1&?8GGuGz IDATJ1*)VS]hekZR8Yj1?K*UM58 /oU*{q o\dqtlO+|ȶ#by <+ֺ Z ⵤVRa.E1W|v2J!pS0Nq5p gI͚~dsv윸jUPܥ# 3agSl׎UMۆ҇>Ɗ8Bmhr.zRsKRdtO "v&8];lcJr(ѶВL:CA)Q3(XbUNusuҙz :b"Ō+ J\״[כw.ڞ{?T}d2<&8)*[! P~D[ %[P^hLJ"!޶ЄO|9Nz՚v?iS\+rZe#`#q M'՚=­MI(ENgy_|˟\qknp5R<'Gz⩧f[rV'~P.qK@jUpG[Լ(*`\D3?:DN4`,i%)Jk[(e@.=93_zEI 8@q-Q%2@I-5kҤ\!3sn[H-DB>XՖJCh[?ٙMVM~GtԱ:FYr廾W>̨!9\K6 S#9|NQ@4JydvEdQf ~'ŕ?Xi'VN@qt4ϕn~r{}&̊n͹ ?򝿃“ERXZ3>Uwxt3ciy"s0 0ZJTWmY _؎_Vdƚ4#WI(ڦJ$D_QHArUFd23R)r@7!0!}"]alG{ld-xMë/ѥ lϹӼ㻾/P?=n>s67/i@?QCiFPTJmRE `.PC0 1ό~{w{q-miFg|{UL;eY-qf:ݐD=~NO' NYh_T)ܽM-]uǞ/}|ᓏdᵑobHVځeal3|Jo7~_ۯ3|Oށ?x@Q5pYt09őaFmUG^Z(u~оvC"fum-c\s*vhH@'ý = },=.j2RZ['F78jh050=!:9)LbNW/rwϑ5zl73NT)i~t  ? %)Zl ueA<=3 c &U9~ᏹ{뾆V̼ݲ?;gw[ݞjeHN'ZAul_?坿A[WrpVw)z!Vz!R]>|B);6?!|덅= 8aEt - ӝ' OpSʎzm$ƨFTZg=`< p5܉KΈE!v5EnUJ΅aҲd]LKJ^xٯ4_9.퀐Z=G=K^z = jHJ8wJC1*c\㴢穮#-w:U%RVjvIÙ48Gw%޹3rTKоNzAsxTzToU[6'R.#c!h0x ۞|< 2u 8Wu{Fg/y󗿘羨X3IJYs͊q(K8ЮmvBņ }KOo>w7d;tԂ_pן}ys8fDw݉Uk.d)Vk4a-m|4mPQfJjWSq !U07S :%|頲ҚVeb)ܚn iXSVWjT"eRplg=.*1!>@'S#/["w-f9RlE0L&Mb`pF‰t_ @u|GO|7K_#w՚54J\vL7|;<9y?4m)aWb[DkzyGrqn.$z#*nD;ěuH,;| x)%ZVw\@#>NnԬ,Zd z-PQZ") e# j3k:\hQevV5'XkۻۥPj&8݌ AwB1&s b'FG?<]􋽲0ow gnT& wѣb>$ S}.Fx;7q}}7ǙKه/wB<1D}~ ǐ)U^?٨WZ#xE8JiA"@{zɔ1E;i-#5knf"ǼHLZGE8PQ擜5tK:PAR=ih ޭAcrޫP劧I8 B(((f{JdŸϾb%EXXv;EZM+i8ƥ#~ 'svK˵=, eϴ9#,#/wܥbzEJ/KĨo'J%?bSUB-] q~~vǀ+u)W0j2 RH x*zVSGtp- !$ǠU=B0s9Yrd2^~] )N(}9f5`Ѡy-Wѩ\l 87kg8F /p:px/A8v7 %@T¼ݲy-v7o1ow9S- \mj1qEbYJL\{ޢ[8Wm_UmGT\ٚIl9ku<:%]}ϻ%Iu=?GfуiH%+h{Kc9,!Lj0ѧp uGL)H:KsՙR*Lγ>ZvBTeC)lVaS3#BaRt$6qs^}&Jðy?3o/W{İV#CLJ8A1:hm!ZV2r8$qvv#7o y~fbhU1ØV5S"71vi׊I]Eg"άG1Z_/Doy8ew6v%Rc0F*3XjScR)1LqT <_3.yFd /ф65gz-%"Z*%M-6ٝtj&h^vHӇ c`P G>ơĸܟ!T`^gu棏&hZm:jX5ÓNF~7p[_ҡw\嘿ҫ׬&齫Wurقʹ`n^5ߎJqR0RCE,R4L]9.$ ]~s-U}:/csoЊZ4T9yZXw럸F)炒nB%%G w_;!ӨĺxRϷnfYEْL{qįH W\iqr\m=0q)Ǥ__`޷~.H+@K]wBfrlhMKWaᰴl-ILu\-Uj4ov Gߘļ4zNuG]-iu֨LjJЃ6@ ^lh:)eGUzbW5]PA{kè@-*|3Q,s"zav."9"H7U|5^%^I$ZHLcSݹ ~(cT)WE1FDovj+[O.Xl7^9/ki:/EfrLiTd5>s Q!!@T<3&3Χ?o{=~5 lPycvb2+TJ;.5q1.fr,{Uc{[oFJk,O}is1i|>[ FE͡y08` JVv|K^ x]d1\1X\)`,'0ݬRð¡~\g 1N:޴јqE>x`\G;!xRpֲHk+41E#M!%a!Ac_) e.[jeּӅrDZU,\]7v-*b* -^78ڿJ ʔR:XwpnhL ގ3Ma_-e>KƏ ^ M<*ykAͅJB L4CҎApLl{= E<ѭƤuMS<_cQ^^_G{Yd 3o)eOpGu#0:v1C ,[|?o`f\$gg;B3Kc1Fm]DqX/]6Jo/ԯ.Sݥ%Z>1\m=9o!R[69c1$22 IDAT "'Lk*ݚ #)zI=Ϥ@VR&|F 2Y-eED:;6N'tl}&Ł'g %5ANB-`M0oWZ[(uoXGK蒕TCiHcsVqx!w~ͫ7ktT~_󥎽rmڭW\Q85;4nȑTdYqr_]hc Rxwf=<0xThI$-Rt4 1:mGP8,1%f3S[0ߴ{tM4D\p@'gX UTZtTt3Li޾FxGR_P,DB$W=emVQH%\5ٌkw$j^`VC #]f54p-7g~^ y1׭Vwi<6JK;z}%*RA.YbBЄ DL͉!هԇk׮^R0r7ܱ XͰ~}P| 趎n21j{䧈6KC?8u5gTk  PJmM>1֩W opZ",IM֭%!5\Sd_m'k֣*yjWF3KVIAU2CzrԊPlD :5zkHǡn?7Vȴ LcdH0G?_i^7QK +J NPmvX{tv]XکLQV&d3rvv8| /og38CiμZl.&TU 3۵ 1/#4v:%Q델YEM4J풽* zq^h!59gSZo6Czp pxZKvǽA]0 7w #יbEp6u'=F 7c㔈jfb"|7ď4$Ɛ uGVC~Uܟ?M|;T#YɈn-?W9Y/{bP}yo 1=9\x7FBTkpg#cPj_2ܪK;a |`)fr-M}N5Hi~| i"UNC+4RJFfhCjkfn*,ESxi 8آ  31TB&2L0 O~7/5E L2#t -4've?](b>㓊ʳL g%BT,.HdJk&ymCxvf[\% (\2 nKi+n}E{wңYP)JGMyOgv]@paԞ];Zq護vԪd='&ڠ.:' :ؑn_E*F|QЙ]ۡQh*wDC@ÑSZvk W6Lm"!W #&ˀaBDS|kM=Ey;CPwSVúZ07$Mz=^LSbṅ~?_;u(X丸n<ƕEe& w9s_W>묧A16n+펋3hX﨔Β;Wrn+ Tj~@{?ɽ B à#C䞳n}7]jJ4N:Xm^hBHBiNh,vc"P߸Z]Ao*Po՚z6wSMwδVaLkIgY>7_רRi9+%CNmc9?_t aWַAjѷ^.~zZ 5qLSbNl6kf?[;6gِ9c}MjTɈH3ڵ5{eBF NʜWCoNS鸏Κkv>hh҈ ijr(LV&ii4Z6ʢHJ![xIq`.E/)^qwKYAڽJYƞZ',^y[jf5[>/'zQo'WRra%/]W ۬v :cRΛӽpя"[xoq׉j򤺳|BDz1acENy~rU"EƴaYoT/o/ɂz-6+{҄Z=5YM8$5A# @fGeB-CIQ0W&:|wk}tyO $[RDqeLmYؼ?0O RЬa6jĤIOhHRtW#!,ڦC78>AݛM_gZuaBBXpk0@1\/V2VhVq[^I.B)[K[REj( 'ZVTfSл0) ZeVZuGY-U|cP3֛jm9~Gv7FIknW^V1mR/xuw&wAyn<:uꐊяi!E42T+#iTzc8ӋZ5Gi/[|Ⱥv .*jQ &3[t.֛ ;}@DSzq<:/Gph] xR TiԪ7<0G+]^Υ6!$c7h{NTVtWoc1xv[d<\lj:'L|~ݼ׽}2Av>r|j-Cif;?߁4-zϒLL1f(40Z 8<˔jWv6U/8}) l\xGkq4fbX|I QK~'%4v]EArP,lך(8yQ򲧋gN BVeԂwyٚQ~2~Ilޭ[iKkC4x湲֫Q4,{pUaڤ AJ~8B#Df3 6~<Ow}=/5RnRϷ8 DHw]]?c}@|p_cJMĤ8MFӺi2,j&m ,4Ǝ4jcs 1!D;BҴ.k$RY;*"eM*tҥ"\QAVj"NWǟ`{qnf3 }! l6'qdFR :SGƎ;- 7X[ꑋ^WnWVAC&uGsbZiBgWɤ5| ~U}}1^Uo׾2s'y~Yv@GE^a~Z#IR!}.ެh^'%oI)Q8[NI^B$8ml6`٣t^ 풫>DuO"oY#ۛIbb.Yo"~@:q7/@?Q?]?o|Fe&ߺ_zWw{V [n0JʀOJâU q>+o6*Ka"%TϦSXzH7uy63!Koʀsc.kf#ai ^A\EN️g| :`,u6,dvDZ8ô KD^tLr 5_V3Be),*p#TjSwGaa!LK'Ǩo"H O)%DOlگfa>—>x~ŃR.s叛EU'ZM @S)vd/LꙂ:Kw\ך1Hk`dE_Zgx?0y=D1!FSbQ|IFL w9xe[4IKgV}6vUfz8 RlYhK,eJ.nF Jbj焨y|ͤ:$Uhxuz-xU\tTT :/coK߃(YG/yKyA^߁ 5ItvO|2I1R=1ȸyQ68:լ*0 ANd2TUEhe޶j!abպ5y:(Tn89V^-:\ 8[XN',cֆ0`ŧ"Cc&B҆zց] bRKjX x:@^vCc4]ɴYP+Q$ٛ7pj2q?j'uBt6#1xibjv)1N ;M`l6ښ_Tq^3vޛ<ػscl:VT"nY(u?hɲT#t0Gy1Xweɔ,"8&咚p7=<@蘇K3ӄ.dU2(E] DUO>On=S:]x?ŠVkJmX(&h\ jL5t=K )N TK]{cڛv 4V+o> X5ΈkF cJpIfeA~/{up6>+3{ghs >*vT%&EH=y1ɰiESUʩjyE Ӻۦ6Qv05Th*K4^tC;RrGQ:7ri@$D@ T O&Kn 6!ZH^*BTs]4/’H\4vAOymɪ[TQ @MT֐ ta>THٜlhg_擿3aTTSvU.Xr8=䝶u`Z͢QPJ;\؋(AH[_~oe:jNà$tYJ*1$mjdP+U8 Ͳs ˼ٜjޑ/zsHܩF f՞ ~Ee1 x"iƻQguGƝPЪx,sQ=NbmRH)kщ@d(Kf7jΟMXg2e/zGRʏ-ic FhTT-c }s/]H q6J3fԚ̈́" %u=4%8ĩL -mqhD3a׈%QB!q:Uox{!8DQU**7N|l70="RbBњ#f!oB)Bɍބ6M.4:U9Tu@ow9ro~Ԃ9_ZO޶t-|q: 1MqHc !/g?~ !\l@=`aޠAG>#Qrު<rmh=[tm1u۝Q|;>A/rq?`?kUK} R@\֏2{^؄֠UYcvxU/}o5Tkv Sܖ_-hZ.U1HtA L9Hk` ,H_n+]~BP[aŚF($n"8ڤAB1cOJ|,;}N-ʍ1 'Ďx6R-"iE^1%h2m`.KNJ8Mw9g1:w4R Z&EʙLҢ[E5H>"vE.A!at!uS]OpamNB^!i1jQKuXFi H_2b'HĤ5>4Ӫ[^K@B3qU0T㈆}p^gixQn|S]G)sE\'D-bCp,%Z!;y6iWm'!8)=΍ IީXgZ`7u sJ$4wG{ qŝwf"w,9Mgؓ'k<{܄\ ;N4 :i4bӀ$uLtjSBn(CHnܺز/7/hboZUR,4SƣQ]GQhc4xQ4sER|Sf:_ud</0WzӦq)cq|u.Ktܣd &ʲЋWu+kxqu*q(BJSɴv=uHH7 SRgH;ؘn ̭rr%qŵ{_ō/-7 >gaAB$H")R"%KlK%<\S5!q%~J!{&/I%$O=cGK4E;Hľ7޻9y8t$H}:H0l$*^֋W/Q6 ,+Ad""6`sU)4U%sReYjqp%TG/*Zp*J*y>yʰ)>whj禤]~.'֚QEIǚI%qGLz0ILF6WHBz.s^{s KAT]կEZbB;STb?! &G+6JlMהYYOYAxz캜F fFibAQ՘,+ofg0"DFΈ~p\2eD:!MQU3zƓͭLJro.>F.U n\s/LH Z>cd"n{}WV^25Nꛙ{nIZ~xE`X͜BWhHEV UA#\b@JvW~Ka —U3|٢#T2JД ]!*6yL]t)J5! l HiQILf#"SxVTR%mNHI6Gaf휢,n'älm#ibvcc]Ii=INmh4T8`OyiP_DH*VPV.^A8: ٍ@+bUH{[;v臀Ps'A YBPSӰ o=ʀ X¼UPRgF'L9:RL eL 6a0$Xn2I&I$)ftoCJBX9%8äv/#piLڌa ꙓ=D8Z&"! (?I Dd[e)05,ҴN2) ;(!'(br \A$ZY7-r'ܥ?St9ڄx4 L cDQP͋ B~4gs}°h5 Ǖ^g᛿*׫gEBJ8me(i-f#Uhc%ڄ?3/EUsu7Ɛ)q`› @O=Ɗ^Z ("^[ ̘ƜgНzr#(>z{O[%H)P*,_}eI`T{,IZKxB ag`{Th>\nIFwjwAp&^S*TxUI*CLxtgFS{@$ ʓb$`~~WnTOia"B*[ *# =/'"s.&$\ŵ&yY **^Odfh4Q,X[č@HQ)Iңuڪ~`(1ޣRp6B*2zUks n8`Egz Oi-xou8xTPjooARtҺ^~>x鉣p9|z JF4Py+ aU8>_zpZPp˄|*}-,x_D{$!8|p(H8JCXJ4 [ "mӔV)e~:(DY)1BIm*$ Y(!c2,I[_${p/ Mw(aa(H|j]?!TWyJ$lnҝښ 6:#R#R~ipNⅣro%,LX XM~5@l g(. ( <)lU'wE=Դ5=j{Ǵ!ϏoիKZ2qGQVu?O`K{gf.uI8Ve :n*jJҚI#jMʱ|QhIXע!Ht[$׎.V.>9 pݶUY,si67Rv}5F*(*R9 ok֕aM{ |BԷ:ES&)0*XE ߏτA^*ߗaXt^TB##,ڗlJ[)Qi[f+%f^n $l6#ТώCQڈVW, iҠ6 )Sl jNDdZ( blՉL]EV.(~xNkCǤI&E0kI-ILa (b]J[ uz+55eViL!WHvU\BjvVq|'qۅ2ŞWfeT{(* )bY9W7t^G:*ꅳ z @O.{+RS6hV! Y>IljDʊ$0sCWQ<)xP0,Z&DQUAUTx-j|QMu3 (,a2%Q=2'N{p(mkQ\v%1^}>W%F'XJ0ΡٝBAt{Qu&Dx)Q믃*uBTmRw]a9;KiGUw?MmJj~Ya٬a=ԟM[ش PuDJ њG͓-pc7,&ԫo𤋮%N$qMYAdZ(h4PRI)-\TBlJ|m0Ơ, *HCx͇41};GQG=zO(W8 ш&n7j{HG(^ :Od"c[,9u~B#~RkNH/|G 04r"U4&q"dZQLV=^eV݆RXEFWy8 5}3#fǩp^k-2|x-#1U3rҴY<9bׅHF {CgW f[oBR>ہ,1Rw(DB^]\pܰ{k%i-t~#l3VHcLh4JC&㏙2I8ŋ;(E# [cR9!Wnp)NBA6~22Mu^! 9/+!+c$R&y )*\UC W[4 [R~s/ HQ9 Bd8BpЯ}XԺ!mUaBHMY(,\@S@ 4S> `Eڅ#-y>A. S2jD}+mE52'm4j&XWe-=7u ArJH,hr\9DI= ݯ,PG(Lcz%_۝ kjm6e`X &"nur*jlxC{ hQfff$&u!ZO26fM3HUQ9/0IX(zQb$iZFU'3*rX(Ålwhh4; &TE1ׇ{(Xj!{dC—%66BJ]i "Wu4{ gkK|>la ײȈsfgZL#čc G_E)kg|YW&4Y2GLF$QdojZֳVC{²vu4Z7'+,.sK)t{(h4h"{z)R8-PuGg(k- P kcDgD%5*8XIh VXWyуzfW6dxkYfQn&*gVNH2lUh2}QقWU(/3 $M<͉DP' \YblEpiF0tF0;%Qbm;\xIc^^ߌ*֕XS̨,g|-s͆Zg4bI+an/(*8 @ӵ\"d<Jm^P th=Xa3+L7Te/*" ʜh#,s_w9~K]u,r8lݥTeN3TL0F%RhΧ)px~1 : 6mh&&KK"WLۆdeQ;ʴPqJ6!u!go/kmV[1N*Q[X$uaopQL)T÷ N<;81\kK{%̟Zf}worPyBkjk0gBzGyx*1nF5~ґ6RςCejC& SLT7I,§㘌-q^Y͛eJ0R1%O+w?a#u 0JНtHuw$D!DLYPk  Z!ud062!5@qa:-ɆÐ&)K=sߦ;WuE*N [ i=<#u 7;!wiAK< G9,xyͪ,U^LE$fh*)lgH<:j$ECBKF S*Bl\Q4ehN;PoU٧ ȂapGmE8:-C=U92݃䭓~I掞|94>i7&1tN-BFDPBqVW *Yֳ'P|RUQ''4sʏz/@D8[ih^ekkg[ WAg'U "\hbDZ* /͸IYnQ;4(XE?{[rPc4訁G3n#DĠlr2ۛbzj w7^)n^DYf(E"a'2$u#$8b^c2h6U]j N 82n^(ޓ\U=BUOݾ @L rp88;\xY8tSLB-7oݤ*m8=LO1% Rzw$5{TƦiKX.=5nݸʕ@$%jsj"c$QjpYR!VG?ku IU᳠8<,IloQ: 2"W6fې-r>2?mXէlMس$Ü3l½;wvxk]=q䫨c0h & ?-1:!2-=M|O wpb38-6Q2s/qu6c{m2: QݷؓFYJ;BPis|VMʲ#}!^/^_9RmJ-[tN3$vgYߺw^ y&7]dF $qxӦW=a+Ł;"&{%QX y^R֜?"C5Їv(xfXP^HKYC:RxzϜĐV(M2>uN3w,O>5.Nԑ;LO&IR$wU=ع@Ÿ})^9KY <ksnC8<9}|S* 80}>& zN!!~qes=Ûtѝ ܹ/nN=͹g1Q˵dg813@t ,ה:_ByJۓm|HSL缳*izfa_9qi]bTT|).>آ絯co5rCъ0ў#YQN# WX:xAw;f5)w5kN)‚Ck^ɘ I0אBYН;Smnfʉ)nnYcyVx s. {ss88~ ,,ak.P܋Ia"2aOfCl@(Ya. Q4@h`):BlFB?;t>Gw9SmIL+ G~}+TWVc2e?ǗapgxC.u}ɖhrx̓xoύ( Rrt8'&r}G3wiڱw­ah^`8 Ҳp4R:J[_cMSUTVe8 }A>5ϫC(K_Н'͍Q뻚k}>y*/P@>S-.U3pg0ȊcYa8teI=<.'#&o板!;kHfCMq1nMwM;,,^f8S%nOPT*}ɕ54`"W~7Q)˼{sƂ5~_bp ۙ|Ht|KđVv3Sbѩ+v$LriLo(K^bkޡ(QnE;q#B~ :>gk'MkB nE0CXƕ?ܳ,jC>;WZ|t{'0l7/0,,f{uKË8utF(ӳ^:嫗=@֥?$]x7omoḧ́N+Cm; tI8FHgX\X7բ_XFı(KƖRL1wY^8}I9{h[$߸OvAdV?'t"RR(I~prֱdsg.ݸNVpFlsg돶1旙79n\:l: 1dumI6v:^{64f/}MD4{H҄/~/.3 Gsm;$&V( N%CIq"XB."/쾊̃DO8l2 M.N;ýӍӚ\`T̉C|k_|c Slxǎcwk%Ii|'5K`e$>`0ZV>G씁VD)'1}%ÌUAI W.3$)^<o/ƸbnaW:)ƣo^ے^'"2A$ bYzW+ l?~ ?|1?6 _?PZϯgnig7;̓>F 0N]5bn#'!lI!R=Ipd *:n))eDt&6ccQM0$Kn @d<1g7n/blPLIɤB) 8hT2bC4xpUv'kCeY;@kưѹS'1hJܕ!y^dCZ)9EX3kg\?|ةCf?fϠbN.e~q>NivG[n8ЙK9bɿCnuL҉΍,%N2im&e4 (h5C9o8/qBa" 8q~yWgNמ;7Ο[CVz]HQ G Ia)+Y˅~nL#6$(YZW q1d~'wgO>ϩ_/}kwC>tεUz-V8&1k4{"Sׅfp9w8_#nS/:n6g̩'$߽Oo &nv}6W.ҝ=2fg7Hf`~[ +l9Mtܡ(%Oys Uĵw 1)јH*wDq"\%/]|794EÝ\La+'.qqf(jBЅFmb?\ #Im-b`mseAhK'2+_omeuܻqs/Pڟȳ<ڒ(vr/=ǐ2b8.Ol ur>??sosxpO>;M~魫{\]=ZK_ZȆ"8us4"3i<- hLAdNlh{Bg1,/:?O#ϞsS^료#f8kno#%NB8R DL>fwkx)ZfkY( Kn@ԢLS]^:"'βϸK4wgar QnSȉdsO7C|^|yOq!FL/orssrB* W? O;̶4ДEY;GX\|!޼p6g8qsKph'ae]v\㣫iN[_x7=._Gш#.o8ԗY:"V}'pd(Evh!#5qڠlV8@H߸ο~+|_[=8GտbcsGh6i4qLԤQ|Coz_uDzDuDiʇt'ߙf7`nk\Cμu޾AVUi?ls3F8ش<۝mn7x׿˯~g^"#~Mnr6O'ޅLR:q£Iq~y+y-~i07ϴau:.僛XY_V4q0 J!x#zj|w/P|}^}(o~.w'J;إ3~Gp3ioTpՆʲxV$>mxEw B[zg3K "9"zl7b7rmګ_SKmvqt8/-ӛY:^{o97;Gw +-Qp%s#Z ӌ˂/^=,;&Jy48D8/X<1FAezzY{4Wy T.@Cbc2$r'!JGZF(h!n-J1i5iNJ#фLD*1o.brvM$H!f`J!P"_$5+2ߺ'<ڙ]g_';t_e<˯;B(7ʘilLSS&?4tÄcǎ_Ϝ0Es^x9ҡ#M:shtYo\rU A%ֆ9 98Mb6HagUN&YZNS3M kuxC'9ԉqhDQ86"ؾ{h@6*`^`Fih$M[ ׶XĤ&xcn7J>2ruOKF6ЩGw@0 .jHHҬG}NI76R.\Mb3_nn ; 8k] 9K4&֒BɌp7xa,I')㵳GyQ.nlF1Ilhjݙ/x;\ /}/y͑z sowtcwr3CpFR"+m)$SN*e%eWl-I3Zf'HipI4^?&IWu{s=W>p4G(YaJQ0U@+oڕl/|LXCjdei( 1BlTimHL iż{e3gSsMfjM'Z&K B("Bd#]!~QcJcx$8f0jV1*~# ^p@EU dQBq MSbkh{`x= GdQLװ%i`&c.ePc{d⁃S̿VW ȳ"/81`7bg8"+ d$I2-r EE( q+k/9vfvoZ7׸ M7ΓCÈ0v=ŋe9s駸MVgc5$OQs5IFx8u8I Y ,z} O7;ʼn},zz瓦NNh)\YoqpƱ0$M8ooY!NR6{1D4˴Z_DZ̑6f Ř8}d?t,g=͓NQzunvDqGkr`ܷoЙ4U&ȥd#L5y2MMCqBV$iFòi=^xۄ.IFF?/d28s$, ȐB+R>I3TU\XX^gz8aWֶ4N#0mj2'f,޺+%Df9m\xNO6DZIL/w}0lc[&?^Hti=8I͜GF!(X " Gqzz?G.:7:ź(& a֥׿w2Z0Čxel{RH`$ yFG)\ߥ鱰"3Mv{FC|mlK4131!ҲgcLOG EJv-Wc6dfz夷> ) usdܘ q<|)9ۏnrs:D^{f\_o4qM=R*Bph϶Kn] 3;|m*EkqU;!'NGÕ6ᐩ,x#k >Rc+7 IDAT<̀7Wlf 2y/z.scVwGX`921kwJXRo059Łb,lEQT\k3ըi4ciCճq⣰ʭkg<8P7_[w8xQY &/Ć+Sd'O!?ӟ4g|t{^J?O0D< ÒO(KQ)#- jğ|y$scӬW6oo4χ6Rcsui3 }0ĹKT*=Vf :>A3`yGO>ȩc1">g+ͣ( F1c")Qw{4+Hrnnq7yϱέ $#3 >w棏.x0XJd07YDa}uNNW"6ZT(XhL*,^׿m;(T]8/F ˆ0(`ea.]g <8F(TBcYfYlid`N*YYSZD%d),J"Pْ}gc{w}?89yy,$=>XT nH~gۆ+NMPI*IMd""Bcýpܶ'΅N$ô `ۂM|Շg!btzZHw,[R2kgڕ3%X+5wKf̛=<{a:#2}OЗЧ0@e1;DZFw~~C%w\^(^'uPͻ[j:"Y822nsH]^hDhԾ>M.{I6&(挔&W=)32tiIwrFO >M7fDdCnwmkgH$><vR0GlUGELV--R'Z+|~^+''d8딴NĵCTt*Of+]Uc1u{z|6: ?ʣWD4Cc|_]*>I=ERӛh{0~ddKUTLcwж>=`S]3U~?;@xܷv3JӲ*57-Z)LR,Mm"'WX7LmOu+_ )v=A7JCkUʬ,G$htlCw >C ;e# 5=3-[?N۔v{Fv2fxbkfk\75a#Zr[y%Rejo@#G>Ȗ`[dBLƝ\0l{FyH jhQRq3 e8rzSJpq D&i>(U!.)vV;Y^,XţWUvh`q1#?+ւn7jj3>~ =#P Jz=u5f$E^?GN.Ez!&^.pᅨ} Ip51)0pr!(6Y[Ō)_GG-]H?e1qoҹuޢ,B_D^9Q)\UQv#8w1~Y3J\f #ǠGxK3%w1k\ͺ5}pֈĘHqmV1C#߿Y>btNu2"lewW3sxqD+"1;+-\z hJ_|~6AcyZuùgro |m\*jwQak **㕜J^qAbM&QГLOD≁i]2{gpޭys/jg|tb7Ie'Z^;pOztj93]ޡSmh+YURMl&-v}}>JxBbDg~+Ԥck ݱzy7:2Xҩ90Xv 0in໩Pq{I|zZ8Nܒ騍ai((P~J[vSV(sB1SVEwzi1iEtNh=t(㡧\нˬ[liIV Sv7s/Ǟhht8'ƄQ#J㡦%q kjwSÜ_}Jc푓Z_Kk,.|vc3&(6Z4e۵VvRBʣOtnW}{#6uNV/99Ɉƈf F5+;#4wC$C7,) |sx}#8V /?-n%F*VF ?$ M̒ݱ13ڥ+H{?or푩c]6QqSAkIz[^( FH'8;]чN>,EZ~44,_zu3Iv|Pjh$Cݔ[_sܱP/UȰygזQM YV&7nL9M"\V$pcw/+}66}IF~nM_Ά4nZ^`QwxC>Nxo?FlTJoK@ƻ3d\| maİ_li:;®OSO}r;Ú,W91V>?V#ӈM{MOm÷˺}hD)懻~d~݁IG$$Lg^iqsÆDV2)N]7J)W=SRh|y=V|QcӁ1[wTS[?[vX\{'%%q"B\RFD8ufwW^/N[<= Gdom9("{z}S/W1 ǽ5|\eMWe>=sۗ8\|Pݏj hC1QdΝ=ִDJzE)͜ϣ9qPdʑ1*ì}V9M;D/IrEpPhbZmOP_JW'ov+^آ8|I7>7YO_ {3DJYvT]w wdfNj@j~s -'cײW?\x"(tg& _B2Z+-N=q۶kBsK=E7MZ? 0Jh+k,Pgy~,I?CzDtAf!R|>^ o{wMŅ|8f&xρɁDV{n^rŒeG_z_Y SUKP]qOZY1T n+ 귛C}k`mGqdWH&!&Ы'F:dCvH_I]X9Xƹq^aݔ.\~AG1ُ?'o:3gŪ$˲p8{cᲀz]AaE#*K9m2^y3ڊFŝDi9]k v ㅟ8h~IzoVJlAPM ׅ[ř5g/Mz4Jhvo ᶇ^X-NG * $vS@XP}wD-yRp6&T%4q [?]~ϵٕMU7L^~ۙ'ֲ6ws>a,j H}aweZQzBwxyJ~c"g]N2~ܮ ]tZWbr'5R/ʈv_x}nxMpdZ MIƣ"OEE3{~&\^Y`kh#0r/\ Siьޝj>:vvķ\JH=%vf Dأ51S]?71XC6|ExJ_[f[em5hd5JxCo#N] :+pK'J[WPD |\%_}*7NO9@#(aSۿ1@[OO!aklɫσ;U zrz'ӵm-S+: j9ӮiB㌢ʋ3߷u&oKάBUȶMZd*̽)ՊO?kMcFm*YrGV7yP:q>{|D]+ֹVu6Z'PG׉H_y7sL ޼n뻷;+rxax5QvrĪwe.2I ]pawIͭC~+>Է1%,w[^g3ۮEIi܉ҮDOi>3Q-uM?{O0z!Vji=_:A'?{():۞O´knRߙ'^M>V*#O-]R<=6?֔"˔,qmdP덀/Л1p闗,:YZyX7Vso~;`r]#S=?ߝ(Pi Z*t 1|w|sݎB?ŞuB]sxswS령>ZO[(l^i7lqtW=3c\A Ssb|Ǭ|⽻|BޏȾ<=^tXX~b:Ϸ|&`ܺn&ٌ14oO+߫kpꌇ{'9(յ\hmhF^0b)ؖUtE߄]0oeMEd>s";>)7>Οrg}{ڝ M}PyagTl^y!_EY)j@+_,11_47[3l+E{1x L{W =:f0NDvn׎c떺]l\[-k|Qr d/T)ZH ,|X(z=sw+_ȇ;R>Ko7n &ynߴ]|{ƫ씚;:N+U5 ܇*97o7U)MN rAMS轜2Lr o|f K%՞ PqY62KiVp upĠ`j3~sWMūhg;is5ub J\M6nV))uPcQE'5H,i,Q {+s+>H<ɲt0R'{9V)2A~;#pLz;.ԅ]Rƌz̼1R}yxu(vB"y6/V6g2+xF ZGi%m1ׄo?lEsNgCz'&*MOj""7",-mQ Z<+/?gl)ApnVu+wH/~3xp'- ]:ήqcVW )D[| Mk" Mژ̃78@h?L#Zi5wry#P0?X-AMi||+`W-N\@ЗrXE~xFX ZiGֻ*WUwȚrH>r:WP (H)+yQ2js}v^3k0qjܷGvI =g~'UNaHF]5 ?cv2Kb~L5d]TRyR M? ӾtRz<}0vҏnr#q+ ̾3C.ƆBgسɘ-If֮FNUvg{jd0'd0`G) _ߧaָ+[N=MMoɉD>bVx0ws[F]E nka,f*Hq Y 8B^5DO54zuM8TE,2פ+65zLz7^ 4<9QV\w r PFZn:r:ܹ'+1]-MoA"h706x0hkܼmác-W`%DcܘƉ{(p I>impK*-[?Fjq>4~+$W!mν= g\U!}+;5^,{"!orm}B'9HQ(fZ˰;֗&l]?aS}ƺOXtG{[v 5@"6XjQS|:xp`D{'׋)uY[y,0&ŞVϘwV(7:Kخ=>}ToNGKM=$t0&%Cz+ T̈1O}AۏHc}ԈX53*&5'?3bq\[6_m6|`5O+quypQ'::dan"*SMoVk*5)oNPޤz+Zy?[HHZ(5dפsޭsle3$ma<\Vewe&HCvUTX%$5a<^Y`xւ2E V Jӟ׻n@;[d%MGpfW;u8}}q&qr`s3Vk}+FtY:;LB~<\xM!'a4p~v*- DŽ^F71N:R7ˈNp#찗4<>kZB65 ڸ#䓒Xŵk'Can_H;i@a;)Esqzc7>&ie|ݟǺ>4A^$#筃)0?GWǪ"1}3 ?b|KӶwP&`̥tkRs5[?KjNb_kqKvt@/L2'/S2JOR{MFr:A՗݈N677 uWJ:'ۭk Y|Z>]wP}sګ9lVnH`01J̠{(ƱxvTS:pw<})&u~y:ZYofĝi]SƼC$W^d&7MҖAugzz,E.3n4Sbի߿˕tޗyʄ6o8- =ތK'NǍ?˽9kZv6Vl#VIӑCi_>vJںj"J~wjht=pUN < Pq;#Ry6~PFofAƢ`d7*^W^ڜ.Uh̛%CaX 2c@ $<ڟXe=6Tkj֩l`Le\SIo3rޘ;z\ӳY(+?˟.Xm;0 iB ՝OD(Nr(rsZ'o2ʒVtqkzFkEXCSH3"g}Ryp=^_f8|5gM>[z! 0L.!fRy-Xyy|zvm_iPWMK'Itf'K\??o,Ø6Q?c^թag:}JyK7o}ϫؚd"%Gwi'或nM{C+QЖghӜFD&񽶟a[3BYsAQSf;vl>!{nIT(=ybyXfȌsOwH+ٖ#!fZOMùL-K# >u[G+n*- QInPcaQlwg,g$ol){P[˷nhQ# 幮$os+ ;>J[sVe0dm95t>WݧRWM4C28NNgDžf X뚪w4Mx<W-s[P1G̱)˷LG|f_e]/O"ch):\G!nu50rQ!r8IwII``.IU7#tWCԎTة]7zdEH@m_CG_>P1f*+]m/g)XXxV?!;_UNf,ٌrn7jl&'EeTN2I*e@jc, Ą,?!bq&2ZOMbڮG˪9Y}OY0[iD>(BirabYGxM$ n;i4V}[:tl]H#4װ]fco?貿;_?̳}u+zkp!¨0|r 2ġ-e/8>6ը֕soY =|#;Ť\6zkݿljD>2ivV~Py}3ۻ|^YPeϖ5/'N Fbk?wX;MK4 r ;_$mj}7ep1NT9l5,gsiJ)v{5?|3jNFq1r,q8^ac5y\iNJ4Ej@j~>0}.F"߯vckGFj+.wUmaj9M}׸>[Pmv]"rg7sv=;CY$1H]z+}}DmHy).hҡ"'k3>ZtKM& 6f#"nx6bLPy~ڐ>Wsk[Gn"nx:UQӎBGxn0QB|e]i -y9hHmiӰep|pCԐ[ԫ_l*ϸ=|ط w][_ciwomCsIS ۲N%Zt{gF+ N~9eӑt*Bs/]O(.>r11AH>srWN6`}jM 9EIpcmUt77/Ƽ>lE 5n5#* bH"R wIʊ +8HKJ2RpGqY@HH%$Rki?įOAqNh,#GZ9ed|dR3~~ZZK0ܿ&s^WS ]O;%a͚Mk$;3n:kV0UZ9«ܷ]Qc#{ʾ`g91>+ZJ;kC56{-v5J$eF 㥇.nCD5Yٛ3#4tcTY|Bל /\XrTKΑL< jL=gF.l^()#˹=k2b9tvA0[~QWj~ǩ14Kͽ7o@7CN@Ͷ3Gng~\}PuZɎrEAXVn} QW1jD^fiSz'spmܧWJe'/a-7Uc8mQDdebM-k; _U԰)hfV\'>,vj-;617;W"'T|/fv,~~{_xj&kZf% I&`a@4TcKt+\!1цʙ3Pt?׌{{e+$Z2Zc㥅s˼$OAOX2CZ.1V+ W@tݙ^Ohۦr$:,;?u(;},[w$gdL+aj͟_.*yҜ=]0fL"?koa ~B^`Jd)?]<7n #0)Yz<j;Y?Tgm2 vhn™γ~Ks⩍_g$}(ӺO0{t{yt8]3VԒpʨ[r#zɜ 5|,W@u'tR:iy졙]~ ݁{ / -DdjuYTk`8<O.:;%{ePi;%Yvh 9_&=l#{ GN6nUj}DZ9dګP)ky 9>Z8IN0CO(Lut=Ҥp:5#ig9ve > f8icE^G/lrj/e/Hq#'تo| ktIXiFourk89TJV|~vU}D Me;Q+!Ius)\O~3su4qE5SX,֨U}*UCޙ6s=i9c\u{͍C< ʧړa'Tb%I?w4okl.>Tvcp˩ʹ8}쒍e ?7ݶJMܵO% n aⱶUY3yzMarƒ6ik J'8zynG޸ǗzL,8Xeú["ky495?=A(ې./px UH/ 왥ێp<5R8}ώX|xl"LK/G|Z-+sS|]3[~\!2XxUR)u)}O.`9!>׫ vQQip̏yVͥeY59ݩ-hnEr M]rnɇ>YmSNRlq"p}.]Q<Ǵ 0´#jSIo|WSiyGf˸C֗N]G4h`@h)5aӵxGc&/LХ)mg FͶMunwT9Q{6vWfcZ{#%Tؾ QVyg膫fvA$Z$dϳ@6Ύ&GI,Q*/{1ޯk7;eݥ\PCmT[M>1/0suoy'CgDn9F啩;Xk zCFLAXMƱ֣WÜ:&w_1w8]yFwtWIm^ # p:c-w 69!붋ōO} U8ҁ }Oo s"qΕXѺq2z{ahP;'Sv47%KM|~cn1"Xܪ?qۜ}Qޟ]YWr=T2ڿ U /{ϗëU,GDžJ+v!h8Ѩtp{!J6~P,ܐAVs0tv-~ruLMwwt T7d.~+яRUi~:GW9<=wkh~Y:8,OR( uݾSw\fS)c5tX .D .ࠋqshמsYHWZF}3͊ LvW!8 s Ľζ؋;/ }z~5 B}V|_'{B G2I=//x` /ßvV"oDuSb|Y7J+E<,GgN{^5X7U׸e*RC+~l6}>a8+ֳ0g˦a[fq.wҟ=r.I,dV3*crT+o|Qtѩ AY1|폌^~Úup#7++}9/1"!:oKroh)b ߃?2Z?@ P#inoepdȝa9Gm{zc֋/v,sh[%=sgL\vl<^MzQ?לy-6?:**9:-37CC9R̷ =<&cCx>S|89l!!ȚCO9@Y޳]X/"?0r~Wu2#o~ IKi0oft}]A)|wyklEcm_}[[ۡqUR #.gpcpbH3Ĕ{_phApQPTp81`!(>FH Q@[yc_R&!]\ "\PYZ!H3$@8 倆@ xO$- A4S3W6P6Q\BbbЕ nx'ePAӔ<<>De2KKHR__"j HC@(Qp"!"@hIF '~ZڟrB@!J| FzvhsEH'4fgm`g]YY'>" bwZWs>0og ʙ#D%b'~ɠjq{ đPTv$ t#:Rq >QJ D'Q@@eA0e3SVQ"˨^B!"k^@9 `@j!BQ#`M]GPBjvY?<? 0Gp{ S$դp|q 4̿W>DH'z9@!6 "{B8({-r dE($$(qW's _hLV"F8GH@@h\aWQ=xRC5_Avֈ˻sP1YBt\itfnAkbihA;>/?bv"Q lM YL7DIdوـ0d5By9__ FAJ"oh^gwdZ )הMy ۔=5SR,+U0z*fvfq@ѐcG:!q/!0jVB`Ki_ p, P0 {KUyu9+PFL@lu(Sd*S}u"p]᠏Jz5_(H%Dye.V%6hW%/) q0,B!-!GHťe?EgBraRWQS7W9HzeVRJοSBLTL 5(ML 4`PJ{8~@rTb OrKZZ.#D')׺(D?_rk`)%y'3_0 6K`[gFU$A "gQt15=_Di2@@@( |@!"ʚ%,":pSK쪌.@]E@/ur\J*1Yh`zAT 4U4 L2>X#.2+d]ԸP F|ـĂbAmC!ֆjb;rVgAZtrē_} $%݃|*|% BE K ]|)HR%"P"T` UԔ/g 藳z%c ׁԩYc{B5E֞7kEr"ͤ+gY+`FWDB+,)E옼@+/zQT %'zZ\?P"N @/̈q֤4)5aeUu ]ѨaiR Gڻ e&GP Tp~J3\y(:t\-A7`H+bhPj*T\nKI[+g _$?AV kfZH/i@(Eͮ3@ $bu7M=7* .'$4#4"T'"~I@ ?0^@x@R& 'M*B 5ػw1pqIYavH)([HmK_ Y``PJX< 7 2DV@$[%\.h:Zyq@Z2UApr-mXN0B@0>nne!.h; tc\ /;$YPNN]PS/`7.5`J+KVjMϤDPvG1}^1ds d!,-)y$*B~=#d*h@37Pղ3U5623دkſpE:gRl@?\4ir ()[أ=[/ßR]1sdX?G E|V?KיlU@H'J&QD;0[Rn%ir n#WQd s"5KG9Cbxˬ/A;T9f\W `vi9[Q:MLYYfY9 4 dɢ_AʂCEti(tlUP5rXxi?FjD;2Ʉ_zZ y!"7"1L"l'~A_\ F}ip^kqø!$elJ'mg~cEشսy _ mU! ,!!"&nJzzd=󫺎Xi7f*@`6Yƥ˨nj̐v#.b!ӡ`Gạ=δVEy B⫮خy`KWiO7QRLeQnOJϧWC:K,Hn3{^fqK?![LꯠOo,?jH5/rv>:pzYU7[$ߎT+2x``B갢+4=Km@G"m3Bl<ׄX#9v`>Y-J'3¿Osῢ7Up,'{E/jJjV# . )IBiɂPIbת`QׯS @K{[,r-M?@ A\RrŊ`a !_J $>E~ $‘LLol>-i&;,{z+vM08" :\tei/|+ԧTZ%7O\#g n)~)(U~ٓ_뉔kb*kio%$II/-Ifq&U Qk1-Qr>Jyi}Wl9P荈Nrv3-"BZ!%=\E_Cˈ"ld]NDě D(b!qr $l7" +S\rk\wD-q^ep0W#WGu1b,QM>*~ţW]XAQ3G\a.;FԁUbP uWطo$E3+Hy=%5 mE\I*AA;8l1ʸ$Ĝ^+Q/ދK(1 IH#RL7 o,iET( x a OUSTރ]A< ԧ"!nd0)U1@SWJ @p^HC*pqIJ?9%IU4z0Te|8{x,oxXbt?]:ʔ,YY?8i+o#ӥ\/Fy}|WzYA]RXe 9pc h\W7=O.*iؖYz~,5.TPV .=|?i9[o j K|@sƻ`&K\ Ԟp ʯXK[QJQъ/R#~QICW\S*"u dʿן=3"HFlAPF;% bPǟHԼQek#:6/:PV)! r#xK(Jh;7mȗS#W"/#R 7 17sX yEᜄ!G܀>nSQ9fX*ba%\~ ;}KPBHJx.bQ.jzVF ` е ~އOj BN8p7ka Xݕڣ????????????_y"ܕplayonlinux/plugins/pot.strings000066400000000000000000000076741226051336100173530ustar00rootroot00000000000000#: Capture plugin:2, Detour plugin:4 msgid "Which application do you want to apply the modification to?" msgstr "" #: Capture plugin:3 msgid "This plugin wil allow you to capture you applications under PlayOnLinux" msgstr "" #: Capture plugin:4 msgid "Capture menu (OpenGL)" msgstr "" #: Capture plugin:5 msgid "Capture menu (not OpenGL)" msgstr "" #: Capture plugin:6 msgid "Begin the capture of an application" msgstr "" #: Capture plugin:7 msgid "Play a captured file" msgstr "" #: Capture plugin:8 msgid "Convert a captured file to video" msgstr "" #: Capture plugin:9 #, sh-format msgid "" "Press Next then click on the window\\nyou want to capture.\\nCapture will " "start automatically after 5 seconds.\\nOnly video will be captured." msgstr "" #: Capture plugin:10 msgid "Capture will begin..." msgstr "" #: Capture plugin:11 msgid "Press +F8 to start or stop capture" msgstr "" #: Capture plugin:12 msgid "Press +F8 to stop capture" msgstr "" #: Capture plugin:13 msgid "Capture in progress..." msgstr "" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "" #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "" #: Capture plugin:29 msgid "Conversion done" msgstr "" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "" #: Advanced Wine Configuration Plugin:7 msgid "" "Welcome in Advanced Wine Configuration, an optimization’s system for Wine " "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS" msgstr "" #: Advanced Wine Configuration Plugin:8 msgid "Choose a game" msgstr "" #: Advanced Wine Configuration Plugin:9 msgid "You did not select a game" msgstr "" #: Advanced Wine Configuration Plugin:10 msgid "Choose DirectDraw Renderer Mode?" msgstr "" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" #: Detour plugin:5 msgid "Choose an application" msgstr "" #: Detour plugin:6 msgid "Operation done" msgstr "" playonlinux/python/000077500000000000000000000000001226051336100147605ustar00rootroot00000000000000playonlinux/python/configure.py000077500000000000000000001305461226051336100173270ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2009 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os, sys, string, stat, shutil import wx, time, shlex, subprocess import wine_versions import lib.playonlinux as playonlinux import lib.wine as wine import lib.Variables as Variables import lib.lng as lng class PackageList(): def __init__(self): self.available_packages = []; self.loadList(); def loadList(self): try : self.available_packages = open(Variables.playonlinux_rep+"/configurations/listes/POL_Functions","r").read() except IOError as e: # File does not exits ; it will be created when pol is updated pass def getList(self): return self.available_packages; def getCutList(self): clist = self.available_packages.split("\n") flist = [] for key in clist: if("POL_Install" in key): flist.append(key) return flist def getParsedList(self): clist = self.getCutList(); flist = []; for key in clist: flist.append(PackageList.getNameFromPackageLine(key)) return flist; def getNameFromId(self, id): return self.getParsedList()[id]; def getPackageFromName(self, selectedPackage): broken = False; for key in self.getCutList(): key_split = key.split(":") try: if(key_split[1] == selectedPackage): # We found it selectedPackage = key_split[0]; broken = True; break; except IndexError, e: # Index error : There is no ':' in the line, so the content of the line is the package we want to install. No need to continue broken = True; break; if(broken == False): selectedPackage = "POL_Install_"+selectedPackage return selectedPackage; @staticmethod def getNameFromPackageLine(package): try: realName = package.split(":")[1].replace("POL_Install_","") except IndexError, e: realName = package.replace("POL_Install_","") return realName; class Onglets(wx.Notebook): # Classe dérivée du wx.Notebook def __init__(self, parent): self.packageList = PackageList(); self.notebook = wx.Notebook.__init__(self, parent, -1) self.typing = False self.changing_selection = False def ChangeTitle(self, new_title): self.s_title = new_title self.s_prefix = playonlinux.getPrefix(self.s_title) self.changing_selection = True self.general_elements["name"].SetValue(new_title) self.changing = True def winebash(self, command, new_env=None): args = shlex.split(command.encode("utf-8","replace")) if(self.s_isPrefix == True): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/winebash", "--prefix", self.s_prefix.encode('utf-8','replace')] + args, env=new_env) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/winebash", self.s_title.encode('utf-8','replace')] + args, env=new_env) def evt_winecfg(self, event): self.winebash("winecfg") def evt_uninstall(self, event): wx.MessageBox(_("Warning:\n\nThis tool is for advanced users.\nTo uninstall cleanly a program with {0}, you must delete the virtual drive associated").format(os.environ["APPLICATION_TITLE"]),os.environ["APPLICATION_TITLE"]) self.winebash("uninstaller") def evt_regedit(self, event): self.winebash("regedit") def evt_cmd(self, event): # http://bugs.winehq.org/show_bug.cgi?id=10063 new_env = os.environ new_env["LANG"] = "C" self.winebash("wineconsole cmd", new_env) def evt_taskmgr(self, event): self.winebash("taskmgr") def evt_rep(self, event): try: os.remove(os.environ["POL_USER_ROOT"]+"/wineprefix/"+self.s_prefix+"/.update-timestamp") except: pass self.winebash("wineboot") def evt_wineboot(self, event): self.winebash("wineboot") def evt_killall(self, event): self.winebash("wineserver -k") def evt_config(self, event): subprocess.Popen(["bash", Variables.playonlinux_rep+"/configurations/configurators/"+self.s_title]) def install_package(self, event): selectedPackage = self.packageList.getPackageFromName(self.Menu.GetItemText(self.Menu.GetSelection())) if(self.s_isPrefix == False): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/installpolpackages", self.s_title.encode('utf-8','replace'), selectedPackage]) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/installpolpackages", "--prefix", self.s_prefix.encode('utf-8','replace'), selectedPackage]) def AddGeneralChamp(self, title, shortname, value, num): self.general_elements[shortname+"_text"] = wx.StaticText(self.panelGeneral, -1, title,pos=(15,19+num*40)) self.general_elements[shortname] = wx.TextCtrl(self.panelGeneral, 200+num, value, pos=(300,23+num*40), size=(250,20)) # self.general_elements[shortname].SetValue(value) def AddGeneralElement(self, title, shortname, elements, wine, num): if(shortname == "wineversion"): elements.insert(0,"System") wine.insert(0,"System") elemsize = (225,25) else: elemsize = (250,25) self.general_elements[shortname+"_text"] = wx.StaticText(self.panelGeneral, -1, title,pos=(15,19+num*40)) self.general_elements[shortname] = wx.ComboBox(self.panelGeneral, 200+num, style=wx.CB_READONLY,pos=(300,17+num*40),size=elemsize) self.general_elements[shortname].AppendItems(elements) self.general_elements[shortname].SetValue(elements[0]) if(shortname == "wineversion"): self.addBitmap = wx.Image( Variables.playonlinux_env+"/resources/images/icones/list-add.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() if(os.environ["POL_OS"] == "Linux"): self.general_elements["wineversion_button"] = wx.BitmapButton(self.panelGeneral,601, pos=(527,19+num*40),size=(21,21),bitmap=self.addBitmap) if(os.environ["POL_OS"] == "Mac"): self.general_elements["wineversion_button"] = wx.BitmapButton(self.panelGeneral,601, pos=(522,15+num*40),size=(21,21),bitmap=self.addBitmap) def General(self, nom): self.panelGeneral = wx.Panel(self, -1) self.AddPage(self.panelGeneral, nom) self.general_elements = {} # Les polices if(os.environ["POL_OS"] == "Mac"): self.fontTitle = wx.Font(14, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.caption_font = wx.Font(11, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) else : self.fontTitle = wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.caption_font = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) self.txtGeneral = wx.StaticText(self.panelGeneral, -1, _("General"), (10,10), wx.DefaultSize) self.txtGeneral.SetFont(self.fontTitle) self.AddGeneralButton(_("Make a new shortcut from this virtual drive"),"newshort",1) self.AddGeneralChamp(_("Name"),"name","",2) self.AddGeneralElement(_("Wine version"),"wineversion",[],[],3) self.AddGeneralChamp(_("Debug flags"), "winedebug", "", 4) self.AddGeneralElement(_("Virtual drive"), "wineprefix", playonlinux.Get_Drives(), playonlinux.Get_Drives(), 5) self.AddGeneralChamp(_("Arguments"), "arguments", "", 6) self.configurator_title = wx.StaticText(self.panelGeneral, -1, "", (10,294), wx.DefaultSize) self.configurator_title.SetFont(self.fontTitle) self.configurator_button = wx.Button(self.panelGeneral, 106, _("Run configuration wizard"), pos=(15,324)) wx.EVT_TEXT(self, 202, self.setname) wx.EVT_TEXT(self, 206, self.setargs) wx.EVT_TEXT(self, 204, self.setwinedebug) wx.EVT_COMBOBOX(self, 203, self.assign) wx.EVT_COMBOBOX(self, 205, self.assignPrefix) wx.EVT_BUTTON(self, 601, self.Parent.Parent.Parent.WineVersion) def Wine(self, nom): self.panelWine = wx.Panel(self, -1) self.AddPage(self.panelWine, nom) # Les polices self.txtGeneral = wx.StaticText(self.panelWine, -1, "Wine", (10,10), wx.DefaultSize) self.txtGeneral.SetFont(self.fontTitle) self.winecfg_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/wine-winecfg.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.winecfg = wx.BitmapButton(self.panelWine, id=100, bitmap=self.winecfg_image,pos=(30, 50), size = (self.winecfg_image.GetWidth()+5, self.winecfg_image.GetHeight()+5)) self.winecfg_texte = wx.StaticText(self.panelWine, -1, _("Configure Wine"), (32,156), style=wx.ALIGN_CENTER) self.winecfg_texte.Wrap(110) self.winecfg_texte.SetPosition((self.winecfg_texte.GetPosition()[0]+(105-self.winecfg_texte.GetSize()[0])/2,self.winecfg_texte.GetPosition()[1])) self.winecfg_texte.SetFont(self.caption_font) self.regedit_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/registry.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.regedit = wx.BitmapButton(self.panelWine, id=101, bitmap=self.regedit_image,pos=(166, 50), size = (self.regedit_image.GetWidth()+5, self.regedit_image.GetHeight()+5)) self.regedit_texte = wx.StaticText(self.panelWine, -1, _("Registry Editor"), (168,156), style=wx.ALIGN_CENTER) self.regedit_texte.Wrap(110) self.regedit_texte.SetPosition((self.regedit_texte.GetPosition()[0]+(105-self.regedit_texte.GetSize()[0])/2,self.regedit_texte.GetPosition()[1])) self.regedit_texte.SetFont(self.caption_font) self.wineboot_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/reboot.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.wineboot = wx.BitmapButton(self.panelWine, id=102, bitmap=self.wineboot_image,pos=(302, 50), size = (self.wineboot_image.GetWidth()+5, self.wineboot_image.GetHeight()+5)) self.wineboot_texte = wx.StaticText(self.panelWine, -1, _("Windows reboot"), (304,156), style=wx.ALIGN_CENTER) self.wineboot_texte.Wrap(110) self.wineboot_texte.SetPosition((self.wineboot_texte.GetPosition()[0]+(105-self.wineboot_texte.GetSize()[0])/2,self.wineboot_texte.GetPosition()[1])) self.wineboot_texte.SetFont(self.caption_font) self.updatep_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/update.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.updatep = wx.BitmapButton(self.panelWine, id=107, bitmap=self.updatep_image,pos=(438, 50), size = (self.wineboot_image.GetWidth()+5, self.updatep_image.GetHeight()+5)) self.updatep_texte = wx.StaticText(self.panelWine, -1, _("Repair virtual drive"), (440,156), style=wx.ALIGN_CENTER) self.updatep_texte.Wrap(110) self.updatep_texte.SetPosition((self.updatep_texte.GetPosition()[0]+(105-self.wineboot_texte.GetSize()[0])/2,self.updatep_texte.GetPosition()[1])) self.updatep_texte.SetFont(self.caption_font) self.cmd_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/console.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.cmd = wx.BitmapButton(self.panelWine, id=103, bitmap=self.cmd_image,pos=(30, 196), size = (self.cmd_image.GetWidth()+5, self.cmd_image.GetHeight()+5)) self.cmd_texte = wx.StaticText(self.panelWine, -1, _("Command prompt"), (32,302), style=wx.ALIGN_CENTER) self.cmd_texte.Wrap(110) self.cmd_texte.SetPosition((self.cmd_texte.GetPosition()[0]+(105-self.cmd_texte.GetSize()[0])/2,self.cmd_texte.GetPosition()[1])) self.cmd_texte.SetFont(self.caption_font) self.taskmgr_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/monitor.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.taskmgr = wx.BitmapButton(self.panelWine, id=104, bitmap=self.taskmgr_image,pos=(166, 196), size = (self.taskmgr_image.GetWidth()+5, self.taskmgr_image.GetHeight()+5)) self.taskmgr_texte = wx.StaticText(self.panelWine, -1, _("Task manager"), (168,302), style=wx.ALIGN_CENTER) self.taskmgr_texte.Wrap(110) self.taskmgr_texte.SetPosition((self.taskmgr_texte.GetPosition()[0]+(105-self.taskmgr_texte.GetSize()[0])/2,self.taskmgr_texte.GetPosition()[1])) self.taskmgr_texte.SetFont(self.caption_font) self.killall_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/stop.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.killall = wx.BitmapButton(self.panelWine, id=105, bitmap=self.killall_image,pos=(302, 196), size = (self.killall_image.GetWidth()+5, self.killall_image.GetHeight()+5)) self.killall_texte = wx.StaticText(self.panelWine, -1, _("Kill processes"), (304,302), style=wx.ALIGN_CENTER) self.killall_texte.Wrap(110) self.killall_texte.SetPosition((self.killall_texte.GetPosition()[0]+(105-self.killall_texte.GetSize()[0])/2,self.killall_texte.GetPosition()[1])) self.killall_texte.SetFont(self.caption_font) self.uninstall_image = wx.Image( Variables.playonlinux_env+"/resources/images/configure/wine-uninstaller.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap() self.uninstall = wx.BitmapButton(self.panelWine, id=108, bitmap=self.uninstall_image,pos=(438, 196), size = (self.wineboot_image.GetWidth()+5, self.uninstall_image.GetHeight()+5)) self.uninstall_texte = wx.StaticText(self.panelWine, -1, _("Wine uninstaller"), (440,302), style=wx.ALIGN_CENTER) self.uninstall_texte.Wrap(110) self.uninstall_texte.SetPosition((self.uninstall_texte.GetPosition()[0]+(105-self.wineboot_texte.GetSize()[0])/2,self.uninstall_texte.GetPosition()[1])) self.uninstall_texte.SetFont(self.caption_font) wx.EVT_BUTTON(self, 100, self.evt_winecfg) wx.EVT_BUTTON(self, 101, self.evt_regedit) wx.EVT_BUTTON(self, 102, self.evt_wineboot) wx.EVT_BUTTON(self, 103, self.evt_cmd) wx.EVT_BUTTON(self, 104, self.evt_taskmgr) wx.EVT_BUTTON(self, 105, self.evt_killall) wx.EVT_BUTTON(self, 106, self.evt_config) wx.EVT_BUTTON(self, 107, self.evt_rep) wx.EVT_BUTTON(self, 108, self.evt_uninstall) def Packages(self, nom): self.panelPackages = wx.Panel(self, -1) self.txtPackages = wx.StaticText(self.panelPackages, -1, _(nom), (10,10), wx.DefaultSize) self.txtPackages.SetFont(self.fontTitle) self.imagePackages = wx.ImageList(22, 22) self.desPackags = wx.StaticText(self.panelPackages, -1, _("Be careful! Installing one of these components can break your virtual drive."), (10,40), wx.DefaultSize) self.Menu = wx.TreeCtrl(self.panelPackages, 99, pos=(15,75),size=(530,260), style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders) self.Menu.SetSpacing(0); self.Menu.SetImageList(self.imagePackages) self.imagePackages.RemoveAll() self.rootPackages = self.Menu.AddRoot("") self.i = 0 for app in self.packageList.getParsedList(): self.icon_look_for = Variables.playonlinux_rep+"/configurations/icones/"+self.packageList.getPackageFromName(app) if(os.path.exists(self.icon_look_for)): try: self.imagePackages.Add(wx.Bitmap(self.icon_look_for)) except: pass else: self.imagePackages.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux22.png")) self.Menu.AppendItem(self.rootPackages, app, self.i) self.i = self.i+1 self.PackageButton = wx.Button(self.panelPackages, 98, _("Install"), pos=(20+530-150,345), size=(150,30)) wx.EVT_TREE_ITEM_ACTIVATED(self, 99, self.install_package) wx.EVT_BUTTON(self, 98, self.install_package) self.AddPage(self.panelPackages, nom) def change_Direct3D_settings(self, param): if(self.s_isPrefix == False): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", self.s_title.encode('utf-8','replace'), "POL_Wine_Direct3D", param, self.display_elements[param].GetValue().encode('utf-8','replace')]) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--prefix", self.s_prefix.encode('utf-8','replace'), "POL_Wine_Direct3D", param, self.display_elements[param].GetValue().encode('utf-8','replace')]) def change_DirectInput_settings(self, param): if(self.s_isPrefix == False): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", self.s_title.encode('utf-8','replace'), "POL_Wine_DirectInput", param, self.display_elements[param].GetValue().encode('utf-8','replace')]) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--prefix", self.s_prefix.encode('utf-8','replace'), "POL_Wine_DirectInput", param, self.display_elements[param].GetValue().encode('utf-8','replace')]) def get_current_settings(self, param): self.display_elements[param].SetValue(self.settings[param]) def UpdateVersions(self, arch): elements = playonlinux.Get_versions(arch) self.general_elements["wineversion"].Clear() if(arch == playonlinux.GetSettings("WINE_SYSTEM_ARCH") or (arch == "x86" and playonlinux.GetSettings("WINE_SYSTEM_ARCH") != "amd64")): self.general_elements["wineversion"].Append("System") self.general_elements["wineversion"].AppendItems(elements) version = playonlinux.GetSettings('VERSION',self.s_prefix) if(version == ''): self.general_elements["wineversion"].SetValue('System') else: self.general_elements["wineversion"].SetValue(version) def UpdateValues(self, selection): #print "Test" if(self.s_isPrefix == False): self.ChangeTitle(selection) #self.general_elements["wineversion"].SetValue(wine_versions.GetWineVersion(selection)) #self.general_elements["wineversion"].Show() self.general_elements["wineprefix"].Show() self.general_elements["arguments"].Show() self.general_elements["arguments_text"].Show() #self.general_elements["name"].Show() #self.general_elements["wineversion_text"].Show() self.general_elements["wineprefix_text"].Show() self.general_elements["name"].SetEditable(True) #self.general_elements["name_text"].Show() self.general_elements["wineprefix"].SetValue(playonlinux.getPrefix(self.s_title)) self.general_elements["arguments"].SetValue(playonlinux.getArgs(self.s_title)) self.display_elements["folder_button"].SetLabel(_("Open program's directory")) if(os.path.exists(Variables.playonlinux_rep+"configurations/configurators/"+self.s_title)): self.configurator_title.Show() self.configurator_button.Show() else: self.configurator_title.Hide() self.configurator_button.Hide() self.configurator_title.SetLabel("{0} specific configuration".format(self.s_title.encode('utf-8','replace'))) self.display_elements["pre_run_panel"].Show() self.display_elements["pre_run_text"].Show() else: self.s_prefix = selection self.s_title = selection #self.general_elements["wineversion"].Hide() self.general_elements["wineprefix"].Hide() #self.general_elements["name"].Hide() self.general_elements["name"].SetEditable(False) self.general_elements["name"].SetValue(self.s_prefix) self.general_elements["arguments"].Hide() self.general_elements["arguments_text"].Hide() #self.general_elements["wineversion_text"].Hide() self.general_elements["wineprefix_text"].Hide() #self.general_elements["name_text"].Hide() self.display_elements["folder_button"].SetLabel(_("Open virtual drive's directory")) self.configurator_title.Hide() self.configurator_button.Hide() self.display_elements["pre_run_panel"].Hide() self.display_elements["pre_run_text"].Hide() self.Refresh() self.elements = ["UseGLSL","DirectDrawRenderer","VideoMemorySize","OffscreenRenderingMode","RenderTargetModeLock","Multisampling","StrictDrawOrdering","MouseWarpOverride"] self.settings = wine.LoadRegValues(self.s_prefix,self.elements) #print self.settings self.get_current_settings("UseGLSL") self.get_current_settings("DirectDrawRenderer") self.get_current_settings("VideoMemorySize") self.get_current_settings("OffscreenRenderingMode") self.get_current_settings("RenderTargetModeLock") self.get_current_settings("Multisampling") self.get_current_settings("StrictDrawOrdering") self.get_current_settings("MouseWarpOverride") self.arch = playonlinux.GetSettings('ARCH',self.s_prefix) if(self.arch == ""): self.arch = "x86" self.UpdateVersions(self.arch) self.general_elements["winedebug"].SetValue(playonlinux.GetSettings("WINEDEBUG", self.s_prefix)) try: self.display_elements["pre_run"].SetValue(open(os.environ["POL_USER_ROOT"]+"/configurations/pre_shortcut/"+self.s_title,'r').read()) except: self.display_elements["pre_run"].SetValue("") def change_settings(self, event): param = event.GetId() if(param == 301): self.change_Direct3D_settings("UseGLSL") if(param == 302): self.change_Direct3D_settings("DirectDrawRenderer") if(param == 303): self.change_Direct3D_settings("VideoMemorySize") if(param == 304): self.change_Direct3D_settings("OffscreenRenderingMode") if(param == 305): self.change_Direct3D_settings("RenderTargetModeLock") if(param == 306): self.change_Direct3D_settings("Multisampling") if(param == 307): self.change_Direct3D_settings("StrictDrawOrdering") if(param == 401): self.change_DirectInput_settings("MouseWarpOverride") def misc_button(self, event): param = event.GetId() if(param == 402): if(self.s_isPrefix == False): playonlinux.open_folder(self.s_title) else: playonlinux.open_folder_prefix(self.s_prefix) if(param == 403): if(self.s_isPrefix == False): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", self.s_title.encode('utf-8','replace'), "POL_OpenShell", self.s_title.encode('utf-8','replace')]) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--prefix", self.s_prefix.encode('utf-8','replace'), "POL_OpenShell"]) if(param == 404): self.FileDialog = wx.FileDialog(self) self.FileDialog.SetDirectory("~") self.supported_files = "All|*.exe;*.EXE;*.msi;*.MSI\ \|Windows executable (*.exe)|*.exe;*.EXE\ \|Windows install file (*.msi)|*.msi;*MSI" self.FileDialog.SetWildcard(self.supported_files) self.FileDialog.ShowModal() if(self.FileDialog.GetPath() != ""): filename = self.FileDialog.GetPath().encode("utf-8","replace") dirname = os.path.dirname(filename) if(self.s_isPrefix == True): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--prefix", self.s_prefix.encode('utf-8','replace'), "POL_AutoWine", filename], cwd=dirname) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", self.s_title.encode('utf-8','replace'), "POL_AutoWine", filename], cwd=dirname) if(param == 201): if(self.s_isPrefix == False): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--init", self.s_title.encode('utf-8','replace'), "POL_SetupWindow_shortcut_creator"]) else: subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/POL_Command", "--init", "--prefix", self.s_prefix.encode('utf-8','replace'), "POL_SetupWindow_shortcut_creator"]) def AddDisplayElement(self, title, shortname, elements, wine, num): elements.insert(0,"Default") wine.insert(0,"default") elemsize = (230,25) self.display_elements[shortname+"_text"] = wx.StaticText(self.panelDisplay, -1, title,pos=(15,19+num*40)) self.display_elements[shortname] = wx.ComboBox(self.panelDisplay, 300+num, style=wx.CB_READONLY,pos=(300,17+num*40),size=elemsize) self.display_elements[shortname].AppendItems(wine) self.display_elements[shortname].SetValue(wine[0]) wx.EVT_COMBOBOX(self, 300+num, self.change_settings) def AddMiscElement(self, title, shortname, elements, wine, num): elements.insert(0,"Default") wine.insert(0,"default") elemsize = (230,25) self.display_elements[shortname+"_text"] = wx.StaticText(self.panelMisc, -1, title,pos=(15,19+num*40)) self.display_elements[shortname] = wx.ComboBox(self.panelMisc, 400+num, style=wx.CB_READONLY,pos=(300,17+num*40),size=elemsize) self.display_elements[shortname].AppendItems(wine) self.display_elements[shortname].SetValue(wine[0]) wx.EVT_COMBOBOX(self, 400+num, self.change_settings) def AddMiscButton(self, title, shortname, num): self.display_elements[shortname+"_button"] = wx.Button(self.panelMisc, 400+num, "",pos=(15,19+num*40),size=(500,30)) self.display_elements[shortname+"_button"].SetLabel(title) wx.EVT_BUTTON(self, 400+num, self.misc_button) def AddMiscLongText(self, title, shortname, num): self.display_elements[shortname+"_text"] = wx.StaticText(self.panelMisc, -1, title,pos=(15,19+num*40)) self.display_elements[shortname+"_panel"] = wx.Panel(self.panelMisc, -1, size=wx.Size(450,70),pos=(20,44+num*40)) try: content = open(os.environ["POL_USER_ROOT"]+"/configurations/pre_shortcut/"+self.s_title,'r').read() except: content = "" self.display_elements[shortname] = wx.TextCtrl(self.display_elements[shortname+"_panel"], 400+num, content, size=wx.Size(448,68), pos=(2,2), style=Variables.widget_borders|wx.TE_MULTILINE) wx.EVT_TEXT(self, 405, self.edit_shortcut) def edit_shortcut(self, event): content = self.display_elements["pre_run"].GetValue().encode("utf-8","replace") open(os.environ["POL_USER_ROOT"]+"/configurations/pre_shortcut/"+self.s_title,'w').write(content) def AddGeneralButton(self, title, shortname, num): self.general_elements[shortname+"_button"] = wx.Button(self.panelGeneral, 200+num, "",pos=(15,9+num*40),size=(520,30)) self.general_elements[shortname+"_button"].SetLabel(title) wx.EVT_BUTTON(self, 200+num, self.misc_button) def Display(self, nom): self.display_elements = {} self.panelDisplay = wx.Panel(self, -1) self.txtDisplay = wx.StaticText(self.panelDisplay, -1, _(nom), (10,10), wx.DefaultSize) self.txtDisplay.SetFont(self.fontTitle) self.AddPage(self.panelDisplay, nom) self.AddDisplayElement(_("GLSL Support"),"UseGLSL",["Enabled","Disabled"],["enabled","disabled"],1) self.AddDisplayElement(_("Direct Draw Renderer"),"DirectDrawRenderer",["GDI","OpenGL"],["gdi","opengl"],2) self.AddDisplayElement(_("Video memory size"),"VideoMemorySize",["32","64","128","256","384","512","768","1024","2048","3072","4096"],["32","64","128","256","384","512","768","1024","2048","3072","4096"],3) self.AddDisplayElement(_("Offscreen rendering mode"),"OffscreenRenderingMode",["fbo","backbuffer","pbuffer"],["fbo","backbuffer","pbuffer"],4) self.AddDisplayElement(_("Render target mode lock"),"RenderTargetModeLock",["disabeld","readdraw","readtex"],["disabled","readdraw","readtex"],5) self.AddDisplayElement(_("Multisampling"),"Multisampling",["Enabled","Disabled"],["enabled","disabled"],6) self.AddDisplayElement(_("Strict Draw Ordering"),"StrictDrawOrdering",["enabled","disabled"],["enabled","disabled"],7) def Miscellaneous(self, nom): self.misc_elements = {} self.panelMisc = wx.Panel(self, -1) self.txtMisc = wx.StaticText(self.panelMisc, -1, _(nom), (10,10), wx.DefaultSize) self.txtMisc.SetFont(self.fontTitle) self.AddMiscElement(_("Mouse warp override"),"MouseWarpOverride",["Enabled","Disabled","Force"],["enable","disable","force"],1) self.AddMiscButton("","folder",2) self.AddMiscButton(_("Open a shell"),"shell",3) self.AddMiscButton(_("Run a .exe file in this virtual drive"),"exerun",4) self.AddMiscLongText(_("Command to exec before running the program"),"pre_run",5) self.AddPage(self.panelMisc, nom) def assign(self, event): version = self.general_elements["wineversion"].GetValue() if(version != 'System'): playonlinux.SetSettings('VERSION',version,self.s_prefix) else: playonlinux.DeleteSettings('VERSION',self.s_prefix) def assignPrefix(self, event): 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)): drive = self.general_elements["wineprefix"].GetValue() playonlinux.SetWinePrefix(self.s_title, drive) else: self.general_elements["wineprefix"].SetValue(self.s_prefix) def ReleaseTyping(self, event): self.typing = False def setargs(self, event): new_args = self.general_elements["arguments"].GetValue() playonlinux.writeArgs(self.s_title, new_args) def setwinedebug(self, event): new_winedebug = self.general_elements["winedebug"].GetValue() playonlinux.SetSettings('WINEDEBUG', new_winedebug, self.s_prefix) def setname(self, event): new_name = self.general_elements["name"].GetValue() if(self.changing_selection == False): self.typing = True else: self.changing_selection = False if(not os.path.exists(Variables.playonlinux_rep+"shortcuts/"+new_name)): try: os.rename(Variables.playonlinux_rep+"icones/32/"+self.s_title,Variables.playonlinux_rep+"icones/32/"+new_name) except: pass try: os.rename(Variables.playonlinux_rep+"icones/full_size/"+self.s_title,Variables.playonlinux_rep+"icones/full_size/"+new_name) except: pass try: os.rename(Variables.playonlinux_rep+"configurations/configurators/"+self.s_title,Variables.playonlinux_rep+"configurations/configurators/"+new_name) except: pass try: os.rename(Variables.playonlinux_rep+"shortcuts/"+self.s_title,Variables.playonlinux_rep+"shortcuts/"+new_name) self.s_title = new_name self.s_prefix = playonlinux.getPrefix(self.s_title) except: pass #if(self.changing == False): # self.Parent.Parent.list_software() #else: # self.changing = False class MainWindow(wx.Frame): def __init__(self,parent,id,title,shortcut, isPrefix = False): wx.Frame.__init__(self, parent, -1, title, size = (800, 450), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.SetTitle(_('{0} configuration').format(os.environ["APPLICATION_TITLE"])) #self.panelFenp = wx.Panel(self, -1) self.splitter = wx.SplitterWindow(self, -1, style=wx.SP_NOBORDER) self.panelEmpty = wx.Panel(self.splitter, -1) self.onglets = Onglets(self.splitter) self.noselect = wx.StaticText(self.panelEmpty, -1, _('Please select a program or a virtual drive to configure'),pos=(0,150),style=wx.ALIGN_RIGHT) self.noselect.SetPosition(((600-self.noselect.GetSize()[0])/2,150)) self.noselect.Wrap(600) if(isPrefix == True): self.onglets.s_isPrefix = True self.onglets.s_prefix = shortcut else: self.onglets.s_isPrefix = False self.onglets.s_title = shortcut self.images = wx.ImageList(16, 16) self.splitter_list = wx.SplitterWindow(self.splitter, -1, style=wx.SP_NOBORDER) self.list_game = wx.TreeCtrl(self.splitter_list, 900, size = wx.DefaultSize, style=wx.TR_HIDE_ROOT) self.control_game = wx.Panel(self.splitter_list, -1) self.AddPrefix = wx.Button(self.control_game, 1001, _("New"), pos=(0,0),size=(95+10*Variables.windows_add_playonmac,30)) self.DelPrefix = wx.Button(self.control_game, 1002, _("Remove"), pos=(100,0), size=(95+10*Variables.windows_add_playonmac,30)) wx.EVT_BUTTON(self, 1001, self.NewPrefix) wx.EVT_BUTTON(self, 1002, self.DeletePrefix) self.splitter_list.SplitHorizontally(self.list_game, self.control_game) self.splitter_list.SetSashPosition(423) self.splitter_list.SetSashGravity(0.94) self.list_game.SetSpacing(0); self.list_game.SetImageList(self.images) self.splitter.SplitVertically(self.splitter_list,self.panelEmpty) self.splitter.SetSashPosition(200) self.onglets.General(_("General")) self.onglets.Wine("Wine") self.onglets.Packages(_("Install components")) self.onglets.Display(_("Display")) self.onglets.Miscellaneous(_("Miscellaneous")) self.list_software() self.onglets.panelGeneral.Bind(wx.EVT_LEFT_UP, self.onglets.ReleaseTyping) wx.EVT_TREE_SEL_CHANGED(self, 900, self.change_program_to_selection) #self.change_program(shortcut,isPrefix) self.timer = wx.Timer(self, 1) self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer) self.timer.Start(500) self.oldreload = None self.oldimg = None self.oldpref = None self.oldver32 = None self.olderver64 = None #if(self.onglets.s_isPrefix == False or not self.onglets.s_prefix == "default"): self.AutoReload(self) def NewPrefix(self, event): #self.name = wx.GetTextFromUser(_("Choose the name of the virtual drive")) #if(self.name != ""): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/create_prefix"]) def DeletePrefix(self, event): if(self.onglets.s_isPrefix == True): if(self.onglets.s_prefix == "default"): wx.MessageBox(_("This virtual drive is protected"), os.environ["APPLICATION_TITLE"]) else: if(wx.YES == wx.MessageBox(_("Are you sure you want to delete {0} virtual drive ?").format(self.onglets.s_prefix.encode("utf-8","replace")).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"], style=wx.YES_NO | wx.ICON_QUESTION)): mylist = os.listdir(Variables.playonlinux_rep+"/shortcuts") for element in mylist: if(playonlinux.getPrefix(element).lower() == self.onglets.s_prefix.lower()): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/uninstall", "--non-interactive", element]) self._delete_directory(Variables.playonlinux_rep+"/wineprefix/"+self.onglets.s_prefix) else: if(wx.YES == wx.MessageBox(_("Are you sure you want to delete {0} ?").format(self.onglets.s_title.encode("utf-8","replace")).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"], style=wx.YES_NO | wx.ICON_QUESTION)): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/uninstall", "--non-interactive", self.onglets.s_title.encode('utf-8', 'replace')]) self.onglets.s_isPrefix = True self.change_program("default",True) self.list_game.SelectItem(self.prefixes_item["default"]) def _delete_directory(self, root_path): """ Remove a directory tree, making sure no directory rights get in the way. It assumes everything is owned by the user however. """ # Handle symlink if os.path.islink(root_path): os.remove(root_path) # Shall we warn the user that the target prefix has not been cleared? else: # need exec right to dereference content # need read right to list content # need write right to remove content needed_dir_rights = stat.S_IXUSR|stat.S_IRUSR|stat.S_IWUSR # topdown=True, the default, is necessary to fix directories rights # before trying to list them for dirname, dirs, files in os.walk(root_path): for dir in dirs: fullpath = os.path.join(dirname, dir) # To speed up the process, only modify metadata when necessary attr = os.stat(fullpath) if attr.st_mode & needed_dir_rights != needed_dir_rights: print "%s rights need fixing" % fullpath os.chmod(fullpath, needed_dir_rights) # Alright, now we should be able to proceed shutil.rmtree(root_path) def AutoReload(self, event): if(self.onglets.typing == False): reload = os.path.getmtime(Variables.playonlinux_rep+"/shortcuts") if(reload != self.oldreload): self.list_software() self.oldreload = reload reloadimg = os.path.getmtime(Variables.playonlinux_rep+"/icones/32") if(reloadimg != self.oldimg): self.list_software() self.oldimg = reloadimg reloadpref = os.path.getmtime(Variables.playonlinux_rep+"/wineprefix") if(reloadpref != self.oldpref): self.list_software() self.oldpref = reloadpref reloadver32 = os.path.getmtime(Variables.playonlinux_rep+"/wine/"+Variables.os_name+"-x86/") reloadver64 = os.path.getmtime(Variables.playonlinux_rep+"/wine/"+Variables.os_name+"-amd64/") if(reloadver32 != self.oldver32 or reloadver64 != self.oldver64): self.oldver32 = reloadver32 self.oldver64 = reloadver64 self.onglets.UpdateVersions(self.onglets.arch) def change_program_to_selection(self, event): parent = self.list_game.GetItemText(self.list_game.GetItemParent(self.list_game.GetSelection())) self.current_sel = self.list_game.GetItemText(self.list_game.GetSelection()) if(parent == "#ROOT#"): self.onglets.s_isPrefix = True else: self.onglets.s_isPrefix = False self.change_program(self.current_sel,self.onglets.s_isPrefix) def change_program(self, new_prgm,isPrefix = False): self.onglets.changing_selection = True if(isPrefix == True): self.onglets.s_isPrefix = True if(self.current_sel == "default"): self.splitter.Unsplit() self.splitter.SplitVertically(self.splitter_list,self.panelEmpty) self.splitter.SetSashPosition(200) else: self.splitter.Unsplit() self.splitter.SplitVertically(self.splitter_list,self.onglets) self.splitter.SetSashPosition(200) else: self.splitter.Unsplit() self.splitter.SplitVertically(self.splitter_list,self.onglets) self.splitter.SetSashPosition(200) self.onglets.UpdateValues(new_prgm) self.Refresh() self.SetFocus() try: self.GetTopWindow().Raise() except: pass def list_software(self): self.games = os.listdir(Variables.playonlinux_rep+"shortcuts/") self.games.sort() self.prefixes = os.listdir(Variables.playonlinux_rep+"wineprefix/") self.prefixes.sort() self.games_item = {} self.prefixes_item = {} try: self.games.remove(".DS_Store") except: pass try: self.prefixes.remove(".DS_Store") except: pass self.list_game.DeleteAllItems() self.images.RemoveAll() root = self.list_game.AddRoot("#ROOT#") self.i = 0 for prefix in self.prefixes: if(os.path.isdir(Variables.playonlinux_rep+"wineprefix/"+prefix)): self.prefixes_item[prefix] = self.list_game.AppendItem(root, prefix, self.i) if(os.path.exists(Variables.playonlinux_rep+"/wineprefix/"+prefix+"/icon")): self.file_icone = Variables.playonlinux_rep+"/wineprefix/"+prefix+"/icon" else: try: archdd = playonlinux.GetSettings('ARCH',prefix) if(archdd == "amd64"): archdd = "64" else: archdd = "32" except: archdd = "32" self.file_icone = Variables.playonlinux_env+"/resources/images/menu/virtual_drive_"+archdd+".png" try: self.bitmap = wx.Image(self.file_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) except: pass self.list_game.SetItemBold(self.prefixes_item[prefix], True) for game in self.games: #METTRE EN 32x32 if(playonlinux.getPrefix(game).lower() == prefix.lower()): if(os.path.exists(Variables.playonlinux_rep+"/icones/32/"+game)): self.file_icone = Variables.playonlinux_rep+"/icones/32/"+game else: self.file_icone = Variables.playonlinux_env+"/etc/playonlinux32.png" try: self.bitmap = wx.Image(self.file_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) except: pass self.i += 1 self.games_item[game] = self.list_game.AppendItem(self.prefixes_item[prefix], game, self.i) self.i += 1 self.list_game.ExpandAll() try: if(self.onglets.s_isPrefix == True): self.list_game.SelectItem(self.prefixes_item[self.onglets.s_prefix.encode("utf-8","replace")]) else: self.list_game.SelectItem(self.games_item[self.onglets.s_title.encode("utf-8","replace")]) except: self.onglets.s_isPrefix = True self.change_program("default",True) self.list_game.SelectItem(self.prefixes_item["default"]) def app_Close(self, event): self.Destroy() def apply_settings(self, event): self.Destroy() playonlinux/python/debug.py000077500000000000000000000250421226051336100164260ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2009 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os, sys, string, shutil import wx, time, shlex #from subprocess import Popen,PIPE import wine_versions import lib.playonlinux as playonlinux import lib.wine as wine import lib.Variables as Variables import lib.lng as lng class MainWindow(wx.Frame): def __init__(self,parent,id,title,logcheck="/dev/null",logtype=None): self.logtype = 1 self.logfile = None self.logname = "" wx.Frame.__init__(self, parent, -1, title, size = (800, 600+Variables.windows_add_size), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.SetTitle(_('{0} debugger').format(os.environ["APPLICATION_TITLE"])) #self.panelFenp = wx.Panel(self, -1) self.prefixes_item = {} self.logs_item = {} self.splitter = wx.SplitterWindow(self, -1, style=wx.SP_NOBORDER) self.panelEmpty = wx.Panel(self.splitter, -1) self.panelNotEmpty = wx.Panel(self.splitter, -1) self.noselect = wx.StaticText(self.panelEmpty, -1, _('Please select a debug file'),pos=(0,150),style=wx.ALIGN_RIGHT) self.noselect.SetPosition(((570-self.noselect.GetSize()[0])/2,250)) self.noselect.Wrap(500) self.images = wx.ImageList(16, 16) self.list_game = wx.TreeCtrl(self.splitter, 900, size = wx.DefaultSize, style=wx.TR_HIDE_ROOT) wx.EVT_TREE_SEL_CHANGED(self, 900, self.analyseLog) self.list_game.SetSpacing(0); self.list_game.SetImageList(self.images) self.list_software() self.timer = wx.Timer(self, 1) self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer) self.AutoReload(self) self.timer.Start(10) self.logfile = "" # Debug control self.panelText = wx.Panel(self.panelNotEmpty, -1, size=(590,500), pos=(2,2)) # Hack, wxpython bug self.log_reader = wx.TextCtrl(self.panelText, 100, "", size=wx.Size(590,500), pos=(2,2), style=Variables.widget_borders|wx.TE_RICH2|wx.TE_READONLY|wx.TE_MULTILINE) self.openTextEdit = wx.Button(self.panelNotEmpty, 101, _("Locate this logfile"), size=(400,30), pos=(70,512)) self.reportProblem = wx.Button(self.panelNotEmpty, 102, "", size=(400,30), pos=(70,552)) if(logcheck == "/dev/null"): self.HideLogFile() else: self.analyseReal(logtype,logcheck) wx.EVT_BUTTON(self,101,self.locate) wx.EVT_BUTTON(self,102,self.bugReport) #self.log_reader.SetDefaultStyle(wx.TextAttr(font=wx.Font(13,wx.FONTFAMILY_DEFAULT,wx.FONTSTYLE_NORMAL,wx.FONTWEIGHT_NORMAL))) def bugReport(self, event): os.system('env LOGTITLE="'+self.logname+'" bash "'+os.environ["PLAYONLINUX"]+'/bash/bug_report" &') self.reportProblem.Enable(False) def locate(self, event): if(self.logtype == 0): dirname = Variables.playonlinux_rep+"wineprefix/"+self.logname+"/" filename = 'playonlinux.log' if(self.logtype == 1): dirname = Variables.playonlinux_rep+"logs/"+self.logname+"/" filename = self.logname+".log" wx.MessageBox(_("The file is named : {0}").format(filename), os.environ["APPLICATION_TITLE"]) playonlinux.POL_Open(dirname) def ShowLogFile(self): self.splitter.Unsplit() self.splitter.SplitVertically(self.list_game,self.panelNotEmpty) self.splitter.SetSashPosition(200) def HideLogFile(self): self.splitter.Unsplit() self.splitter.SplitVertically(self.list_game,self.panelEmpty) self.splitter.SetSashPosition(200) def AppendStyledText(self, line): ins = self.log_reader.GetInsertionPoint() leng = len(line) if(leng > 200): line=line[0:200] leng=200 self.log_reader.AppendText(line.decode('utf-8','replace')) self.bold = wx.Font(wx.NORMAL_FONT.GetPointSize(), wx.FONTFAMILY_DEFAULT, wx.NORMAL, wx.BOLD) if(line[0:5] == "wine:"): self.log_reader.SetStyle(ins, ins+5, wx.TextAttr("red", wx.NullColour)) elif(line[0:6] == "fixme:"): self.log_reader.SetStyle(ins, ins+leng, wx.TextAttr(wx.Colour(100,100,100), wx.NullColour)) elif(self.logtype == 1 and leng > 19 and line[17:20] == " - "): self.log_reader.SetStyle(ins, ins+17, wx.TextAttr("black", wx.NullColour, self.bold)) elif(self.logtype == 0 and leng > 21 and line[19:22] == " - "): self.log_reader.SetStyle(ins, ins+19, wx.TextAttr("black", wx.NullColour, self.bold)) else: self.log_reader.SetStyle(ins, ins+leng, wx.TextAttr("black", wx.NullColour)) def AutoReload(self, event): if(self.logfile != "" and self.logfile != None): self.j = 0 while True: self.line = self.logfile.readline() if not self.line: break else: self.AppendStyledText(self.line) if(self.j > 20): break self.j += 1 def analyseLog(self, event): parent = self.list_game.GetItemText(self.list_game.GetItemParent(self.list_game.GetSelection())) selection = self.list_game.GetItemText(self.list_game.GetSelection()) if(parent == _("Virtual drives")): parent = 0 else: parent = 1 self.analyseReal(parent, selection) def analyseReal(self, parent, selection): self.ShowLogFile() self.log_reader.Clear() try: if(parent == 0): checkfile = Variables.playonlinux_rep+"wineprefix/"+selection+"/playonlinux.log" self.logfile = open(checkfile, 'r') self.logsize = os.path.getsize(checkfile) self.logname = selection if(self.logsize - 10000 > 0): self.logfile.seek(self.logsize - 10000) # 10 000 latest chars should be sufficient self.logtype = 0 self.reportProblem.Hide() if(parent == 1): checkfile = Variables.playonlinux_rep+"logs/"+selection+"/"+selection+".log" self.logfile = open(checkfile, 'r') self.logsize = os.path.getsize(checkfile) self.logname = selection if(self.logsize - 10000 > 0): self.logfile.seek(self.logsize - 10000) # 10 000 latest chars should be sufficient self.logtype = 1 if(os.environ["DEBIAN_PACKAGE"] == "FALSE"): self.reportProblem.Show() self.reportProblem.Enable(True) self.reportProblem.SetLabel(_("Report a problem about {0}").format(self.logname)) except: pass def list_software(self): self.prefixes = os.listdir(Variables.playonlinux_rep+"wineprefix/") self.prefixes.sort() self.logs = os.listdir(Variables.playonlinux_rep+"logs/") self.logs.sort() try: self.prefixes.remove(".DS_Store") except: pass self.list_game.DeleteAllItems() self.images.RemoveAll() root = self.list_game.AddRoot("") self.scripts_entry = self.list_game.AppendItem(root, _("Install scripts"), 1) self.prefixes_entry = self.list_game.AppendItem(root, _("Virtual drives"), 0) self.file_icone = Variables.playonlinux_env+"/resources/images/icones/generic.png" self.bitmap = wx.Image(self.file_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) self.images.Add(self.bitmap) self.i = 2 for prefix in self.prefixes: if(os.path.isdir(Variables.playonlinux_rep+"wineprefix/"+prefix)): if(os.path.exists(Variables.playonlinux_rep+"/wineprefix/"+prefix+"/icon")): self.file_icone = Variables.playonlinux_rep+"/wineprefix/"+prefix+"/icon" else: try: archdd = playonlinux.GetSettings('ARCH',prefix) if(archdd == "amd64"): archdd = "64" else: archdd = "32" except: archdd = "32" self.file_icone = Variables.playonlinux_env+"/resources/images/menu/virtual_drive_"+archdd+".png" try: self.bitmap = wx.Image(self.file_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) except: pass self.prefixes_item[prefix] = self.list_game.AppendItem(self.prefixes_entry, prefix, self.i) self.i += 1 for log in self.logs: if(not "_" in log and os.path.isdir(Variables.playonlinux_rep+"logs/"+log)): self.file_icone = Variables.playonlinux_env+"/resources/images/menu/manual.png" try: self.bitmap = wx.Image(self.file_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) except: pass self.logs_item[log] = self.list_game.AppendItem(self.scripts_entry, log, self.i) self.i += 1 self.list_game.Collapse(self.scripts_entry) self.list_game.Collapse(self.prefixes_entry) self.list_game.ExpandAll() def app_Close(self, event): self.Destroy() def apply_settings(self, event): self.Destroy() playonlinux/python/gui_server.py000066400000000000000000000333661226051336100175170ustar00rootroot00000000000000#!/usr/bin/python # -*- coding:Utf-8 -*- # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import socket, threading, thread, guiv3 as gui, os, wx, time, random import string class gui_server(threading.Thread): def __init__(self, parent): threading.Thread.__init__(self) self._host = '127.0.0.1' self._port = 30000 self._running = True # This dictionnary will contain every created setup window self.parent = parent def GenCookie(self, length=20, chars=string.letters + string.digits): return ''.join([random.SystemRandom().choice(chars) for i in range(length)]) def handler(self, connection, addr): self.temp = ""; while True: self.tempc = connection.recv(2048); self.temp += self.tempc if "\n" in self.tempc: break; self.result = self.interact(self.temp.replace("\n","")) connection.send(self.result) try: connection.shutdown(1) connection.close() except: pass def initServer(self): if(self._port >= 30020): print _("Error: Unable to reserve a valid port") wx.MessageBox(_("Error: Unable to reserve a valid port"),os.environ["APPLICATION_TITLE"]) os._exit(0) try: self.acceptor = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self.acceptor.bind ( ( str(self._host), int(self._port) ) ) self.acceptor.listen(10) os.environ["POL_PORT"] = str(self._port) os.environ["POL_COOKIE"] = self.GenCookie() except socket.error, msg: self._port += 1 self.initServer() def closeServer(self): self.acceptor.close() self._running = False def waitRelease(self, pid): result = False while(result == False): #try: if pid in self.parent.windowList: try: result = self.parent.windowList[pid].getResult() except: break else: break #except: # Object is destroyed # time.sleep(0.1) time.sleep(0.1) return result def interact(self, recvData): self.parent.SetupWindowTimer_SendToGui(recvData) time.sleep(0.1 + self.parent.SetupWindowTimer_delay/100.) # We divide by 100, because parent.SWT_delay is in ms, and we want a 10x faster sentData = recvData.split("\t") if(len(sentData) > 2): gotData = self.waitRelease(sentData[2]) else: gotData = "" return(str(gotData)) def run(self): self.initServer() self.i = 0 while self._running: try: self.connection, self.addr = self.acceptor.accept() except socket.error as (errno, msg): if errno == 4: # Interrupted system call continue thread.start_new_thread(self.handler, (self.connection,self.addr)) self.i += 1 #channel.close() def readAction(object): if(object.SetupWindowTimer_action[0] != os.environ["POL_COOKIE"]): print "Bad cookie!" object.SetupWindowTimer_action = None return False object.SetupWindowTimer_action = object.SetupWindowTimer_action[1:] if(object.SetupWindowTimer_action[0] == "SimpleMessage"): if(len(object.SetupWindowTimer_action) == 2): wx.MessageBox(object.SetupWindowTimer_action[1],os.environ["APPLICATION_TITLE"]) object.SetupWindowTimer_action = None return False if(object.SetupWindowTimer_action[0] == "POL_Die"): if(len(object.SetupWindowTimer_action) == 1): object.POLDie() object.SetupWindowTimer_action = None return False if(object.SetupWindowTimer_action[0] == "POL_Restart"): if(len(object.SetupWindowTimer_action) == 1): object.POLRestart() object.SetupWindowTimer_action = None return False if(object.SetupWindowTimer_action[0] == 'POL_System_RegisterPID'): if(len(object.SetupWindowTimer_action) == 2): object.registeredPid.append(int(object.SetupWindowTimer_action[1])) object.SetupWindowTimer_action = None return False if(len(object.SetupWindowTimer_action) <= 1): object.SetupWindowTimer_action = None return False if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_Init'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]] = gui.POL_SetupFrame(os.environ["APPLICATION_TITLE"],object.SetupWindowTimer_action[1],object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) object.windowList[object.SetupWindowTimer_action[1]].Center(wx.BOTH) object.windowList[object.SetupWindowTimer_action[1]].Show(True) object.windowOpened += 1 else: if(object.SetupWindowTimer_action[1] not in object.windowList): print(_("WARNING. Please use POL_SetupWindow_Init first")) object.SetupWindowTimer_action = None return False if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_message'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_message(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_SetID'): if(len(object.SetupWindowTimer_action) == 3): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_SetID(object.SetupWindowTimer_action[2]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_UnsetID'): if(len(object.SetupWindowTimer_action) == 2): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_UnsetID() if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_shortcut_list'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_shortcut_list(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_prefix_selector'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_prefix_selector(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_pulsebar'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_pulsebar(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_question'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_question(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_wait'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_wait(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_wait_bis'): if(len(object.SetupWindowTimer_action) == 7): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_wait_b(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5],object.SetupWindowTimer_action[6]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_free_presentation'): if(len(object.SetupWindowTimer_action) == 4): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_free_presentation(object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[2]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_textbox'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_textbox(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_Debug'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_Debug(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_textbox_multiline'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_textbox_multiline(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_browse'): if(len(object.SetupWindowTimer_action) == 7): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_browse(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5],object.SetupWindowTimer_action[6]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_download'): if(len(object.SetupWindowTimer_action) == 6): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_download(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_Close'): if(len(object.SetupWindowTimer_action) == 2): object.windowList[object.SetupWindowTimer_action[1]].Destroy() del object.windowList[object.SetupWindowTimer_action[1]] object.windowOpened -= 1 if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_menu'): if(len(object.SetupWindowTimer_action) == 6): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_menu(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5], False) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_menu_num'): if(len(object.SetupWindowTimer_action) == 6): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_menu(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5], True) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_checkbox_list'): if(len(object.SetupWindowTimer_action) == 6): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_checkbox_list(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_icon_menu'): if(len(object.SetupWindowTimer_action) == 8): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_icon_menu(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5], object.SetupWindowTimer_action[6], object.SetupWindowTimer_action[7]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_licence'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_licence(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_login'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_login(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_file'): if(len(object.SetupWindowTimer_action) == 5): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_file(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_pulse'): if(len(object.SetupWindowTimer_action) == 3): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_Pulse(object.SetupWindowTimer_action[2]) if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_set_text'): if(len(object.SetupWindowTimer_action) == 3): object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_PulseText(object.SetupWindowTimer_action[2]) object.SetupWindowTimer_action = None playonlinux/python/guiv3.py000077500000000000000000001005351226051336100163760ustar00rootroot00000000000000#!/usr/bin/python # -*- coding:Utf-8 -*- # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import wx, wx.animate, os, getopt, sys, urllib, signal, time, string, urlparse, codecs, time, threading, socket from subprocess import Popen,PIPE import lib.Variables as Variables import lib.lng, lib.playonlinux as playonlinux lib.lng.Lang() class Download(threading.Thread): def __init__(self, url, local): threading.Thread.__init__(self) self.url = url self.local = local self.taille_fichier = 0 self.taille_bloc = 0 self.nb_blocs = 0 self.finished = False self.start() self.failed = False def onHook(self, nb_blocs, taille_bloc, taille_fichier): self.nb_blocs = nb_blocs self.taille_bloc = taille_bloc self.taille_fichier = taille_fichier def download(self): try: urllib.urlretrieve(self.url, self.local, reporthook = self.onHook) except: self.failed = True self.finished = True def run(self): self.download() class POL_SetupFrame(wx.Frame): #fenêtre principale def __init__(self, titre, POL_SetupWindowID, Arg1, Arg2, Arg3): wx.Frame.__init__(self, None, -1, title = titre, style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX, size = (520, 398+Variables.windows_add_size)) self.bash_pid = POL_SetupWindowID self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.gauge_i = 0 self.fichier = "" self.last_time = int(round(time.time() * 1000)) self.ProtectedWindow = False # Le fichier de lecture if(Arg1 == "None"): self.small_image = wx.Bitmap(Variables.playonlinux_env+"/resources/images/setups/default/top.png") else: self.small_image = wx.Bitmap(Arg1) self.small_x = 520 - self.small_image.GetWidth() if(Arg2 == "None"): if(os.environ["POL_OS"] == "Linux"): self.big_image = wx.Bitmap(Variables.playonlinux_env+"/resources/images/setups/default/playonlinux.jpg") else: self.big_image = wx.Bitmap(Variables.playonlinux_env+"/resources/images/setups/default/playonmac.jpg") else: self.big_image = wx.Bitmap(Arg2) if(Arg3 == "protect"): self.ProtectedWindow = True self.oldfichier = "" self.make_gui() wx.EVT_CLOSE(self, self.Cancel) def make_gui(self): # Fonts if(os.environ["POL_OS"] == "Mac"): self.fontTitre = wx.Font(14, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.fontText = wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) else : self.fontTitre = wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.fontText = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) # GUI elements self.panel = wx.Panel(self, -1, pos=(0,0), size=((520, 398+Variables.windows_add_size))) self.header = wx.Panel(self.panel, -1, style=Variables.widget_borders, size=(522,65)) self.header.SetBackgroundColour((255,255,255)) self.footer = wx.Panel(self.panel, -1, size=(522,45), pos=(-1,358), style=Variables.widget_borders) # Panels self.MainPanel = wx.Panel(self.panel, -1, pos=(150,0), size=(370,356)) self.MainPanel.SetBackgroundColour((255,255,255)) # Images self.top_image = wx.StaticBitmap(self.header, -1, self.small_image, (self.small_x,0), wx.DefaultSize) self.left_image = wx.StaticBitmap(self.panel, -1, self.big_image, (0,0), wx.DefaultSize) # Text self.titre_header = wx.StaticText(self.header, -1, _('{0} Wizard').format(os.environ["APPLICATION_TITLE"]),pos=(5,5), size=(340,356),style=wx.ST_NO_AUTORESIZE) self.titre_header.SetFont(self.fontTitre) self.titre_header.SetForegroundColour((0,0,0)) # For dark themes self.texte = wx.StaticText(self.panel, -1, "",pos=(20,80),size=(480,275),style=wx.ST_NO_AUTORESIZE) self.texte_bis = wx.StaticText(self.panel, -1, "",size=(480,30),style=wx.ST_NO_AUTORESIZE) self.titre = wx.StaticText(self.header, -1, "",pos=(20,30), size=(340,356),style=wx.ST_NO_AUTORESIZE) self.titre.SetForegroundColour((0,0,0)) # For dark themes self.texteP = wx.StaticText(self.MainPanel, -1, "",pos=(5,50)) self.texteP.SetForegroundColour((0,0,0)) # For dark themes self.titreP = wx.StaticText(self.MainPanel, -1,"",pos=(5,5), size=(340,356)) self.titreP.SetFont(self.fontTitre) self.titreP.SetForegroundColour((0,0,0)) # For dark themes self.txtEstimation = wx.StaticText(self.panel, -1, "",size=(480,30),style=wx.ST_NO_AUTORESIZE) self.register_link = "" # Buttons if(os.environ["POL_OS"] == "Linux"): self.CancelButton = wx.Button(self.footer, wx.ID_CANCEL, _("Cancel"), pos=(430,0),size=(85,37)) self.NextButton = wx.Button(self.footer, wx.ID_FORWARD, _("Next"), pos=(340,0),size=(85,37)) else: self.CancelButton = wx.Button(self.footer, wx.ID_CANCEL, _("Cancel"), pos=(420,-3),size=(85,37)) self.NextButton = wx.Button(self.footer, wx.ID_FORWARD, _("Next"), pos=(330,-3),size=(85,37)) if(self.ProtectedWindow == True): self.CancelButton.Enable(False) self.InfoScript = wx.StaticBitmap(self.footer, -1, wx.Bitmap(os.environ['PLAYONLINUX']+"/resources/images/setups/about.png"), pos=(10,8)) self.InfoScript.Hide() self.script_ID = 0 self.InfoScript.Bind(wx.EVT_LEFT_DOWN, self.InfoClick) self.InfoScript.SetCursor(wx.StockCursor(wx.CURSOR_HAND)) self.NoButton = wx.Button(self.footer, wx.ID_NO, _("No"), pos=(430,0),size=(85,37)) self.YesButton = wx.Button(self.footer, wx.ID_YES, _("Yes"), pos=(340,0), size=(85,37)) self.browse = wx.Button(self.panel, 103, _("Browse"), size=(130,40)) self.browse_text = wx.StaticText(self.panel, -1, "") self.browse_image = wx.StaticBitmap(self.panel, -1, wx.Bitmap(os.environ['PLAYONLINUX']+"/etc/playonlinux.png")) # D'autres trucs self.champ = wx.TextCtrl(self.panel, 400, "",size=(300,22)) self.bigchamp = wx.TextCtrl(self.panel, -1, "",size=wx.Size(460,240), pos=(30,105),style=Variables.widget_borders|wx.TE_MULTILINE) self.MCheckBox = wx.CheckBox(self.panel, 302, _("I Agree"), pos=(20,325)) self.PCheckBox = wx.CheckBox(self.panel, 304, _("Show virtual drives"), pos=(20,325)) self.Menu = wx.ListBox(self.panel, 104, pos=(25,105),size=(460,220), style=Variables.widget_borders) self.scrolled_panel = wx.ScrolledWindow(self.panel, -1, pos=(20,100), size=(460,220), style=Variables.widget_borders|wx.HSCROLL|wx.VSCROLL) self.scrolled_panel.SetBackgroundColour((255,255,255)) self.texte_panel = wx.StaticText(self.scrolled_panel, -1, "",pos=(5,5)) self.gauge = wx.Gauge(self.panel, -1, 50, size=(375, 20)) self.WaitButton = wx.Button(self.panel, 310, "", size=(250,25)) self.animation = wx.StaticBitmap(self.panel, -1, self.GetLoaderFromAngle(1), (228,170)) self.current_angle = 1 self.images = wx.ImageList(22, 22) self.MenuGames = wx.TreeCtrl(self.panel, 111, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders, pos=(25,105),size=(460,220)) self.MenuGames.SetImageList(self.images) self.MenuGames.SetSpacing(0) # Login self.login = wx.StaticText(self.panel, -1, _("Login: "),pos=(20,120),size=(460,20)) self.password = wx.StaticText(self.panel, -1, _("Password: "),pos=(20,150),size=(460,20)) self.loginbox = wx.TextCtrl(self.panel, -1, "",size=(250,22),pos=(200,115)) self.passbox = wx.TextCtrl(self.panel, -1, "",size=(250,22),pos=(200,145), style=wx.TE_PASSWORD) self.register = wx.HyperlinkCtrl(self.panel, 303, _("Register"), "", pos=(20,180)) self.register.SetNormalColour(wx.Colour(0,0,0)) # Fixed Events wx.EVT_BUTTON(self, wx.ID_YES, self.release_yes) wx.EVT_BUTTON(self, wx.ID_NO, self.release_no) wx.EVT_BUTTON(self, wx.ID_CANCEL , self.Cancel) wx.EVT_BUTTON(self, 103, self.Parcourir) wx.EVT_CHECKBOX(self, 302, self.agree) wx.EVT_CHECKBOX(self, 304, self.switch_menu) wx.EVT_HYPERLINK(self, 303, self.POL_register) # Debug Window self.debugImage = wx.StaticBitmap(self.panel, -1, wx.Bitmap(os.environ["PLAYONLINUX"]+"/resources/images/setups/face-sad.png"), (196,130)) self.debugZone = wx.TextCtrl(self.panel, -1, "",size=wx.Size(440,82), pos=(40,274),style=Variables.widget_borders|wx.TE_MULTILINE|wx.TE_READONLY) # Hide all self.Destroy_all() self.Result = "" self.animation.Show() self.footer.Hide() # Set the timer self.timer = wx.Timer(self, 3) self.Bind(wx.EVT_TIMER, self.TimerAction, self.timer) self.timer.Start(100) self.Timer_downloading = False self.Timer_animate = True def GetLoaderFromAngle(self, angle): if(angle >= 1 and angle <= 12): image = wx.Image(Variables.playonlinux_env+"/resources/images/setups/wait/"+str(angle)+".png") return image.ConvertToBitmap() def Destroy_all(self): self.footer.Show() self.Result = None self.header.Hide() self.left_image.Hide() self.CancelButton.Hide() self.MainPanel.Hide() self.NextButton.Hide() self.NoButton.Hide() self.YesButton.Hide() self.browse.Hide() self.browse_text.Hide() self.browse_image.Hide() self.champ.Hide() self.bigchamp.Hide() self.texte.Hide() self.texte_bis.Hide() self.texteP.Hide() self.titre.Hide() self.Menu.Hide() self.MenuGames.Hide() self.scrolled_panel.Hide() self.gauge.Hide() self.txtEstimation.Hide() self.texte_panel.Hide() self.MCheckBox.Hide() self.PCheckBox.Hide() self.NextButton.Enable(True) self.login.Hide() self.loginbox.Hide() self.password.Hide() self.passbox.Hide() self.register.Hide() self.WaitButton.Hide() self.MCheckBox.SetValue(False) self.PCheckBox.SetValue(False) self.animation.Hide() self.Timer_animate = False self.debugImage.Hide() self.debugZone.Hide() self.Refresh() def getResult(self): if(self.Result == None): return False else: return self.Result def TimerAction(self, event): ## If the setup window is downloading a file, it is a good occasion to update the progresbar if(self.Timer_downloading == True): if(self.downloader.taille_bloc != 0): self.nb_blocs_max = self.downloader.taille_fichier / self.downloader.taille_bloc self.gauge.SetRange(self.nb_blocs_max) self.gauge.SetValue(self.downloader.nb_blocs) self.tailleFichierB = float(self.downloader.taille_fichier / 1048576.0) self.octetsLoadedB = float((self.downloader.nb_blocs * self.downloader.taille_bloc) / 1048576.0) self.octetsLoadedN = round(self.octetsLoadedB, 1) self.tailleFichierN = round(self.tailleFichierB, 1) self.estimation_txt = str(self.octetsLoadedN) + " "+_("of")+" " + str(self.tailleFichierN) + " "+_("MB downloaded") self.txtEstimation.SetLabel(self.estimation_txt) if(self.downloader.finished == True): if(self.downloader.failed == True): self.release_but_fail(self) else: self.release(self) self.Timer_downloading = False if(self.Timer_animate == True): self.current_angle = ((self.current_angle + 1) % 12) self.animation.SetBitmap(self.GetLoaderFromAngle(self.current_angle + 1)) ### Theses methods command the window. There are called directly by the server def POL_SetupWindow_message(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release) def POL_SetupWindow_free_presentation(self, message, titre): self.Destroy_all() self.MainPanel.Show() self.titreP.SetLabel(titre.decode("utf8","replace")) self.titreP.Wrap(280) self.texteP.SetLabel(message.decode("utf8","replace").replace("\\n","\n").replace("\\t","\t")) self.texteP.Wrap(360) self.texteP.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release) self.DrawImage() def POL_SetupWindow_SetID(self, script_id): self.InfoScript.Show() self.script_ID = script_id def POL_SetupWindow_UnsetID(self): self.InfoScript.Hide() def InfoClick(self, e): url = "http://www.playonlinux.com/en/app-"+self.script_ID+".html" if(os.environ["POL_OS"] == "Mac"): os.system("open "+url+" &") else: os.system("xdg-open "+url+" &") def POL_SetupWindow_textbox(self, message, title, value): self.Destroy_all() self.DrawDefault(message, title) self.space = message.count("\\n")+1 self.champ.SetPosition((20,85+self.space*16)) self.champ.SetValue(value) self.champ.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_champ) wx.EVT_TEXT_ENTER(self, 400, self.release_champ) def POL_Debug(self, message, title, value): self.POL_SetupWindow_message(message, title) self.debugImage.Show() self.debugZone.Show() self.debugZone.SetValue(value.replace("\\n","\n")) def POL_SetupWindow_Pulse(self, value): self.gauge.SetValue(int(value)/2) self.SendBash() def POL_SetupWindow_PulseText(self, value): self.texte_bis.SetLabel(value.replace("\\n","\n")) self.texte_bis.SetPosition((20,135+self.space*16)) self.texte_bis.Show() self.SendBash() def POL_SetupWindow_download(self, message, title, url, localfile): self.Destroy_all() self.DrawDefault(message, title) self.space = message.count("\\n")+1 self.gauge.Show() self.gauge.SetPosition((70,95+self.space*16)) self.txtEstimation.SetPosition((20,135+self.space*16)) self.txtEstimation.Show() self.DrawCancel() self.DrawNext() self.NextButton.Enable(False) self.DownloadFile(url, localfile) def POL_SetupWindow_wait(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.NextButton.Enable(False) self.animation.Show() self.Timer_animate = True self.DrawCancel() self.DrawNext() self.NextButton.Enable(False) self.SendBash() def POL_SetupWindow_pulsebar(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.NextButton.Enable(False) self.space = message.count("\\n")+1 self.gauge.SetPosition((70,95+self.space*16)) self.gauge.Show() self.DrawCancel() self.DrawNext() self.NextButton.Enable(False) self.SendBash() def POL_SetupWindow_wait_b(self, message, title, button_value, command, alert): self.POL_SetupWindow_wait(message, title) self.WaitButton.Show() self.WaitButton.SetLabel(button_value) self.space = message.count("\\n")+1 self.WaitButton.SetPosition((135,115+self.space*16)) self.Bind(wx.EVT_BUTTON, lambda event: self.RunCommand(event,command,alert),self.WaitButton) def POL_SetupWindow_question(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.YesButton.Show() self.NoButton.Show() def POL_SetupWindow_menu(self, message, title, liste, cut, numtype=False): self.Destroy_all() self.DrawDefault(message, title) self.space = message.count("\\n")+1 self.areaList = string.split(liste,cut) self.Menu.SetPosition((20,85+self.space*16)) self.Menu.Clear() self.Menu.InsertItems(self.areaList,0) self.Menu.Select(0) self.Menu.Show() self.DrawCancel() self.DrawNext() if(numtype == False): wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_menu) wx.EVT_LISTBOX_DCLICK(self, 104, self.release_menu) else: wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_menu_num) wx.EVT_LISTBOX_DCLICK(self, 104, self.release_menu_num) def POL_SetupWindow_browse(self, message, title, value, directory, supportedfiles): self.POL_SetupWindow_textbox(message, title, value) self.supportedfiles = supportedfiles self.champ.Hide() self.directory = directory self.browse.SetPosition((195,130)) self.browse.Show() self.NextButton.Enable(False) def POL_SetupWindow_login(self, message, title, register_url): self.Destroy_all() self.DrawDefault(message, title) self.space = message.count("\\n")+1 self.register_link = register_url self.login.Show() self.loginbox.Show() self.password.Show() self.passbox.Show() self.register.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_login) def POL_SetupWindow_textbox_multiline(self, message, title, value): self.Destroy_all() self.DrawDefault(message, title) self.space = message.count("\\n")+1 self.bigchamp.SetPosition((20,85+self.space*16)) self.bigchamp.SetValue(value) self.bigchamp.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_bigchamp) def POL_SetupWindow_checkbox_list(self, message, title, liste, cut): self.Destroy_all() self.DrawDefault(message, title) self.scrolled_panel.Show() self.space = message.count("\\n")+1 self.scrolled_panel.SetPosition((20,85+self.space*16)) self.areaList = string.split(liste,cut) # We have to destroy all previous items (catching exception in case one is already destroyed) self.i = 0 try: while(self.i <= len(self.item_check)): self.item_check[self.i].Destroy() self.i+=1 except: pass self.item_check = [] # Now we can rebuild safely the widget self.i = 0 while(self.i < len(self.areaList)): self.item_check.append(wx.CheckBox(self.scrolled_panel, -1, pos=(0,(self.i*25)),label=str(self.areaList[self.i]))) self.i+=1 self.scrolled_panel.SetVirtualSize((0,self.i*(25))) self.scrolled_panel.SetScrollRate(0,25) self.DrawCancel() self.DrawNext() self.separator = cut wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_checkboxes) def POL_SetupWindow_shortcut_list(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.add_games() self.space = message.count("\\n")+1 self.MenuGames.SetPosition((20,85+self.space*16)) self.MenuGames.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_menugame) wx.EVT_TREE_ITEM_ACTIVATED(self, 111, self.release_menugame) def POL_SetupWindow_icon_menu(self, message, title, items, cut, icon_folder, icon_list): self.Destroy_all() self.DrawDefault(message, title) self.add_menu_icons(items, cut, icon_list, icon_folder); self.space = message.count("\\n")+1 self.MenuGames.SetPosition((20,85+self.space*16)) self.MenuGames.Show() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_menugame) wx.EVT_TREE_ITEM_ACTIVATED(self, 111, self.release_menugame) def POL_SetupWindow_prefix_selector(self, message, title): self.Destroy_all() self.DrawDefault(message, title) self.add_games() self.MenuGames.Show() self.space = message.count("\\n")+1 self.Menu.SetPosition((20,85+self.space*16)) self.Menu.Clear() self.areaList = os.listdir(Variables.playonlinux_rep+"/wineprefix/") self.areaList.sort() for file in self.areaList: if (str(file[0]) == "."): self.areaList.remove(file) self.Menu.InsertItems(self.areaList,0) self.Menu.Select(0) self.Menu.Hide() self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release_menuprefixes) wx.EVT_TREE_ITEM_ACTIVATED(self, 111, self.release_menuprefixes) wx.EVT_LISTBOX_DCLICK(self, 104, self.release_menuprefixes) self.PCheckBox.Show() def POL_SetupWindow_licence(self, message, title, licence_file): self.Destroy_all() self.DrawDefault(message, title) try: self.texte_panel.SetLabel(open(licence_file,"r").read()) except: self.texte_panel.SetLabel("E. file not found :"+licence_file) self.texte_panel.Wrap(400) self.texte_panel.Show() self.scrolled_panel.Show() self.scrolled_panel.SetVirtualSize(self.texte_panel.GetSize()) self.scrolled_panel.SetScrollRate(0,25) self.MCheckBox.Show() self.DrawCancel() self.DrawNext() self.NextButton.Enable(False) wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release) def POL_SetupWindow_file(self, message, title, filetoread): self.Destroy_all() self.DrawDefault(message, title) try: self.texte_panel.SetLabel(open(filetoread,"r").read()) except: self.texte_panel.SetLabel("E. File not found") self.texte_panel.Wrap(400) self.texte_panel.Show() self.scrolled_panel.Show() self.scrolled_panel.SetVirtualSize(self.texte_panel.GetSize()) self.scrolled_panel.SetScrollRate(0,25) self.DrawCancel() self.DrawNext() wx.EVT_BUTTON(self, wx.ID_FORWARD, self.release) def POL_register(self, event): if(os.environ["POL_OS"] == "Mac"): os.system("open "+self.register_link) else: os.system("xdg-open "+self.register_link) def RunCommand(self, event, command,confirm): if(confirm == "0" or wx.YES == wx.MessageBox(confirm.decode("utf-8","replace"), os.environ["APPLICATION_TITLE"], style=wx.YES_NO | wx.ICON_QUESTION)): os.system(command+"&"); def DrawImage(self): self.left_image.Show() def DrawHeader(self): self.header.Show() def DrawDefault(self, message, title): self.DrawHeader() self.texte.SetLabel(message.replace("\\n","\n").replace("\\t","\t")) self.texte.Show() self.titre.SetLabel(title) self.titre.Show() def DrawCancel(self): self.CancelButton.Show() def DrawNext(self): self.NextButton.Show() def SendBash(self, var=""): self.Result = var def SendBashT(self, var): self.Result = var def release(self, event): self.SendBash() self.NextButton.Enable(False) def release_but_fail(self, event): self.SendBash("Fail") self.NextButton.Enable(False) def release_checkboxes(self, event): i = 0 send = [] while(i < len(self.item_check)): if(self.item_check[i].IsChecked() == True): send.append(self.areaList[i]) i += 1 self.SendBash(string.join(send,self.separator)) self.NextButton.Enable(False) def release_yes(self, event): self.SendBash("TRUE") self.NextButton.Enable(False) def release_no(self, event): self.SendBash("FALSE") self.NextButton.Enable(False) def release_login(self, event): self.SendBash(self.loginbox.GetValue().encode("utf-8","replace")+"~"+self.passbox.GetValue().encode("utf-8","replace")) self.NextButton.Enable(False) def release_champ(self, event): self.SendBash(self.champ.GetValue().encode("utf-8","replace")) self.NextButton.Enable(False) def release_bigchamp(self, event): self.SendBashT(self.bigchamp.GetValue().replace("\n","\\n").encode("utf-8","replace")) self.NextButton.Enable(False) def release_menu(self,event): self.SendBash(self.areaList[self.Menu.GetSelection()]) self.NextButton.Enable(False) def release_menu_num(self,event): self.SendBash(str(self.Menu.GetSelection())) self.NextButton.Enable(False) def release_icons(self,event): if(self.menu.IsChecked()): self.SendBash("MSG_MENU=True") if(self.desktop.IsChecked()): self.SendBash("MSG_DESKTOP=True") if(self.desktop.IsChecked() and self.menu.IsChecked()): self.SendBash("MSG_DESKTOP=True\nMSG_MENU=True") if(self.desktop.IsChecked() == False and self.menu.IsChecked() == False): self.SendBash("Ok") self.NextButton.Enable(False) def release_menugame(self,event): self.SendBash(self.MenuGames.GetItemText(self.MenuGames.GetSelection()).encode("utf-8","replace")) self.NextButton.Enable(False) def release_menuprefixes(self,event): if(self.PCheckBox.IsChecked() == False): # Alors il faut renvoyer le prefix self.SendBash("1~"+self.MenuGames.GetItemText(self.MenuGames.GetSelection()).encode("utf-8","replace")) else: self.SendBash("2~"+self.areaList[self.Menu.GetSelection()]) self.NextButton.Enable(False) def Cancel(self, event): if(self.ProtectedWindow == False): self.Destroy() time.sleep(0.1) os.system("kill -9 -"+self.bash_pid+" 2> /dev/null") os.system("kill -9 "+self.bash_pid+" 2> /dev/null") else: wx.MessageBox(_("You cannot close this window").format(os.environ["APPLICATION_TITLE"]),_("Error")) def add_games(self): apps = os.listdir(Variables.playonlinux_rep+"/shortcuts/") apps.sort() self.images.RemoveAll() self.MenuGames.DeleteAllItems() self.root = self.MenuGames.AddRoot("") i = 0 for app in apps: appfile = Variables.playonlinux_rep+"/shortcuts/"+app if(not os.path.isdir(appfile)): fichier = open(appfile,"r").read() if("POL_Wine " in fichier): if(os.path.exists(Variables.playonlinux_rep+"/icones/32/"+app)): file_icon = Variables.playonlinux_rep+"/icones/32/"+app else: file_icon = Variables.playonlinux_env+"/etc/playonlinux32.png" bitmap = wx.Image(file_icon) bitmap.Rescale(22,22,wx.IMAGE_QUALITY_HIGH) bitmap = bitmap.ConvertToBitmap() self.images.Add(bitmap) self.MenuGames.AppendItem(self.root, app, i) i += 1 def add_menu_icons(self, items, cut, icon_list, icon_folder): elements = items.split(cut) icons = icon_list.split(cut) #self.games.sort() self.images.RemoveAll() self.MenuGames.DeleteAllItems() self.root = self.MenuGames.AddRoot("") i = 0 for index in elements: current_icon = icon_folder+"/"+icons[i] if(os.path.exists(current_icon)): file_icon = current_icon else: file_icon = Variables.playonlinux_env+"/etc/playonlinux32.png" bitmap = wx.Image(file_icon) bitmap.Rescale(22,22,wx.IMAGE_QUALITY_HIGH) bitmap = bitmap.ConvertToBitmap() self.images.Add(bitmap) self.MenuGames.AppendItem(self.root, index, i) i+=1 def DemanderPourcent(self, event): self.NextButton.Enable(False) if self.p.poll() == None: self.gauge.Pulse() else: self.SendBash("Ok") def Parcourir(self, event): if(self.supportedfiles == "All"): self.FileDialog = wx.FileDialog(self.panel) else: self.FileDialog = wx.FileDialog(self.panel, wildcard=self.supportedfiles) self.FileDialog.SetDirectory(self.directory) self.FileDialog.ShowModal() if(self.FileDialog.GetPath() != ""): filePath = self.FileDialog.GetPath().encode("utf-8","replace") filePathBaseName = filePath.split("/")[filePath.count("/")] self.champ.SetValue(filePath) self.NextButton.Enable(True) self.browse_text.Show() self.browse_text.SetLabel(filePathBaseName) self.browse_text.SetPosition(((520-self.browse_text.GetSize()[0])/2,180)) if(".exe" in filePathBaseName and os.path.getsize(filePath) <= 30*1024*1024): try: tmpPath = os.environ['POL_USER_ROOT']+"/tmp/browse"+self.bash_pid+".png" try: os.path.remove(tmpPath) except: pass playonlinux.POL_System("POL_ExtractBiggestIcon \""+filePath+"\" "+tmpPath) if(os.path.exists(tmpPath)): browse_image = wx.Image(tmpPath) else: browse_image = wx.Image(os.environ['PLAYONLINUX']+"/etc/playonlinux.png") except: browse_image = wx.Image(os.environ['PLAYONLINUX']+"/etc/playonlinux.png") else: browse_image = wx.Image(os.environ['PLAYONLINUX']+"/etc/playonlinux.png") if(browse_image.GetWidth() >= 48): browse_image.Rescale(48,48,wx.IMAGE_QUALITY_HIGH) browse_image = browse_image.ConvertToBitmap() self.browse_image.SetBitmap(browse_image) self.browse_image.SetPosition(((520-self.browse_image.GetSize()[0])/2,220)) self.browse_image.Show() self.FileDialog.Destroy() def DownloadFile(self, url, localB): #url = url a récupérer, localB le fichier où enregistrer la modification if os.path.isdir(localB): # localB is a directory, append the filename to use # * in a perfect world this should be removed and the # client be always responsible for providing the filename # it wants/expects self.chemin = urlparse.urlsplit(url)[2] self.nomFichier = self.chemin.split('/')[-1] self.local = localB + self.nomFichier else: self.local = localB self.downloader = Download(url, self.local) self.Timer_downloading = True def agree(self, event): if(self.MCheckBox.IsChecked()): self.NextButton.Enable(True) else: self.NextButton.Enable(False) def switch_menu(self, event): if(self.PCheckBox.IsChecked()): self.Menu.Show() self.MenuGames.Hide() else: self.MenuGames.Show() self.Menu.Hide() self.Refresh() playonlinux/python/install.py000077500000000000000000000727511226051336100170170ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import wx import os, sys, codecs, string, socket, urllib, urllib2 import wx.html, threading, time, wx.animate import lib.Variables as Variables, sp import lib.lng import lib.playonlinux as playonlinux from wx.lib.ClickableHtmlWindow import PyClickableHtmlWindow class Wminiature(wx.Frame): def __init__(self,parent,id,title,img): wx.Frame.__init__(self, parent, -1, title, size = (800, 600+Variables.windows_add_size)) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.img = wx.StaticBitmap(self, -1, wx.Bitmap(img)) class getDescription(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.getDescription = "" self.getDescription_bis = "" self.htmlContent = "" self.htmlwait = "###WAIT###" self.stars = 0 self.cat = 0 self.start() self.med_miniature = None self.miniature = Variables.playonlinux_env+"/resources/images/pol_min.png" self.miniature_defaut = Variables.playonlinux_env+"/resources/images/pol_min.png" def download(self, game): self.getDescription = game def run(self): self.thread_running = True while(self.thread_running): if(self.getDescription == ""): time.sleep(0.1) else: self.htmlContent = self.htmlwait; time.sleep(0.5) self.getDescription_bis = self.getDescription self.med_miniature = None if(self.getDescription == "about:creator"): self.miniature = self.miniature_defaut self.htmlContent = "Well done !" self.stars = "5" else: self.cut = string.split(self.getDescription,":") if(self.cut[0] == "get"): self.miniature = self.miniature_defaut # Description self.htmlContent = "WARNING !
You are going to execute a non-validated script.
This functionality has been added to make script testing easier.
It can be dangerous for your computer.
PlayOnLinux will NOT be reponsible for any damages.
" self.stars = "0" else: # Miniatures try : url = os.environ["SITE"]+'/V4_data/repository/screenshot.php?id='+self.getDescription.replace(" ","%20") req = urllib2.Request(url) handle = urllib2.urlopen(req) screenshot_id=handle.read() if(screenshot_id != "0"): url_s1 = 'http://www.playonlinux.com/images/apps/min/'+screenshot_id req = urllib2.Request(url_s1) handle = urllib2.urlopen(req) open(Variables.playonlinux_rep+"/tmp/min"+screenshot_id,"w").write(handle.read()) self.miniature = Variables.playonlinux_rep+"/tmp/min"+screenshot_id else: try: url = os.environ["SITE"]+'/V2_data/miniatures/'+self.getDescription.replace(" ","%20") req = urllib2.Request(url) handle = urllib2.urlopen(req) open(Variables.playonlinux_rep+"/tmp/min","w").write(handle.read()) self.miniature = Variables.playonlinux_rep+"/tmp/min" except: self.miniature = self.miniature_defaut except : self.miniature = self.miniature_defaut self.med_miniature = None # Description try : url = os.environ["SITE"]+'/V4_data/repository/get_description.php?id='+self.getDescription.replace(" ","%20") req = urllib2.Request(url) handle = urllib2.urlopen(req) self.htmlContent = handle.read() if("No description" in self.htmlContent): self.htmlContent = ""+_("No description")+"" except : self.htmlContent = ""+_("No description")+"" if(self.cat == 12): self.htmlContent += "

WARNING !
You are going to execute a beta script.
This functionality has been added to make script testing easier.
It might not work as expected.
" try: if(screenshot_id != 0): try: url_s2 = 'http://www.playonlinux.com/images/apps/med/'+screenshot_id req = urllib2.Request(url_s2) handle = urllib2.urlopen(req) open(Variables.playonlinux_rep+"/tmp/med"+screenshot_id,"w").write(handle.read()) self.med_miniature = Variables.playonlinux_rep+"/tmp/med"+screenshot_id except: self.med_miniature = None else: self.med_miniature = None except: self.med_miniature = None # Stars try : url = os.environ["SITE"]+'/V4_data/repository/stars.php?n='+self.getDescription.replace(" ","%20") req = urllib2.Request(url) handle = urllib2.urlopen(req) self.stars = handle.read() except : self.stars = "0" if(self.getDescription == self.getDescription_bis): self.getDescription = "" class InstallWindow(wx.Frame): def addCat(self, name, icon, iid): espace=80; if(os.environ["POL_OS"] == "Mac"): offset = 10 w_offset = 5 else: offset = 2 w_offset = 10 self.cats_icons[name] = wx.BitmapButton(self.panelButton, 2000+iid, wx.Bitmap(icon), (0,0), style=wx.NO_BORDER) self.cats_links[name] = wx.HyperlinkCtrl(self.panelButton, 3000+iid, name, "", pos=(0,52)) mataille = self.cats_links[name].GetSize()[0] mataille2 = self.cats_icons[name].GetSize()[0] image_pos = (espace-mataille2)/2+espace*iid; self.cats_links[name].SetPosition((espace*iid+espace/2-mataille/2,47)) self.cats_icons[name].SetPosition((image_pos,offset)) #self.cats_icons[name].SetSize((espace,100)) wx.EVT_HYPERLINK(self, 3000+iid, self.AddApps) wx.EVT_BUTTON(self, 2000+iid, self.AddApps) #self.cats_icons[name].Bind(wx.EVT_LEFT_DOWN, 2000+iid, self.AddApps) self.cats_links[name].SetNormalColour(wx.Colour(0,0,0)) self.cats_links[name].SetVisitedColour(wx.Colour(0,0,0)) self.cats_links[name].SetHoverColour(wx.Colour(0,0,0)) self.cats_links[name].SetBackgroundColour((255,255,255)) self.cats_links[name].SetFont(self.fontText) def __init__(self,parent,id,title): wx.Frame.__init__(self, parent, -1, title, size = (800, 550+Variables.windows_add_size), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX) self.cats_icons = {} self.cats_links = {} self.description = getDescription() self.panelFenp = wx.Panel(self, -1) self.panelItems = wx.Panel(self.panelFenp, -1, size=(800,550+Variables.windows_add_size), pos=(0,71)) self.panelWait = wx.Panel(self.panelFenp, -1, size=(800,550+Variables.windows_add_size), pos=(0,71)) self.panelWait.Hide() self.panelManual = wx.Panel(self.panelFenp, -1, size=(800,550+Variables.windows_add_size), pos=(0,71)) self.panelManual.Hide() self.currentPanel = 0 # [ 1 = manual, 0 = items ] # Categories self.panelButton = wx.Panel(self.panelFenp, -1, size=(802,69), pos=(-1,-1),style=Variables.widget_borders) self.panelButton.SetBackgroundColour((255,255,255)) if(os.environ["POL_OS"] == "Mac"): self.fontText = wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) self.fontTitre = wx.Font(14, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) else : self.fontText = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) self.fontTitre = wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.addCat(_("Accessories"),Variables.playonlinux_env+"/resources/images/install/32/applications-accessories.png",0) self.addCat(_("Development"),Variables.playonlinux_env+"/resources/images/install/32/applications-development.png",1) self.addCat(_("Education"),Variables.playonlinux_env+"/resources/images/install/32/applications-science.png",2) self.addCat(_("Games"),Variables.playonlinux_env+"/resources/images/install/32/applications-games.png",3) self.addCat(_("Graphics"),Variables.playonlinux_env+"/resources/images/install/32/applications-graphics.png",4) self.addCat(_("Internet"),Variables.playonlinux_env+"/resources/images/install/32/applications-internet.png",5) self.addCat(_("Multimedia"),Variables.playonlinux_env+"/resources/images/install/32/applications-multimedia.png",6) self.addCat(_("Office"),Variables.playonlinux_env+"/resources/images/install/32/applications-office.png",7) self.addCat(_("Other"),Variables.playonlinux_env+"/resources/images/install/32/applications-other.png",8) self.addCat(_("Patches"),Variables.playonlinux_env+"/resources/images/install/32/view-refresh.png",9) self.live = 0 self.openMin = False self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.images_cat = wx.ImageList(22, 22) self.imagesapps = wx.ImageList(22, 22) #self.list_cat = wx.TreeCtrl(self.panelItems, 105, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders, size=(200, 363), pos=(10,10)) #self.list_cat.Hide() if(os.environ["POL_OS"] == "Mac"): self.image_position = (738-160,346-71) self.new_size = (196,218-4) self.search_offset = 3 if(os.environ["POL_OS"] == "Linux"): self.image_position = (740-160,348-71) self.new_size = (200,222-4) self.search_offset = 5 self.image = wx.StaticBitmap(self.panelItems, 108, wx.Bitmap(Variables.playonlinux_env+"/resources/images/pol_min.png"), self.image_position, wx.DefaultSize) self.image.Bind(wx.EVT_LEFT_DOWN, self.sizeUpScreen) #self.list_cat.SetSpacing(0); #self.list_cat.SetImageList(self.images_cat) position = 10+self.search_offset; #self.searchcaption = wx.StaticText(self.panelItems, -1, _("Search"), (position,82-71+self.search_offset), wx.DefaultSize) #position += self.searchcaption.GetSize()[0]+5 self.searchbox = wx.SearchCtrl(self.panelItems, 110, size=(250,22), pos=(position,9)) self.searchbox.SetDescriptiveText(_("Search")) position += self.searchbox.GetSize()[0]+20 self.filterscaption = wx.StaticText(self.panelItems, -1, _("Include:"), (position,82-71+self.search_offset), wx.DefaultSize) position += self.filterscaption.GetSize()[0]+10 self.testingChk = wx.CheckBox(self.panelItems, 401, pos=(position,82-71), size=wx.DefaultSize) self.testingChk.SetValue(True) position += 15+self.search_offset self.testingCapt = wx.StaticText(self.panelItems, -1, _("Testing"), (position,82-71+self.search_offset), wx.DefaultSize) position += self.testingCapt.GetSize()[0]+10 self.nocdChk = wx.CheckBox(self.panelItems, 402, pos=(position,82-71), size=wx.DefaultSize) position += 15+self.search_offset self.noDvDCapt = wx.StaticText(self.panelItems, -1, _("No-cd needed"), (position,82-71+self.search_offset), wx.DefaultSize) position += self.noDvDCapt.GetSize()[0]+10 self.freeChk = wx.CheckBox(self.panelItems, 403, pos=(position,82-71), size=wx.DefaultSize) self.freeChk.SetValue(True) position += 15+self.search_offset self.FreeCapt = wx.StaticText(self.panelItems, -1, _("Commercial"), (position,82-71+self.search_offset), wx.DefaultSize) position += self.FreeCapt.GetSize()[0]+10 self.star_x = position self.lasthtml_content = "" self.list_apps = wx.TreeCtrl(self.panelItems, 106, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders, size=(550, 385), pos=(15,113-71)) self.list_apps.SetImageList(self.imagesapps) self.list_apps.SetSpacing(0); self.stars = 0 #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) self.content = PyClickableHtmlWindow(self.panelItems, 107, style=Variables.widget_borders, pos=(580,113-71), size=(200,218)) if(os.environ["POL_OS"] == "Linux"): self.button = wx.Button(self.panelItems, wx.ID_CLOSE, _("Cancel"), pos=(736-160, 510-71), size=(100,35)) self.install_button = wx.Button(self.panelItems, wx.ID_APPLY, _("Install"), pos=(843-160, 510-71), size=(100,35)) self.update_button = wx.Button(self.panelItems, wx.ID_REFRESH, _("Refresh"), pos=(630-160, 510-71), size=(100,35)) else: self.button = wx.Button(self.panelItems, wx.ID_CLOSE, _("Cancel"), pos=(736-160-10, 510-71-8), size=(100,35)) self.install_button = wx.Button(self.panelItems, wx.ID_APPLY, _("Install"), pos=(843-160-10, 510-71-8), size=(100,35)) self.update_button = wx.Button(self.panelItems, wx.ID_REFRESH, _("Refresh"), pos=(630-160-10, 510-71-8), size=(100,35)) self.install_button.Enable(False) self.new_panel = wx.Panel(self.panelItems, -1, pos=(740-160,113-71), style=Variables.widget_borders, size=self.new_size) self.new_panel.SetBackgroundColour((255,255,255)) self.animation = wx.animate.GIFAnimationCtrl(self.new_panel, -1, Variables.playonlinux_env+"/resources/images/install/wait_mini.gif", (90,100)) self.animation.Hide() self.new_panel.Hide() self.ManualInstall = wx.HyperlinkCtrl(self.panelFenp, 111, _("Install a non-listed program"), "", pos=(10,515)) self.ManualInstall.SetNormalColour(wx.Colour(0,0,0)) # Panel wait self.animation_wait = wx.animate.GIFAnimationCtrl(self.panelWait, -1, Variables.playonlinux_env+"/resources/images/install/wait.gif", ((800-128)/2,(550-128)/2-71)) self.percentageText = wx.StaticText(self.panelWait, -1, "", ((800-30)/2,(550-128)/2+128+10-71), wx.DefaultSize) self.percentageText.SetFont(self.fontTitre) self.timer = wx.Timer(self, 1) self.Bind(wx.EVT_TIMER, self.TimerAction, self.timer) self.timer.Start(200) # panel manual # self.AddApps() #wx.EVT_TREE_SEL_CHANGED(self, 105, self.AddApps) wx.EVT_TREE_SEL_CHANGED(self, 106, self.AppsDetails) wx.EVT_BUTTON(self, wx.ID_CLOSE, self.closeapp) wx.EVT_BUTTON(self, wx.ID_APPLY, self.installapp) wx.EVT_BUTTON(self, wx.ID_REFRESH, self.UpdatePol) wx.EVT_CLOSE(self, self.closeapp) wx.EVT_TREE_ITEM_ACTIVATED(self, 106, self.installapp) wx.EVT_TEXT(self, 110, self.search) wx.EVT_HYPERLINK(self, 111, self.manual) wx.EVT_CHECKBOX(self, 401, self.CheckBoxReload) wx.EVT_CHECKBOX(self, 402, self.CheckBoxReload) wx.EVT_CHECKBOX(self, 403, self.CheckBoxReload) #wx.EVT_CHECKBOX(self, 111, self.manual) #Timer, regarde toute les secondes si il faut actualiser la liste def TimerAction(self, event): if(self.lasthtml_content != self.description.htmlContent): self.SetImg(self.description.miniature) self.description.miniature = self.description.miniature_defaut self.lasthtml_content = self.description.htmlContent; if(self.description.htmlContent == "###WAIT###"): self.animation.Show() self.animation.Play() self.new_panel.Show() self.content.Hide() self.Refresh() else: self.animation.Stop() self.content.Show() self.animation.Hide() self.new_panel.Hide() self.Refresh() self.content.SetPage(self.description.htmlContent) if(self.stars != self.description.stars): self.show_stars(self.description.stars) self.stars = self.description.stars #if(self.list_cat.GetItemImage(self.list_cat.GetSelection()) != self.description.cat): # self.description.cat = self.list_cat.GetItemImage(self.list_cat.GetSelection()) if(self.openMin == True): if(self.description.med_miniature != None): self.wmin = Wminiature(None, -1, self.list_apps.GetItemText(self.list_apps.GetSelection()), self.description.med_miniature) self.wmin.Show() self.wmin.Center(wx.BOTH) self.openMin = False def closeapp(self, event): self.description.thread_running = False self.Destroy() def manual(self, event): self.live = 1 self.installapp(self) def show_stars(self, stars): self.stars = int(stars) try : self.star1.Destroy() except : pass try : self.star2.Destroy() except : pass try : self.star3.Destroy() except : pass try : self.star4.Destroy() except : pass try : self.star5.Destroy() except : pass self.stars = int(self.stars) star_y = 83-71; star_x = 832-160; if(self.stars >= 1): self.star1 = wx.StaticBitmap(self.panelItems, -1, wx.Bitmap(Variables.playonlinux_env+"/etc/star.png"), (5*18+star_x,star_y), wx.DefaultSize) if(self.stars >= 2): self.star2 = wx.StaticBitmap(self.panelItems, -1, wx.Bitmap(Variables.playonlinux_env+"/etc/star.png"), (4*18+star_x,star_y), wx.DefaultSize) if(self.stars >= 3): self.star3 = wx.StaticBitmap(self.panelItems, -1, wx.Bitmap(Variables.playonlinux_env+"/etc/star.png"), (3*18+star_x,star_y), wx.DefaultSize) if(self.stars >= 4): self.star4 = wx.StaticBitmap(self.panelItems, -1, wx.Bitmap(Variables.playonlinux_env+"/etc/star.png"), (2*18+star_x,star_y), wx.DefaultSize) if(self.stars == 5): self.star5 = wx.StaticBitmap(self.panelItems, -1, wx.Bitmap(Variables.playonlinux_env+"/etc/star.png"), (18+star_x,star_y), wx.DefaultSize) def UpdatePol(self, event): self.DelApps() self.Parent.updater.check() playonlinux.SetSettings("LAST_TIMESTAMP","0") def installapp(self, event): if(self.live == 1): InstallApplication = "ExecLiveInstall" else: InstallApplication = self.list_apps.GetItemText(self.list_apps.GetSelection()) if(InstallApplication == "about:creator"): self.EasterEgg = sp.egg(None, -1, "PlayOnLinux Conceptor") self.EasterEgg.Show() self.EasterEgg.Center(wx.BOTH) else: if(playonlinux.GetSettings("FIRST_INSTALL_DONE") == ""): wx.MessageBox(_("When {0} installs a Windows program: \n\n - Leave the default location\n - Do not tick the checkbox 'Run the program' if asked.").format(os.environ["APPLICATION_TITLE"]),_("Please read this")) playonlinux.SetSettings("FIRST_INSTALL_DONE","TRUE") if(os.path.exists(Variables.playonlinux_rep+"/configurations/listes/search")): content = codecs.open(Variables.playonlinux_rep+"/configurations/listes/search", "r", "utf-8").read().split("\n") found = False for line in content: split = line.split("~") if(split[0] == InstallApplication): found = True break; if(found == True): if(len(split) <= 1): self.UpdatePol(self) else: if(split[1] == "1"): wx.MessageBox(_("This program is currently in testing.\n\nIt might not work as expected. Your feedback, positive or negative, is specially important to improve this installer."),_("Please read this")) if(split[2] == "1"): wx.MessageBox(_("This program contains a protection against copy (DRM) incompatible with emulation.\nThe only workaround is to use a \"no-cd\" patch, but since those can also be used for piracy purposes we won't give any support on this matter."), _("Please read this")) os.system("bash \""+Variables.playonlinux_env+"/bash/install\" \""+InstallApplication.encode("utf-8","replace")+"\"&") self.Destroy() return def search(self, event): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/search",'r',"utf-8") self.apps = self.apps.readlines() self.j = 0; while(self.j < len(self.apps)): self.apps[self.j] = self.apps[self.j].replace("\n","") self.j += 1 self.j = 0; self.k = 0; self.user_search =self.searchbox.GetValue() self.search_result = [] while(self.j < len(self.apps)): if(string.lower(self.user_search) in string.lower(self.apps[self.j])): self.search_result.append(self.apps[self.j]) self.k = self.k + 1; self.j = self.j + 1; if(self.user_search == "about:creator"): self.search_result.append("about:creator") if(len(self.user_search) < 2 or "~" in self.user_search): self.search_result = [] self.user_search_cut = string.split(self.user_search,":") if(len(self.user_search_cut) > 1): if(self.user_search_cut[0] == "get" and self.user_search_cut[1].isdigit()): self.search_result.append(self.user_search) if(self.user_search != ""): self.WriteApps(self.search_result) else: self.DelApps() def EraseDetails(self): self.content.SetValue(""); def AppsDetails(self, event): self.install_button.Enable(True) self.application = self.list_apps.GetItemText(self.list_apps.GetSelection()) self.description.download(self.application) def sizeUpScreen(self, event): self.openMin = True def WriteApps(self, array): self.imagesapps.RemoveAll() self.DelApps() self.root_apps = self.list_apps.AddRoot("") self.i = 0 array.sort() for app in array: app_array = app.split("~") appname = app_array[0] try: free = int(app_array[3]) testing = int(app_array[1]) nocd = int(app_array[2]) except IndexError: free = 0 testing = 0 nocd = 0 show = True if nocd == 1 and self.nocdChk.IsChecked() == 0: show = False if free == 0 and self.freeChk.IsChecked() == 0: show = False if testing == 1 and self.testingChk.IsChecked() == 0: show = False if(show == True): self.icon_look_for = Variables.playonlinux_rep+"/configurations/icones/"+appname if(os.path.exists(self.icon_look_for)): try: self.imagesapps.Add(wx.Bitmap(self.icon_look_for)) except: pass else: self.imagesapps.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux22.png")) itemId = self.list_apps.AppendItem(self.root_apps, appname, self.i) if testing == 1: # (255,255,214) is web site color for beta, but it's not very visible next to plain white, # and red is the color of danger self.list_apps.SetItemBackgroundColour(itemId, (255,214,214)) self.i = self.i+1 def DelApps(self): self.list_apps.DeleteAllItems() def SetImg(self, image): self.image.Destroy() self.image = wx.StaticBitmap(self.panelItems, 108, wx.Bitmap(image), self.image_position, wx.DefaultSize) self.image.Bind(wx.EVT_LEFT_DOWN, self.sizeUpScreen) self.image.SetCursor(wx.StockCursor(wx.CURSOR_HAND)) self.Refresh() def ResetImg(self): self.SetImg(Variables.playonlinux_env+"/resources/images/pol_min.png") def CheckBoxReload(self, event): chk_id = event.GetId() if(chk_id == 401): if(self.testingChk.IsChecked() == 1): wx.MessageBox(_("By enabling this, you will have access to testing installers.\n\n{0} cannot ensure that your app will work without any problems").format(os.environ["APPLICATION_TITLE"]),_("Please read this")) if(chk_id == 402): if(self.nocdChk.IsChecked() == 1): wx.MessageBox(_("By enabling this, you will have access to installers for programs that contain protections against copy (DRM) incompatible with emulation.\nThe only workaround is to use \"no-cd\" patches, but since those can also be used for piracy purposes we won't give any support on this matter."), _("Please read this")) if(self.searchbox.GetValue() == ""): self.AddApps(self, noevent=True) else: self.search(self) def AddApps(self, event, noevent=False): self.searchbox.SetValue("") #self.cat_selected=self.list_cat.GetItemText(self.list_cat.GetSelection()).encode("utf-8","replace") if(noevent == False): if(event.GetId() >= 3000): self.cat_selected = event.GetId() - 3000 else: self.cat_selected = event.GetId() - 2000 self.current_cat = self.cat_selected else: try: self.cat_selected = self.current_cat except: return 0 if(self.cat_selected == 8): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/0",'r',"utf-8") if(self.cat_selected == 3): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/1",'r',"utf-8") if(self.cat_selected == 0): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/2",'r',"utf-8") if(self.cat_selected == 7): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/3",'r',"utf-8") if(self.cat_selected == 5): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/4",'r',"utf-8") if(self.cat_selected == 6): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/5",'r',"utf-8") if(self.cat_selected == 4): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/6",'r',"utf-8") if(self.cat_selected == 1): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/7",'r',"utf-8") if(self.cat_selected == 2): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/8",'r',"utf-8") if(self.cat_selected == 9): self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/9",'r',"utf-8") #if(self.cat_selected == 12): # self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/10",'r',"utf-8") if(self.cat_selected != -1): self.apps = self.apps.readlines() self.j = 0 while(self.j < len(self.apps)): self.apps[self.j] = self.apps[self.j].replace("\n","") self.j += 1 self.WriteApps(self.apps) playonlinux/python/irc.py000077500000000000000000000440321226051336100161150ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2009 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os, sys, string, shutil import wx, time #from subprocess import Popen,PIPE import wine_versions import lib.playonlinux as playonlinux import lib.wine as wine import lib.Variables as Variables import lib.lng as lng import lib.irc as irc from wx.lib.ClickableHtmlWindow import PyClickableHtmlWindow class Onglets(wx.Notebook): # Classe dérivée du wx.Notebook def __init__(self, parent): self.notebook = wx.Notebook.__init__(self, parent, -1) def getSettings(self): # Faudra revoir ça dans une future version irc_settings = {} if(os.environ["POL_OS"] == "Linux"): irc_settings['NICKNAME'] = os.environ["USER"]+"-pol" else: irc_settings['NICKNAME'] = os.environ["USER"]+"-pom" irc_settings['AUTOCONNECT'] = "0" irc_settings['ALERT'] = "0" irc_settings["PLAYSOUND"] = "1" if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/irc")): ircfile = open(Variables.playonlinux_rep+"/configurations/options/irc","r").readlines() self.i = 0 while(self.i < len(ircfile)): line_parsed = string.split(ircfile[self.i].replace("\n","").replace("\r",""),"=") irc_settings[line_parsed[0]] = line_parsed[1] self.i += 1 return irc_settings def selectChanByText(self, text): self.item = self.root_window self.ij = 0 self.texte = None while(self.texte != text): if(self.ij >= len(irc.chans)): return self.window.GetLastChild(self.root_window) self.item = self.window.GetNextVisible(self.item) self.texte = self.window.GetItemText(self.item) self.ij += 1 return self.item def OpenWindow(self): #if(nom.lower() not in irc.chans and not "@" in nom and nom != "freenode-connect"): #self.old_selection = self.window.GetItemText(self.window.GetSelection()) self.window.DeleteAllItems() self.root_window = self.window.AddRoot("") self.i = 0 while(self.i < len(irc.chans)): nom = irc.chans[self.i].lower() if("." not in nom and nom != "freenode-connect"): if("#" in nom): self.window.AppendItem(self.root_window, nom, 0) else: if(nom.lower() == "nickserv" or nom.lower() == "chanserv" or nom.lower() == "botserv"): self.window.AppendItem(self.root_window, nom, 2) else: if(nom.lower() == "playonlinux"): self.window.AppendItem(self.root_window, nom, 3) else: self.window.AppendItem(self.root_window, nom, 1) #if(self.i == 0): #self.window.SelectItem(self.window.GetLastChild(self.root_window)) self.i += 1 #item = self.selectChanByText(self.old_selection) #self.window.SelectItem(item) #irc.open_window.append(nom.lower()) def selectWindow(self, name): item = self.selectChanByText(name) self.window.SelectItem(item) def AjouteIRC(self, nom): self.panel = wx.Panel(self, -1) self.panels_button = wx.Panel(self.panel, -1) self.panels_main = wx.Panel(self.panel, -1) self.panels_connexion = wx.Panel(self.panel, -1) #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) self.content = PyClickableHtmlWindow(self.panels_main, -1, style=wx.RAISED_BORDER) self.buddy = wx.TreeCtrl(self.panels_main, 126, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|wx.RAISED_BORDER) self.buddy.SetSpacing(0); self.window = wx.TreeCtrl(self.panels_main, 127, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|wx.RAISED_BORDER) #self.root_window = self.window.AddRoot("") self.window.SetSpacing(0); self.buddy_images = wx.ImageList(16, 16) self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/star.png")); self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/h-star.png")); self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png")); self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/spacer16.png")); self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/star.png")); self.buddy.SetImageList(self.buddy_images) self.window_images = wx.ImageList(16,16) self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-group-chat.png")); self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/system-users.png")); self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/applications-system.png")); self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png")); self.window.SetImageList(self.window_images) self.buddy.SetSpacing(0); self.field = wx.TextCtrl(self.panels_button, 121, style = wx.TE_MULTILINE) self.button = wx.Button(self.panels_button, 122, _("Send")) self.connect = wx.Button(self.panels_connexion, 123, _("Connect"), pos=(0,0), size=(150,28)) self.disconnect = wx.Button(self.panels_connexion, 124, _("Disconnect"), pos=(0,0), size=(150,28)) self.close = wx.Button(self.panels_connexion, 128, _("Leave"), pos=(155,0), size=(150,28)) #self.close = wx.BitmapButton(self.panels_connexion, 128, wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wineserver.png"), pos=(630,0)) self.settings = self.getSettings() self.nickname = wx.TextCtrl(self.panels_connexion, 125, self.settings["NICKNAME"], size=(300,25), pos=(330,2)) #self.channel_choices = ["#playonlinux-fr","#playonlinux-en","#playonlinux-it","#playonlinux-ru","#playonlinux-pl","#playonlinux-hu","#playonlinux-es"] #self.channel_choices.sort() #self.channel = wx.ComboBox(self.panels_connexion, 130, _("Join a channel"), size=(190,28), pos=(510,0), choices=self.channel_choices) self.close.Enable(False) self.sizer = wx.BoxSizer(wx.VERTICAL) self.sizerInputs = wx.BoxSizer(wx.HORIZONTAL) self.sizerMain = wx.BoxSizer(wx.HORIZONTAL) self.sizer.Add(self.panels_connexion, 3, wx.EXPAND|wx.ALL, 2) self.sizer.Add(self.panels_main, 36, wx.EXPAND|wx.ALL, 2) self.sizer.Add(self.panels_button, 4, wx.EXPAND|wx.ALL, 2) self.sizerInputs.Add(self.field, 14, wx.EXPAND|wx.ALL, 2) self.sizerInputs.Add(self.button, 4, wx.EXPAND|wx.ALL, 2) self.sizerMain.Add(self.window, 4, wx.EXPAND|wx.ALL, 2) self.sizerMain.Add(self.content, 10, wx.EXPAND|wx.ALL, 2) self.sizerMain.Add(self.buddy, 4, wx.EXPAND|wx.ALL, 2) self.panel.SetSizer(self.sizer) self.panels_button.SetSizer(self.sizerInputs) self.panels_main.SetSizer(self.sizerMain) self.panel.SetAutoLayout(True) self.AddPage(self.panel, nom) self.field.Bind(wx.EVT_KEY_UP, self.EventKey) self.nickname.Bind(wx.EVT_KEY_UP, self.NicknameKey) #self.channel.Bind(wx.EVT_KEY_UP, self.EventChannel) wx.EVT_COMBOBOX(self, 130, self.JoinChan) wx.EVT_BUTTON(self, 122, self.EventButton) wx.EVT_BUTTON(self, 123, self.EventStart) wx.EVT_BUTTON(self, 124, self.EventStop) wx.EVT_BUTTON(self, 128, self.EventClose) wx.EVT_TREE_ITEM_ACTIVATED(self, 126, self.AddNick) #wx.EVT_TREE_ITEM_ACTIVATED(self, 127, self.filtrer) #self.disconnect.Enable(False) #self.EventStart(self) def AddNick(self, event): self.buddy_txt = self.buddy.GetItemText(self.buddy.GetSelection()).encode("utf-8","replace") irc.join(self.buddy_txt) #if(self.buddy_txt not in irc.chans): #self.field.SetValue("/msg "+self.buddy_txt+" ") #self.OpenWindow(self.buddy_txt) def SendMessage(self): self.chars = self.field.GetValue().replace('\n','').encode("utf-8","replace") if(self.chars): self.field.Clear() irc.SendMSG(self.chars) else: self.field.Clear() def EventClose(self, event): #index = irc.get_index(self.window.GetItemText(self.window.GetSelection()).lower()): #print index #del irc.messages[index] #del irc.names[index] #del irc.endnames[index] #del irc.chans[index] irc.leave_chan(self.window.GetItemText(self.window.GetSelection()).lower()) self.window.Delete(self.window.GetSelection()) #self.close.Enable(False) def EventStart(self, event): irc.Nick = self.nickname.GetValue().encode("utf-8","replace") irc.Connexion() def EventChannel(self, event): if(event.GetKeyCode() == wx.WXK_RETURN): self.JoinChan(self) event.Skip() def JoinChan(self, event): my_chan = self.channel.GetValue() if(my_chan[0] == "#"): if(irc.ircconnected == True): irc.join(my_chan) self.channel.SetValue(_("Join a channel")) def EventStop(self, event): irc.stop() def EventButton(self, event): self.SendMessage() def EventKey(self, event): if(event.GetKeyCode() == wx.WXK_RETURN): self.SendMessage() event.Skip() def NicknameKey(self, event): if(event.GetKeyCode() == wx.WXK_RETURN): if(irc.ircconnected == True): irc.ChangeNick(self.nickname.GetValue().encode("utf-8","replace")) else: irc.Connexion() event.Skip() class IrcClient(wx.Frame): def __init__(self,parent,title=""): wx.Frame.__init__(self, parent, -1, title, size = (700, 500)) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.timer = wx.Timer(self, 1) self.onglets = Onglets(self) #self.onglets.hide() self.onglets.AjouteIRC(_("Messenger")) self.oldreload = "" self.oldimg = "" self.names = ["~"] self.messages = ["~"] self.chans = ["~"] self.already_connected = False self.settings = irc.getSettings() self.resized = False #self.settings["AUTOCONNECT"] = "TRUE" #Timer, regarde toute les secondes si il faut actualiser la liste self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer) wx.EVT_CLOSE(self, self.CloseIRC) self.timer.Start(200) def CloseIRC(self, event): 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)): self.onglets.EventStop(self) self.Destroy() def change_irc_window(self, event): #self.irc_user_list(self) self.html_reload(self) #print self.onglets.window.GetItemText(self.onglets.window.GetSelection()) def irc_key(self, item): if(item[0] == "~"): return ("A") else: if(item[0] == "@" or item[0] == "&"): return ("B") else : if(item[0] == "%"): return ("C") else: if(item[0] == "+"): return ("D") else: return string.lower(item[0]) def html_reload(self, event): #print("Refresh html") self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace") irc.selected_window = self.window_txt self.chat_content = "" # On regarde quelle liste on va prendre id_liste = irc.get_index(self.window_txt) # On ajoute tout self.i = 0 if(len(irc.messages[id_liste]) >= 300): del irc.messages[id_liste][0] while(self.i < len(irc.messages[id_liste])): if(self.i != 0): self.chat_content += "\n
" self.chat_content += irc.messages[id_liste][self.i] self.i += 1 self.onglets.content.SetPage("

"+self.chat_content+"

") self.onglets.content.Scroll(0,len(irc.messages[id_liste])*2) def html_reload_status(self, event): self.chat_content = "" # On regarde quelle liste on va prendre self.i = 0 if(len(irc.status_messages) >= 300): del irc.status_messages[0] while(self.i < len(irc.status_messages)): self.chat_content += irc.status_messages[self.i]+"
\n" self.i += 1 self.onglets.content.SetPage("

"+self.chat_content+"

") self.onglets.content.Scroll(0,len(irc.status_messages)*2) def irc_user_list(self, event): self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace").lower() irc.selected_window = self.window_txt # On casse tout self.onglets.buddy.DeleteAllItems() self.buddy_root = self.onglets.buddy.AddRoot("") # On regarde quelle liste on va prendre id_liste = irc.get_index(self.window_txt) # On ajoute tout self.user_i = 0 while(self.user_i < len(irc.names[id_liste])): num = 3 irc.names[id_liste].sort(key=self.irc_key) if("@" in irc.names[id_liste][self.user_i] or "&" in irc.names[id_liste][self.user_i]): num = 0 if("~" in irc.names[id_liste][self.user_i]): num = 4 if("%" in irc.names[id_liste][self.user_i]): num = 1 if("+" in irc.names[id_liste][self.user_i]): num = 2 self.onglets.buddy.AppendItem(self.buddy_root, irc.names[id_liste][self.user_i].replace("&","").replace("~","").replace("%","").replace("+","").replace("@",""), num) html_hex = irc.GenColor(irc.names[id_liste][self.user_i].replace("&","").replace("~","").replace("%","").replace("+","").replace("@","")) self.couleur = [pow(int(html_hex[2],16),2),pow(int(html_hex[3],16),2),pow(int(html_hex[4],16),2)] 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]))) self.user_i += 1 #wx.Yield() def AutoReload(self, event): if(self.resized == False): # wx 2.9 resizing probem self.SetSize((800,500)) self.resized = True self.new_string = irc.string_to_write if(irc.ircconnected == True): if(self.chans != irc.chans): self.onglets.OpenWindow() self.chans = irc.chans[:] #print "Refresh" #else : #print str(self.chans)+" --- "+str(irc.chans) self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace").lower() if(len(self.window_txt) > 0): id_liste = irc.get_index(self.window_txt) if(self.window_txt[0] == "#"): #print self.names if(irc.names[id_liste] != self.names): self.irc_user_list(self) self.names = irc.names[id_liste][:] #if(len(irc.messages) > id_liste+1): if(irc.messages[id_liste] != self.messages): self.html_reload(self) self.messages = irc.messages[id_liste][:] if(irc.select_window != ""): self.onglets.selectWindow(irc.select_window) irc.select_window = "" if(self.onglets.window.GetItemText(self.onglets.window.GetSelection()) != irc.selected_window): irc.selected_window = self.onglets.window.GetItemText(self.onglets.window.GetSelection()) if(irc.selected_window == "#playonlinux" or irc.selected_window == ""): self.onglets.close.Enable(False) else: self.onglets.close.Enable(True) self.onglets.connect.Hide() self.onglets.disconnect.Show() if(len(self.chans) == 0): if(irc.status_messages != self.messages): self.html_reload_status(self) self.messages = irc.status_messages[:] else: if(irc.status_messages != self.messages): self.html_reload_status(self) self.messages = irc.status_messages[:] self.onglets.buddy.DeleteAllItems() self.onglets.window.DeleteAllItems() self.onglets.connect.Show() self.onglets.disconnect.Hide() if(self.settings["AUTOCONNECT"] == "1"): if(self.already_connected == False): irc.Nick = self.onglets.nickname.GetValue().encode("utf-8","replace") irc.connect() self.already_connected = True; irc = irc.IRCClient() playonlinux/python/lib/000077500000000000000000000000001226051336100155265ustar00rootroot00000000000000playonlinux/python/lib/Variables.py000077500000000000000000000116131226051336100200150ustar00rootroot00000000000000#!/usr/bin/env python # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2011 - Quentin PARIS import os, random, sys, string import wx, lib.playonlinux as playonlinux # Un ptit check try : os.environ["POL_OS"] except : print "ERROR ! Please define POL_OS environment var first." os._exit(1) # Variables mixte 1 os.environ["POL_PORT"] = "0" os.environ["PLAYONLINUX"] = os.path.realpath(os.path.realpath(__file__)+"/../../../") os.environ["SITE"] = "http://repository.playonlinux.com" os.environ["VERSION"] = "4.2.2" os.environ["POL_ID"] = str(random.randint(1,100000000)) os.environ["WINE_SITE"] = "http://www.playonlinux.com/wine/binaries" os.environ["GECKO_SITE"] = "http://www.playonlinux.com/wine/gecko" os.environ["MONO_SITE"] = "http://www.playonlinux.com/wine/mono" homedir = os.environ["HOME"] # Debian packagers should switch this to TRUE # It will disable update alerts, bug reports, statistics # It will set the good locale directory, and it will use the good msttcorefonts os.environ["DEBIAN_PACKAGE"] = "FALSE" # Variables PlayOnMac if (os.environ["POL_OS"] == "Mac"): os.environ["PLAYONMAC"] = os.environ["PLAYONLINUX"] os.environ["REPERTOIRE"] = os.environ["HOME"]+"/Library/PlayOnMac/" os.environ["APPLICATION_TITLE"] = "PlayOnMac" os.environ["POL_DNS"] = "playonmac.com" windows_add_size = 20; windows_add_playonmac = 1; widget_borders = wx.SIMPLE_BORDER os_name = "darwin" os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q" # Variables PlayOnLinux if (os.environ["POL_OS"] == "Linux"): os.environ["REPERTOIRE"] = os.environ["HOME"]+"/.PlayOnLinux/" os.environ["APPLICATION_TITLE"] = "PlayOnLinux" os.environ["POL_DNS"] = "playonlinux.com" windows_add_size = 0; windows_add_playonmac = 0; widget_borders = wx.RAISED_BORDER os_name = "linux" if not os.path.exists("/proc/net/if_inet6"): os.environ["POL_WGET"] = "wget -q" else: os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q" os.environ["POL_CURL"] = "curl" archi = string.split(os.environ["MACHTYPE"],"-") archi = archi[0] if(archi == "x86_64" and os.environ["POL_OS"] == "Linux"): os.environ["AMD64_COMPATIBLE"] = "True" else: os.environ["AMD64_COMPATIBLE"] = "False" # Variables mixtes os.environ["POL_USER_ROOT"] = os.environ["REPERTOIRE"] os.environ["TITRE"] = os.environ["APPLICATION_TITLE"] os.environ["WINEPREFIX"] = os.environ["REPERTOIRE"]+"/wineprefix/default" os.environ["OS_NAME"] = os_name # Wine os.environ["WINEDLLOVERRIDES"] = "winemenubuilder.exe=d" # Si DYLD_LIBRARY_PATH n'existe pas, on la defini pour etre sur try : os.environ["DYLD_LIBRARY_PATH"] except: os.environ["DYLD_LIBRARY_PATH"] = "" # Pareil pour LD try : os.environ["LD_LIBRARY_PATH"] except: os.environ["LD_LIBRARY_PATH"] = "" if (os.environ["POL_OS"] == "Mac"): os.environ["MAGICK_HOME"] = os.environ["PLAYONLINUX"]+"/../unix/image_magick/" os.environ["PATH"] = os.environ["PLAYONLINUX"]+"/../unix/wine/bin:" + os.environ["PLAYONLINUX"]+"/../unix/image_magick/bin:" + os.environ["PLAYONLINUX"]+"/../unix/tools/bin/:" + os.environ["PATH"] os.environ["LD_LIBRARY_PATH"] = os.environ["PLAYONLINUX"]+"/../unix/wine/lib/:" + os.environ["PLAYONLINUX"]+"/../unix/image_magick/lib:"+ os.environ["PLAYONLINUX"]+"/../unix/tools/lib/ld:/usr/X11/lib/:" + os.environ["LD_LIBRARY_PATH"] os.environ["DYLD_LIBRARY_PATH"] = os.environ["PLAYONLINUX"]+"/../unix/tools/lib/dyld:" + os.environ["PLAYONLINUX"]+"/../unix/image_magick/lib:"+ os.environ["DYLD_LIBRARY_PATH"] else: # Debian maintainer decided for some reason not to let wineserver binary into PATH... for winepath in ('/usr/lib/wine', '/usr/lib/wine-unstable', \ '/usr/lib/i386-linux-gnu/wine', '/usr/lib/i386-linux-gnu/wine-unstable', \ '/usr/lib32/wine', '/usr/lib32/wine-unstable'): if os.path.exists('%s/wineserver' % (winepath,)): os.environ["PATH"] += ':%s' % (winepath,) break os.environ["PATH_ORIGIN"] = os.environ["PATH"] os.environ["LD_PATH_ORIGIN"] = os.environ["LD_LIBRARY_PATH"] os.environ["DYLDPATH_ORIGIN"] = os.environ["DYLD_LIBRARY_PATH"] playonlinux_env = os.environ["PLAYONLINUX"] playonlinux_rep = os.environ["REPERTOIRE"] version = os.environ["VERSION"] current_user = os.environ["USER"] os.environ["WGETRC"] = os.environ["POL_USER_ROOT"]+"/configurations/wgetrc" ## Proxy settings if(playonlinux.GetSettings("PROXY_ENABLED") == "1"): if(playonlinux.GetSettings("PROXY_URL") != ""): if(playonlinux.GetSettings("PROXY_LOGIN") == ""): http_proxy = "http://"+playonlinux.GetSettings("PROXY_URL")+":"+playonlinux.GetSettings("PROXY_PORT") else: http_proxy = "http://"+playonlinux.GetSettings("PROXY_LOGIN")+":"+playonlinux.GetSettings("PROXY_PASSWORD")+"@"+playonlinux.GetSettings("PROXY_URL")+":"+playonlinux.GetSettings("PROXY_PORT") os.environ["http_proxy"] = http_proxy playonlinux/python/lib/__init__.py000077500000000000000000000000221226051336100176340ustar00rootroot00000000000000#!/usr/bin/python playonlinux/python/lib/irc.py000066400000000000000000000717531226051336100166720ustar00rootroot00000000000000#!/usr/bin/python # -*- coding:Utf-8 -*- import threading import Variables import time import socket import string import os, math import wx import re global allowed_people global refused_people allowed_people = [] refused_people = [] class IRCClient(threading.Thread): string_to_write = "" def __init__(self): threading.Thread.__init__(self) # https://www.freenode.net/irc_servers.shtml self.serveur = "chat.freenode.net" self.port = 6667 self.Nick = Variables.current_user+"-pol" self.chanAutoJoin = "#playonlinux" self.start() self.freenode_tried = False def get_list(self, chan): if(self.ircconnected == True): self.connexion.send('NAMES '+chan+'\r\n') def htmlspecialchars(self, string): self.string = string.replace("<","<") self.string = self.string.replace(">",">") return self.string def _vivify(self, matchobj): url = matchobj.group(1) return "%s" % (url, url) def urlvivify(self, string): return re.sub(r'((?:[fF][tT][pP]://|[hH][tT][tT][pP][sS]?://|[nN][eE][wW][sS]://)[-a-zA-Z0-9._/%?=&#]*)', self._vivify, string, 0) def connect(self): # Se connecte au serveur IRC if(self.ircconnected == False): self.status_messages.append(self.html_convert(None, "Connecting ...","#AA0000","#AA0000",True)) try: self.connexion = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self.connexion.connect((self.serveur, self.port)) self.ircconnected = True self.connexion.send('NICK' + ' ' + self.Nick + '\r\n') self.realname = os.environ["APPLICATION_TITLE"]+" Client "+os.environ["VERSION"] self.connexion.send('USER' + ' PlayOnLinux ' + self.Nick + ' ' + self.serveur + ' :' + self.realname + '\r\n') except: self.status_messages.append(self.html_convert(None, "Error! Unable to connect. Check your internet connexion and try again.","#AA0000","#AA0000",True)) self.stop() else: self.status_messages.append(self.html_convert(None, "You are in offline-mode","#AA0000","#AA0000",True)) def getSettings(self): irc_settings = {} irc_settings['NICKNAME'] = os.environ["USER"]+"-pol" irc_settings['AUTOCONNECT'] = "0" irc_settings['ALERT'] = "0" irc_settings["PLAYSOUND"] = "1" if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/irc")): ircfile = open(Variables.playonlinux_rep+"/configurations/options/irc","r").readlines() self.i = 0 while(self.i < len(ircfile)): line_parsed = string.split(ircfile[self.i].replace("\n","").replace("\r",""),"=") irc_settings[line_parsed[0]] = line_parsed[1] self.i += 1 return irc_settings def getNick(self, chaine): self.nickname = string.split(chaine, "!") self.nickname = self.nickname[0] self.nickname = self.nickname[1:len(self.nickname)] return self.nickname def ChangeNick(self, nick): if(self.ircconnected == True): self.connexion.send("NICK :"+nick+"\r\n") self.Nick = nick def GenColor(self, pseudo): self.colors = ["000","F00","00F","080","008","010","02E","02F","D60","D80","DA0","E00","E40","E50","E70","E80","F24","F42","777" "06F","090","0A0","0AD","0C0","0F0","0CF","150","209","21F","D11","D12","D13","D20","D40","EA0","F27","F43","666" "280","29E","300","30F","32F","34F","36F","470","560","5A0","5AF","5F0","64F","750","800","850","F28","F44","999" "A90","A80","A00","A0F","A1E","A1C","A08","A70","C40","C30","C60","C80","CA0","D10","EC0","EC1","F29","F45","222" "EC2","EC3","ED1","ED0","ED3","F10","F11","F12","F13","F14","F20","F21","F22","F23","F24","F26","F41","090", "F91","F92","F93","F94","F95","F96","F97","F98","F99","F9A","F9A","F9C","F9D","F9E","F9F","0A0","0A1","0A2", "0D0","0D1","0D2","0D3","0D4","0D5","0D6","0D7","0D8","0D9","0DA","0DA","0DC","0DD","0DE","0DF","FE0","FE1", "FE2","FD0","FD1","FD2","160","161","162","163","164","165","166","170","171","173","174","175","176","#AAA"] #self.colors.sort() self.colors.reverse() i = 0 somme = 0 max = 0 while(i < len(pseudo)): i += 1 somme += ord(pseudo[i - 1])*i max += 127*i num=math.cos(somme * len(self.colors) / max) * len(self.colors) num=int(num) #print num return "0x"+self.colors[num] def smile(self, string): self.newstring = string self.newstring = self.newstring.replace("O:-)","") self.newstring = self.newstring.replace(":-)","") self.newstring = self.newstring.replace(":)","") self.newstring = self.newstring.replace(":-(","") self.newstring = self.newstring.replace(":(","") self.newstring = self.newstring.replace(":'(","") self.newstring = self.newstring.replace("(6)","") self.newstring = self.newstring.replace("8-)","") self.newstring = self.newstring.replace(":-O","") self.newstring = self.newstring.replace(":-D","") self.newstring = self.newstring.replace(":D"," ") self.newstring = self.newstring.replace(":-*","") self.newstring = self.newstring.replace("(monkey)","") self.newstring = self.newstring.replace(":-|","") self.newstring = self.newstring.replace(":|"," ") self.newstring = self.newstring.replace(";-)"," ") self.newstring = self.newstring.replace(";)"," ") return self.newstring def playsound(self): settings = self.getSettings() if(settings["PLAYSOUND"] == "1"): #os.system("playsound "+Variables.playonlinux_env+"/etc/snd/snd.wav & 2> /dev/null > /dev/null") sound = wx.Sound(Variables.playonlinux_env+"/resources/sounds/irc.wav") sound.Play(wx.SOUND_SYNC) def join(self, chan): if(chan.lower() not in self.chans and self.ircconnected == True): if(chan[0] == "#"): self.connexion.send("JOIN :"+chan+"\r\n") self.chans.append(chan.lower()) self.endnames.append(False) self.names.append([]) self.messages.append([]) self.select_window = chan.lower() #self.open_window.append(chan.lower()) #self.get_list(chan) def leave_chan(self, chan): if(chan.lower() in self.chans and self.ircconnected == True): index = self.get_index(chan) if(chan[0] == "#"): self.connexion.send("PART :"+chan+"\r\n") del self.messages[index] del self.names[index] del self.endnames[index] del self.chans[index] self.select_window = self.chanAutoJoin def html_convert(self, pseudo, message, pseudocolor='#000000', messagecolor='#000000', action = False): tps = time.strftime("%H:%M:%S") message = message.replace(" ","  ") message = message.replace("\x1f","") message = message.replace("\x02","") message = self.htmlspecialchars(message) message = self.urlvivify(message) message = self.smile(message) if(pseudo != None): if(action == False): return "("+tps+") "+pseudo+": "+message+"" else: return "("+tps+") *** "+pseudo+" "+message+"" else : return "("+tps+") "+message+"" def get_index(self, content): self.boucle = 0 while(self.boucle < len(self.chans)): if(self.chans[self.boucle].lower() == content): return self.boucle self.boucle +=1 return -1 def getMsg(self, array, num=3): self.boucle = num self.chaine = "" while(self.boucle < len(array)): self.chaine += array[self.boucle]+" " self.boucle += 1 return self.chaine[1:len(self.chaine)-1] def check_access(self, window, i=0): print("Try #"+str(i)) if(window in allowed_people): return True elif(window in refused_people): return False else: if(i == 0): self.connexion.send("PRIVMSG PlayOnLinux :CHECK_ACCESS "+window+"\r\n") if(i <= 5): time.sleep(1) return self.check_access(window, i+1) else: return False def SendMSG(self, message, chan="~current"): if(self.ircconnected == False): self.status_messages.append(self.html_convert(None, "You are not connected.","#FF0000","#FF0000",True)) else : if(message[0] == "/"): # Une commande self.message_parsed = string.split(message," ") if(self.message_parsed[0].lower() == "/join" and len(self.message_parsed) > 1): if(self.message_parsed[1][0] == "#"): newchan = self.message_parsed[1].lower() else: newchan = "#"+self.message_parsed[1].lower() self.join(newchan) if(self.message_parsed[0].lower() == "/query" and len(self.message_parsed) > 1): newchan = self.message_parsed[1].lower() self.join(newchan) if(self.message_parsed[0].lower() == "/kick" and len(self.message_parsed) > 1): user = self.message_parsed[1].lower() if(len(self.message_parsed) > 2): self.i = 2 message = "" while(self.i < len(self.message_parsed)): if(self.i != 2): message += " " message += self.message_parsed[self.i] self.i += 1 else : message = self.Nick self.connexion.send("KICK "+self.selected_window+" "+user+" "+message+"\r\n") if(self.message_parsed[0].lower() == "/nick" and len(self.message_parsed) > 1): self.ChangeNick(self.message_parsed[1]) if(self.message_parsed[0].lower() == "/me" and len(self.message_parsed) > 1): if(chan == "~current"): window = self.selected_window else: window = chan self.connexion.send("PRIVMSG "+window+" :\x01ACTION "+message.replace("/me ","")+" \x01\r\n") self.index = self.get_index(window) self.messages[self.index].append(self.html_convert(self.Nick,message.replace("/me ",""),"#000088","#000088",True)) if((self.message_parsed[0].lower() == "/msg" or self.message_parsed[0].lower() == "/privmsg") and len(self.message_parsed) > 2): self.join(self.message_parsed[1].lower()) self.i = 2 message = "" while(self.i < len(self.message_parsed)): if(self.i != 2): message += " " message += self.message_parsed[self.i] self.i += 1 self.connexion.send("PRIVMSG "+self.message_parsed[1].lower()+" :"+message+"\r\n") self.index = self.get_index(self.message_parsed[1].lower()) self.messages[self.index].append(self.html_convert(self.Nick,message,"#000088","#000088",True)) else: if(chan == "~current"): window = self.selected_window else: window = chan if self.check_access(window): self.connexion.send("PRIVMSG "+window+" :"+message+"\r\n") self.index = self.get_index(window) if(window[0] != "#"): self.messages[self.index].append(self.html_convert(self.Nick,message,"#000088")) else: self.messages[self.index].append(self.html_convert(self.Nick,message,str(self.GenColor(self.Nick)).replace("0x","#"))) else: wx.MessageBox(_("Sorry, this person does not want to receive private messages").format(os.environ["APPLICATION_TITLE"]),_("Error")) def filtrer_liste(self, liste): self.boucle = 0 self.new_list = [] while(self.boucle < len(liste)): self.new_list.append(liste[self.boucle].replace("@","").replace("+","").replace("&","").replace("%","").replace("~","").lower()) self.boucle += 1 return self.new_list def traiter(self, line): if(len(self.names) > 1 and "@PlayOnLinux" not in self.names[1] and self.endnames[1] == True): 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)) self.stop() self.line = string.split(line, " ") # On parse la ligne mot par mot # On répond aux pings if(self.line[0] and len(self.line) > 1): self.message_id = self.line[1] if(self.line[0] == "PING"): # PINGS self.connexion.send("PONG "+self.line[1]+"\r\n") if(self.message_id == '353'): # NAMES if(len(self.line) > 4): self.canal = self.line[4].lower() self.canal_index = self.get_index(self.canal) if(self.canal_index != -1): if(self.endnames[self.canal_index] == True): self.names[self.canal_index] = [] self.endnames[self.canal_index] = False self.boucle = 5 # self.names[self.canal_index].append(self.message_id[4]) while(self.boucle < len(self.line)): if(self.line[self.boucle] != ''): self.names[self.canal_index].append(self.line[self.boucle].replace(":","")) self.boucle +=1 if(self.message_id == '366'): # END NAMES if(len(self.line) > 3): self.canal = self.line[3].lower() self.canal_index = self.get_index(self.canal) if(self.canal_index != -1): self.endnames[self.canal_index] = True if(self.message_id == '001'): # CONNECTED self.join(self.chanAutoJoin) if(self.message_id == '332'): # topic self.subject = self.getMsg(self.line, 4) if(len(self.line) > 3): self.chan = self.line[3].lower() self.chan_index = self.get_index(self.chan) self.messages[self.chan_index].append(self.html_convert(None,"Welcome to "+self.chan+"","#666666","#666666",True)) self.messages[self.chan_index].append(self.html_convert(None,"The topic is : "+self.subject+"","#666666","#666666",True)) if(self.message_id == 'TOPIC'): if(len(self.line) > 2): self.sender = self.getNick(self.line[0]) self.chan = self.line[2].lower() self.subject = self.getMsg(self.line) self.messages[self.chan_index].append(self.html_convert(self.sender," has defined the topic : "+self.subject+"","#666666","#666666",True)) if(self.message_id == '474'): # Banned if(len(self.line) > 3): self.chan = self.line[3].lower() self.chan_index = self.get_index(self.chanAutoJoin) if(self.chan == self.chanAutoJoin): self.status_messages.append(self.html_convert(None,"Unable to join the chat : You have been banned","#AA0000","#AA0000",True)) self.stop() else: self.messages[self.chan_index].append(self.html_convert(None,"Unable to join "+self.chan+" : You have been banned","#AA0000","#AA0000",True)) self.leave_chan(self.chan) #[':irc.steredenn.fr', '474', 'tinou-pol', '#playonlinux', ':Cannot', 'join', 'channel', '(+b)'] if(self.message_id == 'JOIN'): if(len(self.line) > 2): self.sender = self.getNick(self.line[0]) self.window = self.line[2].lower().replace(":","") self.index = self.get_index(self.window) message = " has joined "+self.window self.messages[self.index].append(self.html_convert(self.sender,message,"#888888","#888888",True)) self.get_list(self.chans[self.index]) if(self.message_id == 'PART'): if(len(self.line) > 2): self.sender = self.getNick(self.line[0]) self.window = self.line[2].lower().replace(":","") self.index = self.get_index(self.window) message = " has left "+self.window self.messages[self.index].append(self.html_convert(self.sender,message,"#888888","#888888",True)) self.get_list(self.chans[self.index]) if(self.message_id == '401'): # No such nick channels if(len(self.line) > 3): self.msg_to = self.line[3] message = " is offline" self.index = self.get_index(self.msg_to) self.messages[self.index].append(self.html_convert(self.msg_to,message,"#888888","#888888",True)) if(self.message_id == '482'): # No such nick channels message = "Your not channel operator" self.index = self.get_index(self.selected_window) self.messages[self.index].append(self.html_convert(None,message,"#888888","#888888",True)) if(self.message_id == 'NICK'): if(len(self.line) > 2): self.sender = self.getNick(self.line[0]) self.new_nick = self.line[2].replace(":","") message = " is known as "+self.new_nick self.i = 0 while(self.i < len(self.chans)): if(self.sender.lower() in self.filtrer_liste(self.names[self.i])): self.messages[self.i].append(self.html_convert(self.sender,message,"#888888","#888888",True)) self.get_list(self.chans[self.i]) self.i += 1 if(self.message_id == 'MODE'): if(len(self.line) > 3): self.chan = self.line[2].lower() if(len(self.line) > 4): self.victime = self.line[4] else: self.victime = None self.index = self.get_index(self.chan) self.sender = self.getNick(self.line[0]) if("+v" in self.line[3] or "-v" in self.line[3]): self.get_list(self.chan) if("+o" in self.line[3]): message = " has given operator acces to "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if("-o" in self.line[3]): message = " has removed operator acces to "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if("+h" in self.line[3]): message = " has given half-operator acces to "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if("-h" in self.line[3]): message = " has removed half-operator acces to "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if("+b" in self.line[3]): message = " has banned "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if("-b" in self.line[3]): message = " has unbanned "+self.victime self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True)) self.get_list(self.chan) if(self.message_id == '433'): # Nick already in use self.status_messages.append(self.html_convert(None, "Error : Nickname already in use","#FF0000","#FF0000",True)) self.stop() if(self.message_id == '432'): # Nick contain illegal caracteres self.status_messages.append(self.html_convert(None, "Error : Nickname contains illegal characters","#FF0000","#FF0000",True)) self.stop() if(self.line[0] == 'ERROR'): # Nick contain illegal caracteres self.stop() if(self.message_id == "KICK"): if(len(self.line) > 3): self.sender = self.getNick(self.line[0]) self.kicked = self.line[3] self.chan = self.line[2].lower() self.index = self.get_index(self.chan) self.raison = self.getMsg(self.line,4) self.chan_index = self.get_index(self.chanAutoJoin) if(self.kicked.lower() == self.Nick.lower()): if(self.chan == self.chanAutoJoin): self.status_messages.append(self.html_convert(self.sender," has kicked you from the chat : "+self.raison,"#FF0000","#FF0000",True)) self.stop() else : self.messages[self.chan_index].append(self.html_convert(self.sender," has kicked you from "+self.chan+" : "+self.raison,"#FF0000","#FF0000",True)) self.leave_chan(self.chan) else : self.messages[self.index].append(self.html_convert(self.sender," has been kicked "+self.kicked+" from "+self.chan+" : "+self.raison,"#888888","#888888",True)) self.get_list(self.chan) if(self.message_id == 'QUIT'): self.sender = self.getNick(self.line[0]) self.i = 0 message = " has quit" while(self.i < len(self.chans)): if(self.sender.lower() in self.filtrer_liste(self.names[self.i])): self.messages[self.i].append(self.html_convert(self.sender,message,"#888888","#888888",True)) self.get_list(self.chans[self.i]) self.i += 1 if(self.message_id == 'PRIVMSG' or self.message_id == 'NOTICE' and len(self.line) > 2): self.sender = self.getNick(self.line[0]) if(self.line[2][0] == "#"): self.window = self.line[2].lower() if(self.Nick.lower() not in self.getMsg(self.line)): self.generated_color = str(self.GenColor(self.sender)).replace("0x","") 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 self.message_color = "#000000" else : self.color = "#EE00EE" self.message_color = "#EE00EE" self.playsound() else: if(self.sender.lower() != "playonlinux"): self.color = "#AA0000" self.message_color = "#000000" self.window = self.sender.lower() if(self.window != self.selected_window and not "." in self.window): self.playsound() self.old_window = self.selected_window if(self.window not in self.chans): self.chans.append(self.window) self.endnames.append(False) self.names.append([]) self.messages.append([]) if(self.old_window != ""): self.select_window = self.old_window self.index = self.get_index(self.window) if("\x01ACTION" in self.getMsg(self.line)): message = self.getMsg(self.line).replace("\x01","") message = message[6:len(message)] if(self.sender.lower() != "playonlinux"): self.messages[self.index].append(self.html_convert(self.sender,message,"#000088","#000088",True)) else : message = self.getMsg(self.line) if(self.sender.lower() != "playonlinux"): self.messages[self.index].append(self.html_convert(self.sender,message,self.color,self.message_color)) else: message_split = message.split(" ") if(len(message_split) >= 2): if(message_split[0] == "ALLOW"): allowed_people.append(message_split[1]) elif(message_split[0] == "DENY"): refused_people.append(message_split[1]) #print self.names def run(self): self.ircconnected = False self.selected_window = self.chanAutoJoin self.names = [] self.messages = [] self.chans = [] self.endnames = [] self.select_window = "" self.status_messages = [] # self.open_window = [] while 1: if(self.ircconnected == True): #select([self.connexion], [], []) self.dataRecv = self.connexion.recv(1024) self.contentParse_ = string.split(self.dataRecv,"\r\n") self.k = 0 while(self.k < len(self.contentParse_)): if(self.contentParse_[self.k]): self.traiter(self.contentParse_[self.k]) self.k += 1 else: time.sleep(0.1) def Connexion(self): self.connect() def stop(self): if(self.ircconnected == True): # self.zone_append("("+time.strftime("%H:%M:%S")+") Disconnected") self.ircconnected = False self.status_messages.append(self.html_convert(None, "Disconnected","#AA0000","#AA0000",True)) self.connexion.send("QUIT :www.playonlinux.com\r\n") self.connexion.close() self.names = [] self.messages = [] self.chans = [] self.endnames = [] playonlinux/python/lib/lng.py000077500000000000000000000017101226051336100166620ustar00rootroot00000000000000#!/usr/bin/python # -*- coding: utf-8 -*- import wx import wxversion import gettext, Variables as Variables, os import locale, string class Lang(object): def __init__(self): return None class iLang(object): def __init__(self): if(os.environ["DEBIAN_PACKAGE"] == "TRUE"): languages = os.listdir('/usr/share/locale') else: languages = os.listdir(Variables.playonlinux_env+'/lang/locale') langid = wx.LANGUAGE_DEFAULT if(os.environ["DEBIAN_PACKAGE"] == "TRUE"): localedir = "/usr/share/locale" else: localedir = os.path.join(Variables.playonlinux_env, "lang/locale") domain = "pol" mylocale = wx.Locale(langid) mylocale.AddCatalogLookupPathPrefix(localedir) mylocale.AddCatalog(domain) mytranslation = gettext.translation(domain, localedir, [mylocale.GetCanonicalName()], fallback = True) mytranslation.install() playonlinux/python/lib/playonlinux.py000077500000000000000000000320051226051336100204650ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2007-2010 PlayOnLinux Team import Variables, os, string import shlex, pipes, wx def winpath(script, path): #path=os.path.realpath(path) if(path[0] != "/"): path=os.environ["WorkingDirectory"]+"/"+path path = os.path.realpath(path) pref = getPrefix(script) ver = GetSettings('VERSION',pref) arch = GetSettings('ARCH',pref) if(arch == ""): arch="x86" if(ver == ""): return(os.popen("env WINEPREFIX='"+os.environ["POL_USER_ROOT"]+"/wineprefix/"+pref+"/' 'wine' winepath -w '"+path+"'").read().replace("\n","").replace("\r","")) else: return(os.popen("env WINEPREFIX='"+os.environ["POL_USER_ROOT"]+"/wineprefix/"+pref+"/' '"+os.environ["POL_USER_ROOT"]+"/wine/"+Variables.os_name+"-"+arch+"/"+ver+"/bin/wine' winepath -w '"+path+"'").read().replace("\n","").replace("\r","")) def open_document(path, ext): script = GetSettings(ext, '_EXT_') if(script == ""): wx.MessageBox(_("There is nothing installed to run .{0} files.").format(ext),os.environ["APPLICATION_TITLE"], wx.OK) else: try: os.system("bash "+Variables.playonlinux_env+"/bash/run_app \""+script.encode("utf-8","replace")+"\" \""+winpath(script.encode("utf-8","replace"),path.encode("utf-8","replace"))+"\"&") except: os.system("bash "+Variables.playonlinux_env+"/bash/run_app \""+script+"\" \""+winpath(script,path)+"\"&") def GetWineVersion(game): cfile = Variables.playonlinux_rep+"shortcuts/"+game fichier = open(cfile,"r").readlines() i = 0 line = "" while(i < len(fichier)): fichier[i] = fichier[i].replace("\n","") if("PATH=" in fichier[i] and "WineVersions" in fichier[i]): line = fichier[i].replace("//","/") i += 1 if(line == ""): version = "System" else: version=line.replace("PATH=","").replace("\"","").replace(Variables.playonlinux_rep,"").replace("//","/") version = string.split(version,"/") version = version[1] return(version) def GetSettings(setting, prefix='_POL_'): if(prefix == "_POL_"): cfile = Variables.playonlinux_rep+"/playonlinux.cfg" elif(prefix == "_EXT_"): cfile = Variables.playonlinux_rep+"/extensions.cfg" else: cfile = Variables.playonlinux_rep+"/wineprefix/"+prefix+"/playonlinux.cfg" try: fichier = open(cfile,"r").readlines() except: return("") i = 0 line = "" while(i < len(fichier)): fichier[i] = fichier[i].replace("\n","") if(setting+"=" in fichier[i]): line = fichier[i] break i += 1 try: line = string.split(line,"=") return(line[1]) except: return("") def SetSettings(setting, value, prefix='_POL_'): if(prefix == "_POL_"): cfile = Variables.playonlinux_rep+"/playonlinux.cfg" elif(prefix == "_EXT_"): cfile = Variables.playonlinux_rep+"/extensions.cfg" else: cfile = Variables.playonlinux_rep+"/wineprefix/"+prefix+"/playonlinux.cfg" try: fichier = open(cfile,"r").readlines() except: pass else: i = 0 line = [] found = False while(i < len(fichier)): fichier[i] = fichier[i].replace("\n","") if(setting+"=" in fichier[i]): line.append(setting+"="+value) found = True else: line.append(fichier[i]) i += 1 if(found == False): line.append(setting+"="+value) try: fichier_write = open(cfile,"w") except IOError: pass else: i = 0 while(i < len(line)): # On ecrit fichier_write.write(line[i]+"\n") i+=1 def DeleteSettings(setting, prefix='_POL_'): if(prefix == "_POL_"): cfile = Variables.playonlinux_rep+"/playonlinux.cfg" elif(prefix == "_EXT_"): cfile = Variables.playonlinux_rep+"/extensions.cfg" else: cfile = Variables.playonlinux_rep+"/wineprefix/"+prefix+"/playonlinux.cfg" fichier = open(cfile,"r").readlines() i = 0 line = [] found = False while(i < len(fichier)): fichier[i] = fichier[i].replace("\n","") if(setting+"=" not in fichier[i]): line.append(fichier[i]) i += 1 fichier_write = open(cfile,"w") i = 0 while(i < len(line)): # On ecrit fichier_write.write(line[i]+"\n") i+=1 def getLog(game): cfile = Variables.playonlinux_rep+"shortcuts/"+game try: fichier = open(cfile,"r").readlines() except: return None for line in fichier: line = line.replace("\n","") if('#POL_Log=' in line): line = string.split(line,"=") return(line[1]) return None def GetDebugState(game): cfile = Variables.playonlinux_rep+"shortcuts/"+game try: fichier = open(cfile,"r").readlines() except: return True for line in fichier: line = line.replace("\n","") if('export WINEDEBUG=' in line): if(line == 'export WINEDEBUG="-all"'): return False else: return True return False def SetDebugState(game, prefix, state): cfile = Variables.playonlinux_rep+"shortcuts/"+game try: fichier = open(cfile,"r").readlines() except: return False lines = [] for line in fichier: line = line.replace("\n","") if('export WINEDEBUG=' in line): if(state == True): line = 'export WINEDEBUG="%s"' % GetSettings('WINEDEBUG', prefix) else: line = 'export WINEDEBUG="-all"' lines.append(line) fichier_write = open(cfile,"w") i = 0 while(i < len(lines)): # On ecrit fichier_write.write(lines[i]+"\n") i+=1 def keynat(string): r'''A natural sort helper function for sort() and sorted() without using regular expressions or exceptions. >>> items = ('Z', 'a', '10th', '1st', '9') >>> sorted(items) ['10th', '1st', '9', 'Z', 'a'] >>> sorted(items, key=keynat) ['1st', '9', '10th', 'a', 'Z'] Borrowed from http://code.activestate.com/recipes/285264/#c6 by paul clinch. License is the PSF Python License, http://www.python.org/psf/license/ (GPL compatible) ''' it = type(1) r = [] for c in string: if c.isdigit(): d = int(c) if r and type( r[-1] ) == it: r[-1] = r[-1] * 10 + d else: r.append(d) else: r.append(c.lower()) return r def open_folder(software): read = open(Variables.playonlinux_rep+"shortcuts/"+software,"r").readlines() if not len(read): return i = 0; while(i < len(read)): if("cd \"" in read[i]): break i += 1 if len(read) == (i): return AppDir = read[i][3:] if AppDir != "": if(os.environ["POL_OS"] == "Mac"): os.system("open "+AppDir) else: os.system("xdg-open "+AppDir) def open_folder_prefix(software): AppDir = os.environ["POL_USER_ROOT"]+"/wineprefix/"+software if AppDir != "": if(os.environ["POL_OS"] == "Mac"): os.system("open "+AppDir) else: os.system("xdg-open "+AppDir) def VersionLower(version1, version2): version1 = string.split(version1, "-") version2 = string.split(version2, "-") try: if(version1[1] != ""): dev1 = True except: dev1 = False try: if(version2[1] != ""): dev2 = True except: dev2 = False if(version1[0] == version2[0]): if(dev1 == True and dev2 == False): return True else: return False version1 = [ int(digit) for digit in string.split(version1[0],".") ] while len(version1) < 3: version1.append(0) version2 = [ int(digit) for digit in string.split(version2[0],".") ] while len(version2) < 3: version2.append(0) if(version1[0] < version2[0]): return True elif(version1[0] == version2[0]): if(version1[1] < version2[1]): return True elif(version1[1] == version2[1]): if(version1[2] < version2[2]): return True else: return False else: return False else: return False def convertVersionToInt(version): # Code par MulX en Bash, adapte en python par Tinou #rajouter pour les vesions de dev -> la version stable peut sortir #les personnes qui utilise la version de dev sont quand même informé d'une MAJ #ex 3.8.1 < 3.8.2-dev < 3.8.2 print "Deprecated !" if("dev" in version or "beta" in version or "alpha" in version or "rc" in version): version = string.split(version,"-") version = version[0] versionDev = -5 else: versionDev = 0 version_s = string.split(version,".") #on fait des maths partie1 elever au cube et multiplier par 1000 try: versionP1 = int(version_s[0])*int(version_s[0])*int(version_s[0])*1000 except: versionP1 = 0 try: versionP2 = int(version_s[1])*int(version_s[1])*100 except: versionP2 = 0 try: versionP3 = int(version_s[2])*10 except: versionP3 = 0 return(versionDev + versionP1 + versionP2 + versionP3) def getPrefix(shortcut): # Get prefix name from shortcut if(os.path.isdir(os.environ["POL_USER_ROOT"]+"/shortcuts/"+shortcut)): return "" fichier = open(os.environ["POL_USER_ROOT"]+"/shortcuts/"+shortcut,'r').read() fichier = string.split(fichier,"\n") i = 0 while(i < len(fichier)): if("export WINEPREFIX=" in fichier[i]): break i += 1 try: prefix = string.split(fichier[i],"\"") prefix = prefix[1].replace("//","/") prefix = string.split(prefix,"/") if(os.environ["POL_OS"] == "Mac"): index_of_dotPOL = prefix.index("PlayOnMac") prefix = prefix[index_of_dotPOL + 2] else: index_of_dotPOL = prefix.index(".PlayOnLinux") prefix = prefix[index_of_dotPOL + 2] except: prefix = "" return prefix def getArgs(shortcut): # Get prefix name from shortcut if(os.path.isdir(os.environ["POL_USER_ROOT"]+"/shortcuts/"+shortcut)): return "" fichier = open(os.environ["POL_USER_ROOT"]+"/shortcuts/"+shortcut,'r').read() fichier = string.split(fichier,"\n") i = 0 while(i < len(fichier)): if("POL_Wine " in fichier[i]): break i += 1 try: args = shlex.split(fichier[i])[2:-1] #print args args = " ".join([ pipes.quote(x) for x in args]) #print args except: args = "" return args def Get_versions(arch='x86'): installed_versions = os.listdir(Variables.playonlinux_rep+"/wine/"+Variables.os_name+"-"+arch+"/") installed_versions.sort(key=keynat) installed_versions.reverse() try: installed_versions.remove("installed") except: pass return installed_versions def Get_Drives(): pref = os.listdir(Variables.playonlinux_rep+"/wineprefix/") pref.sort() return pref def SetWinePrefix(game, prefix): cfile = Variables.playonlinux_rep+"shortcuts/"+game fichier = open(cfile,"r").readlines() i = 0 line = [] while(i < len(fichier)): # On retire l'eventuel fichier[i] = fichier[i].replace("\n","") if("export WINEPREFIX=" not in fichier[i] or "/wineprefix/" not in fichier[i]): line.append(fichier[i]) else: line.append("export WINEPREFIX=\""+Variables.playonlinux_rep+"/wineprefix/"+prefix+"\"") i += 1 fichier_write = open(cfile,"w") i = 0 while(i < len(line)): # On ecrit fichier_write.write(line[i]+"\n") i+=1 def writeArgs(game, args): cfile = Variables.playonlinux_rep+"shortcuts/"+game fichier = open(cfile,"r").readlines() i = 0 line = [] while(i < len(fichier)): # On retire l'eventuel fichier[i] = fichier[i].replace("\n","") if("POL_Wine " not in fichier[i]): line.append(fichier[i]) else: try: old_string = shlex.split(fichier[i]) new_string = shlex.split(str(args)) new_string = old_string[0:2] + new_string new_string = " ".join([ pipes.quote(x) for x in new_string]) new_string = new_string+' "$@"' line.append(new_string) except: line.append(fichier[i]) i += 1 fichier_write = open(cfile,"w") i = 0 while(i < len(line)): # On ecrit fichier_write.write(line[i]+"\n") i+=1 def POL_Open(arg): if(os.environ["POL_OS"] == "Mac"): os.system("open \""+arg+"\"&") else: os.system("xdg-open \""+arg+"\"&") def POL_Error(message): wx.MessageBox(message,_("{0} error").format(os.environ["APPLICATION_TITLE"])) playonlinux/python/lib/wine.py000077500000000000000000000015261226051336100170510ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2007-2010 PlayOnLinux Team import Variables, os, string def LoadRegValues(prefix, values): cfile = Variables.playonlinux_rep+"wineprefix/"+prefix+"/user.reg" result = {} for element in values: result[element] = "default" try: fichier = open(cfile,"r").readlines() except: return result for line in fichier: line = line.replace("\n","") found = False for element in values: if(element in line): line = line.replace("\"","") line = string.split(line, "=") line = line[1] result[element] = line found = True break #if(found == False): #result[element] = "default" return(result) playonlinux/python/mainwindow.py000077500000000000000000001562611226051336100175240ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2008 Pâris Quentin # Copyright (C) 2007-2057 PlayOnLinux team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. encoding = 'utf-8' import os, getopt, sys, urllib, signal, string, time, webbrowser, gettext, locale, sys, shutil, subprocess try : os.environ["POL_OS"] except : print "ERROR ! Please define POL_OS environment var first." os._exit(1) if(os.environ["POL_OS"] == "Linux"): import wxversion wxversion.ensureMinimal('2.8') import wx, wx.aui import lib.lng as lng import lib.playonlinux as playonlinux, lib.Variables as Variables import guiv3 as gui, install, options, wine_versions as wver, sp, configure, threading, debug, gui_server import irc as ircgui # This thread manage updates class POLWeb(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.sendToStatusBarStr = "" self.sendAlertStr = None self.Gauge = False self.WebVersion = "" self.Show = False self.perc = -1 self.updating = True def sendToStatusBar(self, message, gauge): self.sendToStatusBarStr = message self.Gauge = gauge self.Show = True def sendPercentage(self, n): self.perc = n def sendAlert(self, message): self.sendAlertStr = message def LastVersion(self): if(os.environ["POL_OS"] == "Mac"): fichier_online="version_mac" else: fichier_online="version2" return os.popen(os.environ["POL_WGET"]+' "'+os.environ["SITE"]+'/'+fichier_online+'.php?v='+os.environ["VERSION"]+'" -T 30 -O-','r').read() def real_check(self): self.WebVersion = self.LastVersion() if(self.WebVersion == ""): self.sendToStatusBar(_('{0} website is unavailable. Please check your connection').format(os.environ["APPLICATION_TITLE"]), False) else: self.sendToStatusBar(_("Refreshing {0}").format(os.environ["APPLICATION_TITLE"]), True) self.sendPercentage(0) self.updating = True exe = ['bash',Variables.playonlinux_env+"/bash/pol_update_list"] p = subprocess.Popen(exe, stdout=subprocess.PIPE, bufsize=1, preexec_fn=lambda: os.setpgid(os.getpid(), os.getpid())) for line in iter(p.stdout.readline, ''): try: self.sendPercentage(int(line)) except ValueError: pass self.updating = False if(playonlinux.VersionLower(os.environ["VERSION"],self.WebVersion)): self.sendToStatusBar(_('An updated version of {0} is available').format(os.environ["APPLICATION_TITLE"])+" ("+self.WebVersion+")",False) if(os.environ["DEBIAN_PACKAGE"] == "FALSE"): self.sendAlert(_('An updated version of {0} is available').format(os.environ["APPLICATION_TITLE"])+" ("+self.WebVersion+")") os.environ["POL_UPTODATE"] = "FALSE" else: self.Show = False self.perc = -1 os.environ["POL_UPTODATE"] = "TRUE" self.wantcheck = False def check(self): self.wantcheck = True def run(self): self.check() while(1): if(self.wantcheck == True): self.real_check() time.sleep(1) class MainWindow(wx.Frame): def __init__(self,parent,id,title): wx.Frame.__init__(self, parent, 1000, title, size = (515,450)) self.SetMinSize((400,400)) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.windowList = {} self.registeredPid = [] self.windowOpened = 0 # Manage updater self.updater = POLWeb() self.updater.start() # These lists contain the dock links and images self.menuElem = {} self.menuImage = {} # Catch CTRL+C signal.signal(signal.SIGINT, self.ForceClose) # Window size try: self.windowWidth = int(playonlinux.GetSettings("MAINWINDOW_WIDTH")) self.windowHeight = int(playonlinux.GetSettings("MAINWINDOW_HEIGHT")) self.SetSize((self.windowWidth,self.windowHeight)) except: self.windowWidth = 450 self.windowHeight = 450 # Window position try: self.windowx = int(playonlinux.GetSettings("MAINWINDOW_X")) self.windowy = int(playonlinux.GetSettings("MAINWINDOW_Y")) self.screen_width = wx.Display().GetGeometry()[2] self.screen_height = wx.Display().GetGeometry()[3] if(self.screen_width >= self.windowx and self.screen_height >= self.windowy): self.SetPosition((self.windowx, self.windowy)) else: self.Center(wx.BOTH) except: self.Center(wx.BOTH) try: self.iconSize = int(playonlinux.GetSettings("ICON_SIZE")) except: self.iconSize = 32 self.images = wx.ImageList(self.iconSize, self.iconSize) self.imagesEmpty = wx.ImageList(1,1) self.sendAlertStr = None ## Fonts if(os.environ["POL_OS"] == "Mac"): self.fontTitre = wx.Font(14, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.fontText = wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) else : self.fontTitre = wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.fontText = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) ## List game self.list_game = wx.TreeCtrl(self, 105, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT) self.list_game.SetSpacing(0); self.list_game.SetIndent(5); self.list_game.SetImageList(self.images) self._mgr = wx.aui.AuiManager(self) self.menu_gauche = wx.Panel(self,-1) self._mgr.AddPane(self.list_game, wx.CENTER) self.filemenu = wx.Menu() ### On MacOS X, preference is always on the main menu if(os.environ["POL_OS"] == "Mac"): prefItem = self.filemenu.Append(wx.ID_PREFERENCES, text = "&Preferences") self.Bind(wx.EVT_MENU, self.Options, prefItem) ### File menu self.filemenu.Append(wx.ID_OPEN, _("Run")) self.filemenu.Append(wx.ID_ADD, _("Install")) self.filemenu.Append(wx.ID_DELETE, _("Remove")) self.filemenu.AppendSeparator() self.filemenu.Append(216, _("Donate")) self.filemenu.Append(wx.ID_EXIT, _("Exit")) ### Display menu self.displaymenu = wx.Menu() self.icon16 = self.displaymenu.AppendRadioItem(501, _("Small icons")) self.icon24 = self.displaymenu.AppendRadioItem(502, _("Medium icons")) self.icon32 = self.displaymenu.AppendRadioItem(503, _("Large icons")) self.icon48 = self.displaymenu.AppendRadioItem(504, _("Very large icons")) if(self.iconSize == 16): self.icon16.Check(True) if(self.iconSize == 24): self.icon24.Check(True) if(self.iconSize == 32): self.icon32.Check(True) if(self.iconSize == 48): self.icon48.Check(True) self.expertmenu = wx.Menu() self.winever_item = wx.MenuItem(self.expertmenu, 107, _("Manage Wine versions")) self.winever_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wine.png")) self.expertmenu.AppendItem(self.winever_item) if(os.environ["POL_OS"] == "Mac"): self.expertmenu.AppendSeparator() self.pccd_item = wx.MenuItem(self.expertmenu, 113, _("Read a PC CD-Rom")) self.pccd_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/cdrom.png")) self.expertmenu.AppendItem(self.pccd_item) self.expertmenu.AppendSeparator() self.run_item = wx.MenuItem(self.expertmenu, 108, _("Run a local script")) self.run_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/run.png")) self.expertmenu.AppendItem(self.run_item) self.wineserv_item = wx.MenuItem(self.expertmenu, 115, _('Close all {0} software').format(os.environ["APPLICATION_TITLE"])) self.wineserv_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wineserver.png")) self.expertmenu.AppendItem(self.wineserv_item) self.polshell_item = wx.MenuItem(self.expertmenu, 109, _('{0} console').format(os.environ["APPLICATION_TITLE"])) self.polshell_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/polshell.png")) self.expertmenu.AppendItem(self.polshell_item) self.expertmenu.AppendSeparator() self.pol_online = wx.MenuItem(self.expertmenu, 112, os.environ["APPLICATION_TITLE"]+" online") self.pol_online.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/playonlinux_online.png")) self.expertmenu.AppendItem(self.pol_online) self.chat_item = wx.MenuItem(self.expertmenu, 111, _("{0} messenger").format(os.environ["APPLICATION_TITLE"])) self.chat_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/people.png")) self.expertmenu.AppendItem(self.chat_item) self.bug_item = wx.MenuItem(self.expertmenu, 110, _("{0} debugger").format(os.environ["APPLICATION_TITLE"])) self.bug_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/bug.png")) self.expertmenu.AppendItem(self.bug_item) self.optionmenu = wx.Menu() self.option_item = wx.MenuItem(self.expertmenu, 211, _("Internet")) self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-web-browser.png")) self.optionmenu.AppendItem(self.option_item) self.option_item = wx.MenuItem(self.expertmenu, 212, _("File associations")) self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/extensions.png")) self.optionmenu.AppendItem(self.option_item) self.help_menu = wx.Menu() self.help_menu.Append(wx.ID_ABOUT, _('About {0}').format(os.environ["APPLICATION_TITLE"])) self.pluginsmenu = wx.Menu() files=os.listdir(Variables.playonlinux_rep+"/plugins") files.sort() self.plugin_list = [] self.i = 0 self.j = 0 while(self.i < len(files)): if(os.path.exists(Variables.playonlinux_rep+"/plugins/"+files[self.i]+"/scripts/menu")): if(os.path.exists(Variables.playonlinux_rep+"/plugins/"+files[self.i]+"/enabled")): self.plugin_item = wx.MenuItem(self.expertmenu, 300+self.j, files[self.i]) self.icon_look_for = Variables.playonlinux_rep+"/plugins/"+files[self.i]+"/icon" if(os.path.exists(self.icon_look_for)): self.bitmap = wx.Bitmap(self.icon_look_for) else: self.bitmap = wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png") self.plugin_item.SetBitmap(self.bitmap) self.pluginsmenu.AppendItem(self.plugin_item) wx.EVT_MENU(self, 300+self.j, self.run_plugin) self.plugin_list.append(files[self.i]) self.j += 1 self.i += 1 if(self.j > 0): self.pluginsmenu.AppendSeparator() self.option_item_p = wx.MenuItem(self.expertmenu, 214, _("Plugin manager")) self.option_item_p.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/package-x-generic.png")) self.pluginsmenu.AppendItem(self.option_item_p) self.option_item = wx.MenuItem(self.expertmenu, 214, _("Plugin manager")) self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/package-x-generic.png")) self.optionmenu.AppendItem(self.option_item) self.last_string = "" self.sb = wx.StatusBar(self, -1 ) self.sb.SetFieldsCount(2) self.sb.SetStatusWidths([self.GetSize()[0], -1]) self.sb.SetStatusText("", 0) if(os.environ["POL_OS"] == "Mac"): hauteur = 2; else: hauteur = 6; self.jauge_update = wx.Gauge(self.sb, -1, 100, (self.GetSize()[0]-100, hauteur), size=(100,16)) self.jauge_update.Pulse() self.jauge_update.Hide() self.SetStatusBar(self.sb) #self.helpmenu = wx.MenuItem() #self.helpmenu.Append(wx.ID_ABOUT, _("About")) self.menubar = wx.MenuBar() self.menubar.Append(self.filemenu, _("File")) self.menubar.Append(self.displaymenu, _("Display")) self.menubar.Append(self.expertmenu, _("Tools")) self.menubar.Append(self.optionmenu, _("Settings")) self.menubar.Append(self.pluginsmenu, _("Plugins")) self.menubar.Append(self.help_menu, "&Help") #self.menubar.Append(self.help_menu, _("About")) self.SetMenuBar(self.menubar) iconSize = (32,32) self.toolbar = self.CreateToolBar(wx.TB_TEXT) self.toolbar.SetToolBitmapSize(iconSize) self.searchbox = wx.SearchCtrl( self.toolbar, 124, style=wx.RAISED_BORDER ) self.playTool = self.toolbar.AddLabelTool(wx.ID_OPEN, _("Run"), wx.Bitmap(Variables.playonlinux_env+"/resources/images/toolbar/play.png")) self.stopTool = self.toolbar.AddLabelTool(123, _("Close"), wx.Bitmap(Variables.playonlinux_env+"/resources/images/toolbar/stop.png")) self.toolbar.AddSeparator() self.toolbar.AddLabelTool(wx.ID_ADD, _("Install"), wx.Bitmap(Variables.playonlinux_env+"/resources/images/toolbar/install.png")) self.removeTool = self.toolbar_remove = self.toolbar.AddLabelTool(wx.ID_DELETE, _("Remove"), wx.Bitmap(Variables.playonlinux_env+"/resources/images/toolbar/delete.png")) self.toolbar.AddSeparator() self.toolbar.AddLabelTool(121, _("Configure"), wx.Bitmap(Variables.playonlinux_env+"/resources/images/toolbar/configure.png")) try: self.toolbar.AddStretchableSpace() self.SpaceHack = False except: # wxpython 2.8 does not support AddStretchableSpace(). This is a dirty workaround for this. self.dirtyHack = wx.StaticText(self.toolbar) self.SpaceHack = True self.toolbar.AddControl( self.dirtyHack ) self.UpdateSearchHackSize() try: self.toolbar.AddControl( self.searchbox , _("Search")) except: self.toolbar.AddControl( self.searchbox ) self.searchbox.SetDescriptiveText(_("Search")) self.toolbar.Realize() self.Reload(self) wx.EVT_MENU(self, wx.ID_OPEN, self.Run) wx.EVT_MENU(self, 123, self.RKill) wx.EVT_MENU(self, wx.ID_ADD, self.InstallMenu) wx.EVT_MENU(self, wx.ID_ABOUT, self.About) wx.EVT_MENU(self, wx.ID_EXIT, self.ClosePol) wx.EVT_MENU(self, wx.ID_DELETE, self.UninstallGame) # Display wx.EVT_MENU(self, 501, self.iconDisplay) wx.EVT_MENU(self, 502, self.iconDisplay) wx.EVT_MENU(self, 503, self.iconDisplay) wx.EVT_MENU(self, 504, self.iconDisplay) wx.EVT_MENU(self, 505, self.displayMen) # Expert wx.EVT_MENU(self, 101, self.Reload) wx.EVT_MENU(self, 107, self.WineVersion) wx.EVT_MENU(self, 108, self.Executer) wx.EVT_MENU(self, 109, self.PolShell) wx.EVT_MENU(self, 110, self.BugReport) wx.EVT_MENU(self, 111, self.OpenIrc) wx.EVT_MENU(self, 112, self.POLOnline) wx.EVT_MENU(self, 113, self.PCCd) wx.EVT_MENU(self, 115, self.killall) wx.EVT_MENU(self, 121, self.Configure) wx.EVT_MENU(self, 122, self.Package) wx.EVT_TEXT(self, 124, self.Reload) #Options wx.EVT_MENU(self, 210, self.Options) wx.EVT_MENU(self, 211, self.Options) wx.EVT_MENU(self, 212, self.Options) wx.EVT_MENU(self, 213, self.Options) wx.EVT_MENU(self, 214, self.Options) wx.EVT_MENU(self, 215, self.Options) wx.EVT_MENU(self, 216, self.donate) wx.EVT_CLOSE(self, self.ClosePol) wx.EVT_TREE_ITEM_ACTIVATED(self, 105, self.Run) wx.EVT_TREE_SEL_CHANGED(self, 105, self.Select) # PlayOnLinux main timer self.timer = wx.Timer(self, 1) self.Bind(wx.EVT_TIMER, self.TimerAction, self.timer) self.timer.Start(1000) self.Timer_LastShortcutList = None self.Timer_LastIconList = None # SetupWindow timer. The server is in another thread and GUI must be run from the main thread self.SetupWindowTimer = wx.Timer(self, 2) self.Bind(wx.EVT_TIMER, self.SetupWindowAction, self.SetupWindowTimer) self.SetupWindowTimer_action = None self.SetupWindowTimer.Start(100) self.SetupWindowTimer_delay = 100 #Pop-up menu for game list: beginning wx.EVT_TREE_ITEM_MENU(self, 105, self.RMBInGameList) wx.EVT_MENU(self, 230, self.RWineConfigurator) wx.EVT_MENU(self, 231, self.RRegistryEditor) wx.EVT_MENU(self, 232, self.GoToAppDir) wx.EVT_MENU(self, 233, self.ChangeIcon) wx.EVT_MENU(self, 234, self.UninstallGame) wx.EVT_MENU(self, 235, self.RKill) wx.EVT_MENU(self, 236, self.ReadMe) self.Bind(wx.EVT_SIZE, self.ResizeWindow) self.MgrAddPage() def ResizeWindow(self, e): self.UpdateGaugePos() self.UpdateSearchHackSize() def UpdateSearchHackSize(self): if(self.SpaceHack == True): self.dirtyHack.SetLabel("") self.dirtyHack.SetSize((50,1)) def UpdateGaugePos(self): if(os.environ["POL_OS"] == "Mac"): hauteur = 2; else: hauteur = 6; self.jauge_update.SetPosition((self.GetSize()[0]-100, hauteur)) def SetupWindowTimer_SendToGui(self, recvData): recvData = recvData.split("\t") while(self.SetupWindowTimer_action != None): time.sleep(0.1) self.SetupWindowTimer_action = recvData def SetupWindow_TimerRestart(self, time): if(time != self.SetupWindowTimer_delay): self.SetupWindowTimer.Stop() self.SetupWindowTimer.Start(time) self.SetupWindowTimer_delay = time def SetupWindowAction(self, event): if(self.windowOpened == 0): self.SetupWindow_TimerRestart(100) else: self.SetupWindow_TimerRestart(10) if(self.SetupWindowTimer_action != None): return gui_server.readAction(self) def TimerAction(self, event): self.StatusRead() # We read shortcut folder to see if it has to be rescanned currentShortcuts = os.path.getmtime(Variables.playonlinux_rep+"/shortcuts") currentIcons = os.path.getmtime(Variables.playonlinux_rep+"/icones/32") if(currentShortcuts != self.Timer_LastShortcutList or currentIcons != self.Timer_LastIconList): self.Reload(self) self.Timer_LastShortcutList = currentShortcuts self.Timer_LastIconList = currentIcons def MgrAddPage(self): try: self.LoadSize = int(playonlinux.GetSettings("PANEL_SIZE")) except: self.LoadSize = 150 try: self.LoadPosition = playonlinux.GetSettings("PANEL_POSITION") except: self.LoadPosition = "LEFT" if(self.LoadSize < 20): self.LoadSize = 20 if(self.LoadSize > 1000): self.LoadSize = 1000 if(self.LoadPosition == "LEFT"): 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)) else: 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)) self.menu_gauche.Show() self._mgr.Update() def displayMen(self, event): playonlinux.SetSettings("PANEL_POSITION","LEFT") if(self.panDisplay.IsChecked()): self.MgrAddPage() def StatusRead(self): self.sb.SetStatusText(self.updater.sendToStatusBarStr, 0) if(self.updater.Gauge == True): perc = self.updater.perc if(perc == -1): self.jauge_update.Pulse() else: try: self.installFrame.percentageText.SetLabel(str(perc)+" %") except: pass self.jauge_update.SetValue(perc) self.jauge_update.Show() else: self.jauge_update.Hide() if(self.updater.updating == True): self.sb.Show() try: self.installFrame.panelItems.Hide() self.installFrame.panelManual.Hide() self.installFrame.panelWait.Show() try: if(self.playing == False): self.installFrame.animation_wait.Play() self.playing = True except: self.playing = False except: pass else: self.sb.Hide() try: if(self.installFrame.currentPanel == 1): self.installFrame.panelManual.Show() else: self.installFrame.panelItems.Show() self.installFrame.panelWait.Hide() self.installFrame.animation_wait.Stop() self.playing = False self.installFrame.Refresh() except: pass if(self.updater.sendAlertStr != self.sendAlertStr): wx.MessageBox(self.updater.sendAlertStr, os.environ["APPLICATION_TITLE"]) self.sendAlertStr = self.updater.sendAlertStr def RMBInGameList(self, event): self.GameListPopUpMenu = wx.Menu() self.ConfigureWine = wx.MenuItem(self.GameListPopUpMenu, 230, _("Configure Wine")) self.ConfigureWine.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/run.png")) self.GameListPopUpMenu.AppendItem(self.ConfigureWine) self.RegistryEditor = wx.MenuItem(self.GameListPopUpMenu, 231, _("Registry Editor")) self.RegistryEditor.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/regedit.png")) self.GameListPopUpMenu.AppendItem(self.RegistryEditor) self.GotoAppDir = wx.MenuItem(self.GameListPopUpMenu, 232, _("Open the application's directory")) self.GotoAppDir.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/folder-wine.png")) self.GameListPopUpMenu.AppendItem(self.GotoAppDir) self.ChangeIcon = wx.MenuItem(self.GameListPopUpMenu, 236, _("Read the manual")) self.ChangeIcon.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/manual.png")) self.GameListPopUpMenu.AppendItem(self.ChangeIcon) self.ChangeIcon = wx.MenuItem(self.GameListPopUpMenu, 233, _("Set the icon")) self.ChangeIcon.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/change_icon.png")) self.GameListPopUpMenu.AppendItem(self.ChangeIcon) self.ChangeIcon = wx.MenuItem(self.GameListPopUpMenu, 234, _("Remove")) self.ChangeIcon.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/delete.png")) self.GameListPopUpMenu.AppendItem(self.ChangeIcon) self.ChangeIcon = wx.MenuItem(self.GameListPopUpMenu, 235, _("Close this application")) self.ChangeIcon.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/media-playback-stop.png")) self.GameListPopUpMenu.AppendItem(self.ChangeIcon) self.PopupMenu(self.GameListPopUpMenu, event.GetPoint()) def RWineConfigurator(self, event): self.RConfigure(_("Configure Wine"), "nothing") def RKill(self, event): self.RConfigure(_("KillApp"), "nothing") def ReadMe(self, event): game_exec = self.GetSelectedProgram() if(os.path.exists(os.environ["POL_USER_ROOT"]+"/configurations/manuals/"+game_exec)): playonlinux.POL_Open(os.environ["POL_USER_ROOT"]+"/configurations/manuals/"+game_exec) else: wx.MessageBox(_("No manual found for {0}").format(game_exec), os.environ["APPLICATION_TITLE"]) def RRegistryEditor(self, event): self.RConfigure(_("Registry Editor"), "nothing") def run_plugin(self, event): game_exec = self.GetSelectedProgram() plugin=self.plugin_list[event.GetId()-300] try : subprocess.Popen(["bash", Variables.playonlinux_rep+"/plugins/"+plugin+"/scripts/menu", game_exec]) except : pass def iconDisplay(self, event): iconEvent=event.GetId() if(iconEvent == 501): self.iconSize = 16 if(iconEvent == 502): self.iconSize = 24 if(iconEvent == 503): self.iconSize = 32 if(iconEvent == 504): self.iconSize = 48 playonlinux.SetSettings("ICON_SIZE",str(self.iconSize)) self.list_game.SetImageList(self.imagesEmpty) self.images.Destroy() self.images = wx.ImageList(self.iconSize, self.iconSize) self.list_game.SetImageList(self.images) self.Reload(self) def OpenIrc(self, event): self.irc = ircgui.IrcClient(self) self.irc.Center(wx.BOTH) self.irc.Show(True) def UpdateInstructions(self, event): if(os.environ["POL_OS"] == "Mac"): webbrowser.open("http://www.playonmac.com/en/download.html") else: webbrowser.open("http://www.playonlinux.com/en/download.html") def UpdateGIT(self, event): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/update_git"]) def GoToAppDir(self, event): self.game_exec = self.GetSelectedProgram() playonlinux.open_folder(self.game_exec) def ChangeIcon(self, event): self.IconDir = Variables.homedir+"/.local/share/icons/" self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg;*.JPG;*.jpeg;*.JPEG;*.bmp;*.BMP\ \|XPM (*.xpm)|*.xpm;*.XPM\ \|PNG (*.png)|*.png;*.PNG\ \|ICO (*.ico)|*.ico;*.ICO\ \|JPG (*.jpg)|*.jpg;*.JPG\ \|BMP (*.bmp)|*.bmp;*.BMP\ \|JPEG (*.jpeg)|*.jpeg;*JPEG" self.IconDialog = wx.FileDialog(self, "Choose a icon file", self.IconDir, "", self.SupprotedIconExt, wx.OPEN | wx.FD_PREVIEW) if self.IconDialog.ShowModal() == wx.ID_OK: self.IconFilename=self.IconDialog.GetFilename() self.IconDirname=self.IconDialog.GetDirectory() IconFile=os.path.join(self.IconDirname,self.IconFilename) self.RConfigure("IconChange", IconFile) self.IconDialog.Destroy() #Pop-up menu for game list: ending def Select(self, event): game_exec = self.GetSelectedProgram() self.read = open(Variables.playonlinux_rep+"shortcuts/"+game_exec,"r").readlines() self.i = 0; self.wine_present = False; while(self.i < len(self.read)): if("wine " in self.read[self.i]): self.wine_present = True; self.i += 1 self.generate_menu(game_exec) self.playTool.Enable(True) self.stopTool.Enable(True) self.removeTool.Enable(True) def generate_menu(self, shortcut=None): for c in self.menuElem: self.menuElem[c].Destroy() for c in self.menuImage: self.menuImage[c].Destroy() try: self.menuBitmap.Destroy() except: pass self.menuElem = {} self.menuImage = {} i = 0; self.menuGaucheAddTitle("pol_title", os.environ["APPLICATION_TITLE"], i) i+=1 self.menuGaucheAddLink("pol_prgm_install", _("Install a program"), i,Variables.playonlinux_env+"/resources/images/menu/add.png",self.InstallMenu) i+=1 self.menuGaucheAddLink("pol_prgm_settings", _("Settings"), i,Variables.playonlinux_env+"/resources/images/menu/settings.png",self.Options) i+=1 self.menuGaucheAddLink("pol_prgm_messenger", _("Messenger"), i,Variables.playonlinux_env+"/resources/images/menu/people.png",self.OpenIrc) if(os.path.exists(os.environ["PLAYONLINUX"]+"/.git/")): i+=1 self.menuGaucheAddLink("pol_git", _("Update GIT"), i,Variables.playonlinux_env+"/resources/images/menu/update_git.png",self.UpdateGIT) elif "POL_UPTODATE" in os.environ and os.environ["POL_UPTODATE"] == "FALSE": i+=1 self.menuGaucheAddLink("pol_update", _("Update instructions"), i,Variables.playonlinux_env+"/resources/images/menu/update_git.png",self.UpdateInstructions) if(shortcut != None): i+=2 self.menuGaucheAddTitle("prgm_title", shortcut, i) i+=1 self.menuGaucheAddLink("pol_prgm_run", _("Run"), i,Variables.playonlinux_env+"/resources/images/menu/media-playback-start.png",self.Run) i+=1 self.menuGaucheAddLink("pol_prgm_kill", _("Close"), i,Variables.playonlinux_env+"/resources/images/menu/media-playback-stop.png",self.RKill) i+=1 self.menuGaucheAddLink("pol_prgm_rundebug", _("Debug"), i,Variables.playonlinux_env+"/resources/images/menu/bug.png",self.RunDebug) i+=1 self.menuGaucheAddLink("pol_prgm_reportproblem", _("Report a problem"), i,Variables.playonlinux_env+"/resources/images/menu/bug.png",self.ReportProblem) i+=1 self.menuGaucheAddLink("pol_prgm_configure", _("Configure"), i,Variables.playonlinux_env+"/resources/images/menu/run.png",self.Configure) i+=1 self.menuGaucheAddLink("pol_prgm_shortcut", _("Create a shortcut"), i,Variables.playonlinux_env+"/resources/images/menu/shortcut.png",self.Package) i+=1 self.menuGaucheAddLink("pol_prgm_adddir", _("Open the directory"), i,Variables.playonlinux_env+"/resources/images/menu/folder-wine.png",self.GoToAppDir) if(os.path.exists(os.environ["POL_USER_ROOT"]+"/configurations/manuals/"+shortcut)): i+=1 self.menuGaucheAddLink("pol_prgm_readme", _("Read the manual"), i,Variables.playonlinux_env+"/resources/images/menu/manual.png",self.ReadMe) i+=1 self.menuGaucheAddLink("pol_prgm_polvaultsave", _("Save"), i,Variables.playonlinux_env+"/resources/images/menu/polvault.png",self.PolVaultSaveGame) i+=1 self.menuGaucheAddLink("pol_prgm_uninstall", _("Uninstall"), i,Variables.playonlinux_env+"/resources/images/menu/window-close.png",self.UninstallGame) self.linksfile = os.environ["POL_USER_ROOT"]+"/configurations/links/"+shortcut if(os.path.exists(self.linksfile)): self.linksc = open(self.linksfile,"r").read().split("\n") for line in self.linksc: if("|" in line): line = line.split("|") i+=1 if("PROFILEBUTTON/" in line[0]): line[0] = line[0].replace("PROFILEBUTTON/","") self.menuGaucheAddLink("url_"+str(i), line[0], i,Variables.playonlinux_env+"/resources/images/menu/star.png",None,line[1]) icon = os.environ["POL_USER_ROOT"]+"/icones/full_size/"+shortcut self.perspective = self._mgr.SavePerspective().split("|") self.perspective = self.perspective[len(self.perspective) - 2].split("=") left_pos = (int(self.perspective[1]) - 50)/2 if(left_pos <= 0): left_pos = (200-48)/2 if(os.path.exists(icon)): try: self.bitmap = wx.Image(icon) if(self.bitmap.GetWidth() >= 48): self.bitmap.Rescale(48,48,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.menuBitmap = wx.StaticBitmap(self.menu_gauche, id=-1, bitmap=self.bitmap, pos=(left_pos,20+(i+2)*20)) except: pass def menuGaucheAddTitle(self,id,text,pos): self.menuElem[id] = wx.StaticText(self.menu_gauche, -1, text,pos=(5,5+pos*20)) self.menuElem[id].SetForegroundColour((0,0,0)) # For dark themes self.menuElem[id].SetFont(self.fontTitre) def menuGaucheAddLink(self,id,text,pos,image,evt,url=None): if(os.path.exists(image)): menu_icone = image else: menu_icone = Variables.playonlinux_env+"/etc/playonlinux.png" try: self.bitmap = wx.Image(menu_icone) self.bitmap.Rescale(16,16,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.menuImage[id] = wx.StaticBitmap(self.menu_gauche, id=-1, bitmap=self.bitmap, pos=(10,15+pos*20)) except: pass if(url == None): self.menuElem[id] = wx.HyperlinkCtrl(self.menu_gauche, 10000+pos, text, "", pos=(35,15+pos*20)) else: self.menuElem[id] = wx.HyperlinkCtrl(self.menu_gauche, 10000+pos, text, url, pos=(35,15+pos*20)) self.menuElem[id].SetNormalColour(wx.Colour(0,0,0)) self.menuElem[id].SetVisitedColour(wx.Colour(0,0,0)) self.menuElem[id].SetHoverColour(wx.Colour(100,100,100)) if(evt != None): wx.EVT_HYPERLINK(self, 10000+pos, evt) def donate(self, event): if(os.environ["POL_OS"] == "Mac"): webbrowser.open("http://www.playonmac.com/en/donate.html") else: webbrowser.open("http://www.playonlinux.com/en/donate.html") def Reload(self, event): self.games = os.listdir(Variables.playonlinux_rep+"shortcuts/") self.games.sort(key=str.upper) try: self.games.remove(".DS_Store") except: pass self.list_game.DeleteAllItems() self.images.RemoveAll() root = self.list_game.AddRoot("") self.i = 0 if(self.iconSize <= 32): self.iconFolder = "32"; else: self.iconFolder = "full_size"; for game in self.games: #METTRE EN 32x32 if(self.searchbox.GetValue().encode("utf-8","replace").lower() in game.lower()): if(not os.path.isdir(Variables.playonlinux_rep+"/shortcuts/"+game)): if(os.path.exists(Variables.playonlinux_rep+"/icones/"+self.iconFolder+"/"+game)): file_icone = Variables.playonlinux_rep+"/icones/"+self.iconFolder+"/"+game else: file_icone = Variables.playonlinux_env+"/etc/playonlinux.png" try: self.bitmap = wx.Image(file_icone) self.bitmap.Rescale(self.iconSize,self.iconSize,wx.IMAGE_QUALITY_HIGH) self.bitmap = self.bitmap.ConvertToBitmap() self.images.Add(self.bitmap) except: pass item = self.list_game.AppendItem(root, game, self.i) self.i += 1 self.generate_menu(None) if(os.environ["POL_OS"] == "Mac"): self.playTool.Enable(False) self.stopTool.Enable(False) self.removeTool.Enable(False) def RConfigure(self, function_to_run, firstargument): """Starts polconfigurator remotely.""" game_exec = self.GetSelectedProgram() if game_exec != "": subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/polconfigurator", game_exec, function_to_run, firstargument]) else: wx.MessageBox(_("Please select a program."), os.environ["APPLICATION_TITLE"]) def Options(self, event): onglet=event.GetId() try: self.optionFrame.SetFocus() except: self.optionFrame = options.MainWindow(self, -1, _("{0} settings").format(os.environ["APPLICATION_TITLE"]), 2) if(onglet == 211): self.optionFrame = options.MainWindow(self, -1, _("{0} settings").format(os.environ["APPLICATION_TITLE"]), 0) if(onglet == 214): self.optionFrame = options.MainWindow(self, -1, _("{0} settings").format(os.environ["APPLICATION_TITLE"]), 1) self.optionFrame.Center(wx.BOTH) self.optionFrame.Show(True) def killall(self, event): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/killall"]) def Executer(self, event): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/expert/Executer"]) def BugReport(self, event): try: self.debugFrame.Show() self.debugFrame.SetFocus() except: self.debugFrame = debug.MainWindow(None, -1, _("{0} debugger").format(os.environ["APPLICATION_TITLE"])) self.debugFrame.Center(wx.BOTH) self.debugFrame.Show() def POLOnline(self, event): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/playonlinux_online"]) def PCCd(self, event): subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/read_pc_cd"]) def PolShell(self, event): #Variables.run_x_server() subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/expert/PolShell"]) def Configure(self, event): game_exec = self.GetSelectedProgram() try: self.configureFrame.Show(True) self.configureFrame.SetFocus() if(game_exec != ""): self.configureFrame.change_program(game_exec,False) except: if(game_exec == ""): self.configureFrame = configure.MainWindow(self, -1, _("{0} configuration").format(os.environ["APPLICATION_TITLE"]),"default",True) else: self.configureFrame = configure.MainWindow(self, -1, _("{0} configuration").format(os.environ["APPLICATION_TITLE"]),game_exec.decode("utf-8","replace"),False) self.configureFrame.Center(wx.BOTH) self.configureFrame.Show(True) #subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/polconfigurator", game_exec]) def Package(self, event): game_exec = self.GetSelectedProgram() subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/make_shortcut", game_exec]) def UninstallGame(self, event): game_exec = self.GetSelectedProgram() if game_exec != "": subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/uninstall", game_exec]) else: wx.MessageBox(_("Please select a program."), os.environ["APPLICATION_TITLE"]) def PolVaultSaveGame(self, event): game_exec = self.GetSelectedProgram() if game_exec != "": subprocess.Popen(["bash", Variables.playonlinux_rep+"plugins/PlayOnLinux Vault/scripts/menu", "--app", game_exec]) else: wx.MessageBox(_("Please select a program."), os.environ["APPLICATION_TITLE"]) def InstallMenu(self, event): try: self.installFrame.Show(True) self.installFrame.SetFocus() except: self.installFrame = install.InstallWindow(self, -1, _('{0} install menu').format(os.environ["APPLICATION_TITLE"])) self.installFrame.Center(wx.BOTH) self.installFrame.Show(True) def WineVersion(self, event): try: self.wversion.Show() self.wversion.SetFocus() except: self.wversion = wver.MainWindow(None, -1, _('{0} wine versions manager').format(os.environ["APPLICATION_TITLE"])) self.wversion.Center(wx.BOTH) self.wversion.Show(True) def GetSelectedProgram(self): return self.list_game.GetItemText(self.list_game.GetSelection()).encode("utf-8","replace") def Run(self, event, s_debug=False): game_exec = self.GetSelectedProgram() game_prefix = playonlinux.getPrefix(game_exec) if(s_debug == False): playonlinux.SetDebugState(game_exec, game_prefix, False) if(os.path.exists(os.environ["POL_USER_ROOT"]+"/wineprefix/"+game_prefix)): if(game_exec != ""): if(playonlinux.GetDebugState(game_exec)): try: self.debugFrame.analyseReal(0, game_prefix) self.debugFrame.Show() self.debugFrame.SetFocus() except: self.debugFrame = debug.MainWindow(None, -1, _("{0} debugger").format(os.environ["APPLICATION_TITLE"]),game_prefix,0) self.debugFrame.Center(wx.BOTH) self.debugFrame.Show() subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/run_app", game_exec]) else: wx.MessageBox(_("Please select a program."), os.environ["APPLICATION_TITLE"]) else: wx.MessageBox(_("The virtual drive associated with {0} ({1}) does no longer exists.").format(game_exec, game_prefix), os.environ["APPLICATION_TITLE"]) def RunDebug(self, event): game_exec = self.GetSelectedProgram() game_prefix = playonlinux.getPrefix(game_exec) playonlinux.SetDebugState(game_exec, game_prefix, True) self.Run(self, True) def ReportProblem(self, event): game_exec = self.GetSelectedProgram() game_log = playonlinux.getLog(game_exec) if game_log: new_env = os.environ new_env["LOGTITLE"] = game_log subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/bug_report"], env = new_env) def POLDie(self): for pid in self.registeredPid: os.system("kill -9 -%d 2> /dev/null" % pid) os.system("kill -9 %d 2> /dev/null" % pid) app.POLServer.closeServer() os._exit(0) def POLRestart(self): for pid in self.registeredPid: os.system("kill -9 -%d 2> /dev/null" % pid) os.system("kill -9 %d 2> /dev/null" % pid) app.POLServer.closeServer() os._exit(63) # Restart code def ForceClose(self, signal, frame): # Catch SIGINT print "\nCtrl+C pressed. Killing all processes..." self.POLDie() def ClosePol(self, event): pids = [] for pid in self.registeredPid: try: os.kill(pid, 0) pid_exists = True pids.append(pid) except OSError: pid_exists = False print "Registered PID: %d (%s)" % (pid, 'Present' if pid_exists else 'Missing') self.registeredPid = pids if(playonlinux.GetSettings("DONT_ASK_BEFORE_CLOSING") == "TRUE" or self.registeredPid == [] or wx.YES == wx.MessageBox(_('Are you sure you want to close all {0} Windows?').format(os.environ["APPLICATION_TITLE"]).decode("utf-8","replace"),os.environ["APPLICATION_TITLE"], style=wx.YES_NO | wx.ICON_QUESTION)): self.SizeToSave = self.GetSize(); self.PositionToSave = self.GetPosition(); # Save size and position playonlinux.SetSettings("MAINWINDOW_WIDTH",str(self.SizeToSave[0])) playonlinux.SetSettings("MAINWINDOW_HEIGHT",str(self.SizeToSave[1]-Variables.windows_add_playonmac*56)) playonlinux.SetSettings("MAINWINDOW_X",str(self.PositionToSave[0])) playonlinux.SetSettings("MAINWINDOW_Y",str(self.PositionToSave[1])) self._mgr.UnInit() # I know, that's very ugly, but I have no choice for the moment self.perspective = self._mgr.SavePerspective().split("|") self.perspective = self.perspective[len(self.perspective) - 2].split("=") self.DockType = self.perspective[0] self.mySize = 200 self.myPosition = "LEFT" if(self.DockType == "dock_size(4,0,0)"): self.mySize = int(self.perspective[1]) - 2 self.myPosition = "LEFT" if(self.DockType == "dock_size(2,0,1)" or self.DockType == "dock_size(2,0,0)" or "dock_size(2," in self.DockType): self.mySize = int(self.perspective[1]) - 2 self.myPosition = "RIGHT" playonlinux.SetSettings("PANEL_SIZE",str(self.mySize)) playonlinux.SetSettings("PANEL_POSITION",str(self.myPosition)) self.POLDie() return None def About(self, event): self.aboutBox = wx.AboutDialogInfo() if(os.environ["POL_OS"] == "Linux"): self.aboutBox.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.aboutBox.SetName(os.environ["APPLICATION_TITLE"]) self.aboutBox.SetVersion(Variables.version) self.aboutBox.SetDescription(_("Run your Windows programs on "+os.environ["POL_OS"]+" !")) self.aboutBox.SetCopyright("© 2007-2013 "+_("PlayOnLinux and PlayOnMac team\nUnder GPL licence version 3")) self.aboutBox.AddDeveloper(_("Developer and Website: ")+"Tinou (Pâris Quentin), MulX (Petit Aymeric)") self.aboutBox.AddDeveloper(_("Scriptors: ")+"GNU_Raziel") self.aboutBox.AddDeveloper(_("Packager: ")+"MulX (Petit Aymeric), Tinou (Pâris Quentin)") self.aboutBox.AddDeveloper(_("Icons:")+"Faenza-Icons http://tiheum.deviantart.com/art/Faenza-Icons-173323228") self.aboutBox.AddDeveloper(_("The following people contributed to this program: ")+"kiplantt, Salvatos, Minchul") self.aboutBox.AddTranslator(_("Translations:")) self.aboutBox.AddTranslator(_("Read TRANSLATORS file")) if(os.environ["POL_OS"] == "Mac"): self.aboutBox.SetWebSite("http://www.playonmac.com") else: self.aboutBox.SetWebSite("http://www.playonlinux.com") wx.AboutBox(self.aboutBox) class PlayOnLinuxApp(wx.App): def OnInit(self): lng.iLang() close = False exe_present = False os.system("bash "+Variables.playonlinux_env+"/bash/startup") self.systemCheck() for f in sys.argv[1:]: self.MacOpenFile(f) if(".exe" in f or ".EXE" in f): exe_present = True close = True if(close == True and exe_present == False): os._exit(0) self.SetClassName(os.environ["APPLICATION_TITLE"]) self.SetAppName(os.environ["APPLICATION_TITLE"]) self.frame = MainWindow(None, -1, os.environ["APPLICATION_TITLE"]) # Gui Server self.POLServer = gui_server.gui_server(self.frame) self.POLServer.start() i = 0 while(os.environ["POL_PORT"] == "0"): time.sleep(0.01) if(i >= 300): wx.MessageBox(_("{0} is not able to start PlayOnLinux Setup Window server.").format(os.environ["APPLICATION_TITLE"]),_("Error")) os._exit(0) break i+=1 os.system("bash \"$PLAYONLINUX/bash/startup_after_server\" &") self.SetTopWindow(self.frame) self.frame.Show(True) return True def _executableFound(self, executable): devnull = open('/dev/null', 'wb') try: returncode = subprocess.call(["which",executable],stdout=devnull) return (returncode == 0) except: return False def _singleCheck(self, executable, package, fatal): if not self._executableFound(executable): message = _("{0} cannot find {1}") if package is not None: message += _(" (from {2})") if fatal: verdict = _("You need to install it to continue") else: verdict = _("You should install it to use {0}") wx.MessageBox(("%s\n\n%s" % (message, verdict)).format(os.environ["APPLICATION_TITLE"], executable, package), _("Error")) if fatal: os._exit(0) def singleCheck(self, executable, package=None): self._singleCheck(executable, package, False) def singleCheckFatal(self, executable, package=None): self._singleCheck(executable, package, True) def systemCheck(self): #### Root uid check if(os.popen("id -u").read() == "0\n" or os.popen("id -u").read() == "0"): wx.MessageBox(_("{0} is not supposed to be run as root. Sorry").format(os.environ["APPLICATION_TITLE"]),_("Error")) os._exit(0) #### 32 bits OpenGL check try: returncode=subprocess.call([os.environ["PLAYONLINUX"]+"/bash/check_gl","x86"]) except: returncode=255 if(os.environ["POL_OS"] == "Linux" and returncode != 0): wx.MessageBox(_("{0} is unable to find 32bits OpenGL libraries.\n\nYou might encounter problem with your games").format(os.environ["APPLICATION_TITLE"]),_("Error")) os.environ["OpenGL32"] = "0" else: os.environ["OpenGL32"] = "1" #### 64 bits OpenGL check if(os.environ["AMD64_COMPATIBLE"] == "True"): try: returncode=subprocess.call([os.environ["PLAYONLINUX"]+"/bash/check_gl","amd64"]) except: returncode=255 if(os.environ["AMD64_COMPATIBLE"] == "True" and os.environ["POL_OS"] == "Linux" and returncode != 0): wx.MessageBox(_("{0} is unable to find 64bits OpenGL libraries.\n\nYou might encounter problem with your games").format(os.environ["APPLICATION_TITLE"]),_("Error")) os.environ["OpenGL64"] = "0" else: os.environ["OpenGL64"] = "1" #### Filesystem check if(os.environ["POL_OS"] == "Linux"): try: returncode=subprocess.call([os.environ["PLAYONLINUX"]+"/bash/check_fs"]) except: returncode=255 if(os.environ["POL_OS"] == "Linux" and returncode != 0): wx.MessageBox(_("Your filesystem might prevent {0} from running correctly.\n\nPlease open {0} in a terminal to get more details").format(os.environ["APPLICATION_TITLE"]),_("Error")) if(os.environ["DEBIAN_PACKAGE"] == "FALSE"): if(playonlinux.GetSettings("SEND_REPORT") == ""): if(wx.YES == wx.MessageBox(_('Do you want to help {0} to make a compatibility database?\n\nIf you click yes, the following things will be sent to us anonymously the first time you run a Windows program:\n\n- You graphic card model\n- Your OS version\n- If graphic drivers are installed or not.\n\n\nThese information will be very precious for us to help people.').format(os.environ["APPLICATION_TITLE"]).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"],style=wx.YES_NO | wx.ICON_QUESTION)): playonlinux.SetSettings("SEND_REPORT","TRUE") else: playonlinux.SetSettings("SEND_REPORT","FALSE") #### Other import checks self.singleCheckFatal("nc", package="Netcat") self.singleCheckFatal("tar") self.singleCheckFatal("cabextract") self.singleCheckFatal("convert", package="ImageMagick") self.singleCheckFatal("wget", package="Wget") self.singleCheckFatal("curl", package="cURL") self.singleCheckFatal("gpg", package="GnuPG") if(os.environ["DEBIAN_PACKAGE"] == "FALSE"): self.singleCheck("xterm") self.singleCheck("gettext.sh", package="gettext") # gettext-base on Debian self.singleCheck("icotool", package="icoutils") self.singleCheck("wrestool", package="icoutils") self.singleCheck("wine", package="Wine") self.singleCheck("unzip", package="InfoZIP") self.singleCheck("7z", package="P7ZIP full") # p7zip-full on Debian def BringWindowToFront(self): try: # it's possible for this event to come when the frame is closed self.GetTopWindow().Raise() except: pass def MacOpenFile(self, filename): file_extension = string.split(filename,".") file_extension = file_extension[len(file_extension) - 1] if(file_extension == "desktop"): # Un raccourcis Linux content = open(filename,"r").readlines() i = 0 while(i < len(content)): #wx.MessageBox(content[i], "PlayOnLinux", wx.OK) if("Path=" in content[i]): cd_app = content[i].replace("Path=","").replace("\n","") if("Exec=" in content[i]): exec_app = content[i].replace("Exec=","").replace("\n","") i += 1 if(":\\\\\\\\" in exec_app): exec_app = exec_app.replace("\\\\","\\") try: os.system("cd \""+cd_app+"\" && "+exec_app+" &") except: pass elif(file_extension == "exe" or file_extension == "EXE"): os.system("bash \"$PLAYONLINUX/bash/run_exe\" \""+filename+"\" &") elif(file_extension == "pol" or file_extension == "POL"): if(wx.YES == wx.MessageBox(_('Are you sure you want to want to install {0} package?').format(filename).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"],style=wx.YES_NO | wx.ICON_QUESTION)): os.system("bash \"$PLAYONLINUX/bash/playonlinux-pkg\" -i \""+filename+"\" &") else: playonlinux.open_document(filename,file_extension.lower()) def MacOpenURL(self, url): if(os.environ["POL_OS"] == "Mac" and "playonlinux://" in url): wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnLinux"), os.environ["APPLICATION_TITLE"]) if(os.environ["POL_OS"] == "Linux" and "playonmac://" in url): wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnMac"), os.environ["APPLICATION_TITLE"]) os.system("bash \"$PLAYONLINUX/bash/playonlinux-url_handler\" \""+url+"\" &") def MacReopenApp(self): #sys.exit() self.BringWindowToFront() # Idea taken from flacon def setSigchldHandler(): signal.signal(signal.SIGCHLD, handleSigchld) if hasattr(signal, 'siginterrupt'): signal.siginterrupt(signal.SIGCHLD, False) def handleSigchld(number, frame): # Apparently some UNIX systems automatically resent the SIGCHLD # handler to SIG_DFL. Reset it just in case. setSigchldHandler() setSigchldHandler() lng.Lang() wx.Log_EnableLogging(False) app = PlayOnLinuxApp(redirect=False) app.MainLoop() #sys.exit(0) playonlinux/python/options.py000077500000000000000000000455331226051336100170420ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2009 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from asyncore import dispatcher import wxversion, os, getopt, sys, urllib, signal, socket, string import wx, time, re import webbrowser, shutil import threading, time, codecs from select import select #from subprocess import Popen,PIPE import lib.Variables as Variables import lib.lng as lng import lib.playonlinux as playonlinux class getPlugins(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.thread_message = "#WAIT#" self.versions = [] self.start() def download(self, game): self.getDescription = game def run(self): self.thread_running = True while(self.thread_running): if(self.thread_message == "get"): try : url = 'http://mulx.playonlinux.com/wine/linux-i386/LIST' req = urllib2.Request(url) handle = urllib2.urlopen(req) time.sleep(1) available_versions = handle.read() available_versions = string.split(available_versions,"\n") self.i = 0 self.versions_ = [] while(self.i < len(available_versions) - 1): informations = string.split(available_versions[self.i], ";") version = informations[1] package = informations[0] sha1sum = informations[2] if(not os.path.exists(Variables.playonlinux_rep+"/WineVersions/"+version)): self.versions_.append(version) self.i += 1 self.versions_.reverse() self.versions = self.versions_[:] self.thread_message = "Ok" except : time.sleep(1) self.thread_message = "Err" self.versions = ["Wine packages website is unavailable"] else: time.sleep(0.2) class Onglets(wx.Notebook): # Classe dérivée du wx.Notebook def __init__(self, parent): if(os.environ["POL_OS"] == "Mac"): self.fontTitle = wx.Font(14, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.caption_font = wx.Font(11, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) else : self.fontTitle = wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, "", wx.FONTENCODING_DEFAULT) self.caption_font = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL,False, "", wx.FONTENCODING_DEFAULT) self.notebook = wx.Notebook.__init__(self, parent, -1) self.images_onglets = wx.ImageList(16, 16) self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/input-gaming.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-group-chat.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-web-browser.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/user-desktop.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/application-x-executable.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/package-x-generic.png")); self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/extensions.png")); self.SetImageList(self.images_onglets) def browser_test(self, event): if(self.Navigator.GetValue() == "Default"): webbrowser.open("http://www.playonlinux.com") else: os.system(self.Navigator.GetValue()+" http://www.playonlinux.com &") def term_test(self, event): os.system("bash "+Variables.playonlinux_env+"/bash/terminals/"+self.Term.GetValue()+" sleep 2 &") def Internet(self, nom): self.panelInternet = wx.Panel(self, -1) if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/offline")): if(open(Variables.playonlinux_rep+"/configurations/options/offline",'r').read() == '1'): self.OffLineCheck.SetValue(1) self.ProxySettings = wx.StaticText(self.panelInternet, -1, _("Proxy configuration"), (0,0), wx.DefaultSize) self.ProxySettings.SetFont(self.fontTitle) proxy_settings = {} proxy_settings['PROXY_ENABLED'] = playonlinux.GetSettings("PROXY_ENABLED") if(proxy_settings['PROXY_ENABLED'] == ""): proxy_settings['PROXY_ENABLED'] = "0" proxy_settings['PROXY_ADRESS'] = playonlinux.GetSettings("PROXY_URL") proxy_settings["PROXY_PORT"] = playonlinux.GetSettings("PROXY_PORT") proxy_settings["PROXY_LOGIN"] = playonlinux.GetSettings("PROXY_LOGIN") proxy_settings["PROXY_PASS"] = playonlinux.GetSettings("PROXY_PASSWORD") self.ProxyCheck = wx.CheckBox(self.panelInternet, 120, _("Set a proxy"),pos=(10,30)) self.ProxyCheck.SetValue(int(proxy_settings['PROXY_ENABLED'])) self.ProxyTxtAdresse = wx.StaticText(self.panelInternet, -1, _("Proxy address"), (10,60), wx.DefaultSize) self.ProxyAdresse = wx.TextCtrl(self.panelInternet, -1, proxy_settings["PROXY_ADRESS"], pos=(20,80),size=(300,27)) self.ProxyTxtPort = wx.StaticText(self.panelInternet, -1, _("Proxy port"), (10,120), wx.DefaultSize) self.ProxyPort = wx.TextCtrl(self.panelInternet, -1, proxy_settings["PROXY_PORT"], pos=(20,140),size=(80,27)) self.ProxyTxtLogin = wx.StaticText(self.panelInternet, -1, _("Proxy login"), (10,180), wx.DefaultSize) self.ProxyLogin = wx.TextCtrl(self.panelInternet, -1, proxy_settings["PROXY_LOGIN"], pos=(20,200),size=(300,27)) self.ProxyTxtPass = wx.StaticText(self.panelInternet, -1, _("Proxy password"), (10,240), wx.DefaultSize) self.ProxyPass = wx.TextCtrl(self.panelInternet, -1, proxy_settings["PROXY_PASS"], pos=(20,260),size=(300,27), style=wx.TE_PASSWORD) self.AddPage(self.panelInternet, nom, imageId=2) wx.EVT_CHECKBOX(self, 120, self.proxy_enable) self.proxy_enable(self) def proxy_enable(self, event): if(self.ProxyCheck.IsChecked() == 1): self.ProxyAdresse.Enable(True) self.ProxyLogin.Enable(True) self.ProxyPass.Enable(True) self.ProxyPort.Enable(True) else: self.ProxyAdresse.Enable(False) self.ProxyLogin.Enable(False) self.ProxyPass.Enable(False) self.ProxyPort.Enable(False) def LoadPlugins(self): self.pluginlist.DeleteAllItems() self.pluginImgList.RemoveAll() plugins=os.listdir(Variables.playonlinux_rep+"/plugins/") self.i = 0 PluginsRoot = self.pluginlist.AddRoot("") plugins.sort() while(self.i < len(plugins)): self.pluginlist.AppendItem(PluginsRoot, plugins[self.i], self.i) if(os.path.exists(Variables.playonlinux_rep+"/plugins/"+plugins[self.i]+"/enabled") == False): self.pluginlist.SetItemTextColour(self.pluginlist.GetLastChild(PluginsRoot), wx.Colour(150,150,150)) self.icon_look_for = Variables.playonlinux_rep+"/plugins/"+plugins[self.i]+"/icon" if(os.path.exists(self.icon_look_for)): self.pluginImgList.Add(wx.Bitmap(self.icon_look_for)) else: self.pluginImgList.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png")) self.i += 1 self.EnablePlugin.Enable(False) self.ConfigurePlugin.Enable(False) self.DelPlugin.Enable(False) def Plugins(self, nom): self.panelPlugins= wx.Panel(self, -1) self.panels_buttons_plugins = wx.Panel(self.panelPlugins, -1) self.sizerPlugins = wx.BoxSizer(wx.VERTICAL) self.txtPlugin = wx.StaticText(self.panelPlugins, -1, _("Installed plugins"), size=wx.DefaultSize) self.txtPlugin.SetFont(self.fontTitle) self.pluginlist = wx.TreeCtrl(self.panelPlugins, 220, style=Variables.widget_borders|wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT) self.pluginlist.SetSpacing(0) self.pluginImgList = wx.ImageList(16,16) self.pluginlist.SetImageList(self.pluginImgList) self.sizerPlugins.Add(self.txtPlugin, 1, wx.EXPAND|wx.ALL, 2) self.sizerPlugins.Add(self.pluginlist, 7, wx.EXPAND|wx.ALL, 2) self.sizerPlugins.Add(self.panels_buttons_plugins, 6, wx.EXPAND|wx.ALL, 2) self.panelPlugins.SetSizer(self.sizerPlugins) self.panelPlugins.SetAutoLayout(True) self.AddPlugin = wx.Button(self.panels_buttons_plugins, wx.ID_ADD, _("Add"), pos=(0,0), size=(100,35)) self.DelPlugin = wx.Button(self.panels_buttons_plugins, wx.ID_REMOVE, _("Remove"), pos=(100,0), size=(100,35)) self.ConfigurePlugin = wx.Button(self.panels_buttons_plugins, 212, _("Configure"), pos=(0,38), size=(100,35)) self.EnablePlugin = wx.Button(self.panels_buttons_plugins, 213, _("Enable"), pos=(100,38), size=(100,35)) self.txtPlugin = wx.StaticText(self.panels_buttons_plugins, -1, _("Choose a plugin"), size=(300,150), pos=(200,5)) self.LoadPlugins() self.AddPage(self.panelPlugins, nom, imageId=5) wx.EVT_TREE_SEL_CHANGED(self, 220, self.choose_plugin) wx.EVT_BUTTON(self, 214, self.disable) wx.EVT_BUTTON(self, 213, self.enable) wx.EVT_BUTTON(self, 212, self.setup_plug) wx.EVT_BUTTON(self, wx.ID_REMOVE, self.delete_plug) wx.EVT_BUTTON(self, wx.ID_ADD, self.add_plug) def generateExts(self): self.list_ext.DeleteAllItems() i = 0 self.exts = open(os.environ["POL_USER_ROOT"]+"/extensions.cfg").readlines() self.exts.sort() for line in self.exts: line = line.replace("\n","") line = string.split(line,"=") liner = "Line %s" % i self.list_ext.InsertStringItem(i, liner) self.list_ext.SetStringItem(i, 0, line[0]) self.list_ext.SetStringItem(i, 1, line[1]) i += 1 self.app_installed_text.Hide() self.app_installed.Hide() self.delete_ext.Hide() self.app_installed.SetValue("") self.app_selected = -1 def reditExt(self, event): playonlinux.SetSettings(self.ext_selected, self.app_installed.GetValue(),'_EXT_') self.generateExts() def editExt(self, event): self.app_installed_text.Show() self.app_installed.Show() self.delete_ext.Show() self.app_selected = string.split(self.exts[event.m_itemIndex],"=")[1] self.ext_selected = string.split(self.exts[event.m_itemIndex],"=")[0] self.app_installed.SetValue(self.app_selected.replace("\n","").replace("\r","")) def delExt(self, event): playonlinux.DeleteSettings(self.ext_selected,'_EXT_') self.generateExts() def newExt(self, event): newext = wx.GetTextFromUser(_("What is the extension?"), os.environ["APPLICATION_TITLE"]) re.sub(r'\W+', '', newext) playonlinux.SetSettings(newext, "",'_EXT_') self.generateExts() def Extensions(self, nom): self.panelExt= wx.Panel(self, -1) self.list_ext = wx.ListCtrl(self.panelExt, 500, size=(504,350), pos=(1,1), style=wx.LC_REPORT) self.list_ext.InsertColumn(0, 'Extension') self.list_ext.InsertColumn(1, 'Program associated', width=320) self.app_installed_text = wx.StaticText(self.panelExt, pos=(1,388), label=_("Assigned program")) self.app_installed = wx.ComboBox(self.panelExt, 501, pos=(170,385),size=(200,25)) self.delete_ext = wx.Button(self.panelExt, 502, pos=(372,385+2*Variables.windows_add_playonmac), size=(100,25), label=_("Delete")) self.add_ext = wx.Button(self.panelExt, 503, pos=(1,359), size=(100,25), label=_("New")) self.app_installed_list = os.listdir(os.environ["POL_USER_ROOT"]+"/shortcuts/") for i in self.app_installed_list: self.app_installed.Append(i) self.generateExts() self.AddPage(self.panelExt, nom, imageId=6) wx.EVT_LIST_ITEM_SELECTED(self, 500, self.editExt) wx.EVT_COMBOBOX(self, 501, self.reditExt) wx.EVT_BUTTON(self, 502, self.delExt) wx.EVT_BUTTON(self, 503, self.newExt) def setup_plug(self, event): self.current_plugin = self.pluginlist.GetItemText(self.pluginlist.GetSelection()) self.plugin_path = Variables.playonlinux_rep+"/plugins/"+self.current_plugin os.system("bash \""+self.plugin_path+"/scripts/options\" &") def add_plug(self, event): self.FileDialog = wx.FileDialog(self) self.FileDialog.SetDirectory("~") self.FileDialog.SetWildcard("POL Packages (*.pol)|*.pol") result = self.FileDialog.ShowModal() if(result == wx.ID_OK and self.FileDialog.GetPath() != ""): if(wx.YES == wx.MessageBox(_("Are you sure you want to install: ").decode("utf-8","replace")+self.FileDialog.GetPath()+"?",os.environ["APPLICATION_TITLE"] ,style=wx.YES_NO | wx.ICON_QUESTION)): os.system("bash \""+Variables.playonlinux_env+"/playonlinux-pkg\" -i \""+self.FileDialog.GetPath().encode("utf-8","replace")+"\"") self.LoadPlugins() self.FileDialog.Destroy() def delete_plug(self, event): self.current_plugin = self.pluginlist.GetItemText(self.pluginlist.GetSelection()) self.plugin_path = Variables.playonlinux_rep+"/plugins/"+self.current_plugin if(wx.YES == wx.MessageBox(_("Are you sure you want to delete: ").decode("utf-8","replace")+self.current_plugin+"?", os.environ["APPLICATION_TITLE"],style=wx.YES_NO | wx.ICON_QUESTION)): shutil.rmtree(self.plugin_path) self.LoadPlugins() def disable(self, event): self.current_plugin = self.pluginlist.GetItemText(self.pluginlist.GetSelection()) self.plugin_path = Variables.playonlinux_rep+"/plugins/"+self.current_plugin os.remove(self.plugin_path+"/enabled") self.LoadPlugins() def enable(self, event): self.current_plugin = self.pluginlist.GetItemText(self.pluginlist.GetSelection()) self.plugin_path = Variables.playonlinux_rep+"/plugins/"+self.current_plugin enab=open(self.plugin_path+"/enabled",'w') enab.close() self.LoadPlugins() def choose_plugin(self, event): self.current_plugin = self.pluginlist.GetItemText(self.pluginlist.GetSelection()) self.plugin_path = Variables.playonlinux_rep+"/plugins/"+self.current_plugin if(os.path.exists(self.plugin_path+"/enabled")): self.EnablePlugin.Destroy() self.EnablePlugin = wx.Button(self.panels_buttons_plugins, 214, _("Disable"), pos=(100,38)) else: self.EnablePlugin.Destroy() self.EnablePlugin = wx.Button(self.panels_buttons_plugins, 213, _("Enable"), pos=(100,38)) if(os.path.exists(self.plugin_path+"/scripts/options")): self.ConfigurePlugin.Enable(True) else: self.ConfigurePlugin.Enable(False) if(os.path.exists(self.plugin_path+"/description")): self.txtPlugin.Destroy() self.txtPlugin = wx.StaticText(self.panels_buttons_plugins, -1, open(self.plugin_path+"/description","r").read(), size=(285,150), pos=(200,5)) self.DelPlugin.Enable(True) def glxinfo(self, event): glx = os.popen("glxinfo", "r").read() self.txtGLX.SetValue(glx) def xorg(self, event): glx = open("/etc/X11/xorg.conf", "r").read() self.txtGLX.SetValue(glx) def glxgears(self, event): self.result = os.popen("glxgears", "r").read() self.txtGLX.SetValue(self.result) def system_info(self, event): self.txtGLX.SetValue(os.popen("bash \""+Variables.playonlinux_env+"/bash/system_info\" &", "r").read()) def SupprimePage(self, index): self.DeletePage(index) class MainWindow(wx.Frame): def __init__(self,parent,id,title,onglet): wx.Frame.__init__(self, parent, -1, title, size = (505, 550), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.panelFenp = wx.Panel(self, -1) self.panels_buttons = wx.Panel(self.panelFenp, -1) self.Apply = wx.Button(self.panels_buttons, wx.ID_APPLY, _("Apply"), pos=(400,0), size=(100,35)) self.Close = wx.Button(self.panels_buttons, wx.ID_CLOSE, _("Cancel"), pos=(295,0), size=(100,35)) self.sizer = wx.BoxSizer(wx.VERTICAL) self.onglets = Onglets(self.panelFenp) self.sizer.Add(self.onglets, 12, wx.EXPAND|wx.ALL, 2) self.sizer.Add(self.panels_buttons, 1, wx.EXPAND|wx.ALL, 2) #self.onglets.General(_("General")) self.onglets.Internet(_("Internet")) #self.onglets.Wine(_("Environment")) #self.onglets.System(_("System")) self.onglets.Plugins(_("Plugins")) self.onglets.Extensions(_("File associations")) try: self.onglets.SetSelection(onglet) except: pass self.panelFenp.SetSizer(self.sizer) self.panelFenp.SetAutoLayout(True) wx.EVT_BUTTON(self, wx.ID_APPLY, self.apply_settings) wx.EVT_BUTTON(self, wx.ID_CLOSE, self.app_Close) def app_Close(self, event): self.Destroy() def apply_settings(self, event): playonlinux.SetSettings("PROXY_ENABLED",str(int(self.onglets.ProxyCheck.IsChecked()))) if(self.onglets.ProxyCheck.IsChecked()): playonlinux.SetSettings("PROXY_URL",self.onglets.ProxyAdresse.GetValue().replace("http://","")) playonlinux.SetSettings("PROXY_PORT",self.onglets.ProxyPort.GetValue()) playonlinux.SetSettings("PROXY_LOGIN",self.onglets.ProxyLogin.GetValue()) playonlinux.SetSettings("PROXY_PASSWORD",self.onglets.ProxyPass.GetValue()) wx.MessageBox(_("You must restart {0} for the changes to take effect.").format(os.environ["APPLICATION_TITLE"]), os.environ["APPLICATION_TITLE"], wx.OK) self.Destroy() playonlinux/python/sp.py000077500000000000000000004276321226051336100157750ustar00rootroot00000000000000#!/usr/bin/python # -*- coding:Utf-8 -*- # Copyright (C) 2008 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import base64 import wx, wx.html import lib.Variables as Variables, sys import StringIO class egg(wx.Frame): def __init__(self,parent,id,title): wx.Frame.__init__(self, parent, -1, title, size = (500, 333)) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) self.img = "/9j/4AAQSkZJRgABAQEASABIAAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdC\ IFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAA\ AADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFj\ cHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAA\ ABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAAD\ TAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJD\ AAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5\ OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEA\ AAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAA\ AAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAA\ AA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBo\ dHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAt\ IHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAt\ IHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcg\ Q29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENv\ bmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAA\ ABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAAAAAA\ AAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQAAAAABQAK\ AA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUA\ mgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEy\ ATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMC\ DAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMh\ Ay0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4E\ jASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3\ BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDII\ RghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqY\ Cq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUAN\ Wg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBh\ EH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT\ 5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReu\ F9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9oc\ AhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCY\ IMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZcl\ xyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2\ K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIx\ SjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDec\ N9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+\ oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXe\ RiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN\ 3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYP\ VlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1f\ D19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/\ aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfBy\ S3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyB\ fOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuH\ n4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLj\ k02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6f\ HZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1\ q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm4\ 0blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZG\ xsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnU\ y9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj\ 4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozz\ GfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////2wBDAAEBAQEB\ AQEBAQEBAQECAgMCAgICAgQDAwIDBQQFBQUEBAQFBgcGBQUHBgQEBgkGBwgICAgIBQYJCgkICgcI\ CAj/2wBDAQEBAQICAgQCAgQIBQQFCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI\ CAgICAgICAgICAgICAj/wAARCAFNAfQDAREAAhEBAxEB/8QAHwAAAAYDAQEBAAAAAAAAAAAABAUG\ BwgJAAMKAgEL/8QAYxAAAQIEBAMEBwQFBgcMCAILAQIDBAUGEQAHEiEIMUETIlFhCRQycYGR8BUj\ ocEWQrHR4RckM1Ji8Rg0Q2NyotIlJzVEU2SCg5KjssIKJjZUc4STs5SkGShFRkdWdHV2w9P/xAAd\ AQAABwEBAQAAAAAAAAAAAAAAAgMEBQYHAQgJ/8QAVBEAAQMCAwQGBgUHCgQFBAIDAQACEQMEBSEx\ BhJBUQciYXGRsROBocHR8BQyUrLhCBUjQmJykhYXJCUzgqLC0vE0Q1OTNURjc4MJVLPTw+Imo+P/\ 2gAMAwEAAhEDEQA/AOuCEgNOnugH/Rxu76/NeBremYSihoAC33dz5jlhq+4KfMouKUENA3HKx92G\ bq6kaNrGqOGZeBZRTe3yGEHVyVIU6OiOGIPyJ8Rhu+qn7KPAI4h4PYdL4bVK8J/TtTyRkzCC+yb+\ dueGr6yeUrHNGCYNVha4w2NVSbbDIQhjUIlNha/jbCTq3JO6dpAhDUMbCyNsN3Vc09ZbZZLelnkb\ edsJl6ctsyt6WBt3QR54SNROmWJAyWwNq2BNjgu+E5ba81vTDKI9kjfnghqJy20ERC3phj+tt4AD\ BC9OWW8LemHAF7E38cE30u23W5DCU7AhI8MEL05p2sLelAAITfBS+E4FrOq9BsgkAC1sE9IUqy2C\ 2Fk89VsF3ynIt197M3vc/DAD+CM235r6GRyN74KaiWFoStga25XB8ThP0gSv0QL0WTzFr4HpEo22\ C2dmdwqw+GCmojOtwvimyL7bc98GFRdFuBqvnYkp3CeeAKplG+jtVAXpz2yZJkGmwt280IttvoZ/\ DniE2zqD8z//ACD7pUhsEyMfrAf9Fv33Lm0i4cazy0kbDb5fhjzrVqEZhejKTARmid1gX1JJB6aT\ bb39f4HEc6qeOqeFp3kBXDWOw2A536+VuXuwzqOBzlKAZrUYcWUQbE81XPL6thBrskq3ISg64dSg\ L3BtuLX2v9fngocUYEnRB1Q61aypCiBzFr9bG55joOWEvSGYCJBCDBjU4gKA3PTr/HBX5ZhLMJzA\ XNxxCUfPJtxF50+pwqGoNmeOl+LiFhmGhgUpPfdXt8BdXkcbjs7eMZh1Le1jQanMrKMWsKlXEKwY\ MgdTkBkNSUw9ewdNS2kJpDS+Li59MypvVFoSWYZvvC4QkjU5/pKsPAYsmFOrPuGl43W8tTx8FB4s\ KNOg5jCXu56D1DX1mEXZPsFyWTZZNgIvkd/1R0w42gdD2jsSOAkljo5p+IVkWT3VLN7m4I3/ACxW\ S/NT0lKZhspToulJ8CDbn+8YI4mQE4IAiNUaoQrwIb/q9frywmauRRnycihgvuocr9Nt/dbCQkCE\ qXg6LalJtoCU2vc/s9w6YNv9VKtOUL6pskEi+52PK/n+e+OiYSe8IhaghR5A6eRTvtubD+GCzzRd\ 0gxwXjRuFWKb7i4tvgxadOK7ujReezJOnSu9uV/n7jg28W6rjWkiQtJbCQbgp3B3G/u/jg5dmI4o\ 0iYQZTarGwKibn3fD5/jgF/BIuzyQZYvy3F/K4t1PzwZr8kWkOC0rQlJNy2Ad9yDvgF+UlG3W8ED\ cS0b37MG3Ui4wdu9CQc4AoOtLRCu82nlcEj5e7ngCoil6BqABUdTZsPHn+ODyCu+k5FBFpbsQFoA\ 3t5fV8dmEUoG4kbqUAb8+t/446youkcUEcSbkJBPPpgwfwRXDjCCOsKUSQyvVz9g7fC2DOqgDVED\ ScyEEVCPqN0Q0QDe27atvfg5rgRmEBTkZhBVwEWL6IKL8vu1m/4YP9IbzHiimkRoEBVLI4gWl8xN\ /Ble34YUZcU9d4JD0L9IKDqlUyNwJZMhbcgQ6/3YMbqn9oeIR/o9T7J8EEXJ5mFEGWTK42P3C/8A\ ZwPplL7Q8Qm7qT+RX7NUPCABKtKbDmbY9PvrcF86KNoMpR7CwlyCdIt+zCD3qRp24GuqP4aEAASo\ W9+Gznp+ygOKOWYVNxyCvHDZ9RPWWwkHgjRljcDSLX3+hhu+opOlbgZI0h4flcXVzw3e+VJ0aDQJ\ 4IzbYG1hcjw8MNXVE8pUQhSWQDv7reGEHVCn1OgEJbbHIWCcJkkp3ToCFvS2kXUdwMIl6espALcl\ vkm1vC22CkzqnLaQW9DSEgWAv43wVLtpCJQhDY5j54KXpdtEQtwbTcGw+OCl0pxSpBeu71N/LHDK\ XFHivVlf2R7xhIuThtMcVuS1vcXGCEnilWs5LaABy544lmNzX23Mn9mAlmUs17Sm/M3FsIl6d7gW\ 3Qna4JwXeKMAAvVscRlsCCLcsBdDV7AANxjiMGr7jqOswFwheVcsBAhUCenEQFyzINIXpPaTXbx7\ rOK9tvU3cJB/9T/KU92GA/P9Uc6LPvuXN7GQmhSrd49Ta3W+PPF3VBzXodrQOKKXYZJ1gqVc879R\ 8fjv5+eI11RO2tjNA3GQQNenVp+HL6/hhu6Eq05oMYfUEjvWG9/2/tOEXhKA8CtCoVIPIN6Tt7/q\ /wCHLHJlH3RM8FoLIK0AIJAAtccvw2tjpIAXXU5OSIKhlT0wgkQ8PO46nnUvtOmIhmm3FKSlV1IA\ cBHeBtfmBuLYTeMpRt1zhBJ+e+df9lQ7xCURD5iZ35kNQVcx0TGQ81W19lRjaYdsLCUgqh13LSif\ BWlV+RO2NPwPFDa2bZYJPH48vJZ5i2Hi5u3AvMA6RlPZw9/eo55u5QsUtlZP5w9EzhuPZcYSWHmk\ pABcA32vblvi0bOY86teMpkCDPkonH9n2UbF9Ukzly5hKbhHyelVf0XU02jo6aQzjM2LISwpIBAb\ B31A73OBtrjT6FdrGAHqg5omxmEsuKDnOJ+tGXcpzSHhaoqMQh1+aVGQDYkRKB+JT78ZncbY3DRE\ N+fWr3bbM0CePj+CdWVcJGWjiAl+ZVETzuJi2m4v5J2OI+ptldRkQPV+KfM2VthmQ7xSsg+EnKCw\ 7d+epFu6VzdCT8hbe3nhu7bK8n6w8E8p7K20Ruk+so3VwrZGsE6nYy4NwFT0Dkff+eEP5YXcwXjw\ CXGy1uHZsMd5RDPOG7JuWLh0MNOa037ZK5wVdncd0q721xuPEHbD2htLeuyn2BMLrBrRjY8c/mET\ HIfKFlJOiAI6apss28tlfsw5ZjN685Tl2fgmRw+xbxb/ABfivn8iGTzV1LhJQVmwAXMlbbf6W+Ac\ VvZynwRPo+HAZlsd/wCKxWTWTKLhUJToSABvGqN+v9bny+GFG4lfnTe8PwRd3DczvNHr/FazlRku\ kj+YUyP/AJhR/C+OfS8QmDvT3IgfhzR9dviF4/k1yXTpV6jSZA23Kifr9+AH4iRI3pRW18MjNzFp\ VQOTaO8iV0rrv/yZNvK/TBxUxHjvIrr/AAsZhzPn1LWqkMnUKsJfSoTY/wDFj4+7zx2MROs+I+KI\ 3EMLnJzfArUum8n0X0wNMbdfUuXw04Mba/4z4/ijfnXCgN7eHgT7kHVKMpmyq0DTwWLWHqHS/Plj\ otb/AIg+P4pN2OYYTk5vh+CCqh8rGkG8LJQCbjTLAT/4ccNliBzk+KIcfwwH6w/h/BaHHss2tSm4\ aWhY9kJlo5/9nlhQ4ZfuynL95A7TYbEg/wCEoG5Mcu0qBSwx70y5PXfwwKeFX2h8/wAUX+U1gDqf\ BAXpxQiLlEKpwc7iXp38Dg/5kvSNfakHbU2Iykk9yKIioqLSDph4nUAQSINI3/LC35ivI/FFdtXh\ 7TIn+FEr1W0evU2mHmB3sP5sgX/HC7cBupzjxRX7X2Z+1Pd+KK36qpchQahZiQbW+5QAR5m+DtwK\ 50keP4JA7WWn6sn1fiiV6rKcUdoKZW5DupBPiefhfC7Nn7n9ZwXKm1Fp9lyJ4irZKEAJl83SALbl\ NvDxwp/J6tpvD2og2mt4ndPsQBmopdMo2DlzMvmDLjzgZSVLGlJPK9vl8cFusKqUmekJEDvTmzx6\ jcVBSDTJ5wk3JajYn0ogZzCQEayy/wBp3FKBKSh1bZ5eaL+62E7q2q0XmnvcvaJUpaPZWZ6TMfPY\ v1vYZAOlI52HIdMe3DqvlxSp6JQwzadht7sNnujNSLKfFHLLdgLb/lhEp7So80ctIBFgDflhuTxK\ d02cUOabA3tYefPDYlSNNnJGbKe6D+GG7nKRpU8gjBtITvcg9BbDV5EQn7GQt9gkaioD3nlhJOgA\ MyYC8CNgmx3oyDSfN5P78cqSBog3EbYf81v8Q+K+fakq21TGXAXtu+kfnhm+uxv1j7QlRjFnxrN/\ iHxW37dkiL6pvK0i/wD7wn9+Gz8Tt2/WqNHrHxSjcasRkazP4gtZqSngbqnsoF/GIT+/DOptBYt+\ tXYO97filRtBYD/nt/iC+fphSrY+8qKSot1MSn9+GbtqsKb9a5pj/wCRn+pHG0uHDM12+KBu5j0F\ D7v1lTDXiFRqL/twT+V2ETH0ul/3Gf6koNqMOH/OHt+CKYjOTKWDUfWcyaKZt/WmLY/PBDtjhBH/\ ABdL/uM/1Jdu1Fh/1P8AC7/SieI4isioYH1jNugm7He8xQcIfyywcf8Am6X/AHGfFORtDaHQu9TH\ /wClF6+Kbh5aTZecFDG3PTF6v2YRO3ODD/zdL/uN+Kdtxu3Ogf8A9t/wQc8WPDuFEfytUotX9lxZ\ /YMN39IWBjW7p/xhKjHaGoa//tu+C2t8VOQTxCGMyZO+o9ENOq/8uGVTpS2eb9a8p+P4Iv8AKS3B\ ktf/AAOR3DcReT8WlKoWrW4hJ5FEK9/s4jX9L+zDTDr1n+I/5U3qbbWTdWv/AICjyHzoy/iU6oea\ xL48oVz8xiPqdOmyLcjfN/hqf6E3d0gWA1a/+H8UK/ldoza0THL8LQy8J/z77KcLuf7lT/QuDpDs\ Psv/AIfxXk5v0iNgqaK6f4urHP58tmjpXJ/+Op/pRXdJFgP1X+A+KDuZ0UggE6Jwr3Q5/fgh6ddm\ x/znH/43/BNanSjh4/Uf4D4oE5nnSDQuYedq90P/ABw2q9PuzjNXv/7bkzf0u4eBPo3+Dfitkrzt\ pebzWBlMLBTsRL69CFLZASDa+51bYebP9N2AYnfU8PtXP9I8wJYQJ7ycl2x6WrGvWbQZSeC4xnu/\ FO+272qQQFAHljX3NgwVp9OqHgEKgr03q7s5CNaAoWmit/cyMVXpAdGFU+2ofuqZ2CI/PlfspM++\ 5c7MXDi+qxB336cv7sec69VznHkvQVHmUTxEMod3Sgp2sb2+PyH92GhcJkJ2wlAXGeSrJKjzIFie\ vXyGEc0sWSUH7EDfR3h5+Hy+XXCXpMiEeRuyM1oWjdQA1K/Pz/DbHHOylLEgdXitHYXUke0m1vf/\ AAwg48ijAO1KARMMVutgICt0gA2sR+7HWVOWaOGzouYHOmNiXM682nFPRSNdRRfdSs/17b/L65Y1\ vDGtdZUjHD3lRLWNL3GNSkVUldTaDoKLlk8hWqxpwvMlUvmanFNi6hu04lQcaV5pVbyOJLBbFrr9\ ppncdBgiOXLQqL2rcynYPJYHDLIzBzHIgjxRvlK9T6ZHOImj3Z9AS56NUtyDin9a4N3SLpDqQkPI\ O1lEBXQ+Ji9u21DcsFcAkN1A1E5ZcD2aKR6LRbPtHmjIG9oc4MCRPEe3mntl0RFqQR61FrHPZ1R/\ PGcXFJk6DwWtUqAMZCEpGXXyO884o3sbrVv+OImo1o4exSVKm0ZQEatFzcEuKCb73tf65YavAT9r\ AEKUgrBJBO3NQ2/u/hhEPjJKhs5gKTkNCJRUOZn3bdvsmnVG6f8ANn+GNGwQj0VH1+QXmXa6l+ku\ ss+r5la0sN9EpUAQEjTuPr9+LmT1e1ZRIB7FiGWANktBHkm9/wC78sFYd7JFdGq+lpJSSBpAN7W6\ 2wqXDRdbkta2kBaAkIsU2vzJII5/j/DCQAmSjNbmsLaQVJKQOm5t8vxwoGBG1QVSEL2SVat+Zvf6\ 88dDQiygryEJSogKN7XPIjxvju7K4DKDLCST3rKBvbe4/hgRJzXA2dEBWhsD2wTe4PL4fX54AA4h\ Aa56oueQNIUbpJttqI58hfphXegQBkiubyRcrRtZZB5bEg/MYVa6AiCEEUEqJJXoHKw5/XS30U93\ iEAePFFywnQmy+9YG/115+69tsLBoJlJl5zDdUUuNagSkXA2O/X9uFRCK0huYzSfeaCVX1ISCL3H\ L32wEqwiIK0RCEJKu8na458yMdbqjNBRc6gEbc/A7fXh8cKNSiKnkpuAg6lDlvz+tscGWa45pW2n\ 4c/pRTeydo9oDfxP7sMMVINu8dimcBM3dMDmi3LKESuiZVfQNL8akXHQRj3LyxAY7UP0jXg3yCv+\ CFvoPWfMrvq9CzxH5/8AENI88pnnXm3WeZT8vmMsh4BUzfQoQqVsuqWGwhKQLkJve97DHr3YPEX3\ llUqXB3iHQMuwcl4Z6WtlcPwupQZh9L0e8CTBJnPtJ9i6AZf2hSLr1W+vzxMVQFl9MyBJSmYQtXW\ /v5YYOcAIUnREDNGrSNgBYX+GGz3cFJU2wh7aCFCw292ESck+ogRKNmEWCbcvPDOoc1JW7TAQ0AH\ UefnbnhsSnjW80Q1cgqpSpU9TAPjn/YOGOJO3beof2XeRUdtK0fm2sf2SquZPTIcWkm55G5J388f\ IDGcYrOrEFxzJyknsXnG4riIYB4aouTNp/L3oSGTBQ7i3IgsKc7JISyRuQSbkpG24BVipPv95rnP\ OhPMjL57lo2H7JYbXAILnH0QcAN0Oc4iTrOQ4AT4pzJUZ3FyKcxSzCGPZd0IU22kNiwF7X6b8zvh\ g6q80qtaJDOz/c+OiFPALM3FuyiHFjw0umNXTyyA00QZyrHEvQjsPKVuMaClxLlkntP1SDbdPUkc\ hhr9JE7sDjw1I+PLPJTVtsPMte9pcC2CDkQ7InJsnPLKOxPLQ1LLrKUQ8xXDFrtAQEhu+qxsCAd7\ G1x5Y0fYLo5u8dJNvTOWWTQfdl8FIUNkmNe9gqSAYBHH1JG5gZftyRlxS7F25Ck6LAfHCO0GzN3g\ lwKF19bMaR3+aTq276DhT3pUOKyl6WVOlKE2tubW5fRx2xuiDorHhtRx7UwEzTZSrC2+1uQJxZaN\ xlIV7tKmSTa3DrUU6gRy6WxItuJCkuCOZcpWuw1J68zvhtVu3cCkngkJdy9D7sZL4doxvfJH3Lik\ 97SopBIB9oiwvYDvHEbeXe6wuJ9SGE2TKznb4mPh5pyKZnszX2IYj+xeEOy+hEVHLb9ZcKCohqyQ\ FFRHJVkhIPXEJeXbm9Yk7uYyEx39g5+xPnbN2b2kOpwY1mNRw/FTOyqE6qCXwalxELCxL0YyjT2g\ f7cKJBII9hNgSE+AxzZDAn4vijMOo1CHPcAMufwzJ7Miqhi2A2VCoxobMt4O1OeZ5z3wpV1DRaJe\ 2y40lohXht8bY9Q7c9Df5rYwseHTx004kKLxPBWhoc1qJIWlHohKlBrSgDniuYXsM+q3eAkc4UU3\ Z97wckSx0iUypXdNxcHDa92UNMkDVQF9hO6Umo2UuaFWQojccuuK9e7Pvid1Vq6sHAZBaqMhSzWs\ g7p/p9v+ycPuimyNPamycft+4ppgNHdxGkI4qdkMLNgcv7sfRF+ZzXr20bDAqEvTYjW7kSjUQA1N\ Dfw3Y+WKb0jvIwul++fuhTOwRjHLj/2qf33LnsimkJUSU3Xz2G3u3x52rO4BehqT8t0IocauQAjT\ yBBG23j9dThmZ0TsN5IAtknUCTqvt1sfoYTcYEpRpjMIM6gA6tQSfEcyOf19HCe8dEuwmIOiDuNK\ NtvZ5C/I8r8v2YTJA1KX3A7IcVrWwhIUSAo77k8x+WCTJzRxugygymAl5pNkgqNtxz+gP24TORCL\ APeuYnN6iZ1FZ3ZxlmGbhJSxUcZ28ZGL7GHQCu+7itid+Qud8axht/TZZUmky6MgMzqVHUWlz3QO\ qDrwTO5pMU3B5eR0LLYqMncd6wxqi7FphPf3DaD31J57qtiY2XNZ2ItdUAaIOWp04qH21eG4dUjM\ S3zC2ZDNldKz5YNrTNz/AMKflhp0jVIvaY/ZHmU96JSTYVI+2fIKRspQNAWsjlbGYXpzyWyW/MpS\ wyVbLKdCbgbK6YiapGikKL5dCNmUKOkEJSPAnkB1/HDN7gn1IT1UOSgJTpsOW55cvPCBJmUu13AZ\ KVcNC6Z/mdpF0JktOKuDzu2eVvj+eNDwKp+iotPGfJeZdsAS66H7vmUGU22pCgtKbbpIv+B6df2Y\ u8OGSyAEHRAFwy2/vANQG5I5DCjCBkuxwQJwxMShCYFyywrSUkW19bJJ623uPPCVWod4bpVlwa3o\ NLnXdJzmkZFvD4rTGuTOEcQuLlj60r3BQQCpO+48R7scNZ2sSpD8yYa8hjK5Y4jR494A96EwsSmL\ YS6gON6uetJ2IuPjh1LcnaKtYjafR6zqW8HRxaZHiscSFNrUEnci+x1E+f7vPBarpIITMujQouXL\ pxMC63AMKcbbtdekqKQfI/Rw1q3AZmTCs+A0LWrTJexz38hkPWtqpPEsQbrsXEQZ7MAL7RfZm2xu\ L2CuZGxv88coX7HAN4o2K4BVL3VaLN0chwCJn0J2JUCpR6Cwt4fW2JPcCqZImCgESgdhpTZVjzH8\ eu31tjjWEyFzeGiCKQmxUTsCDblhR2eqRLRKL7BPad0AX5fX1yxyDCMImUBiGwnUSRz8tuWFmnJB\ pMoCtrukFOq17nnff4+eA3mknPP1Un3Gkmx7xvfkflg4KU7EAfYKSdI26dD5e4/W2OpQCBKAusA3\ udairkOvn+3HF0EFFi2UqUskXF7i3U2/hjspQAFD6ahkqq6lQrRZUwZF/eqx/b+zxwwxWRav7ipX\ AGj6bTjmhGUEtCqIYGkXTMZknceEa9ir7Qum4BH2W/dC0PAm/oCAJ6zvNds3/o+sHbL/AIhYu2yq\ glbfLmRCLP549d9GRP5teebj5BeM+nz/AIm2B+y7zC6X5e3ZKdiSBbFjrFYxQAKUkOiwsNh19+I9\ xzlSLRxRlDo5knc4b1HcVJ02gwEaNJ35YbOcpBjDEIxYTZNudxfc4ZvOakaLCBKEpTcju3Hjgif0\ 2kCUS1aAmmJ+Dv8AzN3p/ZxEY1UizrO5Mf8AdKidq+rhlc/slQgpmn1TCJah2QlJuNz1Jtj5WbNb\ NVMQvAxkbxMD19i854NhpuHwEs4/h5ahkImb8xmaCHAtWlSQlRIPMWvc3JPuHhjTcc/JWr2dn6ev\ VJjXTieQ7VtlOxubemx7GtbADQd2Tk0iZJOcE9knRK+hcrpMuCmsodj40sPoN7aQU8gbX5nbmcSf\ Q70E4Vem5tMQqve1wzAO7Oeca+tSWFW/pXMc6AWhoGWXV0kEmfVCJ6vyjpmVRKj9qziYOagtXaup\ vqIt0A8B8sQnTR0NYHhNxu4e9wyBILt7Xn3xPYn2KXL6MtaWyIzDeRkak8c0vssIqUUlIfsmDYcc\ h21FepblySedycW/oM6TLLZ/C6li9hcC7e3pA9RKe4dfelPpXRPgB3JpM36hhoxTxEQwvUbjT+r9\ WxgvS5tiMbxQ1qRBBM5ZxMZE5AxHqVUxmqHVwAZhQEreMaKntKgQAd73+umKdayQFPYTTJghR1m8\ Sklw6kgE2xaKDRGXFXqxpQAdEle2SVrKjqPgOuJBsxClBSJEo6gXUFYUCUkG1uXnthN5hJVWEahO\ ZJUQ8YpsPQ0VE3SpRQ0VFS0AEqJ0kXSBcm/TEJdVY4xKj2OuesLckEjNP9R8NR0eGXNLEc+0lBJd\ dWrQkDa4UbaQOQ5DEFcEskDL581UsUxHEm/2jnAHvz+eCm5lzPZXL2Yd+Fh5cAol5LjRSVKI21eY\ 6XxObBbYtwi8bXLRvtMh3EH19nPNRmFYgWu3K4+rzOacya1y3MHwlyLYeB9iygBpHh443TH+l1+J\ Vd6vUB5RAA5+udeadX20dNztzeB9Y0TnUpVElYlwbin2GyolSTqB1+WPQPRn0g4VSw/0FWoGOkmd\ Znu496teD43bNp71UiHdoMpETmeSiMjVOtRUClC12HfSLnw9+KZtHtLYXV26rSc0AnmB8+7mqdiW\ LWr6m817czGo15JTwckkkXKhGKmkrCCdJ1uJ7qv6t78/LnjTMC2Dt7uxbcb4IcJ0kD1zopSlZ2T7\ c1DVZHaRry702sDLYSBriQBmIbeu9cBNuVjjIcGwO3tdqrMUnAy86dxVBpWdOnidIMdOalkz/RJ8\ P4Y9dkmV6YofVCoQ9NST9oZFI2CBDTNV7XsdTGKT0kkfmumD9s+QU30fA/ny4/8Aap/eeqAYlpWp\ 0WSkGw5dfO98edKjs4XoKmzPeRS6wVAIANjtc9f3jDcp612UIGthaiQkahckpNhhJ7skqxs6oIWN\ QPNZKbW5XB+PLbCbnLrGzKDqh7AA+1y5dPq3jhMkHVHY3dHavBh7J0lKVjce7y88IBkBHDQQk5Us\ nM0RBoYnczkJaiG31Lg0tlT4HNtYWCCg8jbfzHPHSDwSzqctBJK5weIWUmtM8c0PsCrlzyaw07iW\ vsaPIh3W1g2JhCVFt1J52BSu/Q40/BqwoWbC9kAz1hnOZ14jyUbub9RwYZAOnw4Hz7FFzMqBiYOh\ IxmOg4iEjURrCFtOoKFtq17hSTYg7dcWPZl84kN05QfJQu2VOMLfPNv3glBkGyTSE8cSkaRNHU3+\ CbbYi+kd8X1MH7I96kuiNn9XuP7Z8gpFSVq4sdzbbrbGYXzythtyHZJVssFIJtaxHL9txiHe8HJS\ 1KnxRi0xchSQbA388N31cks3sRitgaFAjrzuN/jhoKpJS9VoDVLlqGInWavd5yCl1E323QrfGl4D\ Ip24PM/dC8z7Xs/4oHkzzRGtv7sclEdeeL6WyZCxzehA5hBOxcFFMsPmEdWkhDqVA9mvoRfbp7sA\ MHHVOLWuKbw5wkDgkhKJtUNNxNphTEBNjoI7a6lNqHMAAW0m4G+GlXDt4yHQr3R2gpOgA5citcfm\ CZjDQTkXTMfLGw0SXodorSokkDa2yRb2bc8co2DqZJa6QnGI1KFw0NqgDu4Ixl0XDxSWdMSx60U6\ 1NC6VAeSVb25XtfDr0vBwVRucFc1pdQO+3sOa2RMdBwSEKi3wyCOgupW29h1PS3vweo7LqhR1jZ+\ ldmYA1KR0SjMlxbsLKpy3TMsUNTTjig5Fb9FEDbkCE72+Jx0WdON+oJKsh2jpUW7luCAOOWffCDJ\ pmY62ZlUk9m1ZR7StTaXlENI2P6vLqTfCoaxmbGwkKeMm7eKVV2608TmEaCPhVFtLqHGFDnrRa2/\ LBBXzglCtshdZvolrwORC2upQ43ZJ1C55KHh+4/nhWnUJzaVXrmwr0HblZhae0IIlshGn7y9yLgf\ gfA7YU3pGeqabpnNFvZpBcNtIJ5bb898cYdQUKcQgsSxpAKlkKBF9Q+d/rphQE6Qg4A9qALhwoKR\ 3gQb28fdfCjDkuADUoieDTaXNa9FttI2+uuA94AlPbS0q18qTZRO+sHWW0BBuAC5sknbCXpyeClv\ zEabg2oZ5gZke5E7gUu6Cp1033S3sBueZ+OA6SdZ7lKMt6VJocAGjm7M5cggbTES24pKkNNspJsn\ mSefPp/HCrSVE4hWtXHeYS5546exHlLM3rKk9Srn7ShtrW/XHwwxxh8Wr+5F2fE3tKeaUmSsuLlG\ RQRdIRO5sixBPKOe8MVLaEn0zf3GfdC0fAhNJ2f6zvNdsX/o/kJpyfz2iNJsqqoJPe8oEbfjj2B0\ bGMKPa93uXjLp7j6ZbgD9U+a6P4FvupA528eWLDWcsat2QJJR+yhOyRcpxHvKlqDUatIAsqxNuuG\ ripRlOEYtp3Gxt7sN3ap5S7UYIGwsN+mGxOalaLBEIQmwtbpy3wm88E+a2c0nqxKkUrUK7b+pun/\ AFcQW0Lt3Drh3/pv+6VB7Xs/quvGu6VDakZuiCim3SsNK1Agn9Xf8d8fMjY7aH6JdB8wQdddMwsA\ 2cuxSq5mE+k2rlyLlyGXXWEoBubJ9vHpTazpfrXlkaZ3WjKSAc1qd5tDv0Q1zsgkVBVMpqJ+5UAT\ fryxgdttq6nczRMOOmZCY4fjW6/JFlTzp95TS3HEqvte3PFI2/2kq13Nc8z7/iu4xib3EElIlidr\ XFGHD6kpte19vl1xjlxd1nZgkD5g5ZJth97UcYByTX5mTAsMiIQsiw0q2/G2F8GDXOcY05qZoUJe\ J1UJatqALXEEO3FrA35b4vtrbniFo+E2LgQUxkzmoVc6wCd+XLFmoW+WSuVtbRloiFUxOsqKgDf4\ 2xIst/UVJC2gQdEdQUyKbHUNrW6nCNWlOYKbVbfgnTpaetQcV28RLETlpTSmyyXnGyQUqGm6SLpU\ Sm4J3A8sQOI2BqthpiOwHzRbC4bQLt4apw2oefVJI4OVS1pKJ6GWmFGLOliKLa+6Fd4kpKbAg9Eg\ b4nejraels5tBb41Wotrsov3t10QRmCMwRM5g8+WijsSxi2NalUcSQ2Z010nvhLGU8PGcnq8I8uq\ aDlqF3fdDSXyprwh06bfdnrYgeRx7Jrf/UCwmKrG4DTcXvDus1nWAgy4bv1surr2nVRN7tnhYaSa\ JdHMNzPMyOWiGQeQubjy20v1jRMEHHCt0w7b6lQ1js20bjunqO7zPPEhf/8A1CLSqyu2ngdImqWx\ vbmcR/adXrdhMwoiv0iYUHFrLcn1NzPblw4dolOND8OGaDsEwqKzTlEA4twlxENAu6YNHT1clwaS\ euw54lbn8t28uGVqlLBLcCq0DrOBOQ/X/Rw8chqElV2zsxJbaNII4kSeOfViPBF7XD3mE6XS7mhK\ YdTj2lXZS5dmmhfvt/ebOm+55e/DZ/5d+I1HvNPCLcbzNzN2nf1M2ZzuZ96jndI1nvSLRukajXlI\ b9XwStb4ZKxMFFxSs12kBS0hCUy0aUtDmuxXu8f6+LRbfll7Q/RxXbh1sGhm7AcfEdT6v7BkJYbd\ t3RU+jMiM+t5Q3Ts9qlFQTrprKmGHYtyMLagjtF+0shBFz59ceN+jLHat5tlauquBlzjkIAkOyHY\ OSyXA6rqmKU39p+fgp3MbNpub4+gVTVet7adwSqDvTRALnOSCfCDmR/12cULpMeRh1Eftu8gp7o9\ cPz3cz/06X3nqhOJbOqyxY8r9ceeHAL0HSkCEUrZNkgkm58b+HM9MNy7iE5iSOaDuMk3B59Om9vl\ hMmR2pwZJ3ZEoMtnYAG43Iv09/4+OETE5pRxMwg62jchSSncgEdD9bfHAeIghAEOdC1FpNk9646H\ 4b2+fw+GESYKWh29CBRMOFFI1KKBbTbywUVCTKD+5coOcBREZz5sKi1uXVUMeTtc37Y2Nr7csa9h\ jiLKkW/ZHvTKgRvOb2nzW6s5yx/JPCu1tLl1jLhFwzSUvPKZjYdBXYKh4nci3QL1p6Wwls+XHFiy\ gQww46SMhnI7VFbYBrMMc+sC4S3KYOZ4H8CEKyiltPw9FVBEUvNI2bStU0eUPW2A1EMKKU3adSkl\ JULHvINleA5Yi9v69U4jTbWbuncGhkHM5j4FTXRaaf0B4oEkb51EEZDI8MuY9mieSnWdTSSE6ieW\ 97/DpjPsSfDlrFqJ1SsYZIAJ6EC9rXxD1HqTpvMIyYaVpulITvcE/rfPDV7hxS7JAyCFaElK9NyL\ HmOQ35eeEJhLDdfkVMRTBTOc1iBa9N0qdhuboVt9b741PADLKE8z90LzJtjUH9LPYz7xSZcb1ADS\ sg+AN+m5t1xfmnlqse9LuntWoNCwOixOwPh8fkcFdJdmi1DxRNERYadDcM2uKfJ7qUpvY+Z+tsdf\ XA01VjwrATXh9Y7jNZPuGvchMskUzil9u4lwhVwpKQNDY52I6nfn5+WGbrzcMvMlTl9ZtuGi1w+n\ DGn6zsiU29Z1BBSh1Lc2k82dlSYr1OIj0NBKZe9yG57wIuN+WJK2cawk6KJ/NnoXANf+kHBNZVtV\ z6NmsHJJR2SJ+iLEIXwkKF7e2BawvcH4YfW1uGgFykjbUnUzV0nMp7GIGo6fgHRDRoqSK7FIe9ab\ SXVEc9CtgQb+yq3vxG3bBUMgqKw3FqTHejqtG73fgtbFSS12EZTLodC4st9rEOxLClFghWn7trkb\ EG/9U88MNyoNXZK0HD7Z0PawZcYQaBiIyZvlqNlbj7CUAoiEFsLcTv3nEjYjfxBsOtsHfWNNh4ol\ fCmVyHUTuEcRl25xC9TGUSiHfQ0iZQbz7pOlLKihyyRe5bPTzvY4cWj6dQnIghNL3E8TsWQ+oHtP\ A5+w5+5BuzUh0t7CxHLp7/3dd8PoyKzp7x4oufS228sFaNPhzuD/AHeWCtqRkU6pWdR4loJCLXnk\ rALbRKCqwKu6D9H9mFfpOWQU7SwEMn09QDsHWPsRG6teqy1qUg7FLSe7fp3uuCl5cVJMs6NHPcAG\ u885+poQZyEduVNBLIBIvzUk9AD0+t8dcTqmNXFqAJM788hujtkayixyBb1kKLjznK6xf+FtgcLU\ 6YAUdWx2rVAa2GgaRl7UFW1pCTfSBysf3bfjhRruSj9/eMkyUUKYHaKUNKU2PT9+DIBuSN6WbArO\ kgCAn7UhL6d+bqcRWMT9EqdxUps+D9NpAfaTj5FS/XSdQJWl3Uipp0jYm20c7ysMUrHqjTVYT9hn\ 3QtRwan+jcOTneZXar6AmDDeQ+cUQlKUhysWkgW56YFr9+PZfR0P6pk/ad7l4n6eHA4jbj9j/MV0\ PwLfs7bW5YnqzlklFohKCHQb3I+OI+opegwABGqEi19wevgMNHOUnTZwQxptSb3Bt1v4YQcU8pth\ DmwAASd8NnujJTFFuUrcncpNiEjCSctEFJfMJxLNC1W9y0wDx5/2TiE2mI/NtzP/AE3/AHSoHbEf\ 1TX/AHfeFXHT049Yj2IcLNioG1/AXx8iK4cy4B4SOa821rXccHAcU8c3jwiXIKTpNgTvi67T4pu2\ QgwclYLu6/RgDVJKXzZCo1CUOhR3ItjKqWJltUP1Ca4fXcHB3AozqSO0y910qJKUlQIw6xq6FQNa\ ePFTl4/egFMWxVCROEJLliQdr9MQ9XD/ANGeXzorTh2GkDT596LczpkIiRvWVupP42wMGti18GeX\ z5q3WlEB7QPn3Kveo5zrec1LI3Itf9gxqVlbANWqWFkBBTXRsxKtRCtSTe+3Xr8MWKjRjvVio28A\ ABAkxouRqBPmcLCgSck9NsYkoxhY8JUmyrK5E/XzxypQ4QkjbHOdEvZPN+zU2Cq17Hfe2/8AfiNu\ bWNBooy5tCVKrKKK9bj4d5ZGhJFvf1xTcZG40j5H+/JZ9jVkeKmhG1K3BQKEBaUkItY7X8sUW1s3\ OcOE/H4/BZ3d2W+SEDpCbKmcVbtNSE3Kh4G+JWpblj29/aoC+tPRkE807kXMuxhNAUeXji9V8b9H\ Q3JzhNr26DWQkcmapUsoD6dZNvLFSGK1J6uigB6QCSE4/r2iUgAgjTb8Mbfb4juYaBPCFNPuooQk\ RlzOUO5sU3LdVj2rotfqG1HCfQRbztRavP2j5FOtlLD9Oyucs+/nxlWPMW7FHmMfSJ+q9UWv9mFQ\ n6ZgKXUWSiDp0pgJirlvu4yMUDpLj83UR+07yCsnR03+ubr/ANul51FRHFNXWogknle18edqroXo\ Ck0xmi1bRN9KRsPDb+7Dd0NzdxSo4IIWVJK/aKiOVxy3/uwC7gAnFM9YlaSwQdKU2I5WvsMN3tnV\ KAiSRqgpY66Cr445IjJHLz3FalQyb95HLn4HyvhMjKEsXP0WpTQ1puCFm1h9fHHAQCEOs0Zc1yqZ\ tURP385M6HmYUQsoh6imBdjopQZh2E9oVbrVYH3C52HjjUsOvqbbSjTOboiBmdfZ603t6JDnmOqC\ c+HirS+N70c9fZQ+i/oXiFmrFMfZYFPxzi4QOrW41FvoShZUpI037RG1uuK5sJi2/jdN0GKm+B/C\ 45+ChtupOFvby3D/AIh8VVrkBTkxTkLOakShpUC5UUWzysoKATyPI8/K2HvSVcN/PLGn7Dfepjok\ n81OcB+u73J2KWZC4NdwL9b23v8AX7MZ1jFSHwtdoOkZpXtsEarg9BcnrtbEI56f0qeUoSy3oJKU\ kXHK/wBeOCPKdseA6Bot7idKFJ1KT3T08vPlggOadOfAyU23odAmebF0FsCk6TPskXJC/DGn7PGW\ W88/8oXl3bRgH0sDg1n3ikMtkISruXPLfa/8fzxoro4DNY4Gt1jNEbvrMwu1BlcNDC6FqULK59Pf\ hvvOdkFcbe2tcPa2td/pHkS0Agjsn5laIeJdlETEtw9GzyaJQoEREO60oKuOdlG4N/Hww1rlo6rX\ Qpm2uX3QFavJPAZQB7+9e4/MGSyAtme0rUcFMnUr9VRFsNht5QF0gqSo26G/h+LBuHPeQWuBClm3\ bGjNp7J0/BFDkDEVTScxRPGQqLmDTjrqVDqrdJsf+j7sT9uxtMhoOizjEr3evTV7UydEy8OT5qLi\ E/f/AGikG/Mdmz+3cYl6zjGSlsQfFB27x0UiS0fa6nkbb4jA7xVTMHJI+LpuXmJemEE9HSqYFS3B\ EQ5PdVYXVoJsb7X5E254FWjvCCrDhWPGhDK2YGh4gerX1onmUVWDa25UuGksxQW1ONxcKjslLABJ\ DwNhq52uL77Xwyp2O8cp9yvP52tPRCoHgz4+tF0mkT7Dy5rNX1PzJSFNpsbpbQbE7HqbWPuxLU6A\ YICz/H8aN0fRs+qEbxkOezJCnUgc9FtXPod8Ee4wfcorDa4ZVa5zWn97Md/qRCuDWpwONstw5uDq\ X3leZ8t8JilkOCs91jVvvejc4vbGjRuifhC0REPCMgPRbgtf/KGwHltt4YWcKbTLym1ndX1076Ph\ tPM8GjM95Rc8/DXKWghQ7dLCrAabqSSDz5cvmMHfchuTc12jsxdVXzcGCWPeJ1IYYcOxwM5InlkU\ 5Gl9KkoP3aVGydJFzb4jbn78I2ty5zt12in9t9kbbDrdj6EklxbJMyN0Ok/ZOenEZrw8zZRuCU38\ Ofx+P7fDD7ePBZtvBFzjOsFTYJJVa45Hb+H7MHa7g4o7dUWOMK1pJSm3IG/l9fhgwMo0BGNLItWd\ HEAlP2tB23/zyR7/AK+OIzGmk2tTuKlcAfF9SjmE8eQcv105Wo0DuVhPUbEi1o1zFGx+puvpD/02\ fdWp4O0lr4E9d3mu1n0DEEEcNWZD/LtK2eFr8rQUOPzx7R2BG7gzSOLneYXifpvbOKUh+x/mKv8A\ IJBCATYm222JWuYWWU6eUo9YTsAQR5dBhg9SlBvZkjJlN9I6dMNnkaqSptQ5AsAAdumGxMqQpUuC\ FoTskHp154QdqpWm3IIYEgAEJAI388FTljJTe5vPCHyvryIUop0St9Xu7uIHafPDbj/23/dKg9rW\ /wBXVG849rgqoMoKigI+sIhuYIeiWG2zo0LtpUTa58dsfJzaq3cxoezIyFk2IWdGgGOuml1Oc84O\ XLVS2mrVLR0E8h6cGTo0bOOL9n336Yq+LXV/6IMqwT2KQfh+z11kysaR4TJz7RCjU1UUullWql0H\ PYGcNJuntmTssYjmW9V9EOqMLefzr4+tRtzhBax27mBxjLvzz8U7sSYCbQ6YeYT2EkcGpF1vukbD\ wANhfETUr1gAYkj5M/hn2pLBrFla5Dar91o46+wJnpqrhqpaKfcmmYU4ns6SohtuBidRUbX2S2nQ\ B7z0w8pjGK/1WgM4ZADIa5mfYtssbC3NIimHPI4gQD6yNO7NMxW9WyqOkzxlj0WYe6tPaEEhPS9u\ uLDhthVDgHa/Pz8E8scNd6QBwUAammwEdEALIuo7Hwxq9pa9ULVcOsJbHJIGImJWo2VpAVYXsCD9\ fQxM0rY6hWGjZRkgwmCkkbm/Mjw/jhwLYEJ59C6qM24iKabZdWiJZaWNTS1IIDgvzSeu+F7rCq9K\ m2pUYWtfm0wQCBxB0InkknW89XiEpZdNXAtIJJBUNiN/rbEZcWwz5qOq4eN0ypkZTTJMHDMurJum\ xvf8cZ1jtvLpP+yz3G7PraJeVTmCpa1IS+oDZNgdvlhjb2LjmclVaWCb2ZT1ZKTb1iGU6tRUpw33\ 8OgxFYxQaDA1CoO2FtuO3RmnSrWp2JdBOJLoCym178j5Ya0Guquk5j5HcqdY4c64qCRkPYmfpysV\ R9QS+GL2rU6Cd9rYl7i1ApEnyVmxDBRTt3vjh89mSlO/G6JaQpSiQL38hiadiJ+ghk5ke5ZzVqTT\ hMdkxUAjuJSmoFC1FPbRJsP/AIKjjXegaz/r61dnx4fslbJgOHbloyp3cufZqrhoe4Yav4Y+gtTU\ rbLb+zCoX9MgNdT5NIuRaWzA8v8AONc/LGd9JziLCgG/af5NVn6OY/O90SMtyl51FRjENAuE27nL\ z91/HHnxwOYW/Un5ItcasLhs2sOt9vyw1AzzS7Q0OmMkGW0BdKQUi/Ib7+Xj0wAYEFOBUEwEHch7\ EjvIFv1eY5YTDoKP3lalMJN7I2v1NtuWCEQi7oIyWgs7XTY7d3rfn9fG+E946BOaREwUnagk7sxR\ LktTecSNUPEIfKoMpBiQBYtLCgQUG+9rHluMJ1GkhHyOp0XMtxDSWFzCzizYgZBWbsxnzc4jmEya\ aqDBUsXSfU3CeyVc3Ok6V+/GlYLdG2oU6lRkMOe8M+P63H8OCaMb6VxGpB4+74ZLpa9JzxxUjXPo\ H6JyabaTB1nGyGh5LFsLQpLjD8NFQxdQQRsR6qT7vfiq9H9s44vbUhpTJM9zakeYVZ21tTTw2rUH\ 624P8TfgubDIGpirhBmtKNSlxa0VdHRK4srAAv2YCQDufZOJLpLbOO0+Qa3yKsvRQ0fmjd/bf7kq\ KRhgYIqKASTYDkeWM7xqpFSFr9q2G9iWPYgpKgfftz+vDEKX5qSbGoKEMtJUkgEIJ2Jud8JVH55p\ 6wAlbX4daWl6k8kk7Hy64IyoCck4cyRPFTriIcNxubmlJBTRdIrFudu/sOnjjVdnySy27z91eXdt\ gAbyPss+8U2K2jZQWdQNkjb8fgf2Y0oDTNYix3bkiuZszF6XxCJbGKgo/SOycCQrSq9zsdjsDzx2\ OCcWlwxldpf9VKOXTdmAZColqavxZJLyhCoKXbbDlsMQNaxrOf1Vo9vtDYAbsnw/FM85SMbVNUTK\ p6vfejC1GESplP3aWoZI7upPS/42xO2zBRYGN14qBxfH/SPLKH1eacvZtu7y0IaSLlRNrAX3v0GA\ 5oKqZqTqEzNPwUKieo9XdaWyqPeULK2UCzYEfLbDgPf9U6wrZfO/ooMcAnVU0NJ7vdItz2t87fXn\ hNVNxIEotiGk8yFJSd+Q26g/X5YEkldBzk8UBUwSjkbW3sPD9gwqxpGSScASiuICWW1KdV92m5US\ PZA64NluyUvQtqlWo2lSBLnGABqTy+SiWInMIGkFlCXiVFITcIsoJvbfpbDZ920Ru5lXnDujm8qV\ S27mmA3e03iRvBpgDUgnMZQiN1+Jio3skKfZbLaVpAT+qpBsSem+2EfTuc7d0/2U3ebL2VlYCo4N\ qVA9zHEk/qOH1W8ZbmZ09aLWWV+qQMT2YfKUkPIbN1WUki6ietx08cEpsORiVY8fr0hcXNl6Q0gQ\ NxzgA0Fr2uhu7mQG+JRW7BiFZbETEMps206437Ru2bCx3t+qPn5YWAc2JOWRKaVcZF5dP+j0XOd6\ Sqxjid1oFYSd8ETwc5sRI7VobKUuNssQi2IkB9vvncKtrt7t77+eOhwJ3QIOfxUNilhXNs64uK3p\ KZFJ3VENe0E0icxk5ukjUFJwOpdjkOxCkFK0NOpJV7OpNiAPC4OFKLt94LlJbRYAyhhtWnasI3H1\ GmGgzukFpc4mQA0jTXVGzrI0KJvuedtx9H9uJSCcisVGsIvdbAK9QASeZvz+OONngjVA4aoVTTX/\ AK30mvTcfbMFZPX+nR4dNxhjizh9GeOw+Sk8CB+mUv3gpA8P8KRKMy2wUdyuZ8ncn/3pR/PGcbQs\ 3jRP/ps8lr2DAkVI+27zXaj6CSD7PhdrR7TbtK3i/wAIWGGPbewbv6kp/vO814h6a5OK0xyYPMq+\ SEQNKL2PM4lK6zGg3gEdtpIB28b+eGTjKmqLdAjNqxGobkcsMqifU28ChIHhcdOWE1IUxyQ5sHY2\ JFwcN1INGSE3CbAAfPHE6ps8E0PEE/6nkjmhFXsUSWIP4YgtpP8Aw64j/pv+6VF7SU96yc0cS0eL\ gqkOH9VC1PMYlyUR8ykVUNotEwsa6lbEUsHb1dfPfclJ5bY+T22v0yg7rtBpE6gZjvVC2zwOo9ja\ NRwbIkE6E5dXs9fLJPLmPBz2ZS6Ok8nlz8ZHtw633W7hOhsCxJJIFtxiAsB6esXjRonuHNUHZLBq\ 1S83XtMtIB7P91A2VzecyesYWVPtFUyU6GkNNq1laiQAkW5k+HnizVLP0zAKeZK9BXezv6FzOMfP\ zKlbWsRPZdSKlziAipevs7FDtgoHwI6YqFG3YK+4BmPnjyVHttnqtGsN5pAKrcn1QPLnigyp1xQW\ TZtJVpHjt78afa0GinM+K37DMNHo8/Uli3U7kVJ3IZetKhzCgQR8D154jnYcwVJanbMMG/IzUc6g\ iXomNcS0hxa9QSlIHtn6IxerBgDd4q64ZaQwF2SOoSmnn6igZH2SVFk2iVpAV7KStw2BHKxHww1f\ f7rC/tyVvw/Cw6ia5nPT3J2csMmTXlEZx1e7MTKjT8vZjGmjDgiJWtxWxUT3QEpO4vucV/Ftpvot\ xRo7u96QxrpmNOeqcY9b/QTb03DOq7dzyA0E+1EVRzFqMy3o+AEpcMbK4h+Dbi/WElKwo9ppKQOW\ +2PRmPdKmG4ns3ZYA62cLm1mKm8N0tcesN2JPCM8oUP/ACVqU8QqvDwWPAMAE9mqSkdLXICOlsW3\ pVBxjCIpm1uR2ULeIUCOfhjHG1m1Gu7MlGuokb1N8yD7OCfSRT8yuUnSQlRHjsDYYqlxa+lqHKFS\ bmy3qkJKRVTOxcUGw6tSlL0gXt15YkqNgAzTJHZhW6zehWB5RSx2U081MoybQjSii4aAurl188UL\ GaG8/dBnVYJteQ+uWUwTB9SbLNKvw7Fuw7UUbA252uMO8MwsmApXZbZ3dbvlqQuXNVKVVkCtTgsk\ +PLExiFhFI9qndpsIBtHAKwGez9uFph2MDiblq9vO2KNQa55bTJjs+cwvNtnYOdcik0TBy1UcuF6\ bqmPFTRx1k6vXFcx/wAgr+OPVXQdZAYvbujnrrofJelxhgo4aOyOzir6GAOyRvbbHttwgq1W/wDZ\ hUMemIBXV+ToATdMqjzfqfvm/wB2M76T3RY0R+0/yCs/R00nFboj7FLzqKkOJZ3HtWItfnbr9ed8\ ee356LfWZiAix1kE+/c2HLf6+WGxYQZlPGsz7FoUzdBFtN+fh+3BTmQOCUaG+K0KZvdJ2N/+1va3\ wxx7A3iuAcFoWyNIN9vLBHHNKMOkLWpje4Sq9979DhJz94JVzc80CfZspI7O1rK6eOOEQQErQpjW\ VyMZqJhozOHNpcc4ppK6hmJJ7PV3u2VYEedv7salZOc20pbnIJnbiS7vTo13mY1D8ONOSCqmRXMv\ RNoFkSyNiXWiyjWbLZdQQpCwOSjqHkcMNlrZz8XLaTtwgOOUcvfKjds302YWd9od1miM+fYZB7UB\ ydepoZOTqGpGJmbskM7iHg3HNgREKtVrtOKSdK7W2WNiLGwNxiD6Q21hjDXV43t1umhiYP4Ke6LB\ SOGn0M7u+7XUaSCdD3jXvTuUXBhcuVY7eQ54zfHK+7VWr2tIAEpbiDBBGkXFuv7P24r3ps1JCllI\ W9uGSEnVrAF7G21rjCbqpKe06MDJeYli6FixFwr9mO0n5p25ktI5qd7zX87zgSolCjQ1HqBt3jcr\ v78bFs6/qW86z/lC8sbb5G8BH6rPvlNU+i+vdZA5gW2+vHGmsyiViLjwhaUw6FJ2SALG+ncD34OT\ nJ0XPRs1K8rZG2oJCzz69P7/AJH34FRsTC6UnZ3OZdImURU0dcbYWvSnSnWSbXtz8jhN1ZlJu8VZ\ dl9lrvFbr6NZwXATmQBGXxSAqLMGIagHW4WkZxFQMU0tpmKcWkNLBBBI3JJF+XPDNmJUw5aHbdDW\ IuqOa9w3m6gZ/PgkLRNMztiQSmOblsPDTBhSlh5yIF1EE20t9dvHCtzizAYYVYLDYWvWrildUXBm\ hy0HzxTsSF2oYwvNxMTKXCzDLiIlLpGtOm2ydF7k32BxDHGi0mc1NYz0M2JaHN3qZJgQZHrDgjg6\ YqGaidCmytGsJUiyk/A9f34sFCqXsDxxXnTF8KdY3lW0c7eNMlsjQxxCJ5ulYdgYVLyoRp5xaFOJ\ O6SE3HP3Y7cPLSBMA6lT+yVrRNK5ualMVXUmtcGmYMvDTIHfISZjmFvTSI7JLsZCKZDDigmwspJ7\ /mQcNKm86oS3MRBWhYbb2FvhIp3RbSr+ldVYDMgsLerOUNc2QAezkiz7H9XCBFutvhIRFKQSFkhK\ ClaT5bjHG0t0Q49vgjYjtWa1Uuw+mQCX0g4dVsVHB1N3Y6QZ4O1RfEKl8NulDkTEQ6mmgFkjU0Tc\ KG9jYG1+mOuqUwIaM8h6k4tsKxi8qFlR4p06/pS7dAyqMlpB5b7hOUTmtUQy8qHnSVKcMQlarJBA\ CyhQI7o35ft88BjjuOHH8ULCjTpVcPdl6NwYSYcS3faWkl5O6BvaA8YQMyaJdC2XUobbSp9ClC4S\ ErAUkp8BccvG+FqVu/dg5ajxzlMMS2ytqThXpu33AUiG6u36T3Nc1x4ktcYdxCBpgUrSsRkQVxyl\ qcSWTpsUptt7wRtjrae9nUPW7FFX2NVaO4MLo7tu1sHfzH6R28fU1wEEaGZRStsupYcgoFLabhsL\ Xa4AHT8cOKb8pYFE4laNo1ajcUrlzvrFonMnIZd0a8FragYhDqoh54OLVdPd2BF+e/UWGHdMQd5x\ VdxDFLZ1D6PbsgazxlfVsHUE2ANzte17+GFW1ZCrshbZC0RVNKOEj/haCJB6/fo6/lhhipH0V/OD\ 5KUwT/jaRH2h5qSmQME2qHziQXAnRmFP0i4vt6xfw88Ztjh/sR/6bVr2DVd30oieu5dqPoN4cN8J\ M4Wm41VpMj/3UPj3BsM0NwWlHN3mvEPTRJxlo/Yb5lXjwiNrDnb8cSFZ2azWhMo5aSSR+eGb3KYo\ ZIyRuOQAwycc1IsbmhDY2v44KSntNsQhrJ2APLne2EFIMdlCFJSgkKBUfzwmXFPAEwfFQ4WOHXOJ\ 29imRRB+NhiHx4TYV5+w/wC6UxxZs0WtH26f32rnpyPqFUJUSlBywLpJ35+GPnFtrand0kR8/ii7\ e4VvW2nJWKQ1QzAS6vplERyIxpiQspbUCVae0iALE9fYOKLgtk1tvcvGu6B4ke355ql9G2Dn0m8Q\ RLhmeQBKrLlFZOHPaj3UPEK+3oNItva8Qgfni8YZhbRSbyy816NpYb+jJPI+RU3uIurQ5BzWHbcv\ 2cS+khJ1WIWR0xnL8NcMTqkDLed5yqTXw4OqU3DkFWpGZh5lZeRswhpHNZvSyYpYLwDCErdCTcX1\ pvYGx6Y0V2zVpdNAuKe8ROs/GFqGD4TbXDQX5xyJHkvKsxqlq6IiJrUk4iZtM3v6R1wJClHx7oA6\ 9McZgtG2aKVFsNHDtUnVwGnQEUxl6ygEglUQ/M42pnlS9yDljBi9DsQlIU8ToZBBP9Y6reCMPLqs\ GUxSbMuyy9qkbWlv7tszV5jThx9iNKOp+dPwNc1QVQEU3LpcpLr6ngpLLr6ggKURyuCs4b4huuDG\ hpLZEwDkB5Z+9a6+2HoWUmDdEgZ8vepocL0vpBnJrPKWVNmZQlPxc9hUwTTQd1Kg0MpUe2dJI7qi\ uwA32PXGW7ai4N/QdQouIZnnxJIMDuA10kqjdJuN1WXlmynbvqimd+WMMHMdWYOeXt9aitJKSm1S\ UnmJDSf1KOblnYzZZL99DYJQtfLuptYnHoPZTo+xXFxUvMPpb7Ldu9UggECCcgYLjkchJyKm8bxq\ hQrUX1mPpufLYf2xr2/IWml5Aue0nMYNybSMx8ocTGMhUSL+rrOlxINuirKtiqYhWFOuC0Hdd2an\ mq1tCBTqtqbp62RyOvCURzmauQLBhkRLLpTtdC7pUB4Hrha3s2uMwoK2w0VDvFsTzSbkkwL01gip\ Z3cTfz39+JKvbhrU7vrINoOJzyVo9G1HByCl/Wny5YNpKtCQVrUobJBPIWxmVxbNLzkvLeOYY6td\ dX8PWoyZs1BBzhDszhCob3QogBVr2IJHO2LXhllGo15haFsrhL6ZFNxmfnJInLFc3jZ8w7CQz7yQ\ R3rbfP4YNjVsw0oIgKb2to0adsW1HKctfzqYS+jG24lKmPu7cxvtiiYfZD6QXRxXnrZzDKdXEJbB\ E93Hkmq4K5gqL4qqCCyVXRHEbdfV1dceqeh+1DMWoc8/JbztFY+jw0nd+z5royZADLfuOPWzzmU3\ ofUCob9MCguVrlFz/wCCY34/fN4zbpRd/RKA7Xf5Va+jcj86XU/YpedRUovtWWbhXLY8vL5YwGpz\ C3hoIEItWyfAW5i45YbktAlO90xCDlqxSDoF/wBUjCbmkxCOAd7NalM7AnY3352HLYYSc0ghBlMa\ lanGkpJ0kC3IgWHhhN/NOWTyWlbN060o0nl3ueOQSERoGpQZ1oBaSFEcrW5q+WBu9ZPhyOS5OM1a\ AnX8sGcEVG+pyKQNVLMEmPjl9k0r75WyAd3Dudkg40KyxNn0akxkufGg9/JI0aZlwIgSc0S53Jp+\ HyZkEHKlRczWmcwI9adR2QXZRuEN8wP9K3u3wtsQT+djOR3Xz4Kv7fCMKj9pnmveQMPEJyQi4tsr\ MMqfRoUk9LKHLEN0kOH56AP2GeSsHRK8/mgj9t/uUrsupeuIkqHA0pSrnpz6bfH9uMb2gqf0gjkt\ cogluicBEmfPaJDbhcty2uQcV81uKk6DIyCDiWrRYdkQbbbfO/78JfSQU8osAMwkRVVU0vSUN28+\ nUJLtepLaVG6nlAeykDa/Xcj34tmAbLYhiJJtaZLQQCdAJ5/gCq7tBtrheGw25rAOOgEkn3D1lFW\ bHpE6IkMfVbWX1OxtUvzGl5JKXzErDLTLsMkqTve5BKzewJGnmLb+jNm+j2qynSNw6C0mIz4R/sv\ Ku1G11K8rVhbNljwASctDKiPCekFzQES9GTCjaRVAIQEJh2Q6lKTcXJWoqUSRta9ueNBqbL0SA1r\ jPqWeNk6iB4qVmUfGxl7mRNJRTk3k0zpaqo14Q8Owf5yw+8bAIS4EpIKul09Lc7Xhb7AK1GXN6zQ\ utph3FTHdfQClpYUF3IsTck26jx25c9sQoMEJYUTx0TTZlrcfp99/WrUzENuhAFja9r+ftdOWG15\ SDm+tav0QXv0XGG1ImWuy1mIOXbx9SK5JDTGLlssagGmkPPuBIBTcqWTpB722rfwxUKrgwr2g+tb\ wazuA17PUnHlGWFSzioajpWaxXqszgoH1gHtNTQWSnSFW6EavMfDDWpWEb/EqAvdrbS3tad3RG81\ 7o7YGsexOBRFIwkqpur55JJn9szKHjG4YRMFDh1ZbSEqWG2ztqKlbKP9W/uaPf1t7hzVa2nxt9xc\ UKVw3cpuBMExnwPhwSXnCnYyNjIuKhnIRxbqlqadACkHqFW6+Nupxodh/Ytz4LxptO0NxCsGu3gH\ HP8A34JORUGzEt9nENCJSFX35J8yfjbDutSDhnmFG4bidzZVfTWlQsdBGXI8EQzlktS6JVDa4dSd\ JSW9iLEbDx/PCdyT6PqZEcladh75tbHaH079IHkg72c7wIznt46zmiYwMxUYl15hvtQ68l0atKVp\ cQO8k+Fxf54Z06dXM9/t4rRcSxjBn0KdrSquDXspnIS9rqNQkNcOJ3SQD2T3Fj8sl8MFGYOdopLa\ UGwN7hGk/hbr0wt6BjD+kMxHlCYVNsMUuK39WUy1vpHungQ54cJ5Q6fHdKGOw3ZJREQsGwmIcCiV\ ncggWB+XPC/o3RvMbmVUKl4x02t9cuFOlo0aST1gI5HTs0hAVy92KK1vPBDYSApAvYq3F/G2+FzT\ cSN4qMOO2lBrm0Kckkw52u7lA7wePFBzBQ7LwsgaySVK3uDuCf44c07dvrUZebQ3FyOs7KIAGQiU\ WRTCEJToSQOgSSPltv13GFvR5QFGuq743yZJRPENBAWbkk+I2P14+WCGWlEYDOaCrbQrSbgAXB2t\ f+GDF54BdJGkLdJm0ipKZUtRUBNYPdR/5wj6tiOxMTa1J+yVJYFH02jn+sPNShyLaQ1F58MKS5dv\ MifJ2vt94g/njNsaEtoGf+W33rZcLYQ6sP23e5dqPoSYVTPCC44Rs7V82WLq5gBlP4Wx7h2Kd/Ut\ E8977xXhzpi/8aaNTuN96ushAbixuPDD6qVn1JvHkj1gdU/C+GFUqWtwh4HKxGG6lGDiFvsbhIFj\ hAkp61qFsoUAPdtvgpKdUm5oakWAvfCWadg5qNXGO/6pwx5zu30/7iuJv/pKSPzxE42Zsa/7jvIr\ t1Tn0YPF9P7wXNJlfN+wngUDYBwk26DHgjbO1lkgK2bT4cHUYIyUyOIaEclOV2XcXAT6dSaPjZM1\ ExzTD5SiKSp5xxvtEj+qDce/FVtLJlu+jTa3N7QXTxJPuHBRWxGDN+kVHHMtIA7IAVesXQ9bS+i5\ VnFEOwzVNxE7ek8E8uKAinoppsOqcS37QQm6Rr/rY0T8zgWf0jLdLt2OOkrY9+k2t+by075bvRGU\ T7JU5OGKq8r3oWYxGfs8MDBJRDvy4rccUiKWXQVl4pBPIXsbdcUh9vbsq1HunfEFsD9beGXdE5rM\ drtnrmlVabJhM6xwHcmJ42szKCzBzhn84oKbNzqSa9CIhpsobcsAO7qAJG3PFwu6LKl/XrUfqOdI\ 7RAV46M8EuqNqPpDN0k8dYkx7NVFiQx2lehSrEAk8uX144Y3lseAWnXFhlmE8czljkDTdJUm09Cw\ U0nLyZtGOPEIQ22oFEMhZ5gBAU5Y/wBcYgLd29XfVIyYIAHtPapTYrCjc3pIIAB3AToDq4q1CkuF\ +GoTgmrtuOr6Vyya1LGw0xcjCyksdkyRoYurcpJBJ6+GNYOE0qWyr8QrP3RVIgcwMwJ5nlzTW+xF\ 1xtlQw21BcKAdJIy3iJJiYAGWpVY8pDkBTeZEJMIyXtoQxDtpehl/wBKPWBuNrgG2MUr2ratxRfS\ BOfEdnNbvi1d9IUqd28MhxzaTn1Tw7eSsA9GNCTR+oszpTC0bBzWQzeTuIVM40WBWk91kgglTaio\ 38Ldce5+gTD7+3salxdU9y3LmkOH1nEGCI5RJHrXlvp5+iPoU3W1Ql7XaGdOffpyUY5/l/WuT2bc\ SnMCkYenpZExbzEQmE70IqHdUUq7NX9UAg72ItjC+mnYLEbOvUvKtFrKNVxdTLPq8wBGhjge1S2H\ 4jRxLD92i6XBoOeoKjNX8BE09UU3kESnvQr6mkn+sAe6r3FJB+OM+wpu/Ta/iQnWFMbUpNq89fI+\ 1EtOrSJlBKUTs4lV+VzfbDi8pdQwlMXtf0TgOSmlPa6h5LJIOEfQIhLzQDiNRBsOSgfHfFNp2QdU\ 3lg1pgDq1w4jUEplZ7O24xUPDNsJS0pQ7ntBCRvYnqb/ALMWOhbeoK7YVhJZLyc04OWxfcmrCDGx\ bKLhWltYbSkdCVHDHFaB9GQq5tVTApHqie3mn1zifjpfIIUevxMVCOIIAdIUpBt1I2scVbB7GbkO\ jILM9i6VOreEboBnkiPgKeERxV0Co3JDMf5WPq6semeiiiBilOOE+RWwbbWu5hRPa3zXSszbsUe7\ 6/LHptxzVRoDqBUP+l2Gqu8qRsdMniz8O3TjM+lGTbUR2u/yq1dHI/rO6P7NL/8AkVL77N1m4N78\ 78jjA3zOS3qm4kovUze9rC+97W64RcPshOGvJK1FpXsgL92w8NsJuLvqylnOIzKDlm4NkgjYbjnh\ DenLklA8OK0Fm/6rg59LE2xxrcs0c5iHLwWdIFgpPW4J3tgmiUBkxwCTtQyZM0bl4+15xKDDRTUT\ qglpSqICb/druk3Qbi425bHCbqbnEAFKPIAlcuOfMvp+us781HpLWb8JUjU/jWEy+duBtla0uWPq\ sQk6EgkbIVpNzzOL9htWpQtm77JYc5GsZ6z8wuNIfLhqJyPu/FIfPOmZnIMmqXam8NEw0f8AbsAO\ xUm+i5O9xtY9DffC2wdXexZ0aFr/AHKC2+pn81Tr12+9LTI6jo2E4R5fWmqKdhImrplCaAn7tCgq\ 26rc9uV8Q3SQ/wDr2CYhrfuyrB0TndwgSP13+YVmvDPw+z2uMrZBU0PAx5hXitSFhq6SAbd09dxy\ xi+OEGu/LitTt6wADpgJ+ppwt1VL4Qx0XJpyITTqCymxUPI/E7Hf5Ygnv0kFP7e5aSc1FnNej3Mu\ pPMJpMHoSGbDKywt/kpQBJuALkJA1EDw88WXZHZh99WBflTbqe/gO0+xQO1W1TcPo7jc6jvqjh2k\ 9gVEGa2b9TZhzB6VInj8RTzLjjcGt1DaFvA+0boAsDY2FybWF8ezdntnLXDaMUKe7MTqfGc15Qx3\ FLi/rB1w/ejTQDXhA9qZ16XCAdgHo9a0anQlepBJWjR7ZHUC3TexxYW3HpA4MUW+i2lHLitcTDPq\ 70OyG4V9Q7NQGoKCj7CjbxNrHHadVo11GvZCRdSOoGRW1Eu+yallHZpddSlmHecN1JUhxaAvYiyg\ U3Ty3BG2+CfSy+3cSYMmO4GPalGWzBXbIlsZqwrIDilnNOVSzl9mtGzCo5NEafsqdPO64mEOkfdR\ CrAvJsRZZ76Tz1XAFXxKxpuo/SqQgj6wHmPeF19iRVNIGAdJ8lOfMKPamNOR7zLTKGw0HEqSb6kg\ g8+RFjfFZuJ3I4FXvo4Y62xeg86THLUQnDyzpyUxmWMLUlQx8RCQpiHmWRDpCnXnARyvyscUW9qf\ pIXqm9xN5u/o1q2chM6DJOu1ULEukFI5lypp0Nwzv2ZPWUbrikHYLJJuVJVZQ8lYY56BV92EufXr\ YXV/WG9TPAHl2A6JrJ3M2oeZRaMthO6ZlsQXYmMinXi0hzUr2Sn9QJ3t1GrwwpbtB1Vvw7D96mPz\ tu1XNgNAEkRxnivjKD6rDrXEKeWpsanFKJKz4k8z1N8aDbO/RtheHNs93873JAgb7svWgcSwB/p2\ NgRzFt/xw/ZuqqDOSEk34l9ZDbEMSsm1zuCAeW/z28MI1Lhx6sK+2+zNkwelua3UgHIZ56Ea5Cc8\ p8FtRCPxLTwjFGyk6ezbNrJP8D8xhRjS6d8qMucXs6DmnDmGWmd52c+r2hADK2IchaW+1N7kqOqx\ +r/hglKk0GIRMR2rvbnqufujPIZDPVfFthTZsDbqm97Ab4fNdBgaqs7vNEobQNaVaQbEgq6C38Pn\ g+7mkw0wQUUqW04+ptDiHVAXUE9PftYHyx2IEogYZ6qJ35nK3ol6BTHwLsehsvKZSu60oBAvYeZH\ zx2qCxu+RknNjamrWbQpnrHnktCAxHJdaQppBHMrNgkefz+NsNq9ZtNu8RMqbwfAal3WNIODY13j\ CANspPcUtJSBbVy1DyGFKNUlodEJpidkLeu6i14eAY3hoVsl7ZRPpBp1FQmMEeVj/jDf7+eGmJGb\ epPI+S7gp/plIftDzUrMl0pYnnES0W1G2Zk8/Wtb+hOM4xOlvU6BH/THm5bZhx/SV/8A3HeQXa76\ Fxgt8G0nXb2qnnSt+Z+8R+7Ht3Y5sYLQHYfvOXhfpbH9dxx3G+9XJwqQAmwvt8cO6pVCoTKOmBYW\ 69cMKhUzbNB1Q5I9nlqGEnaKTa3kt4uVm4sOWEAnbAhyUX288JEqQaMghFrW2xyUs0EkKKvG86Wu\ FXOpZ2/3KCR53dQMQ+OkfQq/7jvJOd0mpRA/6jPvLl5pKYrh5pE2XZd1AXItfHibaW3LgQtQxy1a\ 6m0OT98UOeFP1mxJZRSyJizAwUugpekvtaCQ0wlKrDe3eB+BxEW9n6a69MB1QGgc8hr4ykdhsHqM\ DnPbq4n25e5QRfmEW+ppp+JiVsNlS0NLUopQTa5Sm9he3S17YsZojdyWwssgeuR1jx8gSnBp2aRz\ UvIAiEQxFtwSFHy+uWK/fWlN7od9ZQt/hfX3ohJWcPKciVOKUVnl09+JO1pwIVnw21DWB3FL/KWE\ lU2qqWyWbyKWzKAWtURGPvvuIDEK2nW6ruED2UkDzUMRmPF9OialN5aRyjMrmJseKZqtdukZZDUn\ TxUhZfOJDnDmU3DxVD07LURjtkaXnyptlNkIbQNQAskJHlbFUpYdcW1IBlQ7ziBoIkn2q9bFbG9Q\ Ua1Zwa1pc7ISTqYPaVa5xkUXl3l1wzZdUK/AsMsSxpLsDDuRLujtdNiD3rquVHne2N+6TMP+gYPZ\ WVEkv1yjjqY9fBZV0U0Pzzj1/f16ppsaIBBAORhoJ7gqk5XOafhqTrx0UJTUxUpmEQN3VqP848dW\ MCFpWfcU2mqWiTyHDuW7Y9gYAo1GudUM9knLj3dilr6PPNKqYXOyTUxKZDI5PS8SFNxbSEuXQFXs\ W9SrA3GPYHQJVvqhr2da6c+gxhIY4gweG7xHasJ6WdnhUsHXG6WubB07eJTp+kZTUlLVszMo+U01\ P6Zih/NkRKHCtlZG4NlAG++/liS6fcExC6sbW7Fd30RvVLBECpn1tP1hx4Roqh0XUadSyLRUc2oD\ BiMxw8OKrfrWrWKkpuQ1MKQpIR5SqVxy0wyyoOIH3a7lR3KNhf8Aq48n2lk+jVdQLyAII7R7VeLT\ CH0bh9MVnRkRp6xomolCuzikqsBblY8hfnb54la9PIwp+9t5Yc089bR7kXJYNSEai0gK1A7gW5Ae\ GI2yoQdMlmOBWO5dO9fsSS9cDvqZSLpJChc7cvr8MS4oghTrrMy5OlSKw7Foh3IptjWpK0qULhRG\ 1jiNxFg3Z71TseowwuAlOzm1OWxSkvl6H1PpSlICxtqtzNvDpiuYPZkVgSNFQtisMJxB1RzYzlGn\ o+gXOKegj7RDEeb33/xdX4Y9DdFrB+daZHJ3ktG6Q6cYU/vb5rpmaH3aBy2x6QOpWeUvqhUR+lus\ qv8AKxN7ESaK5j/Pp/djMOlEzb0Gzxd/lVs6NxOJXRH2af8AnVNb7WorWNtzYEc/hjCXtMreGOjJ\ AHGQdQ1EA28x/HDYmCltFq7IBXtEnlubgfVsNi5KARnwK1FgWNjcA879Po4DgYyS9NgC0raVsAkq\ AO45335+7y6YSceCUaYGWq09lqCjY6uh6X8sd4RwRW1SDJQSLYspJO4uFC5vf4fngSQSClmuB10X\ HXmc4l3NLNdTrSdS5/Mr6+h9YVzHjtbGi2X/AAtGD+qEvauLgXcyfNWk545fNZe+jEy6r2OoaDqK\ YPVJIW0REQtMVAKZfWsFLraiHGHLFNinkeXPFR2IuDcY6WAlrTv5g6Q0mPHXgRKYbcRRwj0paHHe\ ZrmIJ4g5+sZg8U/GXmW9LTD/ANH+o/N2X0k7RcX/ACvR7UElUWIhMxYVHuNrWhZAUEpV2iAlY1fd\ X3BBww2/o1GbQj0rt47wbOn/ACN7STpkJySvRjdg2DWU2bolxiZ/WPriQQJzy4rp99FRw1ZLVB6O\ 3hWqedSVuLncbTgjYp8PKAW8p5wqCgDbblinVbOi8ve8577+P7ZEHPsUliuL3LLk0qY6ojmpj1Pw\ z5BIhnYGJSkQDhuptyMKw14qSCbgAXPwxG3dlbtBhxIEnX570pZ4ncES7I96/OT9JhnNHV3n/XFM\ Uk3FSeh1zGKbhGFKI9UljUUptlg+akoLzqj7biyn2WkjHpjYjBqNnh9PeHWaJ73EZn4LIMdxW4vr\ t73TBMdwGQVbsry0dmM00xLjghRdTKwm6UEG/Zq3B3AJBF72Ntxi219od2nLBnx+Kj6GETVDTonj\ doKRGWwbr7rMVFwz4XCxZ/o9Q7yGnuuhaTpueWxGxBNUbjNZlQxkHDMe8doKtD8IouphvLQ/PDgg\ UflHK2GY+Phy7DyEJch3mTcLgDfU2tQ/XCFWSSNyF3HMWcUtq6jnCmR18j38/HVIVdmwWmo36vki\ t/LaOWYyZdghcey81GocIt2qSzpXfex3CVahsbKOxCgHIx9sBpyaREcs1HuwV0nmMwk9LaQjJi3K\ ol5WibS8OK7VQH3ps2Wx593SB/Hd1XxYU3Oa36r49WspNuGue0Odq32qbXD7VEzryXVZQiA48ICG\ MRDXGottKVYoPgEqO3vIHIYjn0HNZnoU4pYhSt7mlcOyDXD2FTiyUqCS/wAnUZRNT07OJnM5bMnX\ QltYSGypI2Wva17EHpih4xSc2oCNYXpz0NW5qtxCzqhrXtA5yEaTCcQUc+uaMMpjELUhtMHCkpba\ 0oASEI6qSLDWfPDOhRqOyAlS9w+jYs/pVQMA1c4gHWT48gkpGSqfz19ZjXG5dCJt90ncrA5ax+sr\ 3+GJ60weoR18lRMR6bsGscrNhrv56N7p/DNKluEMOxDsHWsNtpQfPz8cWWA0AAaLydjeKG7u6l2R\ G+4mNYk6cUHfaNgem+1vly88OW7qigBMc0UuwpS4l0iwHO53I99ueFPSdiITGUoMUgOxCQAkhQNg\ np9XxwalFkTqgrjQOoW7xNjtuPj8MdBE5I5E6IsebW4ClJ0HSbEjYbc/wtv5Y65xaC86BObKia1Z\ tuyN55AE6STA9qTDzMIlpqMfinI9l0HTrBGpQ52T47j54PY3rawliltptm7nCbgW95EkA5aZ9vGN\ EmY1mYRzjJhodcFLNSm30OhKO1bWkAi3tJIxIAgd6gKVVwa4iMxH+3I9qQlI5RSKj4luZNxsxmUx\ ShbBW4oJQpCrApI6nup+Ivh1fYi+s3ccMknZVHUKzatF0PbmCnBbhW2zZphtBOwsfPnf8/lz2jY3\ sk4NUvMvOaLlw6ytV76tShcDmOfwwQQUCUHStuHmUpeeWhkCYQm5Nv8AjDe354b4jTH0Z4HIp3hl\ Rou6TT9pvmFLnKdHZVhxNM6g3pzOnG1vFqGP54zDE636K3Ma0xx/actxs2H0tcA/rnh2BdsvobmA\ zwXUlYEap9Olbj/nAH5Y9w7J5YPbj9n/ADOXhrpczx937rfJW+woskDfDioVRKDYCN2gABcAfXLD\ F+ql6MoWkEnb+7CT9FJ09UIRyTfl+eEU8aEYN72NhfCR5p8G8At9wOYJxyJTukzioj8djnZcJ2cr\ l9AMvaG3nEN4hsej6DX/AHCnVBv9JoA/9RnvXKxJossxb69YACzjx/jdCTK269tGvpgJM1TFGIil\ Akkbm4N77YZWLIGSnNnbHcYUUy6ERO45huMjWYFHaMMalEhIQpQSV+5Iuo+WD3LzTYSwScyrS8ej\ HVBJz9nD1+afeqZvlXDULR0jpNuqX64aQBNox1aRBRLaUkDsWxuDqJUSd7WxRMNscQfe1atxu+i/\ VGe8DlqdNOXfzVYbb4hUuzVrw2lGQmTOUae1MTGJK3lXB1eZO/li9W9NoCvFFnUATmU12lO0TPZ2\ nuR85c+yIVZ9pMMghyIUnw1K7Nu/+liJxJja1ZtIiQ3M9/BJij6a7ZSJ6rOse/Ro8ZPqUxuBaS01\ Uubshls0CXJsuJa7NCuXZA3IA+G/wwvgli65xm1t3j9EXT3uB45cv9lpV1i9Oy2fvrmmf07WH1NI\ jL16+pTS9JrX9MzOMhMvGoxl+dQzTd0IN/VzfVdXhzAxoXTHjbauKU7agJ9EM+wkZBZn0CbLOZgN\ a6rmDXPVHEgH63dOnsVUMgXCSek66QXlRLumDASkez98fljIbqnUr3FJ0ZZ+S1GtUoWTmBz5Mny8\ lJPgudiV5vySeQ7ghW4Z5sBAV3l3UCSfKwtj15+TdseKtaviBfk0bsd4mT7lm/SJtM2tZ1KBbk4H\ irY/SBZONZk0XLJyxFGGjoZJLSr3FxvuPCxxvNnslQ2iwyrgVc7pJ3mO5OGQnmF5l2DxV9ndFwza\ YlUJUvLVRETU1CRrqUOxbSlQ29wIxm5QAf7QCk/EY+fm1uEVcOu30asb9Jxa6OwwV6JvXH0bLuno\ Mz3FIKCStC7EaFA2IJvb3jx5DEdUp5KReQ5stSqjqgZfgRBuNP8A9Fovp2G2CUqOarjMEqNrely1\ RFBR/ZhtlWoq13BB6fV8PqdMHMqQuLXe6wTv0rM+yi29C0pQbneytxvy5Xwwu6QgtVCx3DppkxKG\ VvUaJqyQVuqWE2BUbXHl4YjrClD54Jrs1gzqVTeIy8lIb0eQUeKGhTpBAhph1vt2B/fja+jNsYtT\ IGUHyKX6Rmj81P72+a6YGf6FG1tsehzqsrpfUCol9LKkLzDyz21H7EiDa3+fGMu6UQPQ0R+95hW7\ o3yxC6I5Uv8AOqe3WlaiSdR6Hqd79MYRUdAW7MIiUAW0etue9udv34bvG7mAnDHQdJWgtL72pPeH\ IHp7tt8JFsmUoHkmIWtTRsoabeHl52xx7pEBGYBOS1LbKlKSUkDnsOeC0w2CTolYMoOWiSVaCokX\ JA6D8DhMEI7CZ3UGiGrLTzSkEWJ6j8sJgwlKe8uSbNHLaat5tZtxk7cRTtNpqWYoRFPNqUuIHbqN\ mWh3nDufIYu9riLRb0msG84COzLmUvTIYDv5CT5p3uKLOSbznhHoLKuDmVSophmo5SpqFikWSVNB\ ZSTbzJITfa/W2EOjyyjFy+NGu8Yj3qt7f1muw0Qf1m5d0pb5G5jVFPfRjURktKkVFHQ8LmBNJo9C\ NOurYWA8pQWWjdIIK+abeYJ3ww6SbM/yhNYNOjc84ksDR69RMKd6KatFuFNDyAd5/f8AW8ld7wQ8\ bGZOWPC/l/lS27OpSxJWnoZqHXDqUXEF1S0keA75GMtv6dw2o4U2kgkkQNZMz4k+CvNzb2lWpvlw\ 5ap2Kj40cypzCxKGoKqH1uA61pZI2JN08uR+Y8cRot7txzpu8CnQtLRv6wXLjxYGOo7MOfpioFpy\ N+149LDymyFGHdWt9pBHO4S4lJN99zj05gv6e3Y6Y6o9mRXnwu9DVfTjRxASJpbLuoY2HZh5tBRM\ MXoAxkO4U6VpC1WTY/1r2Gna/gL3xXcTx6jSfvMMwYPqV8w7ZiuWbtRpBcJHr0Tq5bZa17KZCmJq\ Og5lGSeHjnpdHxDkKo6Wwq2sIsCvSNN0nvDSoDlitY/tHYvrD0VUAkAgTx5fipzBNlbymzffRO6D\ BMeJz1+YXmsEQEmVFNxEYr1yFWp1iJhGylEwQlkJAUlY7yVIRchQ1bKB64Uwi4fUInjl3eHI8Vza\ WxbQcd0ECcu0KKk8zCmckifV4FUC5Lm3w6thTYIWyo+15EEpJT1BJF7knTLHCW1Wy+Zj2hZde4ia\ bhAy9yTUVUximXIdsIhu0V2K9AAtpAtb4C3lYcrYefQoIJzhNn3UtkZKZPADSs8mFf53LlUmm02b\ h4KAacWxDrWW1OvLWASB3SdKtue3WxOHOJ3TBb0t4gTPsVWxm0rPEUmF2cmATw4xorJf5MKh7eYR\ KaMqtgxKUJiUpg3EofKb2KxbfmR54rlZ1tUcHvIy7VK4PtTtDZ230O0a8MmR1CSOYBjIIW3l5V0M\ 0PV6HqNhAH6kCoA+82+rHC9PEbdogOAVbvbDFLl/pbinUe7m4OPuWpzL+uUuuqFHVORpttCq+j+e\ HDb6gf1xKSOBYjEii/8AhK0u5e12NQNE1Npvq3huR+Jwm7EbbU1BKQ/MWIObnbvI/dKCOZeV3pTe\ jqhudv6MAn/W8zgDErc/rjJHGz+IuiLd/wDCUAXl1XBPeo+cIHIBWgf+by/bhZmK2w/XldZs1iJ1\ oOnuRX/J1XKHnnBS8wSCkG6ltC/zVudvxGDHFrY5b4Hiit2WxKP7B093xWh2gK2Dawun4hKul4hk\ dfNe3XxwQYvQ4vy7kq3ZfEh/yHT6vjCJ4miKtbcB+yUt7ghRjYZO9+n3nL+GD/nq3IIDkm3ZfE2w\ 4USDwMjh6+CLoqjqudUntYCAbABASqZwqQOV7DtNsChitpTGTgPUfgl8RwjGrqr6a4YXuPElv+ry\ SbjKMn5bSlxMkQ4TfvTeDFvEn723LDk4zbTk7PuPwTQbL4iDnT9rf9SAOUpN2+8uJphP6xKp3BC4\ /wDq4N+e7eYk+B+CDdmb8dYsA/vM/wBSBLpyOACXZtRiN99VQwQsfD+k2OEH4xQmc/Apduy982SW\ gf3m/FEsXJYheooqTLuGUo7l6pIIcuvtnz3x3890GiSCe5pKDNmLx2hYO+oz/UkPH5dzibzWWleZ\ +R8rg0xsMtaP0qh1vuhLyFaUITzUdNt+uIq+2k36LqdGi7Q5kK37P7I0aNdta6uGdUzAcCZ8tfcp\ n5aoWxXXE62HIgf75UyVbs9xeFgzv574qNzQL7e3I+x/mcr5bNcK1cNMdf8AytXcF6I2Wvy/gvy+\ afTodVNZ0SD4iNWn9oOPcuzlMswi3Ydd3/M5eFOlNwfjtQt+yz7qtbhhdN72J5eWBUVMotRq2ncD\ mLWwycc1MUW6AoYkAD+GEXlSNMIS22efLp44TTprckPQAnrhJwT9pyW5Q2NvwwVPmGBkoccfytPC\ LnCQbXhoVIt5xTWIjHv+Ar/uFOLaDeWo/wDVZ/mK5R4eILMS/wB7TuTtuPHHk/FqWcL0UbYOEcQk\ 3MnS7FlZV4j8uXxw1p0jA5KfsaJAyXmGRD6UlbhQeoA2wYsCkqpeNAhwMOk2Y3uRueScNiOC5ToP\ ImoULhYSIj4mHg4RpTsW+6lptAF9a1EJSPmcITugvdwTvJoJJyCdWey56a1DLKOkKfWIGVtCWQ9i\ AlaknU86T01OFZv4W8sQ1KuKVI3FU/WM/AeHmpnY/B611UBpNl9XMzlA0HqhW9+j04X2pVWUPmRP\ XvWoqAZUpgDZCXFbbD8/LGqdEODuvrz6bUbusZpzJKYdPOIUcDwh2GUnb1atk48A0ZkAe8pkuOjJ\ t57NWqq8kExKHop5TsSytwnUEi2pN+RsOXLFY6SqtKzxV7nCQ8+B08FaeirZq5vsBo1KLt19NunM\ ayO1QpkslhP0TrUxSEOvEwQ1JURv2quXyxntxdvFZgb2+SsF5gdI1GGtmZMn1IrpapIyhpyzOKZm\ LkFMkLuns1kgkW9roR08cafsbtRi+HXLa2HvLXHKNQ7sjj7lVsew/D3N9DVbvdxV3+fdYZmZncGN\ GV5TkE/DTtbTJmjbO7iGyNK1JHvsce6bitiNtaXLsMbu3lSk17RGbS6C8NH2gC6O5eR8Ds6FttGb\ Wr/Zkke8BUOJjI2XTViZMvdlHw74dQb94LSb/Paxx4Fv7eo9z2153jMzrJ1mc5969JVmNcCw5N0S\ tzBlkJBTticSttpElm0MiZwoBHcKx30f9FYUPLFcsWuc0tdq0wVDYRVeWGi76zDHq4HwTfq0khd0\ XHnew6csS1OmPWpzICV5CVBSFCx0m+/U4Va2Mki5gIhL6UxzCW1KW4EOJQbeRHPDO5ZKq15YuJ3T\ mgke+p7TqUVJF7eX1vgtrSzTyztdyXDJTS9HoCOKGhSAdPq0fv0P3Bxq/RkJxNnc7yKpPSYCMLd3\ t810uN/0SRa23zxvx1WVUh1QqLvSuAKzGy2FiSJI/wD/AH8ZZ0omKVCf2vMK39Gv/H3XdT8nqoOI\ RfnYE9OW/njCarVubDIzQFbXPvKvy5WPvwmTwKcyB3oOWgE3AI33H92Ei0FKluU6rwpoJG5AHLyw\ kWbyUaZ1WgtXSALpUdybdfH88JOzyCMNclqWyCnktJ2B/d7sDcgSjBzhEZogn0oTMly0/as4la4a\ JRFD1R0IEQQCOzcuDqbN7kf2RY4b1aO+cj4JRswHZ6/M/Bcy2cknyUrDPrNJLGdeYcgqgzeLD0BF\ Ndmx6wl0pLMNEeyAbXAVYXPW+Lth2IXVC0bNAFg0dqSJOonzSr+jStcuN22s4NdnlOXl7lGPiBhq\ fp+k6bplqY5wrqFufQpU3Pe7CrR37qQkXCj4EE88W7Y3EH17pw3GgBp0OfDUaqv7e9H35vw1t6ax\ eA9ozPOeHBLvhPqvKeX5KsS6rJ5nVBToTWYqdRJYwohAku90hFxuRz8/liP2/wARrUsR3KVMHqtz\ JHIc1YOi3ohuMYwht/TrFrS54iSNHRoFLak694cILSmYxfEnFNX7zjU5CFAdO52g35eeKDcY5dE9\ am2fUtUofk6XL251z/E74qbGRivR85q1FS1AzmuuOeV1tO5gzK5dCwrJimomIcOltsKbfUsqUruh\ IQokqAtvhKzxG5rVBSps6x5BhH3gfAKA2t6ErzCLOpf1iXUaYLnEOzAHGC4HLU8BqVGHiU4a8us2\ 62o6YZNzbMFmTM1CKYipXVEfBRE6lkXCxS4e0wah3HC2Ypalph/aWpOjVYJOLzgt7XJdbvLcwIOk\ 7wkADPMaEcYkGM1kVTBPowbcOZU3J3hImQMzno4czPV4hSezGyhlUqhsqajpdFY047K6bbjooy2G\ QYz1V5ht1tSw4hxKTq2KiNKdV9XU+eKdzVbXrUqxa6XEZ6SCQdPjqvVtzbUKtOhUtw5rg0aATBgj\ WQSez2RCenLqawM6kVUQk+Yzx+01TRUmmIrCWGNDkawlCe0TFsMoubKaCX7FtWlAUo7YiNptnqlB\ 7H7zILZG4RkNNDmDlpx1Suzu0VC4a6m0VN5pLTvtMyORAggnjoq/ONnI6Oljjk/kkkmsJDRTSXlF\ UKWEQzt73CVkL7xOr2dgojbfFp6PsfpseKNV4ke0eXt5KE282YqV7Q3NqwnWez3+xUeVGw43N4xL\ jRTZC0uoB1FpRKFWt7w6LeIFuYv6wwt7TRBaeXv/AAXkbEaL/TEH1pdy7L+po+llVuxBwMVTsMtM\ TGLRENrehWVkNF1TQOotpWbKWAbahew3ENXxigLn6ISQ85DLInWO+NPirPT2Lv34ecSYwGi3N0ES\ BpMchxPDU5ZqyPg6qTKajMvqqi6vytqaoqsmtRPxUTFQdTREuR2CGm0MMFtpQCii7p1G/wDSEYyP\ b7amvQuWWzBvMY0akjMkzwPZxV02O2It7+3dc1J3pIObhwHAEKWrmb2RG4/kCqt0Hf7yvZgbe/7z\ b3Yoh2wrnPcb4n/SrY7oqtCN4k/xP9vWQNebmRBKknh1mC/9OtpiQfeNdsGG2FzEbo8T8EoOiuz3\ c8/7zj5uQNzNvI1SlD/BqYUdhdyr5gq3mbrwqNr7j7I8T8EkeimwIlw9rv8AUgSs2cjw4FJ4X6eU\ of8AKVNMFftX7/xwc7XXBGg9qPT6LLACQwH+L4oMrNfJRStaeFehvFXaTuOXf/XwWptdd/Vke34r\ rejHDo+qPb8UFOauTa+8jhUywFhb7yYxqgD47r/HHP5V3YOTvP4pNvRhhwy3B4fisbzKyhfcQP8A\ BZyiQkkDvPRaiN733V78cdtneNBh3n8UcdGmHBsejHh+KkdldLOGatZmqBqjI7KqRsqZ7VtbLK1k\ nqDqVvt+eIwbe35kHLlEpuejTDY/sh3bo+fapsUxw4cBM1hoZyY0HRDDhUApfqCEtm42O97cxhUb\ aXYH9ofb8UyrbB2QMtotj90fBLSJ4VOASBZMY5l/SSIEJKTEGBaCAQBtfTzx122V39s+z4puNibJ\ 2lBs/uj4KLmYuXnB7TcLEKpDLTLSPiQ63/jEnZICD7VxpG9uWE3bbXsAB5+fWpShsHhsx6Fo/ut+\ GiryrDMSkZRHxEPKMjMg1Q6OS1042STqIvb3fjh9ZbVXzx13R4/FKVdiMN/VpN/hb8E2sRnRDp09\ nkpkC1seVMMnrfriZGM3Z1qH59a43ZGwH/Kb/CPgiSKzvihYt5U5FtG/SlWOfv8Ar8cPaeJ3J1qH\ JEdsrZ/YH8I+CL4bO6cLmEuhxl/k7DNuRLLZLdMQ6VJu4kEg2uDvz8fdh2y9rO/5hTevs7aMaYpj\ +EfBSspIJhMy+J9hJKgMxYzc2JP8xgedzzxaC8/RqH7v+ZyzRlZrK9YH7X+Vq7lPRPNup4K8qVOF\ aiuJmrhUet453fHuLAHTg9sT9j3leF+lA/17VaOAb91WjQurSLpVb8CMcrKpW7UcI/WsbC/LDBS1\ LMoYBslOopGEXaqRphCgkAA23vzwUp5TaChibW25YQKeNn1L3ufDHHEBPabcs1C/0hS+x4RM2hsd\ SIJHzi2sQm0Dv6vrz9k+YTywH9Ptf/cH3XLlFfUpMS8O8Nz1F/njzDfs3hIXpu3ogtEhErguT3VD\ r3fDnhm2mAO1TFGkA1eexKiAkW5d0jf+PXDfd5p010ZodCpQ2826ttDyQoHSrksA3IPLY7j54QMD\ JKkA6qSuXVaQMpXOK1Vlrl2tEmhguFJg3D2kc9dDI9qxIutz/oYruJWriBQbUMu58uapeKYXXqbt\ syu+ahg6ZNGbj4ZINSubKabncPN2custonSq621QS7OJJ3B7/Mm59+O3GBCszcc8kcJ0laJgrK1i\ 8Op1njgYIBjkCuhvhZzck02yKnuYzkop+QQMI2tSkwTHZpIQi9lAnx2x6O6Kr9tDBKlxWaG7hMxx\ 3fWsk6aNmnPxq1s7es+sKzQQXmSA71KqPO3jHXX8zj5fK6LohuWqcUlUU5AqW48L8xdWw8+uPPW0\ grYrcG5uGtHIAQRyJk5rfcFpUMLoiztLmsAMnEuEHLMARkO32JpJRWrsRQddOM0lQJcUuASNUtBS\ QXVf2vLFWNoKVyxriTM8fIoYvhD7k0vR13jM8cjkljkJNmIuqg7M6PyviFIISlt2UJUAD+sAT8L9\ MewfybcCw2vd1a9cl1VkQDBjtA59qomPbH19yDVcB+9+C6CstfVJnlUIQS6SJaQ0tPq7MKEsbC4A\ b5AeWPQeO71LE2va45xnOfj5Ly3j+HG0vjTLi4gtM8VTpxYfZ0pjI6cSuk8t4aNZ3WBJWvviTyUQ\ RdWGvTV0UYbebPvxiSyvSEzl1xxDss+w6rTtnqZdVFL0rzva56eajDB5nTOoMrppBppTLtczkESI\ tsfYrZ1QTp0rsL/qr0n44+c9zhTad0AHGH9vEKdvMAbTvWPdVeG1Orrx1HD1KOk/nURUMWiMiICT\ y9aEaAiBhAwgjzAO5354mqVAMEST3q52GHtt2lrXEzzMokLVlEEhQ5ct7/VsLNk6p85uiGsJ3Goj\ zuenTBHNyRHDUBDVp1qA72xsSOXywvQZnKaNyBnVTn9Hqj/9Z6iTsbQkd/8AYONN6NY/Obe53ks5\ 6TD/AFW8Dm3zXSo3bs0+4Y3M6rK6f1QqMPSqpUrMjLsWKrSN3/7+Mr6Uj+jo/wB7zCt/RsT9Ouu6\ n5PVR7rZClgE/MYw5xnJbpQBCAuN/rEAkE7WtY3/AInCJE96Xl2o0QbQBdIskWPTCTwZ1SjXGDyX\ woVsN7A7WP15bYRqAJSSg/ZgrN1m4O55bX/vx0ukZobwB7VqLatKhpGwtufywnUBgEJTezyQSJaK\ lhWlRPPSR+H7cJ7x3kpS0AXGZnFCqjM3c14h1bRK6jmK1ApJv/OFDfy/di/4dcgW1OAfqhesNk8K\ nDqRMZgHxSfmuYVQ07TFPyeKbltW02qZstLlM3a9YYQkhVy1ycZV4FBFvA4ltn7GnVvXH6rt0mR8\ /wC/NZp+UFh1G2wJt0xjS41GAgjIiDwEchBEEI0ymNNx9Fri6Zl0wlEpdj4lXq0S52xhnNfeQHQA\ VpuNlHe3PliubeGuzEi2sQSGt04iMsuavP5MtGjW2UaabS1oqVNc+ImDxE/PFPTI4RlbStQKlbWv\ bcX6/vxnl/WcHZL0ph+GsLUvqdj5vSs5kFU05MYiT1FK4+HmcvjGdPaQcWw6l1l1F7jUhxtChcEX\ G9xcYa2OK1bau2vRMPaZHf607xDAKF3b1LO5YHUqjXNcDoWuEEGOYlWi8G1YzfPLM7POcVHL6Lhq\ xnUwlFTxjsBK0wzanRErbeU1D6lIQC65Dr0AaQp5RtYgCSvMaf8AR6l4IaWODue6ASQQP3iABpwh\ eftqOjazw2lYYbbF7qBNWnDnbx6zWkjeABzY10nUga6q5LNGBomLiZNAyqHhvtqDhPsqIhXGyXI+\ XFsd0bpUFo06hyBBtbYY85jGHitJMyZOep5x+Cmm4Mx4l4iPqkaDh4RlHiiCUSiFlUAzFR0sg5NB\ MoKG220f6OxWtRSnYAEWuOltsK3V06o3rAefmSlLjBt128x+/Pfl6hzKi1n5OZBU7MPK5bLoX1p6\ webKQohIvdatRuSCoWO9j7sNMPJov3gSPXHv+SiW7XMZUpHMGQqQp/6P2uP5S66mEipyHrOSxrQW\ ywzFNQwaZWvUHXFuKSEtjvJ5k6ygchceiLTpWp/QqdvUJY9nHWeHbrr4rBqPRc12I1apaHU3zIJg\ DP8A39aRvFNDSThNyVp3Jt99uFzSqJUUmEl7kUiIfp2RPOaoh5QAuhT1uwSSSFFx4oJDOrFl2FpV\ sfxKpiDgTQpRJiA+oPqgc90QXRyAOqf9JuMWOzGzzcHt3f0m4kBszuU3Hruz0DvqtnUkkSGlJrJS\ SRcvy0pwx7a0RsYhUctJTpUA5YjUD1KQk/EYz/pBxJlXFqm4ZDOr4a+1R3RxhlSjhbXVcnP60cp/\ 2CdEtggqPe3sQT8OX11xS/SQtBDwfrLWWiACEFQBuBfBt+UiARqtaklCdGkKB3JVvbn49eWDhwlG\ jdG63Na1MpuLgW93n+zB21UVjYzWgskBNtx0tscHbVBRHtjRfA2EggAqJ5dRe2Db8ojRDpQlsWB1\ AbHn+f1+WEjHBJPGaVslqGOlb7TzDrYIuDcXvtv7vDDF9EAyEVwzlOHKs1amln3aH4Z5i3faUm42\ 9/Ij5bYSDSE2FE8StM2zhq+PYXARc1LsJuALEC19rD4/HC3oiRBTc0jvCU303rebRbelUc5vYBN7\ gJsABh5Sok6otWlOia2ZRbkT33lEnrfp5/niXt2BuQTctJ+sks+kFTneUB4X54l2HgiOo8tEQPoT\ Yi5SATa36o+OJCnUOqbGZQJhtIjoEqJSfWWSTb/OpxJUHGck3rgFp7irAIQoZzd4nkrXpUa/fVt1\ vLYA3/HFwqNebehH2T996wpzB9IrSJ6w+61d3forWQ3wUZKi1tSJir/88/j3LgOWEWwH2B714Y6T\ j/X9cj9n7oVm0KLaNlb/ADwSqVVbfUIyRyHhhoVM0UMTYkDYJ8MN1IMCGptp5W/djieUghSU7WJF\ sJFSLAtiQNSjbbCT07YoRekZVbhEzMBv3nZcnn/ztvELtAP6vr/u+8J7hrZxC0n/AKg+69cpsXbt\ HLg3vYgD53x5rridV6et29UN4IFourQQpRJ1G4F8RxcQZUqDlIQhthVgkHx5ch8fHyGGjtIR5gQp\ DZRcNOaOc8vmM4omXyxcth3xDKfi4rsEuO21FKNiVFNxc9LjFbxTaKjbVRRIc55zhokx4gZ8Oaz7\ bLpVwjAqzLa/c7feJAaJMaScxr+KV2c+UVXZHSSjMvqjRK0x0b2s7izCPdqlb2rs20EkAgIQNuhK\ icNcKxEXNzUL2lrmgQDEgGTORIzzynl2JXo/21scfua1zahw9FutAcII3pJOp10Rnw9ZDRGbs3jm\ 4qKcgZTDM9o66NgjvWubczy2xZbC0rXtc29ud3dEucRMDu5r0NY4ZZUbX6biILmuO6xrTBLu/kB5\ q9uR5W5XUjw1zjKKWVG+G4qBdQ68pKkqW8pN7Dw6Dnvj0NSwuwtsCfYNq/WBJccpcfAdkLz9iF/i\ l/tVRv3WsUaZDQ0GYZprMzGa56qwoiY05PphKCxEPBlxSe0SDZQvsb9eWPMdrfU3ZOOmXrGS3zHN\ k61rV3abSWnQ9h/BTsy44Hc3ZhQs0Zi4yk5Q/NEwMVDtxEUslhKSpZ7QJQbKstOwvvjKMS6R7Opc\ g0WOeGkiREHuJIWUVOk/D7O49AQ5xYSDAEcuJ5qJcylE8y/raYyB19uEqKXRbkI4WV6klaFWIB6p\ Nvxxv3RVeXdzdULrC3bj3ZtJ8iPZyV7dtJZ3lmy5pEltQbw5+vt5roX4TIyKRk7I4uqX3ER8eCso\ AJCBa1vjvj6BbaWtw2vTpVGgVabGh8H9eJcPUcl5M6Rr2jVv+rMRqPYoR8e+QULKqVarenJpNIpj\ 1q8Q05ysT+wYJtbVr7R7N17B43alACoI0cG/WBHYDvDuUj0f4836S2k8aiJ+dFWPk3JpnNMxJZJI\ CDMxh41t2EjmT7KoVSSHCo+WxHmBjxfgnRrfY5efm60gPzdLsg2NSSM48ye1bld4e67oGmzJ2o7x\ xTjTfhAzQlcpnM7YEkjoCEbcfCG4gl51tN99Om2qwvb+GNjqfkwYq1hDbik+pwaN/rHkCWwCeHCe\ KeVLatSpCo+DAzg+MKLxh9KgqxNjbz8TjzbcWj6JLaggjxSLag1HFfUN6TpAPL2Tvff+GGkIAzqh\ iG90kpHxI5YNGSK52eanZ6Plo/4TVHkptaDjze+39CcaZ0YdbEmnsd5LMukz/wALcOMjzXSG3u2j\ 3Y3IhZbTyaFRt6U0JOZWXwUOUic35j/GDjLuk8gU6M/teYVv6NwRfXZH/p+TlUs82Dsk7WtjCi4r\ dGFBFtbmwB37t7/s+eEqo5JRruaDlqxtpASo77W+vdgm7zSoB1OnsXhaLWvf92EWhuaO0koOWrps\ SRyGx2+A+umObxGiNHFfFNiygTuOXl5e/BJEZoNaRkgsSwQuxAubXJ6j9+OBvWlK0zlJ4LkIzWy8\ j280s1JpPoqBpqm01JHhMXFe059+o2ZaHecVv02xZLXEf0LKdIFzoiOGXb89q9Z7M4oGYdRZSG+/\ dGXxKYrNCJptNN01Lael0Z2AnDClR0Yqzz1kq5IGyAdvE+7li0bGMqG/c6oc905DTUfPHvWZflE0\ Lh2zbH13f81kNGmYdx5oVkGhYyvh1baDMY0787dqbnl5YhOkcj87u57rfJaf+SzScNi6B5vq/fUj\ ZQypLah2RQRa5GxuPPGYXtTPVenbGlDc0oCFrQlSgVDmQRc/A4jQQCnhaVM/gWq6NonP2Bj5W43D\ x8VIprCQ6nG9Se0Q0mKRqSSLj+ZnqLbnClvaC6ZUtHfrgcYiDKz/AKTKRZhYuG603sJynJx3D478\ K5TLCls5axqqDzDzTzCp+YydmLVMPsaXy9hx9t4JU20lUY0d2dKwogglQ02IBIxiuMizYCygwyP1\ jIkc4IEd4iOMqr2grUbfcq5THcDqc+PLvTv5iz1uFhH22Ij1/tEKbaSgpUsJ03Su9rp7xIA3Itcj\ fEfRqucYciPryN4ZR4ciB6s/YopTmmm3X4icuvPRDrzZBC1Edmkd4HTz16hcq2I+OHwcZjifmVXr\ u7BAB4Hh86KLeZkyzsLM9dyXrKMpaNgpf2T2lLKw++pwLZWkPNrSHWilak2sbOdRYYsGF1rNrh9O\ ZvNkcSIjXNpEAjXuGirtxeXbA82R3XRyB7sjIkdoXMdTVIVHmVnSzFVjN5xO6jjp4XZs/MXHIiJm\ PZOqDq4h9wlViGl3v0NthbHubGdoLfDsDcbVoYxtPqbsADeAjdaMpkjtnNeHbTBq+I44HXBNSo6p\ Li6SXQc5Jk6Dw0yVuS2godrZKdW4TYC23LblbHiDf4L2pDAIAjy/2QZcMSNwArmPfb6+jg7XoGlw\ C8KYOm2k2O/w9xwcORWM4Fai0AN9Fwdhf8fdtg4fxRRTPDVeFMHvEBWi9rlXL5dd8AVIRAwt+svB\ hz3VWKee1xsP3fvwYVeC7E5rX6uojTte25ubYOKnFN2tJyWdmpJsRv06335YMHTmk2TqdV6QlaVA\ gix/qnp4A/A4K4hBzQD3r2l1QuE7qIsf3/jjhaEk4HRAXSom4I6i3w57ftwsyITcMzkoqeFj3gCS\ egI2sPhh5T0XHUic0TxCFkgIuVEXt4DDuk7mmz6RJyRNEJ2Or2hfa3XEjSdy0RN7UFEzzJA2B5c7\ /tw+Y9MXMKKm2bRkKoJUkB5o/HWL2xI0Hym7m5Kd0zcELnVxMt2bINbFYv5yqXnGkWlIutKJ/ZP3\ 3LA6zouav7w+61d6/ov4f1bgpyLG91QUY5845/HtbBAfzVbA/YavDvSWJx6ue77oVksNsL/2emEa\ yrNs3NGjab7C1uhGGxMKZosylCmyCrUOY8sIJ8zmhSR7NgSMFcYTui2RKGDYYRUkxbWxa3X4YRec\ 07AUFfSTKDXCRmAkgaVxktT/APmkc8Q20X/h9cfs+8KSwln9ZWgH/U/yPXLDEJBWSlKbXvy67/PH\ nGvLtV6apCAM1pDNgogEgcwOWI2o2TnwT1pkofDQ4WohS2mUjmpZNht1w0rN3cxmlXkN4ro04d6G\ kWW2V1HU9ARDLqmoFuJiXEjvPvupDjiz7yq2/QDGN23o33tS7uHAHl2DQR3L5l7ebTPxDHLi8rmO\ sQBya3IAFVa8R1TKzVzlqR+ZTOCkULDv+pQjcSFqIab7otpB3J1KPvxN4dc1GUXXW4XOqHeIEZZA\ AEn7IAC9yfk47JtoWLKhPWq9Zx4S6IHqbA9UqwrhJyylElyrj5mxUcmciouKQlwoQsd1NzvcXF7g\ /DGy9D1J11aV69VpYXOAkxmBwEGddVv/AEmYy+0vbXDW0HbtNhdOkudEmPZ6k7md95XTlOSOEmsM\ n12Zw4eiUk6WG0quSevTFh6Trh1vZU6VM7xc4admaQ6Kgbq8rXRpn9G09U6knkq9azpiSzKvZck1\ VIoxl6YwzBAbcPaBTyRa1ut8eRbjFq5dcObScNTqOXZ7V6B2kuHtwsV6tMsLWHIxOhI0V1LLkLCu\ OtB1CAg2CRyAGwFumMuw7CxSP1hz9i+UFbE2Ne5zyZnxVDeZUvlE/wA78wJkZ7Ay1x6dRC0sutOF\ ae/a5IFt7X+OPfn5NFvVDrakykXHKCCM85jXh69OS3bY57m4HQ3jwnumTmr1slJbAM5X0t2c6hYx\ DcM2sOtoUEqJG4sdxa2Pde3l1Udi9bepkEk5cVie1FR30wkiNEJzyp2SVflrOacmE0hmg+wtaXVI\ KkoKQTyG5OGexd1VoYg2p6MuaeqRzDsiPBNcHquZcNezgqccm5RJMu83DBip5RNvXG1QrQbZWkhY\ OoWJGwNjthhs7g1XAdqqtg+nDa7HAGRkWw4AjtAI716x2Qxb0zIIIJ+fBWA+tSqEiH4ZyNaLSk3U\ hQ6HmDjZTSrPYHhufwU+/FaclruCpYzdksnlGYFVQskeSiDEe52TOk6mkk3tflzvtjwT0+WLLfae\ 5p02QDuuPLec1rnQORcSfFViydLOqMgTHdOSbRLYukn2T7Pn9fXTGJZyJzCdxlkhKWjskbp59Nvq\ +FMgYjVI1JjNTp9H42n/AAlqTVvtBx6v+5IxovRowDEmmIyd5LOOkgf1a6c82+a6NWz92n3fuxuL\ lmDIgQqPvSj3VmZQQANhI19ef35/d+OMu6Tc2UR2O81a+jn/AI66cOHo/JyqfiEXUrUkeB+vhjC3\ NC3Jh4lA3UJBANx1Hzwi5slOGtnRBOzIBB9o36fVvDBIdnKB4heFtkctlbXPl54RICVbOiDdnuSN\ RO4tfc8sFIAGaUacstV5KByP9/8ADrgm8CjOJBiUmJ/KDNImVrTOJrKvVnw8RDKAET3baHLjdO4N\ tt+uEarZcCCRHtyTm3eWgk5yuVbPGQSCus4Mz4inaqCqi+3o1swE3UWtX3yhaHfv2ZSbGyDY7/HE\ xYV30KQNRvVOciOfH5C9jbIufbYZR9JS6haOs0cxxHwUU82pBNKZk0ggJvLYqVxiZuwNLqNN+4vd\ N9iPdz3xc9irgVL95n9Q+YWf/lLPo1NlGVKRBHpmcex3rCPuHdj/AHp4JSQtSvXo26rEWPbH+GK5\ 0m1CMZcD9ln3Vov5KtpOw1u6P16v3ypGSlkKhysi5CU7n33/AH4zG8f1oXpuytmuZvOCUSWQG+93\ Rfrz8x9fuxFuqmclKiy6vJKOmZlMaem0unspW2JlCRCYhhSxqQqx9lfihQJSodUqUOuOUb40aoe3\ h7U1vMDpXdtUs7kSyoC084PEdo1HIgHgrRsqsnYGtIOSTXL7JyQSejphDMTd6YMz+KZcfaWm6YNR\ D6SkpIW0UpGk6CSLm+FNrcZ9CS1z5LswCAYB5Zd49Wq850ritRDsOqUG+kpE03Pk9Yty390QZcId\ mePqUwqjcmVPSKUQcUhqUMtlIbbQ4ShkHYJSCVHa1r3v1vvtj9Uh5JHNQnoH03EDQ+CaKpqzhI94\ 0dRTzUTNHnCqNiUAqbbWod7UobFW+wHny5Ykqdo4j0j8goC5vS9+6DJ0Thw9BQUjolcqZbMS+6hT\ 0U+SCt508yrrz2ty5Yh7m4k7zTHgn9q0RCpWZ4WajlvFCmY0dJJSulJ+uZRc7vDffywJbW4txtzU\ AQ492CBcGxWU8lbehMD2qtMRwQ2GIEmpSADIcY+yJH7IMxMHLiIODbSYDe4ZircQsQ0MqEl/VBIn\ Mxy3tMtDolHUNLTmlZvEyOdwjkHMmykrQUkBQI2UAeh/h0xlV9QdQqGm/ULVMIvqN3RbWpz28weI\ jTL2pOrh7BOoAJPPa3178Itqp8W8ZWsw5vpsbb9Pywp6Vd3DAI1WgsFSSSSSTe3jgwfCTa08clrM\ OShKblSfA9RgxqItJmR5L4WLBB+J29+Oh665zYAleDDJUT3SLGxODh+WSbuIJj2rFMq2F+7a3h/f\ jgcEUt3hLkGUwSTcqvtZNtvefnhRruCSfSExoFpXDnUO7sfr5YN6RJuAnVA3mlC6tNxfw5Dxwu1/\ BJObAACL3mSUEJsDt19rDptTiUm5nJE7zZvbsyoX3I2Pzw7Y7jKbvGqKH2k331abWI8vDD6k86JD\ 0eaKohoXItp6Drh7Rqc0hUM8c0ULb7zayTYOII+Y/diRoPhyauHVIUxa6fMPnxxHpCraqsZX7I6y\ eXY1rC2k2VGOR++5edcRc76VUjmPutXdh6ODO7J6TcJmSNKTbMyjpZUsNLX2YiBei9LzK/WnlFJS\ RzsQfcceztlC69srehatL37gyGuQzXi/pLsq7McuKppvLSRB3SRoBwCsZhs6Mpko2zCpVRI5iJGL\ LV2Fxk/+Wf4Kk29y0TId/C74IybzpyqNyK+ponyfw0fsLjGn0Z/gpWliDBqHfwu+CFN51ZVJIvXl\ PKvy+8N/2YT/AJC4x/8Abu8E9biFOdHfwu+CFJzoys//AJ5kR36OH92E3bDYv/8Abu8PxTlmJUuT\ v4XfBC0Z0ZXnf9M5Qof6R/dhE7D4vp9HcnbMYo/tfwu+C9ozmyxsNNYStXuKv3YSOxGLz/YH2JwM\ boR+t/CVEnjjnkozd4d6koTL2awNQVRExsA6zDIc0FSG3wtZKlAAAJBP4Ya3nRxi93b1KDae6XDV\ xAGo4qWwXHKDb+3qukNY4kktIy3HDzI8VQ2vhHzxdUo/ovB6TfYzBrGdVPycNoDoaX8f/wDVbs3p\ Ewhon0hnuK3NcIWeV0g0zAA25faDVsNj+TXjxz3qX8Z/0pw3pNwmM3nwTd17lJWmVsTK2KylrEsd\ i21vMaIhLoWEEA3ty3PLGa7edF+I4A2m7EN0ipMFrp0ieAjUd6seCbSWWI730V29u6yI1UoGuJzN\ iUUTLKgiIyVNzKYxZhpe2iFs2IRhGlxwpvuSshA/0VY8719jbR1UgTzOfNZCeg/Ari7dRIdDRvOz\ 4k5DTvJUd3almU9qGNqWallce+4XXClOlIUT0HT6OJY4UylRFGnkNF6Y6P7Khg1FlG3HVZpOZUv8\ oc8Z8y/I6IlzZbaj49hg781KWE3A6bXxHWt3iOG0Hstn/o5kgj3z7vWttxHaDCr5oubumd9jTBnk\ Dwj3o/zpz6ETPKgp+UodflMNFPNQhW6VlISopBKup2OC17/EcWphtw7qTyM+fFM8Fx60wyzp1g3e\ ruYC4iAJOenZ3qJkHWM4Zm0HMWnz63DxDcQysi+laVApO/mOWHz9n6JYWAZEQVTMR2urXe9RrOlr\ 5B559qmPB8Q+cU1oytKwXPJaiaQ0dAw7RTBhKUh3Xqum+57o92KX/JDD6dVlItMEHj+CxG/6HsNF\ elSpl3X3jmRwE8lEuLm08jqii6jjomHcmcQ6XXFBOm6yeiRyG2N66P8Aaqrgb2Osv1dJz0VtpbHM\ oUW27XdVqmlltxcVHSNKw9MRsMmLYbN9QISSPDc7Y9tYP01YLi27cYpSc24iCWkQY4lpiCeOZHKN\ FnmN9HNOtW9ITPLXzhPlxA8RENImYKWyeEXFS6YSyHjmFF8nSl1rxv46h8MX+12qwnCbJuJXDvSP\ JMNbAkDMEk6AiOZVNwLZlrqr2sHXYSCeH45e1VfRdQx0POIecwD70LMmn0xDaxzQsG4/PHjfa7pG\ ubrGDilA7j2u3gdYMyNde7TmtisGfR6QZMFPZSebVdVjN5nK5hNWkTiJgnTLlttBI9aSNSUqHUKC\ SPecTeIflP7U0qYdSdTDQRMMHvn8FEYq19On6VrpgyZjTio6zePj51MoqZTIlce6rU4dNrnrt0tb\ GS7VbT3WM3b8QvXb1R8TAgZDLJSlBoDQGlFqWSAq9r3tzxWWCRKWqPbrHzzQlLJWpRA1Hp44cU6Z\ 3ZTZ5lTm4AGCOJGlDsCIGOJ8f6I7csaH0c0z+cQT9l3ks86RgBhziebfNdEqPYSPLG0OWaAZKj/0\ oISrM2hkkg2kSjv/APHVjLuk5xDKMcneatnRs7+mXf8A8f3XKqp9ohSrdSSRbf8AuxhhJnNbgzdG\ SALbAsN1X597f5/HDb0ZSzROqD6CNI0o087j3+WOF2UcEqA2clpUkW5WNx52+t8IOHJHa2cpWlSF\ AH2hf6tjrjIldExC8kKAvpSTvsQeWEA3ilAYgIFGtdxStKFaRqGw32vjrZyKM3M5lcc1fNIia8rp\ 5fY9o5OI1RFvF5Zvf8MSFrWPomdwX0n2RsWjC7f9xvkk3WFeTinqOkErmMDJqzp5UzZaMum7Xatt\ pKFm7Kwe0aV4FJ232xYdjrVte/dBLSGnTvHzlCwb8qjCqFrs1Tum0wXmswGdCCHZdhkCCM9ULyNi\ JLF5WsxUglEbJZUuNjC3CxD4eLau13CV7FabggX3xXekZtVuMubWcHOhuYEcOPIwtD/JKHpdhqLm\ Uyxm/V3etMje156yM88vWn4k0IFQ2tIKySTyt0+vxxmt/Wh0L07YW0thKT1XSiylC1/G1tunz6Yi\ 9/OVJutSMpRhCQ9myNK7m9rj2hbl/DDerUzTihbgdykXltxI5m5Y08ml6djoF+UtdqqHQ+ghTCVq\ K1JSofq61KUAeRUq21gEbvdrhrawmMh85epUDaXoxoYhcuvKVU0nujegAhxAgGDEOiBM5gDKRJk5\ mFUMW9OMlYWrKlmsXFVbSCZ7AtuRCGkLiEtKfi4VpKbKKEshpxNySrQ6CSbDFmw3ZWlWwx95RHWZ\ qDymMuWce1eGNttq61jtI/BatSaIMSBB3s4J7IHDTmZUmssaYpSVydiNlsA24+AHHHwLFSvBI3G3\ K+MuxOpUcZfkArdZ2bWt6uak3LIJDsoMQ8G2yvcJKr6jfb5X89/LFarb2caKTGR0RXTmWchkcoi6\ ujIRCYuJWtQUtq59TaWp0qT/AGVOoBPiG0eOL1sraejp+lI+t5D3E+SyvbrFPS1haMOTMz+8dPAe\ aajPDhgp3MeCkM+iQqnqpfITFRDSdbyHFElLegn7xIQLlPMEGxG97NVs6deKb9Rofd2+5VjC8ar2\ lQmnm06g6d+og+fGclXzXHCjmnSLq/UISArGBA1BUvcIft/aYXZWrySVYg6uztcCafW7tfBXyy2v\ tKoAqyw9uY8R7wFHiZSCcydwMTaUTeTuX0lMVCOMnV4d9I3xFVbarTG89pCtNG4oPypuB7iCipUM\ Dtsrmdv1sItrwjuoglalMKCE7A3638/7sGFVE9CY0XlUPcggDnqNht7sGFbkkxTdwGS+Ig1AgiwH\ ja+OGuEkLUkyF9EGnnY6fED8fLHfpBRzSjIL0ZelalahpVytbl8un78c+lEJA0OHJa1y9tOm5IPP\ nttgzbsrlW2ORRe7AIQtXIEDc78+mHTbgkJKpbyIARU9CNpuE6rWCb/DDtlU6lJCgRkUTPwjfK6j\ ccjtt8sPadcpuKAndKJHoW3IC+48Le/EgyrOaQdbxkiJ6GJuixI+GJBlUapu+nOqJohkDvK1WFjY\ e/D+lUPBNKtASVJvN2JEHxA5/oCFq1T+Dc2A6yaXY27AQ02NLe7fvOXmXGRu3dTtj7oXUHwly9z+\ SejCZhNlQ4DkSIcvXaS4paxqSm3OxPzx9P8AoM2OsmYNZ4iAfSFk6mM5By4SvOPSLfO+n1KccvDL\ tU5JeolAsT4b9MegKjQAswcCNUqYZRCU2UTYDriKriTJRmtM5o6YdVcgEg2t78MXsCVbpmjdl0gA\ EkDmMNHsEo26dQEctOrIuFKvbocR72DijOBGoRo06rSm5I5Dnyw1dTBQ3JKHBRWBcax0w3gBASPU\ t7LfskJPj44Te5LSOKFJasRcbftwgXowcJ7e1QE4x5JHz6rcrZNK4cxMyiWX4dhI3KnVvISnb3n8\ MeVvynXj6PaE6A1D4Bi2noqrtpMuKjjkN2fAqMeZSGIiojIpSkuyCSQ7clg1AbLS1fW571ulxV/M\ Y8SWdu4tLn6uM/PqWq4DJt/pFU9aqd71H6o8EjoaAeCQA2sjkTY/XTnhY2fCFbKd+GtAT25JwD0L\ XkHP1tvdlKIOMm5Vp2CmmVFBI/01JxB43bRbFv2oHtTfEsTe21c1hzOQ9eSQS5dMI91cRFKccecO\ ty6dyTzPhh9b27aTd0CIUuSan1nTGSNIOQKbWHOyUs+Y5YTrNeQZCfWVrTYQ46p9qelzzWT+YYDT\ l1TiVAXTtsHcV64tybqmCNQVy8rtF/bwcgH+QTRRcCpi5W24je2w5jFmtLQkwAlb3EqTG5lFXZRB\ V3EPAA7935/lti0UKTqekql3OJl+SduulRs4oPKSaOFbhYgYiUrug+0y6Sm55+yvrh03aC4qF9o9\ 3VbEaKq2BZTvq4B+tuu8cvcmmflr6ilQbUTblY7nDMUi4lWW6uQIMobKftCSzOXzWCQ8zFQz6H2y\ B+slVx+7CFexFRhplMn1mvBaTqEtMzaYahKnXNpYxeSzZpE1gwkbJS7utH/RXqGGOFU3GmWOHWaY\ 8FEYNdxSNJxksMergfBIFEqdWbpbcuCbGxxI+gI1GqlW3XI5rcmWPbKDawAdtjax8dv4YN6HgAiO\ rNJ1zU2eAiDU1xG0wpTakp9RjdyP81i+dHtMi/B/Zd5Kg7fVd6wLTzHmugpIshPI7Y18lZ43SFSL\ 6TgFWaVGWA/4BsB/168Zf0mNn0JHI+atPRyf6Xdd9P7pVWbqPvFIRZe1zfbb95xidRm91luFLSCi\ 9xGxAOnffax88NC4aJ0cs0FKN7hRvb9uE35BGacoleC3uAb8r+74dMIOMBKUzlnqgykJ2JTpHjbB\ N7KEpvDQrWUm9kLI5e768/LBN3jK7OcBBIxOpC0m6trEnp3fH5YJvApRrhMlcklYUHGM1jWUwqiM\ h6ep5M4jQh15Op6IAfXs0zzUfDkNxglC7AptZTzdEdk6f7+a+juzmNgYbbULdvpKno2aaDIfWOg8\ 0xWfMbI10fS0FT8nVDQiJ0yVRcSrVExHcc3VbZI8h53OLp0dB35xfvnPcPmPn4rC/wArPD7huytK\ 4u6kuNZnVH1QCH+snhK3cNrSjkvIylCCTGR3dvufv1ePyviB6UnD8+1Afss+6FrH5IjCOj+zEfrV\ f/yOUnZU012SVJSpGkbWG9vE9cZPeudvHNeq7CiAJSrlMnmk/mkrkkilcfPJ3GRCYWEhYVsuvRLy\ zZKEIAupR8vC52BOG9vbvrVNymJJ4IuJ3tta277q6e2nSpguc5xhrQBmSeQUkP8ABIz1hYJmMTSU\ tjXHEf0EFM2H3Wx1uUnRtuTpWrYHnicrbH3oaHAT61gNl+VRsXUufQfSHsaP1zReGnu1f3SwSnPp\ jhVlTMPDv1nOpjO4tQSpcLKHA0ykWHcLyhrWbqA7oSN/m7pbO0aRHpDvu7Mh8Sse2x/Kzvrh7qeB\ W4o0swKlUbzz2imCGM7N5z+0TkIx8fkBW8iz+4b0ytmeytuknJPKpK2sq0pbShankNq/WAbDgUTu\ oagSeWL9s3VoULa8tgAGhjge8R5vK8oY3Vu8SvaOIXTi+rUqBxMATM8gAAG8lPzLmv4uJg5LEuvR\ TkO+lB0aQU6iPLnyPyx58x2k17nbvAr0Rgu/6AZyfkKxGmqdjp6xCJiXXG4JQQ48UkoLLVrqIHML\ 0ggeZT78VG0tzXrNYNPd4qWxe7FrbPuToBlyJ0A9ZT1rlZqKZwkubh0Nw1g2W2wOzhIVo2KEjzKU\ N7c9J8DjUaDC09XgvPL6jzL3mSc+8nOfajiqKWZms3lLKAtz1V0PhvVyU4Sy24obHup9ZVcH9Y+G\ FaR3TPyEi2cyePz8EQ1DTbECy23Byd17UblakqUVXVYXJ2B8B0Hja+F6NWo456IrROZPzCbCsMtV\ 1rTUXI5tAOxcndbUFQ7qiErbtzCTtcWvfmDvfC1S43wWOzHJdafRv9Iww4ZgjXLtVNOeuRU0yhnB\ dbETFUw/EKZh3HR94wuxUG1kbHa5Cutj1xSMawf0H6Vn1D7Ow+72rYdltpRdt9DWyqAT2EcwBp2j\ wTALYt3jZW+/livCqrsbYRvFawg3KrKvsBtfB97giCmPrLEoO21xzsQfr+/AL0QUeaEJSDYK5kDo\ D7sIk8l2pRaGlZa1hsD1/P8AuwDKR9DA0zWlR13uQADbY/K18LMaiVGfraIniU6SoWSk3vsOfXfD\ 6jlqkjTHJFTzftKTa1hvb8vfh2x3Aoxp5aImiGnCb/q/s+OH1N4hNDbg58UUOt3JBQQbH4e7D5jk\ 09ADkiF9sJNkJChfl0+XTEgwpo6nOqI4xCg05YC9iQPdvf3/AF0xI0SJSFVjQCAnm4h4hUNxFZ2B\ LAcSuYy1wH3yaX43rZukx9jTLjpI/wARXkrH943j93s+6F1icKTI/kiocBBT/Ndjz/XV9fHH1y6F\ xGzNly9G33rzX0huH5yqjQz7gplwCEAJ6bdDvjTLgrO3ASlMykCwAve3Le+Imo5daSc5hHbKUWA0\ nlz6/HDGoUo0TmjZlpBKb6h7jcYZ1HmEoJ1CPGEN8ie8N9+XPEa8opeUMTEwTZUhURCtrG1i4kH5\ E7YY1rhrT1j7Usym76wRg3GS++8bBi3P71P78MX3jPtDxC42i6Mgfn1IU3GQI0lMZCHps6kXPzwk\ bphEbw8QlTRccyEYNxMGtSQIiEUo2As4m5/HCQuGEw0g+tGNFzc880/GVGSeV+Ybgq2s6Ql9Q1BL\ IhTEvinlrBhEKRdQQEqAuSo7kE4w/pctaV1Up0Lhgc2CYIB1OfkFLYTfVmh9Gm4ta6JjKU4LfBBw\ rc/5F6VudzdTxvfnzXjHhg1mBHoWfwhXduOX26G+mdHf+CEt8EvC02O7ktSI3vul0/8Anxw4JZ8a\ LP4QlGY5fDIVn+P4I5l/CJw4SluPal2UdKwiIpgw0QEoc+9aJBKD3uRIHywjW2esHxvUGGP2QiPx\ a8dG9Wfln9YrWng+4akWtk9SFweZaWf/ADY7/J+x/wCi3wCcDaHEP+u/+Jb08I3Dei1sn6QuOR7F\ W3+tjn8nbDjRb/CEq3afEgIFw/8AiKNGeGLIWHlsZJmMraValcQ6h55gMK0uLRfSo78xc/PCTtls\ NLxUNBm8NDujJFqbSYi5zXm4fLZjrHKdUUq4Q+GxZuvJyilHzhlf7WHLcDsxpSb4BIVccvnfWrPP\ 94r1/gi8Nu3+85Re3/Nz/tY7+ZLP/pN8Akfzrd/9Z/8AEUPVwtcPq5YzJl5T0eqWNvKiG2DDHShw\ ixUN+ZAAwmdn7HeL/QtnTQaJI31xvb/pHTETvHTkgf8AglcOFrHJ2iv/AMKf9rCn5mtNRSb4BLfn\ a7Ig1X/xFfBwk8OAOoZO0UDzv6qf9rA/Mlp/0m+ARfzlcnWq/wDiKMInhdyAjIOAl8VlPR0RBwoU\ IdtUMSGQo3ITvsCd8Jt2esA4vFFsnXqhJi9uA4uFV8n9ooAOEvhySdsnqL//AAx/2sKDBLMaUm+A\ XBe3AM+lf/G5Z/glcOIvbJ+ix/8ALH9+B+ZrT/pN8AjG/uf+q/8AjclLSXD3kzQc6YqOj8uqap6e\ NJUhuKhmSlaUqFiL36jDi2sKFF2/SYGnSQAm9zVqVhu1XucORcSE8lrDDxFhUnekuSFZm0bYDUJF\ 48/v1fxxmXSSP7LuPmrL0dui7uidJp/dPxVWb7Y1G/s+W1vHGHVCNFuFKIJKAuNDckAfH8/nhm9u\ acNcCICB9mCq3XptcE/njhYTxSobwWooCuX8D54Seye5Azog5a02GxFxvbDZxTloleFIuhR7yUjm\ OmDQCECBGSIp5KvXYiXxAmc0lrkK52gTDrCUP3TbS4m3eT1t42w2qWznPBkiO2Ncs+YTq0qNaC2A\ Z+fHt5LlKzPp2FrXMKu5nRtQRM8nKJpGB6VRywiLa0vLF2CTpcRcGyRYjwwLOo6nTDaggHOefHPm\ Y5Z9i+gmxWIusMMt6dywNZuNhzdNAetyPPgopZ3Qz0HTNOsPsOsxKJu0FtuNlKkqDbl7pO4OLp0b\ u38ReWnLcPmFnH5Y7mO2Rt3sgg12H/C/RKbhrQDkpTgKVlJio0q8B/OFfhivdKbv6+qweDPuhaR+\ SCwDo9sy77VX/wDIVKGV/wBHZKFIB35bH+Nr4yW7Oa9VUC6I4KVvCbUUkprN5qYz1llS4iRTaXwG\ sqSkRDrISQlaQSl1bHrbTZCT946gWIJvbNga1Bt6WVfrOENOWvr9x1gc156/Kxwy/uNiK4sxkx9J\ 9QZ/2TXS6I5O3HGcg1pOcBXIZqZ3Sqm8lIedUlkqct5f2TTjFUOomby2jq7q2jEvoh3Lmxt2Kk9A\ OWNVurMb0VH5+rt9fDmvlJSLzG7mPLwEjunvCT1HyqTSWnZJVlUMOzFMJAioZg6qEabcdSlC4pwd\ k2kNoVZI7oTp1EXHPFHszF6C0DdaZ8O1XS9DvobgNXCPHL3qrzLPi8d45a/m8LxI0JRGWqJa5D1L\ QcdLURaGdCEPwrsFMol5boGpD6FpiSlpOpKk2SlSSl7thsd9AtTWw6qXVHSKgJGcwRuxxB0GfBOd\ h9qD9LDbxkUWxukA5cM+fPhyCu1pnLHIikMnXJo60zI5PK4Yvxa4x5IRCrSnU6XFJFwkKuep8LnH\ mIOua1WIJqExGkz5d0ZL1S+uynSFQQKYbMjTd59vnyUMWOP+WSHMAUbOssHqfyVfYg2F1HEqeE2Z\ eU4VpfXBM9olcI5pQS2gl9tIDhKySyNUwjY2nStiWvmv6t2OInIiDxznIdqxTaPayriFUMa0tot0\ E5zoCeZj1DPLibcqC/R+aUnL5/JIuAmUoiodBhphL3ExEE80ASC2+3dtYA8DzKgd8NaxLXbpEear\ Zg8JRHTD7M5q3MGLhnHIhmXzFuT2Nhpdah29YJPgpx0k8++MH3BAEJc5NDRxz9vnkEY1PNm5NLpp\ OXNzCwy3gkE2cd2S2gjbmpSenTCrKm6JSTWwQBqUQNqikSuCh5tGLaSgjtXQ32jsQ8tAShoXvbcK\ IAtfYDzPWp5SzVEMb5AGvkoucRGXsNV8wiaFmrUPDQ1QQDaQjtiXZfGtrGh65BQbamyq2m2k2JBO\ G9egKlN1M8ePz2qQwu7dQqtuWDNp8ez15j1qi2bSSZSOZzOSTeFMHNYKIchIlrq062ooUPgUm3lj\ MawLHljtQvR1mRUptq0z1SJB7CEXFgkHZIAOwPP4fDCe8j7kN0C8lrvEk7gWte+/7scDkGDNfeyT\ 7JBG2+Ol3Fd3J0WosknSLhIv8BjoqLhp5AfPsXzsdyUeyBvfBi/mkX02wUVxLKio2B8d7DD2jUyT\ XcJ0RU8zseQ6Ha30MO6bxou7kCUVPMqvqII2325fVsPmPySDmEGUROtgK2Gr4XxIMdlmmRbBRDHJ\ QjmLE8/r88SNEkpvcNDc3JFzKOQ2y7uSAk7D3HwxO2luSQoW5uBGqc3iriFscSGa9nba1yhzZN73\ ksB5Y37ZQTYMJH2vvFeSNpwfpr8uXkF2AcK8Gr+SGh16ecAk3JvfvHH1w6I27uzlkDwptXnDpBqz\ idXnKl/L4VQCbpFjbF9uawWevqZ/7pTw8IbWCbbgfXzxE1Ky4x5hHLUNZO2o7Dlhi+snLHDQoyYY\ Wi1jp6i+GlWqCl+rwR0wwsJG5A2I/fhjUeEnI1A0UFMyIFL9e1Y47N4SXgTAtAO6rgbd8kdBbHjz\ pEu3nHKtKcjnMZDQQtd2dqNFlT6pOXBG1OwMTBNS5yEzGpWHUHomEDakLWplCkm7hug3bVewO5BV\ 0xXaVKsGy2sB/dOSXuqrCetTdmJ/BbW42bxrULDxUcl1ploQ7ZDQSA2kkhN7C5F+Z3wgadckA1NN\ OqF30bAZaNUuaSYWZ7JtSwLxjIsQN++MW3Yllb86UJdPWHCFH3seifujgVcvw8M9lT83NrXjQRt/\ m04uHSXU3rpn7vvKz6wM1SVJRncA9cZaRBVuYEJxxKwswF1ZgILMBBZgILMBBZgILMBBZgILMBBZ\ gILMBBZgILMBBeVcsArk5qlP0lKQc0KRSTv9hjr07deMy6SW5Uu4+ZVn6OwPpd1PNn3VVy6iyue9\ t7nbr/HGIVm81tlB0ZIvcbPeSSpJ8PHDY6J0CGmBmgpSCrfWkdbH8L4ReJCVY2Qg6wTdKzoTY338\ uX4YbujVH7VpUgX1A3FvHBC0Eo4WpSUp71tQA2F/rzwR4ASgycDzRfMxphYty4AS2pQ28En6thM6\ yjUm55rjjqBK11bUkSgKZf8AtKJcDgWEqSouqIKVCxB57+eCUau9RYOBAy+K+qey2HtOH0ZbI3Gz\ /CEX5s1jJp1StLweZErmFQMGYoaZmUG6luYQJ7NdlEkaXgP6q9yOuLR0f06n5wqGgYIadeOY+feN\ F5m/LAwaxtdmqD2b3ozXaC1pyktd1gDlI0jKZ4LTkJBSiEyjlELI501UMqRFxnZxfYqaLgLyld5s\ +yoBViLkXxW+kurVdjlR1Vu64huWv6oGR5Faz+SM6g/o/tadF+8GuqgmCMzUJ07iJ7VIqVMHsgFK\ KibHY7p8vHnjLrx+cherrSjzUkeGSjWK7z8yep6MgXY+WCdNTCOZb5uwsKFRTqBbeykw+g9e9h7s\ xIvmvb+r1vWM1nfTZjBw7ZK/uaY65pljcp61X9GMs9N4nllmohcZtScVmWzeelLV3D5syCWyWpJm\ uTxz9PqhJY5Al5xmFeg3nGuzLK4YtBIQopuokWWSceucNxXC8RuqTraqyoHQIDwSObYmRBnKBpxC\ +G2JYLimHWrmXFGpT3eJaRkNDMQcoznvXSs/Rk8zayjhpRSNQSURE/pmBWJoHy4wltbTKlkrauVE\ gLJSPaKQk2BOPObrv0FZ7ho1xBHcdOyOK2l9u5zWtqiMgcxGrZB8DI7/AFoXlTwmUZlzR9LSKlFw\ UE8ZFDw8bFIgUJdm6mdXaKiDe57QvFYSSoJO3LDPGcWqXdc1ahJzkDlI0HDgl8Pt2UaYY0dk80Br\ affyQwb1KlEhqX7Qh2DBQk3gvXG4xKnfulNwyrhSgUJaDa1BKHEAg6B3a4bAPri5YYyz4Z8/DvKt\ dHHicOdZPz6wI7ANR46RkJKOcqeHun5rOYbOHM/7RnVaRQDkM246BDQaBcAsoSLoF/ZKbd1CSLXN\ 3NW4cxgYzIKJLRvEM4JWzXhVyymcfMpxl49WOTk2eV2js3p2bxcDERarWC1lhbYcWbe0bkkb3vfC\ dLEarctRyIB80YUWzJGalzRlLwtIU0zL2YyNm8Qtx2Ji4yLc7WJmMY4rW7EOuHdTilWurqEjwwk9\ 5qDePzxSDzxTY5vzRbMNKJJCdmiLi3kxLmtOrS22e5qT1uo7AkXPxwdr907oRrcTL+ATlUtCwkIY\ SazCNZXFrUoQ/aPazGBIUNbLSQLm6rbDayuQ5PA0CAMvn3pm0l3WITAZ0KdiJ9NJ+0lEuEpdhXG3\ iNbynQNKyd9IRZzSoX5XGxAwzLp6w4p8z6oB4yqc+KaRpgM3pvN0Jd7KcwrE3utsp1uLBSv395s+\ PPnjPNoqRp3OuolbdsHch+Hhn2CR7x7Co6mHJCVjUCcQHpeCue4NTkvAZPgBtuFG2DekRRT5cVnY\ KukaUjy5k/W2O+lSno+YiV5LBKrXtfpbl8sdFRJ02QctFo0d0XQkC3Lbfb9m+D7+aQrSdUGfYC91\ Ha256/PC1Ook6LWgEFE0RDjoACBt9cvDD+lWKRqUhqSil6HBB73W43JJw9p1ZSbqYAlEUSzpPRA8\ +u2JCm+UwcQDITa1BGWSptvUTfvfPFqw23nNygMQrCeqm3mbpUzFlVr9mskE8jpP17sWm1bmO9V+\ oBJ5p1uMeJWxxI5hboGuGkjnXe8mgvLG47G02usGyOLvMryxtU/+mu7h5Lvvlcgg4JltiBhIODh0\ ABttllKEpF+QSBYc8fZN9wGt3W5BeJql6+o6XEk8z70rIeW6Nu6fcMRtS6lH9NwCOmJfvvYjl9HD\ Krdcko1/FGzUCdVklIFvDDF9fmjipOQzRk1A20kJF/dvhu+5CWB5o0alyjpJP4Xt7zhlUuYC6Hic\ lC+qoN81lXha9ciNEzUvs2gyRqAAuQ5z2PTy8DjyTt44HaJ+eceuMueXvWsYXWH0OiTy5n3BHMBU\ c6lkX2rb1WsIgX3AoFmDSW0PbgEWIKiU+7ba2G30twM55do+C7UtG1GwYzHM8Ep3v0om7bdLxKaj\ jJx2yUtQ6m4cJ021oTdNjqIuq97YUq1KjwKZme2E2pU6TH+kBEc5KylJXGNz+mlRDLqEORrRQVAb\ 2cseXgQRvie2SaW4jRJ5+4o95UaaToPBXAZFMqZkEwSRt65fb/QTiW6QHzcsP7PvKouE51CQpBMj\ Smx54zlxkq4s0W7ASizAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQXlXLAXOKpW9JI\ lS80aUQk3/3CFwf/AI68Zj0kPO9SA+yfMqy9HrourvvZ90qsCITcmxvc3vf63/hjGKzRIJW1W7wN\ Si11Iurz3Hd5bdMMKkp6zvQVaCSdxc3vbrhu93NKsyMcEGWggJ5/Ly8PnhFwgQjNdyWopHI2udrH\ CDmu1CVg6ytBbudWq4358zgRlmjOZnJRdM0ByGjACNCmlAg22BSRv88F3TOSVAzABzXIpPKBm66h\ qaLm70NS1PomkUgRseS2Hh2y9mke070tYW/HDKhcNDGhuZgeXzp619NcG2loNsaFCjL37jOq3M/V\ Gp4JjeIZuloOj6ThadZmcYoTdCnI6JWE9v8Acuew0PZHmd8XjozqVHYlULvsHL1j51K86/lg0L4b\ MW9a63WtNdkNGZ+q/Mu58IGSOeGTT/IZTFkG5ejCLcv8YX44qvSsT/KCt3N+6Fun5H7B/N7ZDtq/\ /kcpPSxptllTg1KNrbcreJ/DGT3bi50L1JQbut3hmp5+j+ZSM/vtmLmsZI5XL6bmr8fFMNa+xbdS\ 2wAVFJSi6niq6gQQ2sWI1YlsAovd6VzeAgTpJ/DPtWE/lKYo2hs5Ta4w59elGeY3d5x58BunKBvA\ mMiuhWQMTiqqbRNZFP6dzjpRxK4KPlsWuHCYgWOttCmx6spdlBKm3G0pXtci++V4nY1WVnNaI3D6\ xGhy07D71gdsaBohtZu4ajZykiCNCCSXD1lG0kyzpeEl8BA0dJojLtENCpgoWTuQyGIWCZSkpQ0l\ hF0pQgCyA0dKQABZIAwlZbS3VBzhJO8ZO9nnznWTxOp48FF47s5aYiGfSAQWAAObqBy03SBwB04Q\ oe1zUlV5f1pTkNHzFCZXAFbGqHSUoXDr0XWb8lpLYJG/jyONKwfHad+wuDd1wjLl28JWO7VbG1cJ\ e3eO+x2Yd28QdYPrg+K9y7KCexVRSDNepjTc++3iqJkkFDRakGWwwSDaKSpIW44ls6bIBSm7iSq4\ Wk2GGtAaDqPwVPpuHW1kQPHiPnkdCFJiDkuuZxAi3lRCghIWQoBCO7eyfdc+RxGVWkzIzThtUDMJ\ fMwcNELhIKHbh0sp75cCN0EciAN7+106DDFwzko+876/vShfSCbNnQ2kn2kkJTva22/LbCzdZCRM\ HIKEFfzlNQZpy+WQJmhQ5M4SSNvsPIQUPuOBOsKtsUkghCbnbbfktSAJBJ+eCeE7rPFTCgpfD0/C\ xL0ngIJqLLZh21AesFKOelTmxUBsdAUAOpF8LvrOcZiAVGgbwE/Pq96j5WMlVOJHVUO0qYTKYOtO\ JW++RpU6LlKbN2bSAbXSnl43vhgMoyUgXCAPBVFcSiFR8JlrOHPuolENFy95IKlJb0OJdSkFRKrA\ uuAX8MVLbCmJZVaNZHz4rVOjirnWoO4QfMe4KKy2zY21abcv62KQ1w4rUHZFYlgEarnV1Fuf1fHT\ UzhBoJXwsd0FKADYDSBe/XAFTmjbhIzWksEcgbcxYftwcPSYAAgrUtCgFDzNtt8KNcEjctO7lqi9\ 5GlZFx4W8cOKbpCQZkgDzSSkHa9+QHPDpr813c3xloiOIbFlXFiBflz+OH9J6YVWxmESRjW1uQJ+\ B+rnEjRem0JrKkgUsgr30m533sef17vhi34VcF2SrmJUSDrCbGZpSIWL2sC2o873Ok4tloTvt9Sg\ KkQYS+43olMPxG1QQln7yUSBzvKtzk8H+7G5bD1P6AP3nea8m7a5X7u4eS/S5iJDlpWkwm0voF+N\ lVVMrWRJ45JYL7aFKSp2F17OoJGxSSBbpj37s50oVDW+i38tcPtAh0cD2jjI9cLxbc4JeUrdlzG9\ ScBmCHASJgxoew+KQjkhdg33GIhh5h5BKVpUNKkm+9x441hmIio3eYZBUfSqZgx88UJalyBtySPx\ wm+6JTim+cvBGLUuQo7jfa9sN33JCWbX3RCNG5YkaSoWI5bdcM33R4JQVRojRmX7ghF7nn54Z1Ln\ JH9Jlmq+q7ZhXq7rFiLep6FSqbLGuNC9h/0f1fHrjzPtm1x2gcZ6serhrxlbDgzosqThOmcBfYqT\ yaChHJjDTHL6YKMW416nCreK0p02Chq27PqDe4JwzqsYG6tPYJ+YTpldxIZDxlMwPNC5RHQsOw0y\ ZJJ4lwJdSXVhzWddtO4PNFiUnzOCUHgQN0Hx+K5WpOLsnR4Jf0S2l+rKdUlltoqj2SEpvZPe5C+L\ Xst/4hTjmfIpriQDaL55FXD5NsdnIItJvvFH/wACcOdt6k3AP7PvKo2BTvFPegbYoquLQveAjrMB\ BZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBeVcsBcKpa9JAgKzSpU2JP2Gnp/nl4zDpH\ J3qX7v8AmKsnR4SLu7jmz7qrFebJJsTp5jbpjGKgJyC2qi2Rmi1xKgm5uPP6+GGL8jAUhTHFBVJv\ fWBsflhu9Hg+taFpJJNjzty3P1+eEi3jySoyEFBVNkbaiDzJ5fP9uEyARmc0ZukrUQLb3uRuRhBz\ Z0SrTwck/PZO5HxcDGNzWZS9MKVrU00QEROpFrOgjcDn7xhD0RLgZiPb3pxbv3QQQDPPhxyXK3mL\ TcJW9bVbMKSqpU4nImUUBKZstLMQj71e0O4TocR/ZBB9/WNtazWMG8IB4jj+Pt7F9MNjrirhuHUG\ XVECmWNO+zMZjVw1ntzlQ94gIOOldN0zDzBl+FjW5uA4y4ClSPuXOaSBYct+uND6LyDiNQD7B8ws\ U/LTq037JWlak4Oaa7cwf2HpYcNCw3kVSJ1m5ci77bf4wvn5Yq3SoCdoa0cm/dC2L8j9hHR1h7o1\ NX1/pXZnny7oUoJZYoQSXNAF9h7RvjI7wwe1eo6DBMcFcD6OWqs+6dy/zSiaDy0NbZZtTFUY6qCW\ hUxi5siHYaVDss67uJbhnC7ctkJUrSk3dIxZrSpTNgKF68Mp70tOebogzrAA4xlw1Xkz8oqwtX4h\ b1qbyboM3SzgKJc529PBzqgDYDus0THVU/aVrDILMHMeRwJqGreFHigdbbZZh4giRxFSsIusMOQM\ QkwE3bAWTpW2YlsKJQto7it1sFuW0XVKe7WpzO8JcGn94dZhy0kNP6wcsNrsaajS0OYAc2xkY5tP\ fEtzHCFNyrW4yFlCGI6OgYuJ1NkutNhC3rCx0gk6Rfe1+fXrjPcRpiAyoIceOsx5fI7VcsEqlsuA\ LmQdScgefPv1UeK9pCJqmUrgooQ8zi+52DzrYWh1Se8gLBtdXTnYgkdbYjbSu+zqio05j25Ll9aU\ Luk6k8dU8OXzqORRPIp1AVImWwcdKIKUzeALzL8O2kNqgl6QB2a7BXZqCQQb7hOlW4tjYcCxCjeU\ zWYc+IJ0n3civNW0mz1xhtwKFQy131T9ofEcQnNhYuGbdSFNqQp1JcKSfaFxY8tuXTEuKIDIOZ1U\ FmJBSikqHlQYjigKfiXC21tslAJ3F+e17YiK0ynIqyIQOvalhqXpyLjxBtuRN0sQrN7qiIhVw23t\ tzSVE9EhRPLBGjJHbT38lX9laz9q8QUVBRSoWJiJPI4idiI9X7VbcZEuiHQ8kKVbX2ao0J1AlHaa\ hbfEpTpltM1BxMeyT7lyu+eop5wFOzqoIdBlqXZbKdJSImIbMQ+tFhfS6tXZtIHg0j/pdcdcAGxw\ PbAlNN4BxJz+fnVEE0m9NoZipXIGomfy6XtKXGR6HOzgmdAupKV/5UggX07XITuThrVplrcyl94y\ HHJU6cSMGUSBKHkpQuEnpUEpupKUutqIAURvyT18Nr4q+1lE/RGv5GPEfgtC2Bq7l6W82+RChuEJ\ BI/pPEXO/jf54zXeMLZzVIEFewkoSe6Be47x6eP8ccmV2mTocl7LaEk7d4kcvK+ChxRpzg8FqKEW\ uBqIA5dRf6/HBhKI8mZARe43oVfw5e7DhjpCbVX80WuAFK9fMbqttqJ6YeM7Ej6U58UBdSkCyVA3\ tthwzPVFfWMQiiJCAohPd32v9c+eHlJNnkzKIIpKV6iFe6++/hiToHdTWtLhISCqaDL7JUlBKxY7\ i31zxY8Lr7rlC39AuZMJmJxDqbg4wrSpP3S7efdNsXqyqAvEc1XXkxJCUPHmXP8ACJmLnasta6cp\ 1dlC5/4JhR4eWNw2HuAywAjifNeUNsmE3xJHAL9VyQUrJGYONWlcHUBVMnptLmYuHQRLXnDqUhlf\ tJRr1KHUayOVse071pL2Co2N0RPHLQ94GXcvCNG+cykG0XQXCDydnx5jsQud0zKqxW/DzaAXKZ4y\ DZ9Le6k3sFHotB8eY64fYdjFayh1E71M8CfmD7EnTJJh2R+fnsTITejY2RRK4aMZF+aVgXS4PFJ8\ MaFZY7TuGBzD+CPO7qvjEqlgg3i9GJamwcT2bF7FbNt1W5myrDyv54SqYo/6QKLdIk89fJPTTd6M\ VQ3qzHZotjUsGrVsVHClS6gJEVeCNGpdunubeXTfDOpdZJUVOarvqtiY/prmK1LWyp5cyeaCR2Ju\ VFKRftOm43TuNsYTtMCcefugbxb69R6vf6ls+EPBsaBeYEBb6glcbNZjJ4edQ9QOVAVGWutqbg2w\ HkAJQhJbIFue6t7dcErU3VHDeknThr6k7t64aHOpkFuozJy59iTTcMwyUtIbiULSmzgcCRZYO9rd\ MNfREOACd729mNE6OXDQXWNKpsbGPa369cWjZlxF6w/veRUdih/QPPYrhcr2SzJXhcD78n8Bgm1t\ TerA9nxVJ2cGZJ5p2UcsVJXBq94CUWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCC8\ q5YBKCpc9I4Cc0qY2P8AwEgf985jL+kX61P93/MVZejof0q7Paz7irJidlXupRvt5/VrYxu5bwWz\ 0DHBFbgV4G43sOn7vrywyqiAE9pNhA1bq5aTa/K5H1vhnAEynDXRktJSbiwBA69bj6GE3ERK63M5\ rSE7WT7N+QFh8L4JGS65vPRa9JI8RbewwQsjMJRhykIvmm0FHbXV2LhHl3DhNxG9mEpTPErjvqFk\ LqCoCpC3VmPiDqJuUK7VW4HO23Tw88QttUPo28MgvsTsxYtOH0WRI3GD/CEmc468MNRNKy+uKaga\ +kqZmlpDUW6tqJhfuXDqh4pHfQoW63FsXLo2pOfiFQUX7pDD5jLu7NJ4LyZ+Wts/ZWWzttcspZur\ hpEloPUcZABgOEawZGRC+ZBOSR3Jyn1041PISSB6L9XbjyhTqU9usm6kWCxuQFWF9PLFe6TW1Rj1\ UVYLobMfujnp+K138kGsKvR5Z+jY5rGuqAb3H9ITIIyIkkTloclMbJTLSps367pTLmlYNuYzuaRG\ hKXIpDDbTKEKdecU6rZAS024q+5uEgAkgYzh1IOqTGQzK9I4tjNHC8PqX1yYa0cpzOTRHaSPVPCV\ edX1Wt5D08+1lBlXW8LLmYjUYGkZehUY233UK0y82RGdxF1LC+0sgEFR2xP213auDba5buMPF2TQ\ SNSeGQiT6yvn1e0b+9rOva1X01WBOr3HMmBwyJMNyHKNEd5McdWVub9OsySuGKRzIkUDFntImJla\ VRkhi0nb1+WRQLsE4lXd7VvUgKt3k4aYv0fOpzUtHlpeNASA4fsubkQVE2WNelq77wOp/dIjs92q\ mU1mPRFZTGXSqmplKphDoYS52qIggoUeWgAabiwxnF7gF5QeW1QSArtRvbZ1IvpGHcviEt34X1KH\ diTAiEKd3CVghSbcx47nEPXsDG9EfOvfz1TancvDxxlNtO6biJ1NFTuUtpg5olCkOONosHk9QoEW\ IIt79uowytLq4tKnpaBz7vHI8/nNOsSwu0vqHobsS32jtB4H5MjJFoYqKZQMW+1LgtyEUpsqbXs6\ 5tu2OdgVI1eFxzvtsWze0NO7o71Zu64GDyJ7CvOe2eyowu6FBj95rhI+0BMQeHcRrByCX6JozIkM\ wb76VohIdtlKCvlZHeWVcgnbn7+lzhCs4lxKg2NMCFGOt62FVpTVCYkiSalQchh1J2cSoWejFgnb\ UEBKSdwjSNitd+sZGYTuIMTnx+CQ3C7DzGNzbz6qJuAl01deapyADkewlx2GYDUdEJYaZSpOskRb\ BJXfmi58Zqs4NtaTSP1n/wCT4KOqAh57gp1TmmauqfV+mZdEoO6ZND9xCQDzfWmwdXsNgNI5C/Mt\ g8ag5/OiRaQGjcQerJehmlGZVDQNg++00GYcFJ0JUSEaeidhsPDCLz1QTqeKVpE70g5qovi3aZg5\ NUc0L6VQj6oCJQEkqCnEO9ipVz5XPX34g9oaHpLJw7uKuGxNxuYjTPDMewqvpp1D6EKDhUDtt1+v\ LGSuaWmCvQrXBwHL5yQm43uAOp8PhhNKAAnTRaLqsepHInBtUVjANVqK0kgG6hfcjl9b4PC4TDph\ A4lQUFFWk+A+uuFaYTWv9XMIqXchJFynptYH6Bw9ambWHIoA+QSUXI522w5p80pujii5bKN1G9vd\ thy15SBpAZlFLzTZ1bmw5774eUnnikHUw1uaIYqGSq+obX5eeJSlUITKpTDsk2FcQcLDSqLUlLbS\ uzWE2G57p3OLbs/We+sAoTE6IDDlCQ/pAlBHEBCqsk66PppV1Dc/7lw4/LHp3YJ7TYQTo4+5eKdu\ A43xPZ7yv0HaR4kKmo6cSOUZ20jNYOYS5/tYaNShxstKHdKikGykm+9ipJ2uMe6at/VpEsv6cZa+\ yeRXlK52Uo1mur4e9rg4aZezkfBTxd4v6CltPy2dS9UPVSHEFamYeJQh1tFwNXe28djbe2IC+sKJ\ zpPlVmhg16Kvo90AjnMT3wfgpBU7WWX+bMqX+j84l8z0pCnIULCImEWRfvNnvIPwsehPPEdTq1rZ\ ++06eHr+ZTe4oua/0dVu6eR4nmDxSZquj2ZWmROwzqn0hDzbilADSskEEdQSLi3LujwxZcIxU1qz\ 3vyyEd0pR1YMoejGkzyScbgNBB28bW/HE++5lMBP6oRqzA+wCLbja2GNW4yKV3eSq+rynJVNa9rt\ 2MqWnZK63GRbqWo11SVOlKvZSEpO5vt7sZttRhlpVun1HkB08ZlbNgd16OypdUuyGglEsrpCUCMD\ D1b0yYcoSpL7KipKr22OoCxH5YwzpJxyrgdKk+xsnXZeSCGE9UATJynPRWiwqU6xIqE0wOY17kvY\ mjaZgJYqNlldyibRN0JTDhASVgmxN77Wxn2yXSlieI4jTs7rBqlFjpl5c6BHqHdC7iFOm1ktqbx5\ RGXPRLOgJQ1B5g0fDMTWWTVsxjK+0hlEpPdJtuBuORx6s2Ut6TL1rmjOHcT9k81VcSrb9s8NB0Kt\ voFnspWsA7dseXhYYX2idvVPUqrs2Mi5OQnkMV1XBq+4CMswEFmAgswEFmAgswEFmAgswEFmAgsw\ EFmAgswEFmAgswEF5X7Jxxy4qXPSNaVZq02k3/4CQff985jLukVv6Smf2f8AMVZOjz/iLvvZ9xVm\ RIAUCbW8uuMjqtAnmtno6gfBFih3V6rauWn63xGPBGakKZKClI79kpJ5i9wPhhrUmUcOMdyDqSFe\ z4W5gj68sEc3dElK+lPErVZN7lRvsSMJao5PJa9N7G4uPDnhJ7ZlGnqiEXzMXbfQQTdBHjcWP8cE\ jNKMaTlELnUrLgqj5bHGpZrxDcMUqlUym7jKWV1G4ImHSpxZUVtKYTfRaytJIB6nFct21nAUqdMm\ MuY9kmPUvovg35T+zlphtGk8O9IxjWnQAuAAOZjLmc4UPuOfJljLPLLL6YSyrcq6nlztQiH7aUT7\ 16MiF+rOntFthCUtt2A5cri98aF0V0KwxB7qzC2WHlH1hyPgvM35UnS5Z7Q4BQZRuN6o2s07jRDA\ 3cdnJzcZIE5DsRnwfZBVhVnDFl5VMsnWXkJAxKY1bbUZO22XxpiXAdTRG3LqeRxB9KNjXqY9XqMp\ ucOrpHBoB4ytg/Jn6e9msG2GscLv6pbWYKm8N2QJqOI9itv4BciWqNzVmFYV5H079oQ8odh6cfgZ\ 408iGj3jocW4hJFwGFOpF9klZPMJOKRTwq7M7gLDzMZjlx14+a0Xb3p62fxezZh9hU32udL2kEZN\ Etz7HQTGeXJTCznqDigy5qKmqhy9o+mM+pA2Vrmshi4r1KYqZuNLkBEJABUCL6VawTa2+Fbeu180\ sWG6Bo5rSR/eGcd7fXCx64th6H6ThOZJzG8AIg6TlM8Dw7VGvMGlclOMqqISr8rqmjeG/irbKUtx\ kyl8OmYCNSS2ERsG+gtx6AFKSrUntdPTkRY8PsL3Ddx9uG1rN3AuIZnkYc3Nh45GOYOarF82zxSj\ Utazn0LtoyLQPSCBIyOT55HMg9VwTG5ZZw5x8HMrcynzYjZJmhnpLqji4OazGHi0mWR8rQhKmeza\ QhPYPFLiSopSLKCirUcaBY7P220NZ1agDTobuh6xDxkYMmRPGRlwCw/aPaHGdnazbXE3tq1IBBaA\ zeY7NpLQAWvgZgjxGassyx4ypVW7UlcjpRFwcpeLiXmEq7RxkpF1gJFwQAfiCd+YxnWM9Gbmvc0E\ Ejj+KvuB9KVtWDRUJaTzjl2KeFOwkqzQkLkVl9OoiGgXvu/W0BSVsFIBWpaFc9Nx3SLk2AFjjI8R\ 2QqsrGkW5anlHl3LTae19nRs/pziHN4AEZngOw+QzKWUfJZHIISAo+lXX1TJSTCh95WtaLIK3HHV\ 7al3u4s/1lnl3QJ+lh7abWspCAPn/c81gGI4tWuq77m5Ml2Z9wA5cAOSibmZRkFP6S/k/phybszC\ FSHpxEQ7/wB02lSQotRKrEuLWRqLKSFAcyAbFRmu8BojsfB3z89yi1mlQ2ZMW1ATUUlGGiGIRLDc\ 3ZitcNBNggOLeKFBaP1RbQNym1xvhzSpNAkmD5/FKis1x3Qc0U8OUno0Zx8RNKTxNPRkS3G01Dph\ XDZN0yGHcs2q+pO7yjf2vHEnd05taBAgdc9/XI9yaNqj0rw3XLyn3q1SlqWdlLDQkE5mXqKrfzcv\ qeh07Dbs1lRbNv6ht5YYNqb7CD4xokKjhqRmi3NcRcbJ35Zq9UlaYbS7zDj1zZSe7vawGwNjsDcY\ SrtEho0AXbSNeKq24u6Oeqyg5dLKeXJIKLTF/ZAXGRSWGUHuv995dko/olb/ANoDbCLrR9wx1JmZ\ OnsU3hF8y1uW1qxO6MzpyI96gDJ8jqzg2i3F1TlYB4/pRCG3w1fVsVW92Dv6jupT9o+K1Kz6S8MY\ C2o/y+KO15QzpuyXauysS5uCBU0Lz8hqxH/zd4pEin/ib8VIt6UMHjJ/sHxQZeU8xSO/V+VoPPap\ 4T/ax0dHuKgxue0fFFd0oYQf1/L4oA9lbHDUFVtlOkpPL9J4Wx/1sLt6OsU4sHiER3Sfgx6wf5fF\ FzuWUUE/+3GUwP8A/k0Lz/7XL+OFaewGJ/Y9qbVulDBi2BUz9XxQJzLRSDp/T3KJJ3sRU8J/tfjh\ cdH+J67ntSTekzBwP7TP1fFFrmXiUpUf5QcoUe+p4Xf3nVhdnR9iRyDZ+e5Ff0lYSBveky9XxRa9\ QTaASrMfJ8DyqaG28vawq3YLEv8Ap+1Nf50MIAlz/L4oiiKFhkm5zJyf03vtUsMb7f6XPDunsJiI\ z3PakndKGEESakDvHxRI9RkAon/fLyeKCOX6Sw5P7cPKWw+Ix9T58E3d0oYRMl/tHxTa1rlsxMoV\ xLOZ+S7aghaVFdUQ4A2O/PyxZ8E2XvaDt57CoLEukPC6v1KgHrb8VH30goU1n1KQ281EJ/QynBrZ\ XrbXaXtJ1JUCAUnTcEcwQcb5sFTDbEtfkQ4+5eZttHze7wzBA9srut4nsxapzARK5tNKPnlB0hKo\ 5EHBxUVCudq+uJcSjvqICf1Eq0C9tzvj2Rtpd13Ma6o1zKYcAMtScs/w8SvOWw+Ai0J3nh73jQEQ\ AM+89+nIJg5HPW4TKqDqh2Pl5hJIkfaMYEKTFPORcQ6ENqRycDZaI530rGKOzFW0bIXDndVuRMGS\ ST5K81rUvuxRDTL8gOGQkmVKiiqKzq+yJROoagawmcrLDcVLpnLng3GwjSkhSSw4hWopIUD2atum\ 2LkMMvQAKjMj+0JHtn1KsYjUsHPdSe9s5gtOYJ7Z0PaFISncyeMeAiUy2XxMzqGQNpS6XqkliApD\ YWEq/pEpWpadW4Cjty23wk3BMR3yWAADicj7Mz4qCrYJg25Lnmm7k10j272S05eca1X1RmFLMup3\ S1CLmcXN46UpfhmIiHDTzCeoC1gpJBF+eIPCtrn1bsWjtZePW31nVOrzo+DLQ3lOqdwNDs2tOR5E\ QZUvsvM1pjV8kl0+i8s6xhJdEgrYi4EtRrLyQop1aQpLiQSnqm+Ley6q1KQqlsBwnUcfWD7FTb7B\ zRcWB7SeWhHjI9qgLWlQRDtd1ZCQEJLW4YzV+JQqYQSUrBS4VAEr3F+RQefLFTxe+qOrvDgBnxAW\ k4NbblnTNRx00BQmW/bLEZCxjMRl128W4ptNuz0IKd7lHJA3Nj1xk+3/AEaWe0lOnTvqrmBkkejd\ ua84Cm8Oxg2rnCiTMcRKcBM3qyadlI3BSURCLWypa4CDQ4GzzBUoKFkje/PHljbDZXC9g8Wt7yyF\ WvULXOG9VMDhGTTJ4wVZsOqOxWi4Vq26GnsHblKdemKWfllf0HNYmOkrrkRMg0pqGYSylFmlbhIN\ t7fM42boM6fq20GOCwqWfohuOM7x5aQWjmqvtNgtG3tHGnUL8uQ9xVmtIAIgFI1JJDhvvexsMeks\ ZMvnsWeYAMj3pcpO2IVW1esBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILyrlgI\ pKpc9IwB/KtTytr/AGE3zPL75zGXdIzZfTI+z7yrN0d53F3+8z7gVaUS2CSN1WO98ZDWbrGq2Vme\ oRW4O71588RlVoOSfM03ggyk6j772Bw3YCMk4lB1IF0XvzsAbG+G5JRgYzWkp8ATc3+GCFxiEqKe\ ea12G4G4vtthM5ZarpIOiT83lcZMoqXKhZtFy0MOBxSUWKXhptpcHNSb72Ftxzw3uKTi4EGIS1LM\ 7pXKhnX/ACb1zmDXE8Zg5NUFVqncbAtQFRRCmXX1oeWA3CxBX2JQQkkNnQRe1ziewbEbuBQpdURM\ 9nMx4eS7f7P2cfSrjruOQnUnkCTHcJE96gnn/XFIOwlK5cw+T0TljXMFHuRUWt6DcZL7QYUAG1KU\ oOIub6k3Btzxp+yWHX4e+5r1GupkZbpJMzxB0WZ7U3eGljaFvSdTqzJDm7uUHtJOfZHaVInhoqOg\ pVw1ZfsTPKyg6onI9b7WKjUul5z+cL3JCgPIWxnW3u015SxyvbMA3BGfe0HgRotR2C2FsbrBKNzW\ EudvT/EVaJwLyqh8w86MtJM3kBlm60mLXMotxuGfUYeHh21OLWbqIG4QgFQtqWkWNwDWdn9o7u6x\ Vlk89QnMwdAJ5xnoFO47sVYYfhr76kAHsjdyz3icoz4ZnuBT95+ZhZh8IFUSOcSR+uoOlphFGFkU\ 2hYQzeQxr6z3YOMbUQICNVYCznZtuWKkOnSoJ0jFNlH1BIDTGsmMvhOsSexSmAdKVmWBlfeY8jgC\ RIz/AFZzMSJA5EppeITiqylnGSU1m3Fdw30jXWaEVLoiGp6OpyPJEonTiXUMPMRSwl1Km0rSgrQp\ SdRIbukJWYnDdjDb1y/CbgscYkiQNQXSMw9pOUECZk8EtiXS/ZXtqKGL2u9TZMCAXHIgQ4kOpOzB\ 3mOMZ5HRQG4QsvYuMo92Zzh+dTxaI6JW9FRHaRWtxa9ZDriypRKzYEkk90bm2NxrVmU2H0YDZygC\ MhyheZLYVLh29VcXnUkkkntJOfipv0vGRVA1C3NoIetQbay6uHWS22u5sVIIubbn3bnrih4gxtei\ 6mVdaG8xwqahWi5bZ8Q8TlNK3ct5HM4av57MFtxSofQqLY7N/skhCh/lA2lRF9glermvFDfhLnEU\ 3QR7FYW4iXDfcYa3PsB55ZevsCmdlrmHM6+ks8m7cvdhKucQqXSx11tCWYlRUe1eCejjXeW9YG6k\ oSLWKcUDHsBFoTUp5g8M8p7/AJ0U3h9+2o0MfkdZ5x85eso1XJZf9lw9OydhcshUrWREqSpQcII9\ Yi39Pf1JTqWdiQSLjfamGkC7XTy+fWp01t07zs5j8AlDScPGfo3CwdMpel8bUTsaqVvKBW9By1DA\ Q06pH6qlJQ2nv2AK1XBIthV+8AA7X5+ewJORo45CJ7/k+xQcqrhipmQZkZ6VHlnNpxTeZcTPZMZj\ PY91yOliY4S5uFbDsEAkssuOQ6mVLaILajqIKe4JX84VKtKnRqAFjd4CBBgu3jnxzkiR2JOixrHu\ qMGb8/AZeyJUYqSzU9JVARsC3PaZkNAqfhVOSiDjpvAvw1QxKdKvVJalreJcLZK0tFbbxA/oxh4+\ 0w+n+ko1fSepwIB4mch5dqSbVe+Q9kEd3uUvcmOKKbZ0mZ5a1/A0xTGbUFLPt1ENAx+n16VduthU\ Sll0JWQiIYdhnEp1KZeSpKtiCpPEMLPoBcMB3ZiToDEjPtGY5jTQrjKoFQNJE6/imc4xZqiVZKzy\ oJtKpRVz7NTQsU9LZo2l2C0OJcaS0tq4KhuF8rApT78Qhu6lq0VaYEjn8jNTeHYZRvKzbWr9V2uU\ zx45cFVHB5r0pEvtoc4eeHtpFwP/AGfSbfj78I3HSDibWkhwJ7j/AKlcKXRNg7n9Zg/hb8EsP0wo\ sIAGQOQab2//AHdQfxxXx0qYtMgt8D/qU5/MvgRgbv8AhaPcg6qvpA//AMCMhBcmx/R1u48/4+/A\ d0p4udHDwP8AqXT0NYNH1P8AC34IEaspIBNsi8iQmx2/Rxv88HHSfi05OHgf9SN/M9gwEhkHub8E\ Xv1VSl1BOSORaQNrinWt/PCzek/Fjq8H+L/Um380GDNzDAPU34IG5VlMjdOSeRQJNiE021v8fng/\ 85OKk/W8/ik/5osGJzpjwb8EXO1XTW4TkxkabcrU4ySnobDCo6SMV13/AD+KIOijBY+p7G/BFy6s\ p9KCP5H8krD9b9G2frphw3pFxXQVPP4rh6I8FBMs9jfgip6qZBdR/kmyaUQbf+zjFjt7sLt6QcUJ\ H6Tz+KSPRRg+7G57G/BFL9WSUaj/ACU5Mp6EmnGNhvuNvfh03bzEzl6T58UUdFuEDIM9jfgkNUdd\ y6ChIhxrKzJlKtK7Xptggi3UW3/jiaw/ay/rPAdUPq/3UbedGmFsZvNYCe4fBRw9INF9tnbS0SIV\ pvtaFpxwpbGhCSYJGyUjYJHIDoABjfNgDvWJc85lx8gvNO2zRTvdwaAeRIXerX/pAqarOlXqaqrK\ fLKqpXHN7QoqVb5bctZKiA0ChYJuCCD549N3HSjQcN00muDuG+Heo9X4RzC804V0bXtGuKtKuWub\ x9GR3/rclFSE4gsjmjUFNucPAekr6oZ1cE/UkUYVTrBPeW2N1BS+9pJ23G4NsVu46QLB5dS+hDWR\ LyRI0lvHs58Vo/8AJnFjuVhcN3wTB3MxPLPWPkKX9IekvioVUNK2craIhJWw0EttszF1gIbSLBKS\ oECwsALYXb0u1a1SarG569Yj3FVC86JK5JqPry482Tme50pYVB6TGUzSVR0pj8p9TbyLJdhp2VFB\ HeBSS2BsU2Pxwuzpdo0Hhwokxydr/hCTt+iK9JDhWb62ke8pv5xxU5FVNUTFZSvhtiYGfuOpi1xa\ akVBKQ/cHtEJYTYKPU7En34anpFtarvSOtpdz3oPs8/FTdrsZi9Fht6twzd0jdLsuOsQOxSwoTjY\ peX0UhEly3kUkhJe2GW5c/U6BEEJsToQpvUu9yb8ziYG3dOozeDAIyjeAyGQjJVHEthrr0/XqBxd\ x3HRy5qMFRVpC1bVk1n70AllmLjFxKmg9qslSr6Qq3gbX+OGF5tBSrVC90CeE/PkrjhuGutbdtGd\ BGkJYymYZdiIu9IamdhSbltMe2FAeF9O/wDdgDFbL1fvD4JCqy6DZEe1Kinv0MdmJemjEQ3AJAs0\ q7iz8UkDY/PHnvpj2f2gxOvSds9WDGhsH9IG5z3Z5Kcwq/oUaZ+k09505ZA+ZS9jqrkFK1BT1RZf\ 03GzONgn0OCGWfuYglOnRo3XrBJOodLYmeiC2x7BbF352cK1feJH6QOlpAECBIIzI8lC4tu3VR4Y\ 0U2uHKPZorJuHavJtmFRkXUc4kApmKMziGPVe8SkICBclQBuTfpjdGYhUu6QqVWbh0juJVPo2RtK\ 3op3pzkCPipHoN0gkWOG6nmlesBGWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCC8q\ 5YC4QqWfSKqvm1IQOkia3B5XecxlnSI/9KwH7PvKs/R02bi7P7TfuBVtRCdzcWsrzxjtcStjoAxK\ K3Bz2JTzFjy/jhg8QdU9ZkEGUkDVfUq+2w54bVA2CnIBQdaVAhWm45EDCe7IyRmnktC032KrJvy+\ uXPCJdIlGLQNF87NXQqKvHwH78EL13d4LQ6m11aSNtj15eGCHlKXojMSuLrMWTy+cT6uYadQvr/+\ 78yc0quNK/WnPA+eFba/rUKrX0Du9UD1QFan4Vb3Ns2ncDeGvmkLmLP4KhsuaEhoenpRVUqiZk63\ FQE7C4trQGFq+4UpWthVxfU2R7vG37EXVze4hWZVqEbrZEQOI1jXVU7brD7Wxw6k6hTEF+hkjQnK\ SY04QlfkmiSPZEUxO5LJIuQw7zsV2EK7Fes9mjtVeys76b3ACt7c8UXpCfWG0dajUeHEBsmI4cu5\ ab0Ylp2fovYwtHWyJB4njy5TnzV/nov6EnEuy+mWYUNHfo01UEQZWqdrh0POQcHDvEJhoVtwaFPv\ ROp11w6uyZhW7JKnCpFr2N2fpMouu3Dee85DMAAZ5nX1DxjJU3pGxd9SuyzB6lMSe0uED1Bvrknk\ rR80qOkUbATJqsYenIym4iFi25i5OIa8FM4BDRU4mIQT2TwCE6tCkg3BNzscaVb3LYJiBy1j1agL\ LX0nRy7Qc1y4VjSLOZuYlJSWQSONgqIajYicQUNFFaXfUEElkuFzvJOnsWUlXeJLijslJMhsxZsa\ TUIy9y5jFYgBpz+KnnwSZbRsVkhOkuKENCQtYVBAMNJTd0ONvN318god9Q+HQDCGPXMVIAS2BUW+\ hMnipByPLSramzBqeU0nKXJ1EQKe0eglMIU1EQ+lolVlrRY63AhO9ypYABvio3VYuyOo1VgfDQM9\ Y+fBR+iJW1SmYlQVNKJLGSqKhJu2iFjm1OCHCWoBghJWjvJCu0UL2J0qPIgYSo1eYyKcPpuMEZd4\ 1zVs9NpoOtZGzUBljohYSXsR0Uh2aLtTbSmkPI9cUCW0bKBTtd3UFC51FNfxBj6Ulrsu7U+5KW+R\ goXSWbz84iDM4KfTuMo6H0OPPBgiaTiHQhLjhQhtI7JppbqSWh33AlRK1ONpvTb3CmUmmoGhuemc\ d5HfOmnJWSjXLhuznw5f79vulLx7Mmi6Qkz2btfKhKpraNhUtodQwl/s2VlK2JNBOAgBSwWVOj9X\ tmyoa1oGII25ZLAIPLy7Dr5Adj8TU6jfqjz5n3Dv4AoqlcDU8ppGpYCclEFP5lLkTKYLeFlQilvK\ TDttp306nn4jSg20swyTyIwwcJd1uHmPUnoeC4EZ/I92vMr3UMpfiJvO4Sq5PBVTRkwRCKcg4ttL\ sNCeqx8UId5epWpLimIuFRqRbQW9YWkjCVVu6Q1uRHHjnl4ZBCk4OzmDw74HZzlRM42ahzOyBmUk\ q2gKdllUUfH3fmU3ipUzFT2mlRSktOFmLVv2D7sMwp5DiSFu2c1hxTmuVwUUqhNOuSI05HUwR6zE\ fgml1LWh7B5xz0+fJRiznzCbzF4cKudYjXY15H2ZEPmKV/OFFEWAHbXJUCCu/gfC1sRu0ViaFMua\ MjyVm2LuA69pjR2YjvBVZcuCkRbCRdF1AbX+umKBeQWFbjS1ATjOzJKEBKjqPOwPLFVZZyZUq25A\ GS0oj0uBZSFi+43wd1tC4bku6rgvnrOtSgBuDa3LbHTSR23MSOS1urKrje1iOY2/LB6bITesQ4QU\ XLXqCUlKikDf88OYTZlUmTGiAuv7Huja+3P8cLMpoB4H1Qi1x29+7tzG+HraabvqmckAcdUQAlOp\ Pv8AcMOWMHFc9ISM0VOrISoDc3vYYdsHNIuJITc1U4n7PiUpIU6Qq17Dpi04O39KDwUHiFQAbqaT\ j9SVZvUGrUU3y+ps7H/mYx6c6PIdYkuH6x8mrxrt42cQPDL3ldLpjphGtJZXFQcCzrQvs4eEaaGp\ PInSAb/HfFgq16725nKQdOPgmtCgxjpALj2klGUJK4RZb7VaXHCAkm9tW1idupw1fbgmSM06bXPD\ JLKAlMHZGiHUQLEc7D4YOLZo70i68dnnmljAyyAWgdpCtE35EdPnhwLdhEkJqbh4zBStg4SCQQEQ\ rDQuANIHX6HzwqG02ACMkkalR41Sxgwy1YFCR0HL88LNIyKbvlSbkwZU5DJcahwjUnUdJ5G3M+7G\ gXDtyg5zciAc4n2KmVhBT0LlklDDbsEIDtlocN0zJChqSq/sFIKe7YAdSCeuHmGND7am9/1iATwM\ 9o4dygaleq456dxSvcl8rljsTARUM29E9m2WXIONQ40klIJubd7pysRyw5s7F9Ju5XcKjuYyy9SQ\ FdzhvU9O3VAqtXAsyh96WsRsEhK2SkLeBWk3H64t1wnilNoouc0RolLHe9IA4g693tVkfBS+7E5P\ pcefefc+140FS1Ek7p8bnC9gf6Mz1+ZUPi1INvYaIyHYpoN+zjqdU9F7wEoswEFmAgswEFmAgswE\ FmAgswEFmAgswEFmAgswEFmAgswEF8Va2+AgqVvSJn/fekqbA2kTPw+9dtjKOkV8VWfu+8qz9HA/\ TXZ/bb9wKt58bk6ri9jbpjIbgg6LZqQjVAHE78rmxt4e4/hiPqTOYTtgbqEDUAEkkWI38rfW2EWG\ cilhlmg67+RPW55eVsIOKU3iRqtFtwCpdwdwfr6GCueZy4LkRnzXkhBFikAHoN/hhM6wlIAQR+6S\ lRCl2IPPCYJDtEvTcMoMZrkjrnK2ewWYeas2rSapy9y6Yqqaw7ExjmVKdmemJcPZy+FFnIlW9tQs\ 2knvL54J+gLWhvWfA07Ms+Xb7YyVsta7wzraD501PkotcUs9pyLojL6UUlJHpPI4abRCkORbgdjY\ 5Xqyh2j7gsAfBtA0p5b7nF06MQfzhXJAncGY/eHw81TelVsYbRdOW+fHdPuRxkNGRg4fcuWO1PY6\ Yg6f+uXin9IdBh2kunRn1fuhaH0Y1njZ63nSD94q3HgJzyj8tqlgqFmUa+qg59HMsFLr9mJTMF3a\ aigk3CUKK0NukWVpCFX7lix2Q2p+i34s6x6lQgAknqknXlHPsz4QnW2+ypvrJ13b/wBpSBMAfWaB\ JHORqPDirh83ovMKpKGzDpGiZ5GyxqbyGNhExrgszCRC21J0O32SdQU2UWBspWhV7JxvNzh4qMLH\ th3D1cl5/pXgBFRmYy07eKrO4W8nKwzfcr2vZHKn0Q8n9Vkb7jq9LrcxWFvPM6D7XZpTDJPm4Tts\ Atb3bLO3ptrHrGdM8tPNLOpNr1HQMgrAODXIh2My6zoTBRy0RrGddfy8l5N0KTDRyW77f20k7YgM\ dxQsqM3RmWtPmU8wm36meeZ8JTsqygqGSz+GjJm80t15alRDEKotlaSA0dLux0lKhdBAuCpJJBOK\ ZieIPgPAz458+3krNaUW5g+o8PnL3oHHZcUxVTk2diIX1MR8/mKk2AutHaKZasNhb7s2HRKT4YhL\ fE6u8NwnXzUk+3aGy7QNHxhAM4sm6ylczqqay2BqBWQzknpuNnMPJoNp1yKXCQ0Qyh5bZWFOphkK\ Cg0Bcg6gDsAatiYo3zqdUyATHESQPNIW9uKluCw9YT4TPtTt5a0Tw9RUJL3aPq2vcwGHm2Vwzsvm\ SIRhYK9bTfbQ91rKlJUr2rhIUDuCML1atU9VzR5pEAsziOwpETOY0rLJtPM9JzTMhjpFIYqIlFBS\ KBhkJagSXNKuwZsAp+IiLrddP3hCyAsCwNPqAGrDpy4+weHgp9ri5gYdXCXHjn8+KUUnlUfDZWTu\ KrFam6wmihNZ+/EfdhTvbJSlKHNRTpJ1AG4KUQ6RYajdlXtg1oI+fn8E4ZWDqwDBkMh7Uj8yH/0v\ hpJBOzmVQsIqWsv6Xoptl19bnbdkopvqUDrb2AsSR4XwWs0OO+QZgfMrtAejJAzzPunuTOStuBnV\ PTATes6hr6HjINcqjpfESdqXwzCFE6mg4VFxy91f5MG9ztsQm7LMCNDqdU8qNccvX85ckwHFFl9T\ +WuQBmkvmqyzOAzCQsCUJaV6wtYLjhCbdoSlknURcbna+7XEr/et3sdrl5/gVKbN0C6/phg+qZPq\ VUEMq0ShRve+23M4oldssK3CmDojd6KKkjmlPLnzGGNOjBRg6dF8hn1pKlJWo9DcWAtz/dgVaWgh\ dpxq5GUO4ouFRF0+Hh+dsNKrQBCc27s5hDHiAgpO9xvfa2EGjOU4fmM0WOK2PeB6E2tf63w5aEiB\ uiETxEUlJWlVgAbEjmN8SNKhICaPfrOSLfWxYqSPd5fD5YdChwSROa8qWFJB2G+xPXBgzNF1zRVE\ LuLdQf6t/lh3RbnkkKibCrogGGdZQTcIXfl4HFuwWl1t4qAxSqMhqms4/ik5sZcrNxqy7pwje1/5\ rj0t0ff8AZ+0fILxtt84fnA5cPeV2hSqkpG+wxECaxigYswxSIJZUEi13B91YgJVqKb6gByxulHD\ 7giWuHL6jvHVZg6+qb0bp0nX8fwSiclUuk4izBrmkVCEOtMxaGEobe23KAtA335cxgtxb3jATIjP\ Pdd70GXL6kFwj15qNTIW2od/TvtuN97W8uX1tjM3kg5q+AAiCEew6XlqKQ4nXe/PYj8zhEHtXJAl\ HkL26SUuKUDe4t9c8BxJMIzc8wlTClfaJHNNybkD66YVaYcAibsNyPqUo5PqCGglQBuLFXLl1xod\ WgKtF1M8RHLXtVKqHrSpD0vHS5xiLhY+opZBpcb0X+xA/wCz3k2ULEEqJTcdMTOE0mUrZtJz4AEZ\ gE5duqrl2HjNrXHPgYRtFSqn4NthUqqRM2UtKCpAg1MlCyO8DfmAdrjnhzUZTy3HSO6E2ZXqOkbp\ Hgk/V5CKaiyClffb+PexHYt/YEqQw9s1mqyPgbKjkpDLUACZvHfHvJH5YWwyforPX5lQ2Oj+n+oK\ bTPs8ycGS1PRbcBKLMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBeV8uuOFBUp+kSV\ fOCUpsDaQsX/APqOYyPpFP6dn7vvKtXRwP013z32/caq5Yjmb7Hkevy8cZNcRMLY2nkixwi1tOwN\ xv1+WGbnTMp62AM0E2Finnsbnr9Xw1OkpYRErUqw2ubdb2ucI7kGV10TktKhzF7+fngheNZQfJyX\ hRJuSVkHxHhywQ5ZITCT02gJhM3YFuCmkZKOzfQ+4WrWfSB7C7g9w3FwLHa1xhtVpudG66M/mU6Y\ 8DUarl44jKfOYec+b0ypGq3awnjE+jodUojCW4qFQ2uxRBpWooeZBCilCCFC57p54YU6hBAcImfX\ mY0V6tY3AePz89ird4gS81TtJsRTb7Lzc1iUONupKFtKEORZSTYgjw2xpnRnTi9rR9gfeVH6WqoO\ G0CNC8/dKefIJxtvh3y+LliCy+AD1+/Xb69+M96Rmk7TXMcx90LSujBzRs3bOI4H7xUmaDJXL3Ne\ zakkaUnmDtzxlG0WVTJang2Q3mnVWLL4kv0my/lzU3ZiX69gYNUJHxC49bRmLae8mIQNSQt09/Wi\ +q5KkhQJGPSGwPSfY3dBlviFUU6zRBLsg6OO8dDGoJEnTVeatvOja9sripcYdSNSg8yA3NzCf1d0\ SS2dCOBjgrsuEzJt7K/JajaadlbcFVk5iF1TUCErCiJtMCh59BPXQnsWuu7Z8b4u2KFla5JGbW5D\ uCz+0c5lIbwInmlHwIyGIiMoM24+EiYppuLzvzTU05qIQ4P0ni0doE77fdkeZTisYxWG+GvA+oz7\ uimrNnUG7Pb3yU8dUymaRFSU3GNQ32pBto0uqVCnUtKVldwQAFchy8OWK7d06Did0QR4RClWVHhh\ OfHx5pvZdlhHtwkkmDkG+phhhcQ99ylDYeeGkJSSdSykLWLge07sbDENZ0g17fnuUnXrwHBSCRCS\ 9cAiFaZbioiMgWuzZAJSlCEaD2lz7GnVfl7VsV/GwTcuBznP57E5sZFIcAFSfmdD1RwkV+a4pSMn\ T+Tsc7ELjpRKmUaIcOuKQp2GDigkxLBDatN0h5sgH7wJUXeCYtvfoahz5ynV/aNc30jRKaGgeMnh\ HqyspIura4mctjIBowUhpd6VRMEhbo7usl5Oh+KcVqcOpwW1WSkqAxK1cDuT1qbZA4yD5cPUmLcQ\ YRBMHtU2aoz2piraOablVTwz8NFTWAljK37toDgbLimkEEqVpBbTpSsgC+wKwcRN9YPIAIzPwTy0\ cGOyOQBPz3pvptmjS1CRr0dOISaxUZM4wfZ8M22mHRGup7rV3XAlYYaaQklZ2JBta+CGxe8brPbw\ 9XzKU9JukJq6yzBh6OkTdXw7In9EvaYqLVDK1Oyh9ZILjgT/AEjKlWRqsChQsTbcxTLAuqCkT1u3\ KfxUo65DW72oVaOeedUwznqSFiYabRMbSkChSINCwUgvK7q1WvYgAAAiw3ULA3xX9p3sp7tuPrDX\ s5DwzV62As3PLrx31T1W+8+Q8ZTPsQaykLKSUbG9uXvxSalwJjitO3clriAQoXOlN9x+z88Gprj6\ UxOSyHF0lPXV4Wvg1XmFxkaEo3hFltpAJ71zcn8xhhXbLk7tyhTjlk7FR3sPL+OEWNzS1UGOaL33\ CEL32A5+Hxw4ptzRTEZpGxbq9ZUohJ6WV0+hiwUmiBCiHkgwEWLiSDpKu7ytfltbDptHimxqcyhz\ LzimUFOpW1xfp78NqjAHZp1TfIzQN9fthJQBYjkcK0moP0yTR1NEKW5FJJu3pUE78xbF2wqnDQVV\ b95dUM5BITj0Wp7MzLB1JNjlzT3In/kFDp7sehuj2uBYkfte5q8kbc/8ceOX+Zy7f2mYCPhZdEyx\ 2YU6h6YLZU0wiYP+rFDatcQFq2WpQUApI7ybX5HHpEMa8AgRM6B2Xt4rEGtcHQ9odA1hons1K1vS\ +cvyYBiLnk3gW4dyKdbWy8G4RZuFXCtr2SLqH5Yb1qL/AEctJIA7ck6ovZ6T6sH1KNciZhH5shEz\ aiIqCCVa+xIQoq25XG3y5fDGU0PRmtNYS0T2LQa1RzWSzVPuzS+XqG5U/wDYtS9n2ry4hX2khWtk\ i7QR3O6oA94m4O3LEtaVsMqs3hTcACQQTEwYyy+eSg3Xt2CRLdBwOvGezlCM005R0M1LXfVJiGHV\ FLiu3CknnYpNtthvg4dYRO4QRw456aLrby63iJCEVdKaUgmZQ9TsLMmy4CXO2eCwo2Hs7dPPDPFR\ bDdNJhaeMpTDby5e5zapGSVcvrWAh/8AiMQoAae6tI+vHEnS2ipx9QpB+FVCYkZpbQOZUoQtlTtN\ OTFttZ1NPRBRfl/U3/V5+eHDNqqeu5PefgmL8DrZw+J9aUkFmnJlRUZEiQxUuQ4sOIh23i4GxYbA\ r3ODUtpmSTuR3H4pucArBobvAkdkIZPcx5RO5I9LYSDjmYlSkKClEWGk36YF3j7K1M0w0+xHtMGr\ Uqge8iFbJwJPKeyLglqB2m0eBf8A+IMWXCnTZ0ye3zKpu0LIxCOwKcLPK2+OylGFbsdSqzAQWYCC\ zAQWYCCzAQWYCCzAQWYCCzAQWYCCzAQWYCC8lQGAgvBcSLjUnbBZQVJ/pDyFZyysA7CRQ/Lp945j\ IukKfTtH7PvKt/RsP0l2f22//jaq64g72uBvbn9eGMirDMrYmHRF7uojfbbkevww3dHFOWdbhkgR\ JOohSzbnv57nlhtA1SrQtKgbgG9t/r63wQu4cF1sSJWtWo3HdNr77+PLDdzRqNUutKgOSglV7897\ 464EaBF0XlKkslBJ1cjfw+WEyBy1R2GYauNbM2KW9mJmhMHHFuxK6nmbiSDYoPrK9weh88NiJLWx\ lAV+tgPo4Ls01WcuYMrm9H0TCZqSCLrSHMZEttTWGiPV5tBBLBspDxBQ+LbaHgoeBGLz0fUqgvq3\ oHbpDRkcwZdoeI92apfSe2iLGh6ZpILzoYI6uo1B7jrzGqVuTLckbyIo5yRvzGOlCTENwz8ZDdg4\ 4kPKNygEi4uBcEg9MZ9t+6sdpK4qwHZEgGf1R8wtF6ONz+Tluac7okAkQfrHhJ84UiMvVrVL9kFa\ iOnx3xmO0wHpVp2BmKZyzUw+G/K1Obec2WGXLmj1WcTuGYiy4Lp9TbV20RcdfuWXRbrfEfslYfTc\ Vo25iJk9wzPkl9o8TFhhte94taY/eOTfaQuueFhmGqnkMB6v2a4mMZWpSUWDaS8BpR4i591hj17Z\ bxpPfqeS8a3AALWxkFFP0fEb2nCLLJs3GsBcyqvMOdNKVcFZeq+crSRfdQKQnliLx6n/AEgOjIBo\ P8AUlbnLdUvaom7j0ikUjagpUxFKUrTMW2v506t0FstrcFwWwHkW6/diwTYldYvaoNv6FrRxz4mY\ 7PeZ7OL+2tz9I9NvHPhwy5e3hxPZGirO0iEyaHdaUEORjageVrEqSCeX6ifdfywzsGAEwck6qkHN\ EcWXUwM7iTCONpbglNpeWwsmLOlQSlsahfdW5KRckkDqa/ibCS57dDy1UlZPADW81Gqqcpaar+j/\ ALLzLlspVJ1lx5ttpamjDLsSFpcUTdwfIC+ysVJjix28MoU7vB3VEx5qiDjj4E4qJklQVpQ8AipG\ YOHDkWliFSxMWuzQSYgobsHLJbQoqSArbVpBF8XXZ/aV9Gq1jzA7dPwHL2qHxjDBWaXt1GfaoD5c\ 8cFYZaJg2KyoGDrqppebSifMzEwq2iVf40WC0tv1kjftUlCSu6ykK3xoF3YNr/2Z3QdRr6gcjCrF\ G7dTHXE+ye9JKuOKatKpqKJq+FpaaREwfaDaYibzBT72n9ZRWBa6rAHc2AAHm2oYWxuU+ASr7t7+\ sB7VqoKr6uq2WTaczeMjJCIh12D9VgI15tC2NKdSXDcEg6lAjYEc+eM8242kqWtwLa3jISSQCQTM\ Ryy46ytU6Ptj6N9QN3dk/WgAOIBgZz4xqlo0yy0htphCGmgAhKU7BPgBbpbGRPqOcS55k/PtW10a\ IYAymIA4Dy7E47MFDCA7UhKVaAbm9x+/rviuPqu34Tp0HPRISMWnWbXt5DYfvxOW7TEIm8DmdUDh\ 4httd13Ugc/IeXnherSJGSSJzkI1fjYYNo0GyrWIH154Zst3k5oCsBnOSL0zRBNiUA3ta+34/PC5\ syE5NzI1X1x9KwAlQ8D78BlKNUQvgSk7GEEhR0EbgdLWxKUQU0uCG96ISdSxcBPQ25X/AIYkgMky\ cSToh6VNobbRq73Lc9cNXNJcU6YQ3UoDELKQpQTfV/DDimJST3GJTUVEjSXlJ8DbbnzxccMMgKr3\ wkyUh+OklWYWVCgSf97mn7+/slj8sb90ftabEz9r/K1eT9ug4X59f3nLt1ejG2HmIiUyuWLhUPCM\ dhYdMYEMC+nvqWbhDg63vY2v0x6RqHPeaMtdDl+BWI0aJMipMxqQ0erLkhi582uQxEC1KGIKIHbu\ Kim4p8OOIVchtSSrSUi5ttex3whcVQaJbujjnxPtTsWkOBJkCMoHjKjXTDyVThbpR6wnslFSUbkg\ kA2F8ZTZsNSoQ3Pj7Qr5cACjHOFI6FfEU03K/sqeLirhHZmFsuwFhZPMkDp4YszrNzoLaRaRnGWv\ 4qtucWnekEd6WLSI0plcPDySdh/td0Lg917abJQdli4sQMNL3AzcwHUiBOgME+saGdCk6NQhxdI0\ 5okr1qMgoeS9vJ5jBlRcP84huzClddI62xHY1ZVWbrnMLRECTJyUhg5a9ziXJDQxcStK3E9kjrYb\ AA4gmsI6wU7ugjVHraklVmwABtsnwwqxwIlJFpGRSoaWkpSorLgHib73wuHAlIgHQI1glJW7qQtR\ cF72NiPn0w5a4FceCFeRwLqV/IZLVLXrKpnHm/I/0g/HbGnYSZs6Z7/MrJto+riLm9g8lNllY2Bt\ fBiEZpQjHUuswEFmAgswEFmAgswEFmAgswEFmAgswEFmAgswEFmAgmiz3mtWyDJzNKe0LGtQFXwM\ gjo2XOqZDuh5tlTgIQdiqySADcXtfHIOe6JPDv4e1Hpbu+3f+rInukT7JVFUXxqcTCiC3mbHaFC6\ CmFYAIO45I8MYC/pNxSJho9S2FmxuH8Gn+IplayzZzDzEmwn1aVE5Us10JZD0S0hWhsE2SkabBIu\ T8Tin4xtBd3lQ1azvcAFN4fgVnb730emG7xkniTpJ9QASTTNo1dgYaWHe+8K3v8AhiJqXLydVKNY\ 0TAyWxUziTcqgJOen+JtEq/DCJe8mSu7w4ad5Xn7Qc2CpbJVEcv5k3v/AKv18cEJLTqj5O0OfrQh\ EckiypLT7vP/AIkjl8B5YLB0mEfeM65rcH4FzUF05Tqjz/xb9xGA4OK66o46Fb0CVKPepeSKHKye\ 1SD8QsWwiTEroqO5oRmGmioPLejJ5JqRfklTKqNqUzKKZmDy2IiHebd7NamHCrQ4HENp1IIBC9xy\ wdzgSJETx93KOKdW5fvmXSIyyz7c/cuMSvcs55Ma2zXnca7LaQomGqqaQ7k8mylNQqlCJXdthIBX\ FO/5toKPiU88RzHiWnMmBkPnLt5cloNAg0W5/BRG4oH6UTROXkupVM2i4duYRvax8eA27Fq9XI7s\ Oi4ZRzskqUo7XI5Y0DowYfzjcbwg7jfP3KidKz3nDrdrjlvn7pToZHOlXDblshLylLEK93fAduvG\ b9IDY2ouiRqR90LTejhpOzNrP2T95ykVlstQhCoXJA3FudsZjtS2XwtNwR59GSVfB6KLLinp7G5p\ ZvTH1MzuTuQ0gkilhWqCdeh3Hop5A5BwtlhtJ3ISp0C2u+NT6Fdn6dJlXE6gl87rewGd73CRwkLJ\ OmrHqsUMMpkhj5e7t3SA0HuMmNJg8FfrTUZCR0RS0xbioSL9TWlxwoUkkBIDhKkq3AOg+QONNc1t\ BtYZ5yfVwhYuXGpuQdFEP0cDEGn0fnBwYmGgXnI+h2Jo86LX7SLi4qLWq297mJO/nhjtHcVPpVUM\ OYMR3AZjwUpZsaAFKSZtQkyrGUQqElKGEmIcKB7SR3iF2576Bv4+7FFqVqgIBzn3Z/BTdIDd3wiO\ uHCmatw0AtkJbSh4oKtRdV/yQbI6pBvcciTcYmrJwNMuIzTKoDOR0RxGzdxiQF6OLMG8Uhtt5TA1\ N32AQg7kkHYbkkAb4reKUwCY+e5SNkAYnRMpP5c0lszSY/aUetFg2ylKlJhmiskgk2CnFWRdW4uA\ kCw3qL6ZYJcFPUqucDL4qPOYBeg3Gqkek5hoRxamYkKCVFLgBstQANtV7edrYQpt4FOGlp0zXPpx\ T8Jszy9SvOekaUWvK2MeDUxhkkuLksY4oqCy3pBTDOHkoX0K2OxF7/guOio30D3dYaHn+KhMSw1r\ CarcxyUOqil0tcp9KZfDtttrVpKr7HVuQAfr3WGJajWcXwVEPADYAQPLlt6Dgp1LnUJb7OIQ4Ei4\ CdbaSefmi/x9+Mz6Qms+lsqN4t8j+K2voouXus6lLgHeYHvGachs3UNa9ibH3X8MUBwyWo7upTkE\ H7LAKSPu+nTy/HFedm+URxATWRilB1Vzckjfz8cWegMkSmBOeaJnHylexUo+XI/D88PGskLj8jrm\ grsQsgpPet8bnn+/C7KQSD/swgJilAHTso8/r88OBRCJ6WRAQhExWhsJ3PT3YSdbAldFQNGa9LiA\ tJJBUbd7brjjaUFN3vnLVErkSELN1KHmPK22JAU8k0+kkZLa3GJWkEpCzcC38Pnghowl/TgwSvbm\ 7YutJ8N/2YINUeqWlsSmtqVQC302B2IPnti24SMgVXb89aAm/wCNoqdrjKRdzf8Ak6kI9jV+o51x\ vew5P0Mx9r3BeVNun7t+R2e8ruPRATBuUwrUPT06djFNjt30rjEqdhVEhrWD3NCjuB4jHp2pbP3c\ mefqnOFhdIkv1Edw1jnKLYqWTCAgopMVLoyDV2KzZxtSeh8RiMvLdzGneBGSkadyC4KP1OqZgJoH\ 4t5uFZUypKlEkDVccvkcZxh1VlGrLzAV3uiX0w1uqeaGqqEX2kcmoG1xw5PF5RVflz57i4xZBilv\ qHhQYtHRu7uXJONKK9hFRMGpdYvPNQ4Codb6yhTKySVae8bb9RbCzMZoF0mppzPkmT8MdBIp6+vJ\ B8wKoh5vBSSEh5+Jo2y46oNh4rS0pViSAeRVYYgtob6lUa0U3zEp9glj6Oo525uyBwTdpiXHgA6t\ KkED3fh78VYukdZWinRiSEeQyjD99KQpJ6W2PhthNlbcmEi5hJzR02805fcsqv7PIfR3w4AkyFzd\ cNUey8pbWCpJB6G/Tzwq1sGEjWdOSvR4GFpXkPJlg6rzKYX8/vsatgoiyp+vzKx3aYBuJOHYFNdo\ gq3P44cPCNRMhDNQva4wmnQcvWAjLMBBZgILMBBZgILMBBZgILMBBZgILMBBZgILMBBAo+BhZjCR\ MBGMoiIR9tTLqFcloUClQPkQTgzXFpDhwRKjQ5paeK5WakpmJpWcTamItJEbK4yIlbgIA7zDymT8\ fur/ABx5V2lsRbX9agNGuPhMj2EL0Hg9c17anV+00E98Z+1ELbRB0nUOtxivOzEBSodAgoS0xZWk\ FLYJsRbe+AG5yVwCMpQpMPdfcsVeV9z9DCe91olAsEdq2erczcJudvAeOBUcAMkpTIOS9oh7kWSe\ XMjc/vwVrgcgutiUKbhhqSux1dBfc7/xwZwzkIjZ4oV6sTZWybA78/rlgjz2IQg9bQD8zyYzRhYQ\ XmMCxDzyF2B+8hX0PX+IQofE4bVJIBHNL25IqNjNcbPFHCzyoMxMzK8bqaJrekkVDMISFim3nHES\ NsRCwmFcaXvDAEEJIshfMKJ2w3tXdYMgA+esZ8fntWg0P7MSfw7FX1nq8k0hQ7Z2BjYwi+//ABc9\ ep5Y0no1ZF/cH9lvmqN0p1f6tt4+2fulPvkg2n/B7y8UTp/mizcbG/ar/hjNNvif5S3P7w8gtP6N\ x/8A45a/unzKkTl8/wBlAPOuqKIdCCtZVvsN7/K+Mz2jpb1QNAzK0jBHGCAF1ycHGUERlFwxZc0r\ FQSGp9Hwf6UzkRICCqJj2239GkC57Fn1dm5JI0E2F9vS2zGHNsMLpUAOGeX6xgn3D1ZLzBtpixvc\ XrVxo07jf3WSPaZOXMKSrknkkVSFUMB6Ah6hhpfGxMDrdIUoFhzYKSe8nUUkbnffY3GJW8uS2IBg\ 6/iFXqVIFskxmmq9GTAJqPgx4MJbKpemVx7mWNLsNF1RQ06sS5sOOFaSpViUuGyUlRUoAJJIxH49\ bvffPYXS1zj5lP6Vw1tIvjTPy7lKKUqU3mTV0FGS92EiYSGYh23UxYdaWCpwr0OD2j92k9NiMUC/\ obzj1pjLj8/FT1I9QbvHP2cfFBo4OzSaRz0phG0xXbBoKCO0UhOgAp1Ad0m19ABJ5+YeboFIBxyH\ qSJBJyRqzBhC0pmcNPZk6NBbHZaNACSbnb+0bbkCw3viuYg5pqZO9qkbYuLMki6xYiJhKY5uEEwh\ itSWioxTqUNgk8hYFRGm9httfe2K5dPcGHPLzUtbOaCMlG6sYBcbS0S2+mYqhXXW32WkXcWohVgV\ HoD0Gx6m2I5p62sJ/TAGsJrKpl8HNaOr2mYiCh4lcFKmnHW3U91ZadGpzSL6klFr358t7Xwc1SHb\ wy+fmEqxsAH50UHIzgpytrB5qoJdLImEg0lRehGAgtqeSdKiB0QNiOftDzxKtxatT6syQmtazo74\ yy7FX/xTUpTFF5qvUnSUphpTLJfLIVhaUj23SFLJUrmojtAL9LWxR8dvH1K0vMmPx/BbBsHaMp2b\ nMES7u0ACjq2grWkp3F+d7i4PyvfEW21qvbLGEjsBVoq39Cmd2o8NPaQPNOHFRDaYMNJcZ1aAkAK\ ub+dt74YU8BvSZNJx/uu+Ca1scsmDrVW+I9yaqOadU4pSEOuL3tpQdzfniy0MHuwINJw/un4Js7a\ GxjeFZo9YRItiKslPqkWok8+yVy+WJGngd4cxSdHcU3dtRYNb/bN8VqVLJi6pKUS2ZKUqyU2YX3j\ ytywuzBbuJ9G6O4pM7S4e7P0zQe9OzBcMufEzhGo+DywqVcM4ntEKcShpRHiUrUFA+8DCzcLuI+r\ 5KNdtfhrXQ6sPb5hJmqckM1qIlxmlXUVM5LLwrSFvLbOo9AAlRJPWwGDNwq4ceowkpI7YYe7qisP\ b8E3r8O/2aPuXki1vYIvhCnhN1P9m7wKdnHbJ/1arT6wk+/DvJ5IWQTzCfHfl15nD5mGXMSabo7j\ 8Ezq4zaTDajfEfFAyVtgOG/Ikkg+PP444bCtpuHwKVOLW4GTx4pTwzsMINDhcb1FNyrUN/niJrWN\ xv8A1DHcUszEaJGTh4hM1PYkxb0S4jdqx8d9vr54uVhR3GgHVRdS8pvdIII70j+NBRVWGUKu6L5d\ SPne/su423YafoRgxn7gvM+3Lh9PcT85ldrEHwq+kIYbLScus1IdgpSgpEfDEKSDcA/e7gHe3jvj\ Z/5PY4M5P8bfiskOKbNE5uYT6+7yR6zwscerv3cXlnmdFMkaSlb8KoEeG7nmfnhF+BY7mCcv3m/F\ Hp4vs+M2OYO4n4rUrgo4v39IdyLrhaQb7rhjf/vcQT9jMUJktEfvN+KlaO1WFjSs1H0LwYcVbTAa\ ORlceFrMEf8A3MKP2RxADJn+JvxRjtZh5M+mahUDwc8VDLiQ5kbXaU3uSGmj+Ic3OEWbKYgM3U/a\ 34pb+VOG6isEfDhH4nWzr/kOr+/lDt7e7v4Qdszfz/Z+0fFcbtLh5P8AahHKeFTiOQmysk8xQoeE\ Ek36cwrBv5OXpGdMx3j4ofyksZ/tQjaA4Z+IiFSoqyXzJIvfeWk/sOOMwS9GXoj7Pikn7QWTjvek\ ajBHDrn8CguZK5ltm53EqXsMH/Mt6TJplGG0FiMhVHijdvILPBnSpzKHMcf1gJQ6b789hhY4Pd5H\ 0RPqSYxuyOlUeKuH4MKcn9LZJyiU1JIpvT81TMI5xcNGQ6mnUJU7cEpUAQCN8aVhlNzLOmx4ggae\ srL9o6rKuIF9I7wgZhTAQDcbXPuwaohQBjNDEX52wmnbVtwEoswEFmAgswEFmAgswEFmAgswEFmA\ gswEFmAgswEFrdBKFAGxIIxwhArnr4xKVTTPENmYyhBRCxkWzOGrp5iJYQtRH/Wpf+WMA6TrQ08Q\ 9KNHtB9Y6p8gth2HuN+yFM/quI9/vUW1siy7FIO9+g6D8sZuSrqABwW5lALQsDa/MnrgrTAldOsI\ xaasLAAW5DoPh1x3LhwXKZygFbA1rCbp1kHnbrgrRJkrsEZLwlvWnUEnV7+Y92E5EIstyhDWWNVj\ +v4bb+7BN0HMJTe5oYlklWk3B8+YP8MGETmuDMcksqMgWI+PjpJEIJhJhBvwS0qA0kOIKbfjjlUD\ dIQGRlcLeazdTZN5y5symBmDkvmMvqOaQTrakJW1FM9usluIaV3XW1JUm6Vbb9OeGrWipUAI4D5H\ D3LRqe79FFV53QB8yq6Mw8yE5vTsxlN003R2WsCswwahtboi4xaBrDBXdSArZSWrnQLC5vj0Bs3s\ q3DKZqVzvV6kTyAGg7e08V552s2vq4k5tJuVGmer3ka/hKe/ISZTuOkk/lIl0QzQMA02zLYhw931\ lKiHG2lfrjSLqI7oUOZJJOXdKlpa07qnWaR9IeTvAfZjInlnpxI7lrnQ3eXtS3q0qgPoGgbpOgdO\ Yb6szHHtVuXo8Mr6Kzm4hsvKBrx5z9HIhUVGGFCTpmbsMyt9uFdWAS2y4WjrNrlCVIBSXAoZngOG\ 0brFmU63AEgcyBMeyfZqtX2jxe5sMJq17UdfIT9kOO7vDTMTl25nIFddcdMJ3HLXBvS2i6rjNS1a\ IZ4MRKbXKgIe2oEG409PK2Nqqva53pS4tnw8cx5LzlQZuNDAJAgLRJqlmUI9+jSqFltNNzC7CYh1\ RdN1gp3bSN/avfkOZOEL+1FVm82oSQOHxS1N8GIlMj6NGbmJ4BuECGi3GHVQdDwUsUlCdmFQi34d\ TalDmbwxO/liJ2ut9+6e5siSTrzz96k8NqEM1n5+QnsezZpekISJmcbARs2qWZuORrTDCG3HIhhK\ tCVXNkttpCQNSzub21YqYtnugNdkdfJSzmkmCNMvf7URwvEBOqmdTDUxQzckhFL78xn8cmEglXvb\ QlCe0dWSeSQlHisC2HX0LdaXPdPKMz8B4ojS0mPclvJG89Y8B+YzDKumIYj+lVBRMY8sD9YAKbTf\ kACoj34iq9CkTIJz7vxTtjmxEEr1VcNUxTDwcPUL0erStTq3YJltMQ4QQlCEJBKEDvKUo3JAIFhc\ 4q2IUWzkI9akaDhmYz+dfwUZsw55FUvGSCSTKORPiuEQ+7DswwStxw6jY27qfZChe17nkBiNNODB\ MxHd89mvtUnTAdJ4d6ZovRsxrWJYm0TBSqXR8E7ARkQpwNo1uJsNlpCtKVlKbjxJOO7o3e33yjPc\ AI5fPakDS+blESWQREoo6dw1YTkOBUU9DKJhoZ0pUlTfakBK1g6hoTqI03NgcOHUnb0kQilu8exU\ scRtTRVX5tVXMomHdYUhwwrKlp09s0m+hxKb3AUDffmbnqMVfH4bXaB9ke9a5sG0/RC6I6xifV71\ ZLlC3KakyxoqOhZdLod1yWMXKYZruqCdKv1d7KSQb40vB6s21MtMCAsU2hobmIVmPzIce3iluadm\ jYPZw0uCOWpOhP8A5NsS2sOM+KhB6OMxmsdlc6ZVe8OjwIcN/wAE/W+C7/f4oz2CJhBXYedNgO9u\ jTtydWbfX4/DHSOA0SZDTnCAKdm+ohyK3O+zznP6+tsGDANQgCBqPJaHJhUSVAiPiSg+z/OHDhYM\ Bz0SmUSQgb7s+eH3sWt+3s3fWR8PPHHUiDok+woHonR7wdQTff7xVvxThUM5LhpCEXxCZqnUktwy\ h4KKVD46k/hgzyciJ8Ukchn5IhfhIhaEqdlcueQOQVDQ6/H+sjCu8ciSfFHZSY0Q0QeQSJnNPQsY\ 26w5TFNKUvZS3JXBq0A2ufYve2DsqmMjki+jYJI1UXeJzLyGick67iaak8llc7h4NcUy7CQDTT33\ ZCikLQkKFwFA2PIkHC9sA+q0PMglIFoYd5uSpr4rqol8znWTEc3GspS5l3JTYHl/S7cji/7I2b6d\ u+nGjiPYFTtq71r7oPnUe8r9gVkpsAUk77Y9guZzC8G05bw9iMGxqUmySLeXLCD40hSNAO0IKOIe\ wTpUO6Pxw1qMBT9jJ0CGpUOadI8BhsQNIT1rHawfBGLWkgbAkbYaPgJWmHEoxbCdKRYE2HTCB3VI\ MDtIQhJbHhghATljiDKEBTduQG2CboTxtQlekqFgm6grpvyxxzRqnDHmFuQoDb88IwjtqQt+oWNz\ v4+OCloiU/pv0QpKk7G4+OEU7BW4KBva5wEcELNQvbARpCzVbpgLsrNXlgIL7fyOAhKy454CC+av\ LAQWavLAlBZqGAgvt/f8sBBZceIwEJWXGAgvt/fjkoLybEHHUFT96SGmDCV3l7VqEgImEofly1Do\ 5DPhxF/emLX8EnGS9LFpNChXHAlp9YkeRWh9H1yQ+rR5w7zB9yrTEOAmxGoDn5/W+MQdI7VqgeOJ\ QlhlICLWBOw335/njjmickGkzpkjANLVsQCRz6C2CkkINBnNCG4ZYUVhLjpA3I30ixN/wJv5HwwV\ jj4o3owT3L020NIIUFW5WtgOcYldDRwQhlAJN0WUdt+mONMd64NZQpDY1khKE33vbkPq2DyfWiNE\ HLij2QRC4OdSyLvp0OpPPlv/ABxxxPNGJJkLj89MRlk7SfGFn7JIB5coYn7bczh3wi+gRDWlSki+\ 9ik8j+OCYLXZQumVXDeDDMc40VqbbVLvCalCmYcQRJ4SqInqcm1COy2iomCj4jS8qcqMuZVECHhd\ CEORZO2oobQsgHSlF+8ob29H2WK0r6mbqk4Qcs8s88vH8F5zv8MuLKp9FrNhwOnv7lP7LFBOR1JR\ KoqIimHBFerh1AQ4zDCIdS0hSU7JKUBII6G9r88eVdt6odtJcACILZ7TuiT6/JewOjm3LdnbeTqH\ H1Fzldl6F2iZZOc8a1qqbwqX2pJRr8RCuqT93CPRMWxDFa1EgAlpUQkdSFLsPCX2FYPptavxY2B6\ yB4wdFEdJVdzMNp0gcnvEjmGgu8wPYulmcwzEbLBAOsSOp5OlKPVSYrsYmGQBYJSXBchJsAQrUNt\ 8XepdQ/eEtJ7MvYssp0zEORMqFr6WJln2LO1T1lD7SxKqgZbdWgpWkgIiUq1lPMWJVcbYJUvWEdZ\ uZH1mzHrB09iW9DvD4+5VbcHtSZp0dw+zbLuT5K1FVz9L5iV1Ti4aVlLjsK4zPIpZZIBCwhtCybn\ YITe9t8PsaArVmmm6d5jTrwgGVy1inTO/kJ+f9lJ7JChH8xpaqrKgzTl7UcIhcDCw8rlLcQqFaad\ WNDcS6paFvgAArCdXdNkjmKjeQw7xbJPqkcDpPsUsXAAMAiO/iph0lQmXzUH9nwsVPI7sn3EpjYi\ BStSgbAjUUkJ3UTyHM77E4iKlw/d0y70tvEEk6pfQsPT8FENw3q0fM3nLkLLQUloA7X6AX25/svi\ NrVHGcgClW5iSUhaonNQwjifsKgUQz+lTbUXG1CyEQ4/WdUyVKSkAA873Ona2IOrX38nEA9yk6dN\ vE5dgPmoZZuNTKTNNxcqhJZFt9gvto5cwC9T5UHB/OFbLcUUlGwICVEWAAAiyQHEacuCk6PWPeeX\ LsCjNUSZdV8zgX6+ofspepLiG0vxyIttpvSELsUoGgjbYiw8dyMHpuDSC1ONyGncSEbp2AnFPvrp\ 9p2RU/AwbbzzykrbbQgd0qDYtZA7o7thbbDpz4MuzRXN3cpGaqAzGm7k6rGbRbjqlISUsNXTY6Eg\ W287k/H50jHnk3TgNBHkti2Mp/1awniSfarCeDipETDLpuUqUe0lsc9DC2/3a/vEfipXyxfNkK4f\ bbh1aT8VlfSNZmniPpBo9oPrGRU1EONqFl2TcA38fq2LQSqEZjJBXQkJPPUNxbp+/wAMKBo9aOXH\ QIli2hZy5A8Rb3eGDOdCTDiCko6jS4Qps6eSd7nBnGcpXZ5oI6kdxJTsSTcjpg1OCg/dOfJB9QDl\ lI5qsDb92OtkHNF3c89FsIQQSTaxAsR+eDdoR3A8ESPrBK9yUA6bkYVEOScwJRS9EpFyndJG1/C/\ TB4BMpPMd6T0Y93Vatr3G3Xfwx2EUFN7U3qMVIZ5BzAtiDUw4lzUNigpIUPlhTdjRFc4wVxs5xTV\ MwzBn8JAzOLmcklzqpZLlOLB0QzaiEpTYDuXKiPI9eePTmAUAy0YXiHOEnvKxLFrlxuHRmAu6SSc\ e3FNHNofl3EzmxGwxJCXG5uHUEg2PeFxzBHkbjbGUHa3EoP9If8AxH4p8ehrZoHq2jB63f6kvoLj\ k4tDa/Ebm0pP/wDXg7fLbBXbX4lwuH/xFGZ0O7OcbRv8T/8AUlVBcdXFXq0f4Q2aC12G3rVzfbpp\ OGz9sMSGRuH/AMRTkdD2z8f8KP4n/wCpKSA49+K0qKEcQmYJI53W2q3x7M447bTE2/8APf4orehv\ ACP+Hj+/U/1pawnHtxbWBGf1Z+Nilg7e/sj4/hjg23xH/ru8UoOhzAf+if8AuVR/nSmheP7i1bSV\ /wAvNVOafaKmYbb33Zxxu3eJz/bH2fBdHRBgegpv/wC7V/1pUy30hHFoo7Z3Tl1O3tQUKf8A/ThY\ dIGJDL0p8G/6UT+Z3B/rbtQf/NU/1JXQ3pC+LBsXVm/EqTt7UvhP/wDlywYdImJzHpPY3/SkT0QY\ VoPSf92p/qR6z6RTiraGpWarTvL2pbB/7AwqzpIxIGC//C34IreiHDuDqsf+6/8AFHsJ6RfipUQk\ 5hS17x1SmG3+Sfq+HI6ScRAzeP4W/BGPRLYcKlUf/Ifgj5j0i3FCj+kraROHfnKYc/Plg7Okm/OR\ cP4W/Bc/mptBEVav/c+LUbt+ke4mUXvU1MPDldcna/JQwoekW813h/CFz+augBlXq/xN97EfQ3pH\ eI9QBM1o9wHqZQnf/X/HCo6RLuJMeASD+i+mP/MVR62H/wDjRyz6R/iG5KiKLWeW8o/c5hZnSHcE\ aDwRXdGTf1bmr/8A6/8A9aMUeklz8QbLh6EdV5ytX5O4W/nBrHMAT3fiiP6MiP8AzVTwp/8A60ZN\ +kmz30hS5Rl+q1v/ANnO7/8Ae4H84daYLR4H4pI9GTh/5qp4U/8AQjNHpJc6P8pIcv18v+JPC3/e\ 4VZt/V1LB4fiiDo0eQCLt/8ADT/0LePSWZxJUUKpmgV//LPjb/6mHDOkKrElrfA/FF/m1qDL6W7+\ BnwQ1r0lmaxBLtH0GbdA3EC/+v5jHf5xn/YHt+KB6OK4H/Eu/gajBr0lWZWxcomhlb22VEC+3vOF\ P5w3fYHt+KSPR3c8Ln/APihCPSY12k6V0HRhO3KIfG3444ekJ32B7figej28bl9JH/bH+tGTXpMK\ xPt5c0lt4Rz4/wDLjp6QSP1B7UT+QF7/APcj/tf/APRDU+kyqZF+1y1ptY57TJ7/AGMAdIY+wPEo\ n8gr6Mrhv/bP/wCxDG/SbzUEh3K+SqPTTNnBf5t4L/OII+oPE/BAbAYjwrs/7bv/ANiHI9JpE2sr\ KqXk8rJnKgfxawY9IbQJDPafgiO2CxEZmuz/ALbv9a2D0mtgFKymbA//ALyb/D7rAd0kMGtL2/gg\ dg8Sy/TM/gd/qUdeI3i4l/EHIqWp1VA/o1HwM09bbjBMA/dKmHW1t6dCdjqQb/2BitbWbY0r+z+j\ hkGQZmdJ7OM81Z9lNl72yuvT16jS0tIgBwOZB4kjgoooSnmRpHmOX8MZY4ELS3mZle2UA7LCU2Nz\ brhvvQlAJRggA2uEi+3nf92DNdvZlEJOqT2aMjm9UU7QkwpmKTG1PTz0wegJXEzuNlEN624qGiIS\ PEVChR7ViJl7LZQoFKoaKjBZRPZOGpVGglj8gYkwHGOIg5QQT2yAuwZkfhx148eHhxDsVpGws1qa\ ZTGEjWJj6w3DOREQ1C+rtPxXq7QiFoaO6ELdS4sJ6BQHTCA0iPnt7UVoO7kfmcvYkwhGk6t+d98A\ hwSoZzQ1sAqSSQCR779cKyBmiTGq2juOBaE7AixJ2P1+Rx0DMJQAjRUKenIyamdSZtZIZjSlUBLp\ ZMqcfanEzjF9nCyxmHWm776rX0jXpCU3WtSkpSCVAYaMEPLna8uJVk2fudxr6Y4wuaHOaYwhn9RN\ UK/M2pLC0sJbCxkQewjI1Tiyp9T6UmyGnkhNmbnSmyTc6idZ2HpMbZjf1NQk8sgIjtBnNZr0gvqH\ ECRwYI9clPFla+8rJKiiyVLh+wdUEAk2Jec69R+3GK7aMH8obidZH3QvQXRy938nbZx03T95y6Y/\ Q65LtyXJKcZ3OS2X5izWrY4Qcslry4iHgZRDy9x9srciw0tpUWt150hHJtsI3K3CE3TALM2du6s3\ J1TmNI7MvnvVE25vjc3bLWd0UhPCSXRl3AD1nuzt2q6f5omGh2FZJSCKbQjs1uOVY1oCduV0BQVv\ +3lbCzHMDi5tUZ8A0/j6iq20AAN4psptC8Rs7hQmR0xlXTkE6ghtTcxiZpp8SShKBdO5sdjvbDin\ Vtw7eqPcT3Ae0n3IFjozHtTPcA83zIy5zg4/cvZ4/NY6etZsPRaEy2GZh0QbkwlcDHOxJ7RxXZtu\ iIaIQCSFMkg6iLFxy43KNvcW5ghpHPIOIjxBSdpQ3w6nWEgnyTySDNanafqXMOlqxyUi5P2M0+6i\ 4ZHbNuNFCVIWUF1Lmygsd3UoFJ2NwTAXNBzqe8x/yc8ss1KtAjVOvl3WNK5hdsmQ0e5OCmyHzL5m\ 9DOkk+y7Dv6VhR3KTyN1AnphhWpPpt110keXNHLt05lPcmMgJPK2WZZFmSoCx2Zj2ElDO57rikqQ\ Sjn3tRt4nEJUuHBxkeHuTmmwA7uqQU5j57AlE7apikqwU7dCFyuc6HHrf8mIhtKArc2Haj98FcCT\ kY9Xz5FSlJ2UScvnmor13mjlxAKiZlWVAZgUO8hKm3oyMo+LiGbG9yp+BS81y/WJ0kdcN2UnuhtM\ h3rAMdswnhZujIyD2+Cj5KKx4d64lsLT9D5n0REMFJ0yyVxsM1EOE+3rhe6pC1qSk7C4PtDc44be\ rTA32EeqPbp7UcOJO8M/avVXCnKeoWoZNL4iaTR6aNssvlDJu9DupWQlR5J5pFgQO6RfxUbvPcCN\ Auln60RErn8zEIarqsUoSG0pmcQ2ADcJssiwtzAtYeVsUe+O9XfxzPmt12eEWFEOy6o+fXqpEcHt\ TqltcTqn1LPZR0KH208wHGl7+/uLVt5YtGx9xu1nUiciJ9Y+SqZ0lWAdbMueLTHqP4j2q1Jp02BQ\ opHS4sb40STqsVa/OEOKyq17Daxsfy92OgQuPRfFtJWhVrD8b+W+DuGWWqLM6pKRA7xFtQuQdiDY\ 9frzwdrohca8GQitwBK1pUoqTbba/vtgxdOiEtA70DdsDe+oDcgdfh8cdLsskC8ahBluaAQdhYDn\ 5fjg4HNc3xwRY8r2tQ1gXJuef1+zCzSO5cL+CJogoSFEnSR44DZlcG7EJMR7wBKVkKPvtv8AW2HG\ RRC6MkgZ3CwsbBxcBEgOQz7amXADspKgRvv5n8eWOpN4kZrmf4j+HSncps2KgpeTxEyelDmmPhi6\ AtYQ5c6SoEXsQRfwAxteAbSOubYOqDrDLLsWVY1gZZXPo9DmpmP8cFb0pTtPxVMUXlzBSqJVEF1k\ Ie0Q0Uly7qEJSpIAs406NrkOnwvih0rAOcRJnu+fwWl+jA6iDQnpJc5IZ8drRmW0Uze9tEQi/kLL\ NsL/AJracy4z3D4oraZB3YTjt+kDjK1pSo4PMPKinW6SIZg4xyEm77a3lLcCtLSCm+tCUqdPeAsg\ A+0DhlXwyHBrHS456f78ckuaPV3XFLWc+kpqikZ1N6cbydkCXZc85Dqdcnbig8UkgODS2NljSseS\ hhm3C5a1wdr2JcUS7rFHcP6UmoZdETtE4ynpRENBKghrTPVtl4Ps9odOtHNIHxvfbDyrgbvRMqMM\ lw0jkYUXb4mH1X0niA3jMcJToucfFG1PHZcwVW5d1FSs7fi2ZhDNszttTcK44lTbPrRGiyHQ57Kg\ oJC0rUNhavVLMy4jPd7841jLh/spn0DgOrmtr3pYKWljsTDoyPq5h+HUtDrETN2G3GVpJCm1JCCA\ sFJSb9Rhy/DXZCRn3+OmiM2kXdYD58Ed056XGgJqC1H5KV7AgWC1MTOFcIBGxAVpv8f34FxhrqUb\ zgfH4INty7RO3B8fuTsXMGKzfgc54LsKbemS5CGmFtxUGl8XiUtJdt26O8q5UCWA4qxA2jm27nuy\ 5xrxSnoDogqfS25DQrhbTlzm64kbXEPBp8uXbYcNt39niivtXagH2fFKmV+lm4ZJjobmUkzcp5dr\ 6nZK3EJHIWIadKvkMKfRHngPEe+EBYnmnMhuO7h4lEdXNQTjMerpjJ4eOgoRyXKp1/tJE+4wdLVk\ NhSkOKZdXqUpQDmpF03CcM203HM6HMacNfn16ZrjaDg7dAzQ4elB4VYXTriMylovYqFOOFI+Gr8s\ GbWA08x8UR2H1NSlbIPSOcJtTLgoaEreoZdGPOJbZbjaejEdqsqsEpKUK3JIHhc/HHKlw0GOPq9x\ RKVjUJnUJRwPGVw8U7AREyrPPSnZtCxMyjm4B2GlkS2Uoac0rhltoQo9qzrQhROkm6VW72Em1y3+\ 0J4cOB/BGNo76oHv49iNk+kG4SG4dTjmZ0UyyBdTn2NGBIHmdGFG3lGd0T4In5vrEiQEppFxpcLd\ YOtMUvndRT0wcSShh9T0O4Ta4IQ4hNwOZF+h8DhWrdNgmfFD6A8OzCGy7iayZp2Uyr+U3PDKaXVC\ 4wh9xMJMSGH0K9l5lGpay0sbp3N7HfbCVG+aGS5wnsSb7czGhRkxxo8JzhQyniAy7Ssmw1xakDV7\ ykeeFG3lI8Vw2VQ6D58EsWM+sqahgY1+gs1csanmnq7i4eHRULCQ44EkpDllakpJtdQSbXvbpgPv\ 2xvU3SUl9DeJLmwjOX5t0RL5dAxFb5hUHS02U2C/CuTxhPq67d4DWpKiOdiUi4sbC+DU70Ob13Ae\ tdfRIdDQjGHz7yTiViHhs5MsXXyBZtM+hr77ctf1bBhfMiN4JF1k+NMkZzjMGEZkE2m9JR0oriMZ\ hy5DQkDMmletODk2HE69JPiQeXvwKl7AlhlGFuWjISj6WT5kwELHzWbS6UpcQFFD8U2nRfoVKI67\ beGO/SCMy6CjfRsuq0n1I0aqWQRPchqjp6Kc5aW4xlZPLoFY4bwEZOEJP6NORCLqhnkykspj5pBS\ SbVK6ylK0QkChvtIjcA6S4UouASo3UNgfIYY3F29jd5uZ7Eu22ByiEeQaZg4zDx5h3EN914HsuYu\ CNwN9sdNQk5nL1LjqR0H4Jxki6zqKlJO4PLHHMB1SRIK3pUAolQGkcib7/Vh8sFdHFCZyKGIVqGk\ ixOwsfrx/HCLXkHqrsiEPRb2T3eh8sHfByK4SdEIsUhIuD426/w88cDI63FAuEwV50hYJ0j3+eOO\ JdmuAZ5FC221XKrW8B/f78cGRkI5krevYHTdSeQIx1/1c1ySqw/TO5ZTrMrhDoWf0xJ5jPKgkdSN\ JbhoRpTzzqXLpIDad1EX1W35bbjBBAqBx0gqWwOoW14C43s+aZqWjX5Y3OJbU1JTCIlLjrsNFw7k\ KYnQ8G0qLbiU6kgEpuOdiOmNM6OK/pKVSmYLQ4RxiRnn3qq9J1EG5puZkXNz9RgKU/8AJdU2VGUV\ PUhWbUFCuNQcVDmLgojtoR37xetbDwACkgL5gA7YxzGbttztBUuaU7j3AiRwEDT1Lc9hGtpYHRtp\ G+wQQDxknu4/Fd3EBUmX2Vc8l8hpOPhWJE7DNQcPAQQ0QXYtMhLJadB7FoFsNrCVFGsKBSVBYJuz\ 30/QeiBmIM9+vyB3wsdpUalWsbgt1nv18SQj+pqjho2SGYySBk89SpKXUKcWhCHN7nQtKVBQHUjE\ SxvXDd5Pi6Ackjoqu60hZXDRDktiJWysqDaYdtRbbN7anFAA6AbA2A+PRQ0ROYnx96Kc9MlC/IOu\ /sfjd42JDGTmWxCZh+h00MXELSyovLp5tpS7qSTe8GE6R0uegwvilL+jUi3Idccv1gfeu2h65nsh\ SvqN2VTOuprPWKulCpbHQkGp9MetTsPCvBfZ60gEAWNhY29rqbDEDaVSC5hHzp7k/rUOq0xxR9Rs\ ZS9VVBMqFrKDo6W1iw5ZuEUsLhYvYHXBO2SQo81NWFwUK3sTgVXO3JMkfORQpgNd1Z8k8b9DsQj5\ hhTNIR8G4D6uuZI7ZDBNtQDesqIuAQL2N/1bbw9apvDqnNO2VZzMx2fFImoqd/RZ56Nja7pejoNR\ ADMvaTLtzyAbKXlOE8rJSFEDbDB9UOMVJkePmnNOmXZMafP4CO3go6Z/8TnDTwg0iiqOInPBVHR0\ YwVwsHN4iITNJwlQsVwcoa1RSm9wQtTaEn+uOeC4bg9zf1fRWNI1XDWBkO90ho9ZzSd5iFOhTL67\ msbzyI/E909y5u88vTy8M1QzqMkdM8MWY+Z1Os9s1CzCYTSDp5yJe1WTEIUy1ERbJSmxALxUf1gN\ xjVbHoTxPc361dlN3IAv8dAfV4qnVukyzFTcpMc6OOQ8AfgnzyL40aFztykrHMij2qooyV041Dyu\ cSCeRiY96AdWFOtliNSQqJYc5gqQ0sKS4gpISFGl7SbM1sMqtZWIcHAkFoIkDUEHiO8zkrhguNsv\ mE02kOBiO3hHeoMTybvTmcTWbPsttxMVEuxLieiVLWVEX+P4eeMWqdZxdzXpqxoilRZT+yAPAQlp\ k7P/ANHsxKXmwWlCG4xKXfNtXcUNvJRw6srj0FxTfwkDxyUVtBaC5tKtHUkHxGau0lscH4WGc1Ah\ SQQfD+G3Xwxs0gjvXmWEfodSo7q1K5YO5siF1ozErQ6tJUdXXqFcz9XwHnKQgiaJS3dY0lRJPLfb\ 6tgzdM0VzRKKhB9sQoI1G3LlhZpgloShaJUi4HhGzNm1LJn8LN6bYm60pdZlb61ocWhQ1AKe9ltR\ HQ7eJG+FzTbABTRlywPiDHzwUVZjL5jKphMZLOIGLlU6g3VQ8TCvpsthYO6T/A+BG2OboAS4Ijqn\ VFrg0JF91W8OXzxxrV15y5JNRjbgKtA3Hdt+++FGgwknN5JKRaCkH2rja55fhg8E5rj9M0h5qtaQ\ TuUAcwemFhySUxoq9OI7L2V1ZmCxNn219p9nNNkpI3stz9+JzDLl1NhaOfwUBiNEOfJ5KrClo6TT\ yR1PTKXcrYt8smby9tmo1L/nEOk9sk926QqGU8SR1YRfF7ucO3CHkPA0PV56e2FDW+P1XTD2HLLr\ D1zlyz/BFLCZW6pDbUNlS+peydNW2HhfUUbe/CZw8a9f+A/FK08fuP1Syf3h8Es5szKVohJFLGMt\ I+SwhOhaqtbbD7ywkuuFJHIkaRffQhPK5GGVOyH13ueHH9g6cE5qY5XLoaWkc94D2JXVFJIadU/S\ tUNU/REXGmGVJZgTVraUiIhkpDJ7QpsorhlQ/PcFlXPnhq23Y17m77gJkdXgdcu+U9bjV0QCwNJO\ RG8NfxTPZwPUnSExnNRzVqWz9UNES5yVyi6Xmo2KRLUC7pSSFQ7RXqWf8orSjkVWtOzVKrWY2jT6\ oIIJ0IG9w7Tw9fJU7HbptOo+u8AnIhusnd4/sic+enFL2TU3UMzlMrjZ7REVPp3FwjT8bFfpRCoV\ FOuIClLKT7F9Xs/q7AWtit3lC19O406oAByEadnzqrZZYxiFKkwOpSYHEZ/P4J2qwo2ZT6GktdM5\ fTGNmU3Q7BzppFQQqSxNGQkKWTyIiGSzEXH6yngQNN8RVKjbbxpGtAbEZHTw4HJPvzxeAAtozM8R\ l88EU0ZlpERczYl7uW9TSyUrUXI2KE+hHfVmUp7ygkbk27oHVSk4LiNKgWb/AKYOI0EH4Ja2xq9L\ g19Igeo+9L2Dbqxur4OuWsk6yeiGHEqEGieQBachQjsjC6dX9GpkqZI8FHfDNuHW8bn0gZ9h/wBK\ 67GbwGRQMd4+KCVfkq5T1SR8nkmWeZtQU0FIflkcxNIECMgnUBxlwpWoFK9CkpUDyWhY3tfBqDaN\ Roe6u0E65HI8dGx4Jerjl00kCiSBxEe8ofR+WsTKYl2qonKHNBZlml2DhoiNgHEx8YVWbQlIXayb\ l06rCzYHXCVxbUTDG129bI5OyH8KUZjlzukmich2Z9mR80eUHSkU1UUbBVNlnnRBU3Pm1SueRrrs\ C8iGbddSoRqkpWVFTD6WojugmzagL6rYO/DqYYTTrNdGcdbgNNOP+6IzaCsXAOouA4nq5f4vJFEy\ y5qeTzGYSSZ5RZ4JjoR5yEeLIgHWytCylSkLDg1IOm6T1BSetsNW7P0HgPZWbB758kartPcNJa+g\ 6R3f6k4lFy+cU1K4ypWMoM4zMYVSISWMuQEMp519aFXfQEu20spFySR3lIwxfs7RNQAVm8TOcD2a\ pb+VNXcLvQuBEZQP9UQjygIWZ1HCVPQxyszZhoqIbXOZT6xLWSlUzh2Va2EEOnS5FMJW0L2CnW2B\ cXx242faxgArtIkDXmddNOJ4pWltNWc4xbuaQDGQz7NdeXCcuMptI6GnEe0hC8pM/WWQQ4rTTyDq\ FhbV975/HB27L0+Fdnj+CRbthUcI9A6B2filpImoikaYi563ltnS/OZqHpYzDpkBL0NDaR276kpc\ 7oXq7JB5nvkcsNjs4x9XcbVblxnLy1S7trP0Ye6i7Oct3PLjrpy5pUw0ziasy7imYjLbN5ieUrDJ\ iGu2pdaYiPlTjwQ8ltOuy1sOrQ6Ug37N51QHcNkquygp7rTVbBMSCInX28O1CntYd1zxRdlr1SCc\ 4yHEicwM4TNRC2nYoPvUDnins0myf0QfKUHqod62/j0w+GyJA/tWx+8Ek7bTP+xf/C5LoxslpykW\ I9uis0DOJ0lxpBNHvOPQkA24A4lxO5R26k6bXuUIURzw2p7OPL3MbUblH6wAPdpPuRq+1TWta91J\ wmci0zHbyBOnNKyPrSSzuh4GpzQWYC46UrYkMzSulogRBYUlZhIjQRqUgBK4dSt9KkNA21DDetsi\ 70gYXtEjLrNSlPa5pYagpu1iN08RrEaZajQ6ppmK2pZpyJiImhswYp5dgVOUjEgNoA0hIGnYDfzO\ HDtjKmTfSNj95vuK4Ns6IO8+k7+F3wS/ZnMkhJPDQclk9TyaoqognFOByUPwoZlzOsp7R0gdg66t\ N0kkK0Nj+sMctMDdRqF5e0hhHEHw59vBJ3O0TKzRSawgvE5gjITqYyJ4aE92abqtEN1RQOU2cVTz\ aeLn0ZKIeVTxUNLX5gXI5CT2US6WwdJfZRuSLFxlzqTeXr4Ka9zVo0YAaZEkDL1kaKLwrG2Wtsyr\ WBJcBMAn15AxOvAZHimcDtF31pqOp2HlL1qWml41BPn3U7fDHf5L3HEjxb8U7ftZZkfVM/un/Snh\ l1a/yX0O05KM2c1JFUNQhuLgYhiGmjZl8vacPfQ2k3Qt5xJsTb7tCuYVhv8AmW4rVCxrWnd1zaJn\ 156er1rp2ktGBrnA9bPR2nhxPsCQXEVnrW8FPKSzKpuucxJrTlRQ6o0KcnEwhm5dOIdxCYqGbh1n\ ZIWpp9CLDuPAC4GJ3ANkvTtfSrENewxENMgjIz7OxRmIbY06DmvZT36b5zkiCDBEEdx0GRXbjl3X\ EBmJl7QGYcqeREy+fyKAnLKwnSFJiGG3eR5brIt05YpdzTdTeabhmDHgU7puBbLcwl32gKQq5Wok\ 294tvgjnRxlGCGISUkXuQev7vDCcxnCM0kaIwAsAUgWPs7YJLohyAPBDUoQBpv8Ahgz+QQjmtiE7\ E2UQRuelhgDsK6WoQ2lJQgaiEDY+X1b8MDcMQSuZBbu5baylgDmOeCgE5rrRlKYLjFoBvNrg04ha\ E0NuxJk7kZD7E6HUJKkqAG4IKQdt8EqOI64yIITi3c1lVro9y4Fs/HZc5DU4uX1vT9asCQPKLsuj\ VxDcKr1i/ZqKvYVfvW8DjWNhMMrWoqelbBc4Rl+z3BVnb3G7e8ex1scmNIOmu92KT0PXU8rbI7La\ rcyM1YCq6hVLFhmWIS67EwyS84dCmW2w0z0O5G1ueMx2i2fNLFqzbYAMByEnIZDU9s8VqOx+0lJm\ FUTUa5zyOsQNTJ9ykXll6Q/jAybyqipLlPmbUEKqWMQ0PL2p1JYSdIl8IklsMw6ItDhQhIUlIQFa\ QmyQANNrt0e7L217e1qOIdZobLYcWkHeAOkcCqj0iY82la07myZuuL4cSNQWkjKYmR38yr+/R7+k\ byJ456Ij6fmshl+SfFfKoJyMqGloEOCAqNpofeTKXMKJ7dgDSt1gfzmGuSovNDthF7X7H3eD1A9p\ 9Jbk9V3Ecmu5HgDoe/JROA7SUcQZH1aozI97ezy8JstTTk1EsS+0mAh4F8drCzJqZPRLMa4sWCih\ 1StISCe6DsbDlirmtv8AWB/3+f8AdWE084GapF4lJVX2XfGpmfOPV4OHZi5NlA602qIRComYiqtM\ qSwVqIXrdZ9ebJSNelBURpBULPh1anVtqbX5w6t2xFPen1QCoy7aaTy9p13Pa7d8c/JWxSeSSmmM\ 0pDTqqQmULJp7LIyA1ociEdo8htXaNFbt1XV2bbiFq9q53JsTRWVC4Ek5wrLVBLfWlHW2SVVz+Il\ sdExtNQ6WQ2liIK1sxcW2m+gqKAbRCQSm6BdShfrbAZdbkkn1eaRc0HuUcc8vSTcHHA3AVDKMxM9\ prmBmJLylmMpCTxaZvUSIwoKg0We4zApKS2VOvLRYkXBV3S5w7Zy+xIj6FS/RkfXMhmvM6+oFN8R\ xi2tQXXLw3s4+oCSfYO1c3XE96fbijztnUTLsiaapHhppbU9DsR0LabVI4wq27sziEaGHNgf5s02\ U32UeZ1XBuhWxpND8Reaz+X1WeAzI5yYPILP8R6TKx/RWTN0czme8DQe09qpqrSZ1NmFUsyq6v57\ Pq5rOPiQ7HTWZTB2KjI5Z2JefdUpxe39Yke7Gp2NrSt6f0e3aGNHACAqJf31e5cX1nFzu3507Eh6\ 0y6qOVRsTPXVS2KaVqK4Zi4ehmygW1o8QFjV1HPriQpdakQVHsouDg4J5OGeuHKKq1qZRcizGqun\ Jgy1Bx8up+ITDrmBQ4Hm0uKdQW1oC0k2NiL7EXIObbZbPi/tXWri1p1BdoMo4ZjvWi7K42bK6bcs\ kwQcuwzxyhW/09lbPqnkMmqBipsspM3GQqIgQs1qaChI6FBF9ERDlxRad8UEm37PLVbYO8pOc2AY\ OozB7shPgvWVPpPwx7GvkiYyyy7DBSpkuUlSyyZQ0Yqs8nnkpWFWRWMD8h38R1fYq8qM6jdOK6ek\ bDCd41PnxVouXU9djKZlheiYB90ISha4WJREMrUB+o6glK03vuDb5Y0G3pVWU2tqiHQJ71jl6+m6\ u99LNhJI7k6zEchwEk7km1vlhwCZIhMnOziFtMUgjSlAI6AHHM5XYjRAHYg6VJ635XHPr8MHp6yj\ AnUoFBzFDEQjtDqbJ73j7xg+vBJ7pJk6K0bKriQomPkUrTUs1lUmncMwlmIRF9xt/Sm2tCz3SCLE\ p5g32tuVRVIku0UfUtCDAGSgHxK1xTde5yz2paTQyJcuGYZW6yD2cQ6hNlLSTva1gD1Cccpzup9Q\ puDGtOqj1FPE7a0oHO3TB2OyzQAOpGSKnHQArWqx6jw/fg5CIAkRMVaCSVK1He1/rwwvEIj0g5gX\ AFlar9BtucKt0gIriBomlqKm5ZOY5uJjoRh55LQbuRfYEn88L03logJnUptcZIXN5TPD/OqYnkoq\ aRZhyv7Rgn0RLXaSolCyk+ysBfeQoXSpPUEjGjXXSnTqMNKpbGDlk/8ABRlDofdTeKlO7Ej9j/8A\ si+P4X4t2Pi3ZfV9Oy+VuOkwrTsEXFtoJ9lSrb6b2B/WtfClPpbphgD6Di4a9YR6vnJJO6FKznnd\ uWgHTqT4rF8Kk+bCVmvKDty+8hCm5/7OCs6Yrc5fR6niD704HQRdgZXDD/cPwSil2QtVS6mKspCI\ qTLuZy2ZerRjKUakqhY6HK+ycA0+ypD0Q0rrZwHfQAU39Klo+oyt6Go0tkHTNp146ggEfiju6E79\ tJ9EVWHeiMnDMacOIJB9RQ17gZzlacqBiDcy6mz0tdl7LqYZuMWXVRUP26dGhk6tI7qvA+OLfcbb\ UadBlwaVUh3AAEj2qhWXR/dVrp9oypTDm6kkgeMLfKfR+8Uc9fLMlyrEzUdwtiUTUpX7lBi2EHbd\ 0i0O+j1z3MB95UlU6MLmmSDdW4P/ALsKQ1Beje45W5FWVER/DhV80pidsMOIchIGNSZfMYdSlQ0U\ kOoSVABx9hYBBLUQ4RcpSMJVMdFdzK9K2rB7eDqcSDqPIieIE6lJfyXNBrqdW9tyDyrTBGh8wew9\ iDyT0QHpL5gC5CcLs1l+u6SYmpWYQkefaRSdjYHFjfc0XdX0bj3sHvCgRalrZNzTB5Co8+QKVUT6\ Gz0okvaafheG6JjSRq0wGYcvcWj3pEbe+O+itXDrU/FjU1+kVA6G3A79949pARlVfo6vSVryypiW\ TvhC4hTWFNvPQUG5LIlyK+0ZU84XkslcOtZLrD64hSb+03EqSD90LwrbC1bdH9DLHiT+hMBwyn6u\ jhGnEdqmfply+2G7dND2mP7dokHP7Q+rzPAxwTBzLgu9I3T0MGZvwvcW0ogUL7UB0xyGkrIAvdTe\ m9ha9+mOVKGFQXPox327/wDSpK0w/HKh/Q12uPZdUT7PSSm4jcquLeSPKam+X+dkmcBIU3ET5Dar\ 9QQ4PhyxC3V9szSMVQwd9F4/yhWK32V20eQaTKjx+zUY7yJ/2TgV25n1UlN0PUjMszfhq1hoNFPz\ 6DhY5txccWLIg44EBYWVw+hl0gAhyGC1f0oOIC0xLZX0z2VH0i09YEggdrc4iDm0cjA0Kc3mz+2V\ Okwi3rB31SAAZPB2h1Gp4Edqtd9FxwXVtnII7N7iiiM0IjLuSRrkupyj5xF9k1Oov24iJi+xSha4\ NoqbSGgoB53UFHQ0pC61tbimDNptbg7Kby/V7ZIaBpEkiTzjIdpTnDKeOW9YjE3vpub+o7dnPOTA\ mPPuXRgcnskHGZel7KXK5JhVIchSKdhGzDLQQUqQpDYUkgpBBB2sMUQXdwTJeSn24RLQTJ1zKZup\ eBbhDq1cVERuTkuk8Y8pS1vySbzCWKKiSSq0PEJQNyeSbb8sKtv3iJAPe0FOW3dZoyefYfMFMfVn\ ozOHWfrQ9AVfxFUy4ywiHaEDWSXW0NoFkjTFQrv7bm9ySTh3RxhrRDrdjv4gfY5Iuvrs/VqgD9ym\ f8qQVP8AoyaRpOqpTU8j4kuIFyFhXD2srmUNK4yHjGFpUh1hxSGWV6HG1uIJG4vcbgYcDEsOe0tf\ aw48W1H+8EfMIhvMSaZ9Mxw5Gk0ZdhaRHfCZSa+ibq8OxP2Dxy1lCwSlHsmpjQbby2076Urcambf\ aEAgatKb77C9sSlG/wADOT7aoP3aojwLUg/Fsa0BonlNIjyPtRNUHoyM+5hNoiP/AMN2lEuuJQ2l\ tNBTFhtCUJCUpShE1UBZKR+OFaP5hPV3K/8AFTPuGibPx7GqeYZQMfsv+ck5mV3os86IOaRERV3G\ VJJjTcbL4mXx0PBUVMkvdktHdcbcdmgQhxtxLbiduaLclHE9T2Xweq39Eaw45mnw55e/xUe7bfE2\ OIqUaBHYHg+8eI08VWH6R7LrMb0f9TZOQsLnk9mvRFXS+NiWoybNRMniG4yCfbbiYZTMPERKS0Ux\ EOtDmsK760kXQFKUwbZLD8SfVp2zqjDTgatcMwYOg4g5eaWvukG8tKbH3NCiS6YgPGkTkZ5zIUBY\ XjtrNVVRlSTJ6ipvDPdpqlrk6jUQyUqQUJQlJbNglJFtuY64nGdFFNpDvTPkfsj3KHuOlP0jN36P\ TB5guBHiEusp+NhpiMpPL2ooul6Qy/iJS3TExj4GduEw33mqHmRbLY77DpbUqx3b7QdcJY70aOqF\ 1elUcXahu7r2SDx4fAruCdIVOi2nbVaTC0QC7ePiRHj60nZvxR13RlTTWkqyW/CTSXxioSYQrdUt\ IC1IXZWhakgFCgLpWLgpUlQuCMMKHRtUq0hUt7k7rhP1D8dRxUxc9JVCjUdSr2DWuaYI9J8W+HYt\ 0541Z5UU/j5op+YwcO+boZYqOEIhUABKGkjXuAlKRfY7E23wQdF103NtxB/dd8UdnSlZGA6zn/5A\ fchtPVHMeJOJqnL51VZTaHiYdiYSB5llMeJVP4MLcbCnmHFJbTFMF6FUhWnvFlV+7idwzZi6w2h6\ U9dwJ3jmJa4QMiP1T1pVdxXH7bFbn0dOn6NpA3RvNJ32mdeTh1YPGM8l1hei9zyk2c/CHQcIY2Ob\ q+mXYqnZvLphpbj4IIeW5DKeauVJC2HGilR2OhY5oIGc49g1zY1/R3RkuEhw0M6+sHXjzVtoYtbX\ rnXFqN1p/VJBI7yO32KxVb7dyNYQRY7bbX64gngFOA0BGMPGo0JGoL2vYi2C7wJK69HsOrtNhZSt\ yOdyMFBygogBiUcFgHSBbTe/hbzwf2I3NCy0kJCkgcxt5/vx1zJzC63NB0PISFhSkhPPYfj9eOE3\ 1DC6QNUFciklSiFKT5+HwwHOOUIZofAMw86l1T09FfeQ0bLXocjobp8PdfCNVstOS7OYK/Op4sft\ CW5oZr0VMu0TF0tGTOmwj1RDCB2MWVCwbACrpdbVrO56423ZC2qCgyq8yHkOEGcojzGioG1txQfX\ LaDSN0Q6YHW4xHDTMqFojXyLpdc0f6W3y5fDF5NFs5hUwPdO7vHxTpZNzpxit4aEcdS4zHQUZAlK\ 1HQpRYU42OY5uNNgeZGJHDKbfSw3j2JK6quLImYOikTSU9jZPUFP11QVR1VlnmZJYtuaSWdSaP0R\ EsikXUhaVK0uJVYKtYkEK0KBBUDI3lsyrTdRrtDmOEEHP2fPZmuUnOY8VGOLXNzBHBXP0B/6RxnN\ l7QUBSWY3DZQeY+YzBCI6fy+oH5DCTYC+mKMtahnm4eJUSgrUwtLS7KshskAY7fdDjHVXVLW4LKZ\ 0Dm7xHc7eEjvE+av9HpGikBcUt541IMA+qCqo+NP0j2cvHFWlGZzVPJ6UysraioyVwkE9SzsWgvw\ 6IuJioV98xCldrEQ8Q4dDmwss90b3s+zexVHDA6gXmo2qDO8ByAMQBk4e7NV/HNq6l60PaNzdOUE\ njImeRj1q1qk/TbClKZysm+e2fHEPUtYqgIwzmSUJQkrgDDOFxxTba5xFxFnkrKkkraZ7iSU2JAG\ KTifRO/01RtnSb6ORul9QnLj1QJHcT2q8WXSBbOoMNfN51AblPs78jrrko2cRvpzuIDiJoGaZXZP\ 0dP8i5HFhEO/Uj1Zxc2qR+DspLsP6yUMsQ6XboKiw0laQlSUrstV32C9ENG3qtuLyp6WP1d2GTw4\ kmORMcwovEekZ9Vpp2rNwnQ5T4RE9skqp1ymFplCXokvrii4XHkrBClqN7kkk3J5k9b35nfSm04d\ u8AqI/efJJknmnIpLJqMm4gYmeRsTTMO8pKWkiFJW4FXFwOQ5czfpg73ACEWjamc1Nai8mMvKUbE\ 3hYIzOZNutuGKiWS8WwlaVEg20gA6u+L/ui6tck7ilqdk0ZJrOISWOU9XMsi51DfYsAOxdB1Nhce\ lKyCuyd9wRcHqLXwMOq71FzQZPkkb0brwYgJHZZZwxMnl0DK10TldHylKnGUeuSFtxYGtRCiom56\ bHljGsfurhlR5pvO9rqt2wDZayrU2GqMj2D4KRcFmzAIARE5SZGHayVimWQbdOR/HzxRa209/uw1\ 59vxVvHR1hk7u77G/BKZGZEjWEqcybyKCDvqTTbRH7fHEY7bHEhlv+akafRphcaexvwVh/B/XsDU\ dPTmTQsjpunG4KKAbhJXD+rw6ELGoFLdyEkkLvbbrhzZYnUu5qVvrquY3gNKweKdueo4T65zU32F\ hOrSUBNrBIt4/h1/bh0ZOQUDunQlGIeOoG1/EXt8LYK8clxroyCAPRWsbpVqO52ufHCrmkoGZRG8\ 7fQoDUBz23B88KNyzRBJ1XgTCIa0tpcISeSfywCydUbu0QFT6rqUsK135HmcKMbxXH5kBAIh1Nio\ XCbbb2J8/PCoCTLe1EUU+QAo2U4Oe9r+G2DhiKQeKTsfEJIsgDV0F/rzwo3JJlsFN/NXbKKVFGjz\ Vbb4csKtdlJSZ58U20ziR6zYuLPd5p5Hc4NuOdmEg544qc0q4DeE+DSlLWQVDOgj/jCot42/6bxv\ +/HpNmzeHAyKLZ9Z8yshqbbYyf8AzLh3QPIJypTwecNMvSkwHD3k63bYFcgZdIH/AFgVhz+YbAf8\ ln8ITZ+1WLP+tc1P4iPJOnI+H3J+Vrb+z8nspoEgixbpiABPx7LythahYWzR1KTR3Nb8EzrYre1P\ r1nn++74p35PQdPy8JEupmmoBI3AhpXDNW8xpbGH4Y0DIAHsAUdVfVeZe4nvJPvThS+VxTI+5fiW\ EDohRRt5WthT0xCautmcQjhcBMXQlLsZHudN3ln9pw1fXOeaVp27QMgPBehIlOK+8SV2/rb3+eI2\ rWGgTmnTIy0RpD08kK2abT7hhmaq6chmlPB08CbaQSbeeExUBciFpyJTn0pIEoimtKNF+oHTEtaO\ MSVG3IyI4KwXLNcfDymGabmMwS3YXCX1gfIHFpoPO7ks3xixp756o8E8a4FiZMqamcPCzRojSUxb\ KHxb/rArD0VXRqoEUdwhwyzTaTrhr4e6rU4up8g8jajWv2jHUfLXyr3lTBP44Z17OhV/tWB3eAfN\ WG02qxi3AFvc1GR9l7h5OCT54OuF2ElcPKpPw+5T05AMBQZalMoRAoZBJUdKWCgC5USfMnEbdbN4\ bVbuvt2EfugeUJ8Nvce3t+pd1C45mXlxOg4zyCSETwT5BRS1AUW9Ai1v5tMopuw6f5QjEBV6OsEc\ Z+jj1Ej3qXpdJuOMEmtJ7WtPuSdd9H5kW4uIdhTmDL1uK1EtzsrCSPAONqsOW2I6p0VYI7SmR3OK\ kqPS9jTciWO72R5EJMTD0b2WUUVKgK+zKlijcgK9TfSP+5ScMKvQ9hDvql4/vD3hP6PTPiQyfSpn\ +Ie9ImM9GJAFThlmdc8YB/ViZAy4Pmh5GI6p0J2B+rWePU0+5SVPpvuJ69q31Od7wUj5p6MGrgrX\ Ks6KXiBe4ETIH2yPil5f7MMKnQhT0p3J9bAfJykKXTWwyH2pHc8e9oTcRnowc8oeLbfg8wMqZjDp\ PsL9dhyfm0sfjhBnQvUa6Rcgjluke9PKnTLYvZBovB/un4I9mnA/n9KZS5CS+DoOYxBTZS2pwUX3\ 6BxpOJ662DvGW5p27ml3efgoi16QcOfUBqlwH7s+RVWHG36K/jYz8q/LhyhcgqOzDpanaY9TLsTU\ UoQszGIi3nolLbUU4k6QlMInVsFFHW2MVxzoV2ku87aq2nB0DyJ5GW9519S9EbBdMWyFpTf9PqdZ\ xEb1JzoAH7rozz8JUFKa9DJxo0rUnbVn6PqBmsrMLFpUtlunZi2pSmVhA0tPrJOoi23O3LDPBuhv\ bO0vqdapVLqYOf6eRpyLlZdo+lTYi9salK1qU98jL9E5pPPM0x5pgal9FLxJy+nMsGJz6NDMAzNi\ mYeHmiofLtmLX62FL1dsYdtzU5Yje5Pna2JDpD2I2zfdzhrqgYB+pVyOZ5PGaZdGWO7JNsSzEX0N\ /L+0DAdM/rt9+qVWQfoxJHV9R5vSDPngHzJhamTQUS5SKptQ8dLw7GwsTCurh4dbzKGDFmAamDcM\ hw6FOlCLKJQBC7L4PtlZ0rhuIi4ALSWkucAHbwLjIOpbOZkTwUvtfW2YeKNfDTau67Q+PRP6kENG\ 7JIaH7u9utDt2c0I4R/RH5C5wZ41RLsyslaNdyTpl9C34xqVuS81Ytzvw8IyruuM9wFcTps4xpLP\ ccWCmBw7Edprasa11eVvRD6skw7nqIgcYnPLjKcbRUdn2WDHWtlS9O8Z9Vp3IyJgHPPJk5HWIBC6\ wcuaPpLKmi5RQOVdOU3lhQUCyGIOS03BtyyXwrY6JYhwhB81KupR3UpRJOJK8rVbl/pqzy954kz4\ Tw7FllCxo0m7lNgaOUBBcxZJS8zpeeTyuIOXzCQS6Efj4mLjFgdkhlpTiil9RBCtINhquSoDrulQ\ o1C8U6ZzPDPj2JcvZSBdABVdmWcTlLxOZawOe/D/AFbWbtGRUHHREC1CTn+ZlUIhZdEW3Ewy4hkB\ TbmvSElKUEpB2KpW9pG1ebe5A3hzgGOwB0Hn2panUJ6xIjLu5ZaBNHS3E3w5zGzUs4qeGKcPhRSp\ KMyZU24k+BESGiCDcEHlg7sOrtGdN4H7jvgUoak6fPgSpH0pXlI1JFwUPJc1cpoph1feiWaxkUY2\ 2ixJOliM1qJsAABzVc23whUZugTIPaHDzELrmkatPg4e5PlB0jO49AclVWUbOL309ivXY+XZrWP2\ 4aCrSGrs/UjOJGZBHz6kFn1L13TsMxFxkpiY5hxzsUmAlUfFlJ0lV1pbaOlO3tcrkDqMKNq0yd1p\ B9Y95Se+0fjA8zr7kwtW1VWcjS69CSEuOWAIiZPNmtveIZVsGZaudl5R8Uud0a+Y+KRlL1nm3Wkz\ elshoumJtEMNKfiwueGW9ijWlKd45poLKlKICUm40km22FvoxAO86B2g+6V1zYGvsnylRq4nvSLQ\ fBNWELQ2bWRuaC6zipO1OIEymIgZhARDDutKNUYy6pKFam1hTZGsCxtYg4seCbFXl/RdcWrmlgO6\ TDsjEx9WJgzGsZqPu8RpUSA8+fDjmBlPHmuODiyraVZo5mZpZsS+ZVBGzCrYyMn0yh46XNQf2ZEO\ vJR6uwlta+0ZQ220A4rSpR1ahe5OrYNh9a1pUras2NwQNTPGTIEGScgs4xYhz3VGkw7PTTgm6e4d\ H41+1ITLMqesLAKFO0apK1KKbgFLUQ5tta4PwxK/TS0fpA1v9/4gJMYMDo4+BSspTg44hftaWTqm\ 6GrmMjYSIaiEaqYmASFoUlYSr7sixtYg9DgrdobSkZe9o/vN+KSdgFZwhon1FSKhuHLM+WA+u0gm\ UMJfIS1NI+GhDDBJv2RLq0r7vgdNvDbCtXbCyJn0gM8s/JJ09nq+jh8+HzzSOzLybiZjAuGOjMgJ\ ZGpBUlcXmJLG1tGwASEqiiLHmSR+WFbfai3OheR/7bz/AJUWvs/UAzI8Qo0P5Q1DCSeomw9l9Ukm\ ipdES/1ynZ/CTNENHJSYmHQ96utRb1qY7NBUAkqc0g3OFnY5RqPbuktcCDDmuaSJgxIzic471Htw\ 6o1pbAIMjIgwYkaaIuhIuUVHJ5NO41hMW27Co7oWEqaVYhRFuXfSq/uxZweA1UQyDoMl7pSnWIuM\ BZ9Y1lwt6eyuNaT+d/xGOVgYzS1AgkZKeFJUVlFBQUtjqjerCn6jQ6gL1KHZtJUUkFVv9I8ha1sQ\ lRtTfyEhTrGAN7U+kDS8rfWGoerqlmSmSphD0IlZQlYVfSQs9ze4OwtzBN8JuMcPFKujjoE+Ksva\ LXI+1MNNaimCoZwoh/WXHkpcCSCh5QNgSQBpT5774rtw92/AMKSpUZYDCiPxvSN6V1HKZ+t19iXv\ yGBi20FwFLwcbBSiGQANiClRB5EkXO+HWBuY1tQ8ie/L5ySGJUy6owRqoTUUVLk8M4hBQkldr/q9\ 4+W/XfGQ7Rn+kOW/bNGLVgOuif2SRjkZBICyVONdxX5HGb39AMqZDIrSLCt6SnnqEdQ8wfhCdKtb\ W10na/1+7DCratf3p62uW/VzU2+C6s0QWZ7soU8W2ZlCFJB/5Rs6h7u6pWO4cw0qkHQj/b3qvbYA\ 1LYPaM2keBVxkIVqCQo+dr7j+/E412WSzZwICHqKx7ajy5eH1fCsgnJHY4aoI642U3UVBQ3FzYj5\ bYBaTxSYIMgFJ2IdDSjdaSLb3Va/lfw3wfXRd3UW/aKdaxew8NtQODFhXHzpK0KjCU6laCAbXvb6\ OFIJSbtIKLIyNLd1K9kje3MfxwcCCuEyM0n4qPSttKkFO4FrG9/dhQaojyIySOjpqlsOIClBRG22\ xthUNJ0SIcU383nTYuVKsL9d/j9b/PDhjZzhEc4JuI2dI7ckNocuLk+eFjTcPq5Jm4iVZ/S/GZkp\ Oi0ILNTKKMUq3dTPWGyT7lLB/DE03pBxunG/TB/un3FQX8jcNI6hI9fxCf8AkGeVGzcIVCTCl5mk\ nZUJNmHb+fdJvhVnS1et/tKLf8QST9gbU/UqEHuBTuyevZHEaVCWRy0+KClzDun0zR/aUB6n/gm1\ To84tq+z4FOFAVhTKkN9q1Moe4HNr+OJSl0zWuQfScPW0/BMqnR3X/UqNPiEspfUVIvBAMd2fkpt\ W3yv54k6fS3hrsiHj1A+RTJ/R/ffqlp9f4JWw8fS0RYtzSDt4quP2jDgdJeFP0eR3tKaP2LxFokN\ B7nBKOAgpFFmxnMqZHQ9oFdfDngh24wt4ltUe0eYQp7JX29LqZjx8ksIKlpM8kKan8rJva2lW3yv\ g7NrbF31ag8R70Ds1XH1gQe53wSwgqHlxKbTmDUBvYNK/PDhmOWziSHDxCRds+/9Z0eopdyqkoaF\ KVsRTD6veBf8cStvibNRmmVfA2EfXz9XxT20/GT6XwqBAyhl5A2ClBSrn4WxLsxypGQ81AXWyNtU\ d16nqBbn5pQQ9fzz1pyXiHla45HtMpSVLSfNN9jhcY1cuGQHgmtXYyxbmXO9bm/BKdqcV6+ApqXu\ MJ6FMKD/AOLB23927QexJnZzCG/XdP8Af+CN4aMzCsNcvYcH9uGAPxsoYUbe3saT6k0qYNgwOVSP\ 734FG8PFV0HOzVI5arqVKVoHu9vnhdt7eHVgTGtg+DTlWPhP+VHEPFVWuwfp6XoVfrFgX8+Zw5bc\ XXFo8VG1cOw0fVrOP93/AGR9DqmygntpfAs+NopR/wDJhwyvW4gJhVtbX9V7j/dH+pGqELsCttCV\ Hokk/tthdtU8UydQA+qfER71v7NB/UJJ3x0VVz0E6ImqSf05R8gm9VVbO5RTNMy9hUTHTGYRCIeG\ g2U+0466shKEjxJ8BzOCurZQUpRsX1XBlIFzjyzVZr/HXnBn+r1bgG4Zn83qSedVDw2ZOYE3VS1I\ xiwopK5elSFx0zbBB77DQQbEauuDUy13We8NHifAR7SFaP5MW9tniFYNeP1Gjed3HMNaewknsQ6C\ ya9LJUby4ypOM3hDyfLigoyylcn4qats7ez61MY9C3AP6xbST5Yd06tmwGS53rA9kHzSdSphlMAU\ 6T3D9p48g1GD2SnpUpNpdlHHXwsVcsG/ZTzI92HS55FcLNAR7wMK+msidHD1g/5Qitr4c4deg5v9\ 8e9nvQhiN9MDSSO2fov0eWeMM3+pLZrUFLRTw8u1ajGgfiBgsWj8m1HA9rQfIjyXBa4U8wDUHqa7\ yLfngkvXvGvxl5Zyl1rNr0cc6gQ8nsS9T+c9LxTLwIsShuYOwbigd9tBwzvaPUIp1Wk9zvINPmnV\ ts7buePRXEHtY8fdDvGVDL/9K3QVQ1AMiZRwU8fFX1fBhLzslkdIyyrGINxwlRWY2CeeZbWpWtat\ TwNySoC+KTdbJ3VWh6Kgwin2kbvq9I32A5K92FnUbUFxVqUy4frH0lM5cDBaD/CfWVFnjC4qfSNP\ wEklPAl6OfilpKMiIV5U5qCtss2fWoB/WA01AQqHHWSnRrWp50qIVpCUWBVimXnRqAQ6q6OcOY0f\ 4RKs9ttI1nVq1aTuUPcfEuI8IUMay4es4eKXL/LGo+OL0a3pNuI/idl8uMPNpy3XsFRsgaV25cbh\ 4CXoiQyxDoCWlFXYpdcdU84sqJRpS/N1KxZuWj6TG/tS8k8yYLvVMDgpOliTq73FtamGcmic/URP\ rJyyVJebfonuOfLyf5kZgZc8O/ERRdAxUWuKhqf/AE6hJvOSy6sI7JSoFxv1tadRClhtK1ISSrUQ\ bj8/We6ynXqUy7mGmPaDHlPJFp2F0wudbvMcpI9kqHzPALxeRjkzH+CZxAyBuGaStf2tS0Q2ly5I\ +7VoPaKJ30i+wvfcXkXY7bN0rNPc4KOZhF08RuH1wmujuGTPmnop1qqOGzOGFhkpVZxNEzFKgq/M\ ktEEbG/W9umHQxClUbNOo3+IfFdbh92ww5h9Saea5fZ3SObRz0sl9c09LErKme3kkbDKZTz0n7jb\ TuOfnh62tbOaDUAJ7wfeivpYjTqw0vA/vI5luamc1BlDrmftfyiyLph5fNYqEUTbZJUp9vSPMJJw\ 0rYdbVPq24PaQD7koMQxGkYdUcAOGfvQue8bXE5DOQsfSnE3xHyqJQ2EdmxmHMf5tzuSS6Qq/ly8\ dr4St9mLGN2pbs/gHwlNK20t3qKhHh8FMjgl9Lhx35a1XOJrMs26q4jINqBehH5DmLUETFyxLLi2\ +ziEPLeBafQUaUmyr3UNrnEVtFsLh7mg0qYpdrGie0ERmE9wfaqvmKx3j6h7QPdmpS54+lh49sw8\ 4KczuywZytycm8LS0BSkbKZO9DzSCm8NDxUREJfdMay7peHrS0DRayABc9ISw2ew9lJ1vcVHvG9v\ DVkHd3dGkA5DUqYucZuHPBoMEduczrnl4Kv7jY4luInjFzAg8xM45jLp9PpbAGUScw0shIIwMuTG\ ORLcOpMMy0l0oU6s9qtOpVzflYT2z+G21kN2loczJJkxHE5ZclFYrXr1XbxaB3Jopvm3xYVG7ExM\ yzzzWiFPurecP6TxTTalKNyQ2l1CUjc90AAcgBa2HdHCcMYN1tFn8IPtIz9cqMqYhdtObiEk55XO\ bj0qhF1pnFVkfCwEOmEgVRVQxLqJcA8XGyPvCLBS3CEqum6zc7Jw7p4bagzSotEng0Z5d3kuuxKu\ 5oc6ocvn5lNs7JMkI9+Hm1W50TmdzWLbEXNDCSVt55MUvt1OgPPPffELENd1QGrtXTbuDXLMq3TR\ u0qUAZDM6dwGXHLuUe6pReJc+efFJuQZayasYFqXUQzmHVFdvROhmFlsh7SDW1o3UXrhQXfVtpCQ\ kA6r7B2a9w143wA3mTB8NPai0rdxEMBnuy8U4dO5JZ7ZUORVVTimZxTAcgVNKZiYCIKnkdo2sIcA\ b0gBbSTzNlJ+OF6rKNYBm8DnzHzxRW213TcXuaRl88EWtxUHK42YymCQzKoF98TCXMxBSgiHiO8E\ 94DdCkqbUOYUlWH1oXmnBEkZHLiMvamdakQ8jdInMTyKfrKGYPMLmkDDPySKiydfZeqNPL0rF9ws\ aQOu2/PywS4YSM5CPTYSpd0vA1bOmOwVJ6PcglCxcckSFLTYpskFNysXVYItzPPbEXVqtbnvHLtU\ hRzEEaJZZj550jlfQ01j5tPWouPYebUuSQDkOY9xSk6dIhtuzbBFyok2CRffbEYxpfUAbx56eKf1\ aoZTLiJCkvwC5qyHjUhKzlsimkfl3E0iymbz9yeR6IWXyuUEtNCYxMYhtDTSC852fZg6yogi4OKr\ tletwtgr1s98w2MyTnkBqpjZ1n00ltPIjXnx08D4JRcR0LwAUoJpH5qrzw4o4mmgZLLW6YmLcgkb\ 6ezDzhU66lcTdLkQtsEEBQSFgAKIxWLa+x64a59o1lAPG8d8FzsssgMhIzg+OSnHWtlSqNFeXGe/\ j3gRxUQKd4wuFiBlMPD0F6NXh2lkqSVJZM+ns3msWRexLjq3khR67JAvihYngOJCqTWvnF3YAB4L\ XMKAfQG44tGegaPIH3ofL+J7I6KfbE64GOH37McVZSZXMJpAPtpJ/UeQ/e+1t7jFfuMHui0h1y8n\ tAUxSNZhAbVI7w0+4KXlB8NPC3xMUfF1ZQVOcTnDlGpUtlK1CCq6SvxCQNTKEF2Gj2zuOZWBcc77\ x4p4hSMVA1/iwx5euEavtEKLoc5r+7eafXk4H2KtKnc06Rydz+lUsM7mUcmT1AIB2KclMRAldnSy\ 4HYZ+zrChqUFIcF0kEb88aNQ2BxJ1Jty0NzExvAmO8CDlpBzVZxLpCw2sx9q/eBOWmU+PuXR8qoZ\ XK5ZBRs3mENAQz6kstvOE6XHFAkJB33NlbeWK7TYYyUPTcCMtV9NZUo4R/6wye9rf04Fh15/V8A0\ 3DMAwulvBaxPZNHr7GWzaWx8QEqUQy6lareNgfrbHS0rryI0SWm0SYcuDtCFXvYG1vr8sBogrj2o\ hTGFQ7RSjqPNQBt8fxw4ElAkBe/XUrGxBANxYbj63woGlE3gUDjYwFgW75O1vx6ftwA3PNJZcEh5\ hH9ndQACBsEk8hhw1uSSceCaeeVGkxRh2lJKrdCBbD2lRgJBz841SHmD8TENi+kAgdbX67/jhUGD\ B0TVzzGSQsSzGlz+jWs2sTa++F/RpuSUuInhMpx7aIp2PTe4OuEQsfsGIZuIuOhToW7RnCJXOD6k\ VEKRANwqz19RKD/qnBxiVTiZR3W4iAckNhOFqKl9nZJVU5kzgtpMPMoqH+HdUBgrsRB+sAfUu+gI\ EAlLqWZW58yPSZBntmnABNtKWqpiinbwC1Hx8MNKla3dk6mPBGDHjJril3L4jjRk4SuW8QGY0Ukc\ hEOwsWP+8QfdhIMtHZGmJ8Es01Qc3SlzLc4ePqSKQG8y2ZulO38+pmDcKveptCT4YRqW1mdBHrPx\ SvpHxwS3gOLvjpk5CY6ByqniPGIp19m/xbdGCmytnaEj1/EIza7gMxKcCW8f3FJBBtyZ5N5Tza22\ tp+NhlD5leEm4dTn65nuBQ9Ic5GScWU+kwzYg9JnXDZDPKHNUDUqk/EBxj88E/NxnKp4ge4o4rZ6\ H2Jz5R6VMMJQmc5A5wS3bcwc3hnre65QcHFrVb9V49oSe9TI6wnvHuTsSL0tuXMMlHrcr4i6aUPa\ 1S9EQlP/AGHyThzTvL+mZpVT6nFNX2VnU/tGN9bfwTyyH0weTwQGn8081JGbD/HafjNI/wCylfTE\ izaPGWaVXfxfFRdXZXCnmTQpn+6B7gnhkvpacjoggf4SEjZJt3ZhLYhn562Bh2zbjHWCPSO/wlMq\ mwODuzNBo7jHvTvSL0m+Uky7NMJxD5Jxqr2AdjmGif8AtlOHv85WM09T4tCa1Oi/CXDq0SO5x+Ke\ OS8etHzVIVL8y8kpwenYzqFufdZ3D1nSxijfrQf7pCj6nRLhrtGPHrPwTnyri2MwAVCig5mOphpm\ lQP/AGVHDql0w3w+sxp8fio+r0QYeJ3XvHh8EuIPiSjndJXSMO6kn/JRSlf+U4kKXTLcfrUm+olM\ avRBafq13DvA/BHzHEQwq3rNHTFq/g9t49U4fM6ZvtUf8X4Jm7ofZMsuP8PwKNG+IenBZMRIpuyb\ gf0iLD3k2sPM4eN6YqAEupHx/BM3dD9X9Wu3+E+4lc3GfnEHAel3465bwjqzCrbLzgcodS51UDEk\ 0oja8joUNrDbqyFJbZUt5pKQoKs1rITrWvRLu6SLWmxlzc0i5h0aeJ5kAiQOXrPJWLB9hallRqNo\ kGtpvZgCeWU95HYBxJv6pik+E2nJYzLITLGnJgUtJZ9am0uEwjHEJACUmKiC47pSAAlKVBKAAEpS\ AAFx0zWj84cAeAgDwBhVip0cYuYDKrQBwBIHgAEbiX5ZhCYWRVrmbR0sT/RwsDVUzbZaHg21rUEJ\ /spIA6AYVp9Ldg48R/dHxSDujvFm6bjj3N8zn45rxF0LRc4bDENxC5+yBalDUuAq6N7RYv7N3y4A\ D4pSD4EYfUek7DSQS/8Awpu3Y3GaZkUWnv3PdCFv8OeUs2WkzyquI2tEAbtxOYVQKZc/0m2opCFf\ EW8sPqW2tnUzpmf7o94TJ2FYpR+s2mzvbT84MJXU5kRkVSbPY07kvJ4cqtreelDMREPHxciYjU8s\ 891rPPDqptCaoiHH571GVbW5d/aV2eJ8oj2J04BqAlEG3LJRTkylctR7MNDONsMp8bNJWEj4DCNT\ E3uH9mfWfxTf83fqurtPqJ/ypEVdT8DPPVoiKkbgcYSoNqcik3TfnYAnwxCX1cuEmj/iCmsOHoTu\ ivE8mH3qPNXRECEtS9PawrbSSgWbSv8AE4zHHL507gYBHbPuWoYHYCN9zy6eyPemRjqPkce4p6Jf\ mz40qvpbZSef+idtzipVLkk6BXClSDe5ECaLpRhWpEPVLvW4jG0f+FvCTpcc4hKEifw/Fa3qelJQ\ tEJLp8Fn9YzJw2+AAAwmKZ4xHcuw0IEqj+2Ky5LQ9ew++iXV/mMFFIA9Xh88l1hGgSRqfJakKql8\ RLqhoeiZnDuoLag7LW3VaSLHvL1Ec+mFKdMNPVcQexdJ3hDsx2lV71r6HTgVrKOZmNQcP9NTSMR7\ K4l+IeHvUlxwg7/sxN0Nor+llTqkeHwTetZ0KhHpGA+ofBUzelU9FlKsoaMoOouELh2lknkQVGCq\ HJBAJaccA7JUOtwFzvtps8NhcFXI3BxYdn9sCXvpYhXmY3d4jXOdBOcjwUBi2CUI36DQ0jgBGXcF\ RPS2ZEJRSn5HNpYiCjmFluJadCm3EKHMKSRcK8sWavhzqvXYmFtVDW7r0vGc86fmUQiHlsviJpMF\ GyGIZbjzqz4ISlBUT4W3H4Yi6mE1Z6+Q7dE4OI0QIGaa+t6azNrbWqV5N5rRWo90tU3HupI8iGN8\ S+H+jYCfSNgftD4pncUKtf6jDCfj0efBvnBUvGFkTMK74acwJ3laxPUxNQs1BR0SZdES8NOdqh4R\ LPZKJBGhKubgRaxthXHcQpNs6gp1BvxluuEz2QZXcGwmq2sHVGHdAOvs17V2y0dwiZQSeEhV0bkJ\ lfTaOzBSmHkEHDLSfNLcPqBxkla6qOJNR7j3ucR5q9O3WjqwEdVlIqCyjlKplX1XZVZVypIJLk5m\ 7UAiw52Dhbv7gDhkylRe6KQ3j2CfKfJGpuc8Q2T3Z/7eSiLH8b3C3Dx7sspDMyos544LKBCUFSE4\ n+tYH6rrKOxN+V9dvPEoMFuXNkUd397dZ96ClvoVUwXCO8hJye53V7VkKYqmPRsZ/VRKVbomFZfY\ NPQ7iTvdQjXXVo6bKAOHFKgykWg3DGHk0vcf8IhM3UqZMbwJ8fnwTBTqms267XEoPDp6NXh5gVgh\ +ZVLPYCqJhDo3G8NBNMM33Gy3LC/wxJi9FPI3FZx5NDm+1xJ9iJUsmDrOaT6o9p8khpfwN8Erczh\ apz+zyojM+ZxiAv1WXx/2JS6E3NgmXSZDTIbG4u88skDcm2HwxjEDT3bdjgBxI3n+LpPgMuCbNwu\ kagcKcer4/BKOecHXop8zZG1IKOlWVsShmI9ZQnL1UwZf1hJuQ7CuKKtjfckcicM6uPYrSP6TeB5\ OA8iPghVwqiZ3m5d4CTvBvkfwG5L5pzWMyJol2a5Q1zCTDLjND9LKzYTAz6SRDiUvNMS6NeC332n\ w08iIbQA04zYayspwXFcUxG4pehunAOADmQ0yHDQ7zQQO4nNN7XC7anL7fJ+uW9qJ9hBIjKQUwPH\ dwNZSZPR9S0AxUlcTdVPJiZHH03FVHGRMZUBbAEK4zGIlTiIWLSmxSXS4hSHdCymyVg2AY7c3DAC\ wDe4hoyP60gvEicoERGXFObjD6T3NqsEjIjgOf2s/ABQciuBrLKnYCAkktoLi5pqcRcvEfAxM6MC\ 3KyVWPZLinYNo60k2ITe++/I4jbt9arUc99Sm6DnEzA7A5XGxxJ9Fm5Tpk+33lEVCVPB8GixG5tc\ OVH1umIiCwiczd+JSp+HVYOIhl6S00vQSEuJQu5Ivp6O7bZihdmKFY7w7Bl6vPNQWI7R3jam7cAt\ YRoPfz7lYvPvTGcP9OSqS03ww8IlRvzZ+D1LiMwqhg4OBgl23CGIBvU6OdgVJWq3sgm2E27A3LnO\ fcVQM/1QST6zAHdBTNmL0nkNbO8eER5k+xUm8STNa8SOZtc5zTHK+fxNdVJEiOj2qWpOYQ8A2oNo\ b1w4cJWXFBtBJWkBRKlczi9bPVRZUW2wcNxuhLgTmc9MkfFdmPSgV3NLScwerBA9sz4q+JnPHJHI\ bJ7IuMqrL3MmOq2KlEM2ubmoSXTEtMN9sqKgot5tAWQpQKUJulQN7G18kq2FxdXVZlDdABOUcCTp\ AKlaLhTpic47B5hH0y4zskJdMKyg5xT+Yf8AuIy5Exi2pczFpU2kpBLQZWtarhaSAUg+NrYbt2du\ yGOZHXMDOPMADx5I4ugT1Rn2AqX+VuUUFxG0zIa8o2lMw00appmZsTCVMsQMUhK0EBDgikW0kKIW\ 2oX2JG4BxXsWu32O/vjec0HqzMxygxPLgprCbRla4ZRqVW098wXODiB2u3QTHMxkq/Z3xHcE83zT\ qPK6HrXi4ga8k64xMXKRSsI+8lMK72b6dDdwt1tSVnSj2kAqHQYstDC7z6I28FNno3RBLo1CjsRr\ U6Nw60dUa5zZzbvFveDoQeB46pXR1WcL0ypiOjKI4iMyGapdlsbMZPJZ/SjMJGR4h0qK0qYW4hbZ\ BTubcrkagMEfTrsO66iIESQ6QJ7dEjkdCPH8M02kuiKriHoKXLrWi4apXmW30Sp9KBFKCk3ACO1B\ Jtfe1jvjjnUw0mDA46jySIDp3OPzwRq9Jc2GVLQ+JI5pV3iYVY0ja52dPLz5YWa+iROa4GvaM0Vw\ 9OTyYzWJldY5gZY5bQ4QVsR04U+zDRCgRdAUAohVlX5dDhT09LdlrXO7olJ5jIpOOcPapfNoifTv\ ODL2uoB5CkQopmYv3SSQoKWFtpCkkCwUCdydt8LHE2EbrGFpH2h+KSFLrTzRbNMuJDBQ0REGp5pD\ sNAqWTFaggAE3JKD4HfCQunnlK69jOKjnBZc1nXTKqmk+Y7sgkMQtXqDbrSVqeYBsHb6Rsogkf2d\ PjiYfd0qXUe2Xce9RVRhcZBTaSPjo4mJfpCqxkM1AIH88ksOq/xQEHpjP6lKmMiPatWds9bnSQnS\ gvST52SpIXN6TywnwBsbwL7Kj8Q8R+GG7LZrzuiQjnZGjBcHn2Jzac9KDMItxpmdZCUfGKuElTEz\ cav8FNr8cErW7qYEOKRdsoILhU07P9lNHLPikpXMVMP22S8BKlOW3TNgu3P/ADCb4Z16lVhgun57\ 1CXWF+j0d7PxUxZJK6JnzLbyqSTCXtsmKJIuL89PnggvHhRraWoS9luU1Ix8QVJYioWHICAhDlyF\ HqSeY8rD34UbduIzRJ4pRs5F066F9nM5m1bWnncbG2B9NcdQjQAAV4eyOlTSVFM5ilCxNlspVYeH\ PywvSqlx3UOCScblLKGCdbsC+NNzqgUb/jhSk8kSV05ZpMxGWlNJSouS6WLAPSGCb7+RwfeMZFHc\ AAil7LWjzqCpQzffdKlJ/PBatd8armYCL/5JKGiFKSqWOJ5cljqbeGDNe6EGmYXheQlDRCtodaOY\ N0IN/wAPL9uO+ncOKJUaBnCJonhroJxN1wsMsHeyoYeI88KC5cDASW+ImEkphwz5c3c7SWwLllaf\ 8WA/PAbdPcdUv6JpZJ05JNO8OeXjAC2YHsFWCgWxptv5HHRXdMgo1KoYmT4leEZIyaACFS2o6tlt\ xf7iYPN22/srGOsruAPwSdOo7mfFD4ekKtlZAlOc+ccrFwB2FRxibciP8rjhcIHVHgPgl6jnFu/P\ BN3nLmHnvl5lrVE+l3EZnjHMMQ4QuDfqGIU1EtLUEuNruokoWkqSR4KOJDDKTKtyym5og9nrTW9q\ Pp0yZHHgFG7hX/lMy5puEzSy/wA461o+rpguJbffhEMkKAdJXdLiVJOtxbq+W2oAezcy+0Fy2pW9\ E5g3RHl+CYYdQIpFwOvYpwyXjG43WkakcT07i0pNkiMpyVv8t9z2Av8A34gqvoRoz2lP5A/VHt+K\ V0Jx8ccUtU8F5x0HN0oA/wAcoeEJVueZbWjwxw0KJzAIn9o++UU1qYyczwJHvSJqP0xPFrlZWGWL\ FVS/KGv6cmdSQ8umUOxJHZdEuQ5SpSwy+H3UtqIRYEtqAJvY8sSOHYK24bUc15DmNJGh9wSFe+pD\ dAZqY+tz46Zq7TJjj3XmkzCONZYxlOF1IVZNQ9sE3uf/AHZPhiJuKz6bgJn2JzVsnMZJIPq5etTo\ p/MydR7ba2H5lBaugiyq34DCrcUqt+qSPWVE1bek4w9oPqCX8FmFVelJE3iyL2sohX7RiUobR3zS\ QyqR6ymVTArF4l1FvgjdWYVSOIIfehYlNjstoflbD0bW3/1TUPs+CafyTw4HKkB3JPRUXLJktS4+\ Rwbjh5qQ4tH54bVMUrvMvMnuUpQwumwbtPIBaWJRTcXZIlcWxcA92JuPxScNW3zpmNUtWt91ueYC\ NWsuZLFgdm/GsDnYlKrfgMLi5kgEa/PuTN7w0xC8uZbwMMSURy125amh+/BvStOQEINflKKIilod\ jUO2CrW/Utfl54chjeSXA3iiSIksMlQBIO55C3TAZTDkAyYChfxh5tVNk5TdBy2hGJTD1TVU/Ypy\ FmcayX2pMXOcR6sCnt1DogrSL87jbBbekKlYsJIABJjUxw7O9O7G0bVcd7Rok9vZPBI8+j7yGjoo\ znO2Hn3EvXZVeIm9bxa41rX1EPAAphYdvfZCG9h1PPDxuJ1Kbd23/Rj9nX1nMk95SbsRqhv6M7je\ Tcvbql4OFPhml0ucl0LkBk21LwixZTTUFoIHS3Z4a1L6uet6R2f7R+KTZWquh28Z71Hmq+AzgmnT\ y3I/hcygaiidXbwUtEC6D4hcOUKB9xwu3GbwNMVXeMjwMhL094xnr3Hj2pq3+BvIun3HE5fz7iKy\ qO4ApvM2cwzad+jS3nEfhhF96+oQajGO76bD7YlOhSG6ZAPqCMZdwb5mzR1lNO8evGVTiAfuw/O4\ OPLY970MSrba5vgzLi3aetbs9QcPJyRrVGN6243wSyc9HVDTlLTOanGFxt5oMkkqYcrpcrYUfNuB\ bZ28r4dU8RpiXU6FNv8Ad3j4uJ8klTuiB+ja0epOBQ/o2uCmhY5E6gchaQqeowQ59qVN2s8jCr+t\ 2sat0388B+NXTyW75A5Nho/wgIOvq7ol5y5QFKaApeTU+w1LpHAQMklzadLcPBMIh2kAbABDYAHy\ wyLjIqHMlMy6dc0wlf8ACdQGYVbxFfzOoq6hJ4ttttTSYiHiYRvQmwLMPEsupZ8TotqJJO5wuy9I\ AYWjvzn1kET604ZcuYN1umvEeRCNRw0xL0njpFD5nzV2Svtdi7Bx0glcQw6g80rQmHQFA+H7sBty\ 1sVGNgjPIu7uaTrOZP6RoPrd7yUBl/DrXdKyyFklNZvSaTyeHQEQsM1SEOluHRcgJShLqUgC3QYJ\ XrUnPl7STxO8ezmkad1RiNz2/gmCqD0dtE1FN5jPI+qZbK5lMipU1TKKXgoOGm5NiVRMP3kKXt/S\ JCV/2jhRuJDcAIJA06xy7tMkr9JptfLGnxP4Jgap9ELQs4rE1e7mfCy1Z0dhDSujoGW9mgEnQt+E\ U08pJHdNlpuPgRJW20LmDcAPeXE+wyPYuB7HDeg5dsqb7XD9lpXszlc7zlpyDrPOODljMiVWkniY\ yTxsVCMJ0sB1IfdCloRZBcJ1LAGonFKxCtVtnFtu6GOM7pAcJ48OKlrXdqU+qIbrBAOuesDiZ8oQ\ KdejryhmbLkWnM7iVkcO+buNSut4iGJt/aCTv52xFM2hqshvo6Z72Ao9M65Dw/FNqz6KThWm0zho\ 6d1RxP1RFtrC2zPK/XNUIUORDUUw4gH3AW6Yf09sLumC2mym391gb5GV2rat0LQRyg/FPJAejS4V\ TOJXPo+SVtUc9gEBMDGTibiOcgtv8glxsoZPL+jSnDX+WN02nDA0NPACPEzJSXoW5Q0COQhOMeET\ KaWrREJmmZiylOhIE6SNKeVhdoj53wwp7R1nOADWiez8UvUrOdIIB9SYSsOFDh9ZnD0XNKRntRRL\ zvaOGMmnccX/AFlpbbRqJGxPXrh1b3txWduhwHq/FGcC2Bl4f7opnnD856u+jJma5d5IzINFpExh\ aHgZlGIFrH76KKibjaxw6OFsd1rp7qgnTeICZi9Y0dZs+uPYIUEc6+HnjNh2XWmPSD1OYZ1JSpCq\ Fg2wE7GyexfbCeQ5AYkrGzwcn0brWYn9c8I7DzXW3p3eoN2OSrTmnC3mhQaKgi51nNQ1fRUXELei\ YmOol5iJeWod5RfYmKFhR6qB1cjfxuFG3s60NaxzRyDsvAtSLCA4l0n57lFupp/MKLTAwkdTuXdR\ PS5UQuXxb8FHORUu7VBS4hiJiY194NqBPcUtSR0Atix0tk2Pad2q4A6jqwYOUgADLuSjAJ3jwSFq\ HjAlMRWNNVrM8k6ZfrGWCHENNIeYONxI7AfdXWtC76dOwN7AkctsEHR+WsdSbcHcdqIy80arZse9\ lUgbwGR5J1pjxxyqsqZmNMTDJptqTRjf84YRPrJXzUCLQ4KSCo2sR8eWGtpsbVsK7a9vXh7Tkd3T\ xJS92zfpua/MFQWqyjKErqnKhqOqYavZtMpdNIiDhWXaiWuEYhrBaG22lNlSClKwkkLsSLhKbhIs\ VW/umXAcHNmoAXHdAJOmoI8lRLi1ZuuaZhsxny70rMrOIN2jYSlqNldIQqJNtCsgRZCmk6VkG5QS\ fZ/HEJimCGo41Xvz10S9lirmwwDJNrm8+zPszIadssKlkTNFfelBSVNOIb2WlQSnVfSLheq4uML4\ K0i3In6qQxG5dvSPNNpP5dHRE2i4uXTJcog31duiGZciEoY1b6UhLyU2uTyAw6twNwbwk84HwTF1\ V05Ej1r/2Q==" self.img = base64.decodestring(self.img) self.img = StringIO.StringIO(self.img) self.img = wx.BitmapFromImage(wx.ImageFromStream(self.img)) self.img = wx.StaticBitmap(self, -1, self.img) playonlinux/python/wine_versions.py000077500000000000000000000402751226051336100202370ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2007 Pâris Quentin # Copyright (C) 2007-2010 PlayOnLinux Team # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import wxversion, os, getopt, sys, urllib, signal, socket, codecs, string, shutil, time, urllib, urllib2 import wx, wx.animate import lib.Variables as Variables import lib.lng, threading if(os.environ["POL_OS"] == "Mac"): os_pref = "darwin" else: os_pref = "linux" lib.lng.Lang() def SetWineVersion(game, version): cfile = Variables.playonlinux_rep+"shortcuts/"+game fichier = open(cfile,"r").readlines() i = 0 line = [] while(i < len(fichier)): # On retire l'eventuel fichier[i] = fichier[i].replace("\n","") if("PATH=" not in fichier[i] or "WineVersions" not in fichier[i]): line.append(fichier[i]) i += 1 fichier_write = open(cfile,"w") if(version != "System"): # On insere if(os.environ["POL_OS"] == "Mac"): line.insert(1,"PATH=\""+Variables.playonlinux_rep+"WineVersions/"+version+"/bin/:$PATH\"") line.insert(1,"LD_LIBRARY_PATH=\""+Variables.playonlinux_rep+"WineVersions/"+version+"/lib/:$LD_LIBRARY_PATH\"") else: line.insert(1,"PATH=\""+Variables.playonlinux_rep+"WineVersions/"+version+"/usr/bin/:$PATH\"") line.insert(1,"LD_LIBRARY_PATH=\""+Variables.playonlinux_rep+"WineVersions/"+version+"/usr/lib/:$LD_LIBRARY_PATH\"") i = 0 while(i < len(line)): # On ecrit fichier_write.write(line[i]+"\n") i+=1 def GetWineVersion(game): cfile = Variables.playonlinux_rep+"shortcuts/"+game fichier = open(cfile,"r").readlines() i = 0 line = "" while(i < len(fichier)): fichier[i] = fichier[i].replace("\n","") if("PATH=" in fichier[i] and "WineVersions" in fichier[i]): line = fichier[i].replace("//","/") i += 1 if(line == ""): version = "System" else: version=line.replace("PATH=","").replace("\"","").replace(Variables.playonlinux_rep,"").replace("//","/") version = string.split(version,"/") version = version[1] return(version) def keynat(string): r'''A natural sort helper function for sort() and sorted() without using regular expressions or exceptions. >>> items = ('Z', 'a', '10th', '1st', '9') >>> sorted(items) ['10th', '1st', '9', 'Z', 'a'] >>> sorted(items, key=keynat) ['1st', '9', '10th', 'a', 'Z'] Borrowed from http://code.activestate.com/recipes/285264/#c6 by paul clinch. License is the PSF Python License, http://www.python.org/psf/license/ (GPL compatible) ''' it = type(1) r = [] for c in string: if c.isdigit(): d = int(c) if r and type( r[-1] ) == it: r[-1] = r[-1] * 10 + d else: r.append(d) else: r.append(c.lower()) return r class getVersions(threading.Thread): def __init__(self, arch="x86"): threading.Thread.__init__(self) self.thread_message = "#WAIT#" self.versions = [] self.architecture = arch self.start() def download(self, game): self.getDescription = game def run(self): self.thread_running = True while(self.thread_running): if(self.thread_message == "get"): wfolder = os_pref+"-"+self.architecture try : url = os.environ["WINE_SITE"]+"/"+wfolder+".lst" #print(url) req = urllib2.Request(url) handle = urllib2.urlopen(req, timeout = 2) time.sleep(1) available_versions = handle.read() available_versions = string.split(available_versions,"\n") self.i = 0 self.versions_ = [] while(self.i < len(available_versions) - 1): informations = string.split(available_versions[self.i], ";") version = informations[1] package = informations[0] sha1sum = informations[2] if(not os.path.exists(Variables.playonlinux_rep+"/wine/"+wfolder+"/"+version)): self.versions_.append(version) self.i += 1 self.versions_.reverse() self.versions = self.versions_[:] self.thread_message = "Ok" except : time.sleep(1) self.thread_message = "Err" self.versions = ["Wine packages website is unavailable"] else: time.sleep(0.2) class Onglets(wx.Notebook): # Classe dérivée du wx.Notebook def __init__(self, parent): self.notebook = wx.Notebook.__init__(self, parent, -1) self.images_onglets = wx.ImageList(16, 16) self.images_onglets.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/wine.png")) self.SetImageList(self.images_onglets) self.panelFenp = {} self.imagesapps = {} self.imagesapps_i = {} self.list_apps = {} self.new_panel = {} self.list_ver_installed = {} self.button_rm = {} self.button_in = {} def liste_versions(self, arch="x86"): if(arch == "amd64"): add=100 else: add=0 self.panelFenp[arch] = wx.Panel(self, -1) self.imagesapps[arch] = wx.ImageList(22, 22) self.imagesapps_i[arch] = wx.ImageList(22, 22) self.list_apps[arch] = wx.TreeCtrl(self.panelFenp[arch], 106+add, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders, size=(320, 300), pos=(10,35)) self.list_apps[arch].SetImageList(self.imagesapps[arch]) self.list_apps[arch].SetSpacing(0); self.new_panel[arch] = wx.Panel(self.panelFenp[arch], -1, pos=(10,505), size=(100,100)) self.list_ver_installed[arch] = wx.TreeCtrl(self.panelFenp[arch], 107+add, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|Variables.widget_borders, size=(320, 300), pos=(400,35)) self.list_ver_installed[arch].SetImageList(self.imagesapps_i[arch]) self.list_ver_installed[arch].SetSpacing(0); wx.StaticText(self.panelFenp[arch], -1, _("Installed Wine versions: "),(395,10)) wx.StaticText(self.panelFenp[arch], -1, _("Available Wine versions: "),(5,10)) self.button_rm[arch] = wx.Button(self.panelFenp[arch], 108+add, "<", pos=(340, 175), size=(50,30)) self.button_in[arch] = wx.Button(self.panelFenp[arch], 109+add,">", pos=(340, 125), size=(50,30)) self.button_rm[arch].Enable(False) self.button_in[arch].Enable(False) self.AddPage(self.panelFenp[arch], _("Wine versions")+" ("+arch+")", imageId=0) class MainWindow(wx.Frame): def __init__(self,parent,id,title): self.download32 = getVersions("x86") if(os.environ["AMD64_COMPATIBLE"] == "True"): self.download64 = getVersions("amd64") wx.Frame.__init__(self, parent, -1, title, size = (750, 400+Variables.windows_add_size), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX) self.timer = wx.Timer(self, 1) self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY)) #self.panel = wx.Panel(self, -1) self.onglets = Onglets(self) #self.sizer = wx.BoxSizer(wx.VERTICAL) #self.sizer.Add(self.onglets, 15, wx.EXPAND|wx.ALL, 2) self.getVersions("x86") if(os.environ["AMD64_COMPATIBLE"] == "True"): self.getVersions("amd64") #self.panel.SetSizer(self.sizer) #self.panel.SetAutoLayout(True) self.onglets.liste_versions() if(os.environ["AMD64_COMPATIBLE"] == "True"): self.onglets.liste_versions("amd64") self.oldreload32="" if(os.environ["AMD64_COMPATIBLE"] == "True"): self.oldreload64="" self.oldversions32 = [] if(os.environ["AMD64_COMPATIBLE"] == "True"): self.oldversions64 = [] #self.button = wx.Button(self.panels_buttons, wx.ID_CLOSE, _("Close"), pos=(510, 5), size=wx.DefaultSize) wx.EVT_BUTTON(self, wx.ID_CLOSE, self.closeapp) wx.EVT_CLOSE(self, self.closeapp) wx.EVT_TREE_SEL_CHANGED(self, 106, self.unselect32) wx.EVT_TREE_SEL_CHANGED(self, 107, self.unselect32) wx.EVT_BUTTON(self, 108, self.delete32) wx.EVT_BUTTON(self, 109, self.install32) wx.EVT_TREE_SEL_CHANGED(self, 206, self.unselect64) wx.EVT_TREE_SEL_CHANGED(self, 207, self.unselect64) wx.EVT_BUTTON(self, 208, self.delete64) wx.EVT_BUTTON(self, 209, self.install64) self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer) self.timer.Start(200) def AutoReload(self, event): reload32 = os.listdir(Variables.playonlinux_rep+"/wine/"+os_pref+"-x86") if(os.environ["AMD64_COMPATIBLE"] == "True"): reload64 = os.listdir(Variables.playonlinux_rep+"/wine/"+os_pref+"-amd64") if(self.download32.thread_message == "Ok" or self.download32.thread_message == "Err"): self.onglets.new_panel["x86"].Hide() self.WriteVersion() self.download32.thread_message = "Wait" else: if(self.download32.thread_message != "Wait"): self.onglets.new_panel["x86"].Show() if(os.environ["AMD64_COMPATIBLE"] == "True"): if(self.download64.thread_message == "Ok" or self.download64.thread_message == "Err"): self.onglets.new_panel["amd64"].Hide() self.WriteVersion("amd64") self.download64.thread_message = "Wait" else: if(self.download64.thread_message != "Wait"): self.onglets.new_panel["amd64"].Show() if(os.environ["AMD64_COMPATIBLE"] == "True"): if(reload64 != self.oldreload64): self.getVersions("amd64") self.oldreload64 = reload64 if(reload32 != self.oldreload32): self.getVersions() self.oldreload32 = reload32 if(self.download32.versions != self.oldversions32): self.oldversions32 = self.download32.versions[:] if(os.environ["AMD64_COMPATIBLE"] == "True"): if(self.download64.versions != self.oldversions64): self.oldversions64 = self.download64.versions[:] def sizedirectory(self, path): size = 0 for root, dirs, files in os.walk(path): for fic in files: size += os.path.getsize(os.path.join(root, fic)) return size def unselect32(self, event): if(event.GetId() == 106): self.onglets.list_ver_installed["x86"].UnselectAll() self.onglets.button_rm["x86"].Enable(False) self.onglets.button_in["x86"].Enable(True) if(event.GetId() == 107): self.onglets.list_apps["x86"].UnselectAll() self.onglets.button_rm["x86"].Enable(True) self.onglets.button_in["x86"].Enable(False) def delete32(self, event): version = self.onglets.list_ver_installed["x86"].GetItemText(self.onglets.list_ver_installed["x86"].GetSelection()).encode("utf-8","replace") if(wx.YES == wx.MessageBox(_('Are you sure you want to delete wine {0}?').format(version).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"],style=wx.YES_NO | wx.ICON_QUESTION)): shutil.rmtree(Variables.playonlinux_rep+"/wine/"+os_pref+"-x86/"+version) def install32(self, event): install = self.onglets.list_apps["x86"].GetItemText(self.onglets.list_apps["x86"].GetSelection()).encode("utf-8","replace") os.system("bash \""+Variables.playonlinux_env+"/bash/install_wver\" "+install+" x86 &") def unselect64(self, event): if(event.GetId() == 206): self.onglets.list_ver_installed["amd64"].UnselectAll() self.onglets.button_rm["amd64"].Enable(False) self.onglets.button_in["amd64"].Enable(True) if(event.GetId() == 207): self.onglets.list_apps["amd64"].UnselectAll() self.onglets.button_rm["amd64"].Enable(True) self.onglets.button_in["amd64"].Enable(False) def delete64(self, event): version = self.onglets.list_ver_installed["amd64"].GetItemText(self.onglets.list_ver_installed["amd64"].GetSelection()).encode("utf-8","replace") if(wx.YES == wx.MessageBox("Are you sure you want to delete wine "+version+"?", style=wx.YES_NO | wx.ICON_QUESTION)): shutil.rmtree(Variables.playonlinux_rep+"/wine/"+os_pref+"-amd64/"+version) def install64(self, event): install = self.onglets.list_apps["amd64"].GetItemText(self.onglets.list_apps["amd64"].GetSelection()).encode("utf-8","replace") os.system("bash \""+Variables.playonlinux_env+"/bash/install_wver\" "+install+" amd64 &") def getVersions(self, arch="x86"): if(arch == "x86"): self.download32.thread_message = "get" if(arch == "amd64"): self.download64.thread_message = "get" def WriteVersion(self, arch="x86"): self.onglets.imagesapps[arch].RemoveAll() self.onglets.imagesapps_i[arch].RemoveAll() self.onglets.list_apps[arch].DeleteAllItems() self.onglets.list_ver_installed[arch].DeleteAllItems() root = self.onglets.list_apps[arch].AddRoot("") self.i = 0 if(arch == "x86"): while(self.i < len(self.download32.versions)): self.onglets.imagesapps[arch].Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/wine-packages.png")) self.onglets.list_apps[arch].AppendItem(root,self.download32.versions[self.i],self.i) self.i += 1 if(arch == "amd64"): while(self.i < len(self.download64.versions)): self.onglets.imagesapps[arch].Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/wine-packages.png")) self.onglets.list_apps[arch].AppendItem(root,self.download64.versions[self.i],self.i) self.i += 1 root2 = self.onglets.list_ver_installed[arch].AddRoot("") wfolder = os_pref+"-"+arch installed_versions = os.listdir(Variables.playonlinux_rep+"/wine/"+wfolder) installed_versions.sort(key=keynat) installed_versions.reverse() self.i = 0 self.j = 0 while(self.i < len(installed_versions)): if(os.path.isdir(Variables.playonlinux_rep+"/wine/"+wfolder+"/"+installed_versions[self.i])): if(len(os.listdir(Variables.playonlinux_rep+"/wine/"+wfolder+"/"+installed_versions[self.i])) == 0): self.onglets.imagesapps_i[arch].Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/wine-warning.png")) else: self.onglets.imagesapps_i[arch].Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/wine.png")) self.onglets.list_ver_installed[arch].AppendItem(root2,installed_versions[self.i],self.j) self.j += 1 self.i += 1 try : if(versions[0] == "Wine packages website is unavailable"): self.onglets.list_apps[arch].Enable(False) self.onglets.imagesapps[arch].RemoveAll() except : pass self.onglets.button_rm[arch].Enable(False) self.onglets.button_in[arch].Enable(False) def closeapp(self, event): self.download32.thread_running = False if(os.environ["AMD64_COMPATIBLE"] == "True"): self.download64.thread_running = False self.Destroy() playonlinux/python/wrapper.py000077500000000000000000000110201226051336100170070ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2008 Pâris Quentin # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # PlayOnLinux wrapper encoding = 'utf-8' import os, getopt, sys, urllib, signal, string, time, webbrowser, gettext, locale, sys, shutil, subprocess, signal try : os.environ["POL_OS"] except : print "ERROR ! Please define POL_OS environment var first." os._exit(1) if(os.environ["POL_OS"] == "Linux"): import wxversion wxversion.ensureMinimal('2.8') import wx import lib.lng as lng import lib.playonlinux as playonlinux, lib.Variables as Variables import guiv3 as gui, install, options, wine_versions as wver, sp, configure, threading, debug, gui_server class MainWindow(wx.Frame): def __init__(self,parent,id,title): wx.Frame.__init__(self, parent, 1000, title, size = (0,0), style=wx.NO_BORDER|wx.WS_EX_BLOCK_EVENTS|wx.FRAME_NO_TASKBAR|wx.FRAME_SHAPED) # I know, that's not clean at all self.windowList = {} self.registeredPid = [] self.myScript = None # Manage updater # SetupWindow timer. The server is in another thread and GUI must be run from the main thread self.SetupWindowTimer = wx.Timer(self, 1) self.Bind(wx.EVT_TIMER, self.SetupWindowAction, self.SetupWindowTimer) self.SetupWindowTimer_action = None self.SetupWindowTimer.Start(10) self.SetupWindowTimer_delay = 10 self.windowOpened = 0 def SetupWindowTimer_SendToGui(self, recvData): recvData = recvData.split("\t") while(self.SetupWindowTimer_action != None): time.sleep(0.1) self.SetupWindowTimer_action = recvData def SetupWindowAction(self, event): if(self.SetupWindowTimer_action != None): return gui_server.readAction(self) if(self.myScript.programrunning == False): self.POLDie() def POLDie(self): for pid in self.registeredPid: os.system("kill -9 -%d 2> /dev/null" % pid) os.system("kill -9 %d 2> /dev/null" % pid) app.POLServer.closeServer() os._exit(0) def POLRestart(self): return False def ForceClose(self, signal, frame): # Catch SIGINT print "\nCtrl+C pressed. Killing all processes..." self.POLDie() class Program(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.start() self.programrunning = True def run(self): self.running = True self.chaine = "" print "Script started "+sys.argv[1] for arg in sys.argv[2:]: self.chaine+=" \""+arg+"\"" self.proc = subprocess.Popen("bash \""+sys.argv[1]+"\""+self.chaine, shell=True) while(self.running == True): self.proc.poll() if(self.proc.returncode != None): self.programrunning = False time.sleep(1) class PlayOnLinuxApp(wx.App): def OnInit(self): lng.iLang() os.system("bash "+Variables.playonlinux_env+"/bash/startup") self.frame = MainWindow(None, -1, os.environ["APPLICATION_TITLE"]) # Gui Server self.POLServer = gui_server.gui_server(self.frame) self.POLServer.start() i = 0 while(os.environ["POL_PORT"] == "0"): time.sleep(0.01) if(i >= 300): wx.MessageBox(_("{0} is not able to start POL_SetupWindow_server.").format(os.environ["APPLICATION_TITLE"]),_("Error")) os._exit(0) break i+=1 self.frame.myScript = Program() self.SetTopWindow(self.frame) self.frame.Show(True) self.frame.Hide() return True lng.Lang() app = PlayOnLinuxApp(redirect=False) app.MainLoop() playonlinux/resources/000077500000000000000000000000001226051336100154515ustar00rootroot00000000000000playonlinux/resources/images/000077500000000000000000000000001226051336100167165ustar00rootroot00000000000000playonlinux/resources/images/configure/000077500000000000000000000000001226051336100206775ustar00rootroot00000000000000playonlinux/resources/images/configure/cmd.png000066400000000000000000000115371226051336100221570ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsgRtIME)xIDATx\ogrsQ29<$˒-˖؉ql.K C Ā  8@r<,mDIEgH=}Uy误%ژþ5Ч>O}Sԧ>O}Sԧ>O}SDy75A vu@ ac#0m  f@ ptF$0@HtX,b':;GOBȃyZO+P"a@"]:Dq`Hp`Gb#Ѻ0N,o6yw^=:x@k"FXr2H98D `H ;#cڄnFlz@r~^5iRɉ8tn=mm#@F nz|W_Nw(Re4r?3ř-qs9%PD(`a\zoOzb϶Xo恟pWG%]zXgF`/Z!BZٳ @o Uy =F8^MNG@ѰhE"M xI\vO^I= ٙ`H^<z<1"?J'{||nv8ރ D ǎ b6aVs xɳHtb2{ 01DU?;pfd7KmX1v ӁyOm?FG03uO{`faP7mzfDP-Q Go`yDqݡJ.jEdese{JקHO"6^_#V "HP,*cLwao"Fc^֖ ؑ$moJ ;7`A'פ^F:Z^ aqc`$YL3ð}@cc38qj:T;GiʎPi_:Oʬp{a,d01!`hs@a g[_{hg%5=ҶcmVNqrnXD%:6GSq>E!t8M@ ,%/ Z@)Q~(#$i>H #LV1;)kJjeΗ79' GTkBD"`c Ƥ&4AO[ "t$K&Gz?H:'tdDm'ДY  gI?D~ FY"[ݙ7Wַ։(h3UR@Dh3J6&cz-Nٌ` E*)c(g{#3bQG>'fD9҉JEt$`FCM-Pctb@o:X؎<)EqADkV+L`CD:Hb%3#[$5m9k%iS:-a0, Eu!l+j "ב 2+@ 6[`ÉS0orv]$-N<E3R0Fp[MA a<~|)#(0lX'(zia0(Uvraƌ#dS" (P[Q&-|7b8 Pv:Y@ʎiYS;cqr^qP@h4Z U)@iiz.h(SUw}Մr$ڹvkdCk%?d'i ehA4ZDP30c IA<2m&2f>Z u'@CL)17*1R\0)cQnP \F;?Kau4VW%|iB+Ֆa V˅aU*)@Q60dGȗ-.=af3ɛPjl& n. CG13;c |pW]E웴#Im M>< mt/xg 0%EW$)"{L~>9x3OPG 0e"ʪRQ!>=,_V }}/ƉQmBlz8y;acQP*6 ECl%k"qg ?h#<;8N8 US/at|K+ ~G= ! #BEgX"mc 0i_% 1Q$"bF@LdB}.o<>Ξ9_xT )8(KC];TBӖE+9-06C}m0rlqlklkoXQQAJxdr',fj'pvi@ t++!eXc }X섍) %qR0q+(%6w.PeS#9~N>'Ncbl )LVk(JLuwKW?ƥcm egwfudR'p%"8NRk(E~ ,&C%0tѡ"{{XyaU iy\)y'6W=tWh3&sAsb'Gغ@,gͦz/ Aabbp b3bm@7ävLPԩ:4i `OX5 fHZvah,q2DQ5q`Xװ~~3|0.n^$`"Tڕ{ q]!Ӗ:A6A) Y3( 9- ѵw~pN#Rо.f:1Iq;ISGJ%Ľq("L*Vq%|v2nBp:yѽq궣MEx+gÇ4>@d;*(KoB{!$HhoQsLQ*KMМDmgsJ8%i7S c_aE$y#$ o+iR822|_zyVX[[C6pP} @bPpP(Q*P-{" D[nt҅+0[;+2}|:d6_Z>s<!Ŷw8;.J]qTz(NPJ!\;_Ep 28RJ1 ah LfE*P,088qp{6 kk;'%>hT0PV56>'ϞvW_| ~Y]>~/=.Ȍ2]kqj`7| 2)Kwpwn^;onӻ` @a `@:\~+}l|GFF:b6Rԕ$/"Lڳs!=}](䙠YWBMXyFnBs{r=-|a @(D O}Sԧ>O}Sԧ>O}S<)IENDB`playonlinux/resources/images/configure/console.png000066400000000000000000000053121226051336100230500ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsu85 vpAg``x IDATxMU-*F-.peKb1nh (&j[c+cǢ`- p.p )iB/҆~ܙϙ [ x f0A`q߾}|_ݻpP\xO~~ĉk}ۗ cǎn?DŽ"hlx饗z 8GЗ7_{7/.. ɵR_[[{[o/&fpHXvܹsښ[˗yW8YT=o%qq 7s].t%@,Y_}U}YXPUDdH.3cq6>D. |їȹsXZZBDڬa#1KY %n^V=% F w  P) !2#.bFO`0$қi [Ѝ= fF lUET!J$N͡_nkv#G'] /==ܳO)"V%4:W#q;y~8Ϲa'DOWiʹ%^z~Lʚ&gy)এqS CyxG)9Ѻk֩HЧ:_ ]'OGw۷CGEi$mihKAEݽH2ytg9l su%=_၃9xns 1F^|_(IF}K$R}LT! Pα/%2cBР8"…O:vbs3c-GuNIU祡XA Dm *v5~cKXjVׅ 2(hv B0cffx&$v{6EZF#EKmЛe*o: nے՟f0:f jHPbiS `fS}U}tpI¬$zHծA,EDu$/ 1H1 rU՞ťSq Eg-5ǝEÄ MRљs/Њ운Ȇ}dI;:`+cwpqr?"۔[/R&.O QB&z4?놺?znEċ`ve%)R81Q #sMhf~nAc,d$;Hur({"3#: ŜGy̙3?s= K}ӗ e^ঞ8$ׄ8y.;{gnogu骨?aS8"o %tEXtcreate-date2012-05-19T11:30:15+02:00|%tEXtmodify-date2011-03-29T18:03:55+02:00g .tEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/emblem-system.png000066400000000000000000000046411226051336100241750ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org< IDATh[lsvfv/6(1)TV@QФ"C%W$+B򔖤OXQ C"5R%\Rr*bX /vڇ5ޛO:h|s<,np--듀Hy 8% `: w@ȱD V>ÿzP}7׬YsνLnRp w|j۶ձo}9 .7@._EQnhY.7?yfWkb D:;;jjjz@$oDi(IniBELԀHOOן^nURX"ʖǏeu]'Nx2L8O&n\ׯNhFݻ$IqkO?S/⿀UD5d r-oiEQj(L&q'yފ@ J$aĶmRi8)Iҍ@ `DQ$I,˺3{kaF &:Lɶ@ Pضms˲\23WdRa|Jt%VAfΝȲe ضM2$Ngىd2me恆vP[R4K[\W"L Rft:m>x<~Cjz뭷-˪u]~4UUOt-2ۺu/wbWt:]VW,# 5jvo0ly;-"KϺΧ7ŶmTUhoo;Y8޾ߞp]T`J}}=!Z25躎iUUXqFlYB4<Օ[Mf Y !iVIW[`f4w T*\__$J}qeYZeY󷪪xg= YHw<3TUXO ˲#-mvAq>3Mr2,;a t9s~Zs̙: (+Lbeq>z L\r*Y#[,Z*QU:KJ5gC$itrrr;3[-<ϛј&''$iСCGIᒜ888K/WӴX-H`YְeYP( BeeYfYEQ)hrї_~ >Ë,~488qѣGY;v$.P266yWx={|(ػwq6|_JfA\x;YMMMaW2uûvz>7/x\˧N:"$ۧ^x7no37nt?+MBBp#=W7Զ".o1TP l/ᦏ~Xi-y_/P>;@~y---=ϟ_-,n޼a.5Or%Wj bj,`%4v| n4M#IENDB`playonlinux/resources/images/configure/killall.png000066400000000000000000000126631226051336100230410ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsgRtIME* JW@IDATx}l?5&RsIORryCiCtUC mթ4U4ktj]ZFqKڜ W 6/>31xfm5&>虝ݝ~g*******>LM|RreZe'>| !I(J 0ޗR>c[Y&A=3# C/`'yLTV4mև #(; lkjR"9t=zO?c@ZӸtQEV-nRvt\eE ,/6/"lDž9z@HIM믖f|+-STuglѢ;綴 sYR9OOpUeIJr4cnvk|~ꦦ +BDRB;zQ*ؚbKs>HDѮfPvnVTuWuS_64\!)s$+ r1Q'WY|_7+EUM46~WK^* -EDRqyB5P,t[v2|ucںJP+xOMu5>oBI L}ǏsB P|' *j$j\Ɓ; >[N}}kl/J&NqCujP8aL`bˆʪ~?j(h*=Ӗ#_Yda]es-WJi7,fzVoقsCMO^Kf2?~ 7< -wÇ9C4",HM92I-; _df9M-K_njV"Ɏt]gN"\l!d\fYzT/_N pg'LTCB(jl S^QcdTuznt>MWOuš' A vڽ۔x|(XC{ %FbDžSWUr~ 9 MajpO77d3Ϸe9KiNo/5Ӷu+VeBWdg'SH#\dXܰq#j$R|D55ѷo}DB!"X`)GIPUUUCEmUĭD`[SbTs4O[Xu+%K0VB@m_" wEٳ!iREYp⌙PFeYI.O4PeZ.45 8qAJE,\-[.NX$h6*)@Ҳ 4+7mb}F=SQLwCξ&󫫹6,'ȸ$oS[證BA ~D4ӧy&@|q$"3T?ƜxUQIs# Bm ~>/sx.j77;Y!hKџDŋVm8H0oZҗ.bƍ~hqң(_|C?Om 0*;"aI&%? `_\fxV$sXPm"Kw_*hڰF8OXnF[@;|2IK/qȒ̈́X:h;1rxKK-tJR 2 ,]ʞGWP >ߘTNFx<"# c<8KZ*Eρ瞣7e+RNA?Z%] e~INWcd6L5i}Y3۹Q β,S ZqT'Ў\N4yRJjqV/Ypo/4$`lIaf;=l'Ynr9LV_~ D粪٩ٵ,ac};мahA!I>72¡_,Z8ٱg0R" a&L[S֤f%"I3xeIRRӶt){mձ'574;Oۣ3Yn9Ūj۵x0d`/`zwMi@+ݝe3eB,,_f kNT};vf(~S?)RY( _-˟v9: * qOP.Z~6kZffV?p|2tر-AN6&,]jʑ(gǙn~%Wn͈@rX 5H3b8O@FA:eZtQW %ݵ;a:;74Pc#֮%u"A kX$a6GR!Q a$ %#MR c̟=PorWٙn`?… G0`',s&E#!,k+kt B?? 0i 6S~ٴ`~ò-x>92_̅] 'O0rU(V }}e $,f;l^r<ެl*5hS̱M./ xr_V+ Aw[!$&9N +][G1̕ [] !7B67! 2{D,Ҩ)^o3EB 6WDMJ!79逥[_|2uxᤋ|̌¾Pz`Ya%;|>: Z 7~ }6r fj}> `Nz7AМ(*^124/Aweͅ77k9q `g rBd B2kCp)Fsq'MAçg9S9D.BǴ~x?ᕳiccLj&Ռ>|cWM4n.#XC1{]1u N3+N;>?Z m߶oҊ-X7+nr撵)swm&833r+. s Aޭ7lmp'8ܼArJ"<2)Jx.]@TZUZUZUZUZUZUZUZ}(:Q/IENDB`playonlinux/resources/images/configure/monitor.png000066400000000000000000000071671226051336100231070ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsu85 vpAg``x {IDATx[]yZsx{)$FaiPFC*T)RSy*UCЧ4U*mRZ<$ 893^2 uֲu֬@ (P@ (P@ (P@ (P@ (p 9g >Q]'j7Z^~.d@G=SO}_,v`Y__'_~y|<;h`Ν+~箿dMћrZ* ?xX'I>2TKKKg:΁W6djp$y1GQ4$ ~ o:FFwR>"Ԍ/#J%$fyrɋ({ь oy>zYaTn317SaݿaկL͝^!.<cE> @9almmg)Y+2^'37*?J3t)/}:#;@F d0 B5%$I6b``YCfX͍84ޚ.q<{Țd$!,n@Ua~ΰ)FD{F~{[f낢4k~>[;EG sd6*3Rd2qX kVQ~>KţuD`; 5ˉۏkţ5a`L)<0baGQJ6Nw\rO9ڀ5pZw߄lCF// `{ՠZ 0nݞԫ?Q5M$ˁg[mDlu.g*paczDkV5,-X~{݉@9VΞz'!aF{ *D^r C4@Nlò?W*O$ڃz -éň escN /0Zay"/2325F=xA#.]ZܾT%54(^81_굈ţS5V66SR1"A ]o|Yј=ϖh P'wnB%ַnwDoǜ>0Z|!ϟ$cp qM$,ArjAio\LT˰0"(Ө Kٵl=0Oa _$|pYfmK@&ύxAϲ#+^l(SN[JF]h fkr-cFHpy>n<`F W"Ԣeu+k'#lLCK±9#G,[JQ6FFcQHhq$/(vanr򸰲-Ԃ0[(8ʑP)>8;-z-3 I6? u 2qm8XC^T*n_*q2GЏU˯>{wWS;V#`7U- G+BrA#/:#|(#)# q,DK s [o'l=wHaiaek{/8HqJP`sόnZ=ILn?TDYVzPʱЬ(ڦpyG=)%~A')Vs)8TcOT S%u0pJd͆$ *(u~ZrC1\)E4_/.qam˓$Ze*ۗ۞/8yD{e펰S:{J{OzrZV۱ 퐎,y7çT n]gsrʻJbl`(`(m*SQ^_K'\k)z%b3d4 { [P <áKE@l\֬B.=  T\4`csϝW7D )j8\@ck[Ip-@j y!u,S\q)sY%B ը86WzP,^1X0jGT0F8#0-Q@jFu Պ\ RMC}b8 [P/Ek !,WG/ՄVivC+څSڻ {g$aeJzZ B29?L8(0& ZPk[ `5)^9%Q@>1#:EUXRCCFjdɸ}' F炘@. Dt,$6t@F&FYS鍑BQ&D̷S)„\q֫$wx \bmDCh\^HPFl422G*Ge lD,W1FX fkeMC?qժ\1C0/|# ln{؀Ygc!\I958Ά\ͭw=IVWV2af_YYi-,,BK,_͏|=&Ճg]YYi1>r /9tMoe?ݼ΅50ϟ?h.pgy)M3gXZZj(pmӑ쭴W+Ϟ=[8F^NE3w9~"u5r~s t:Vmryj/"GaHV@ (P@ (P@ (P@ (P@Ӌe%tEXtcreate-date2012-05-19T11:30:43+02:00G%tEXtmodify-date2011-03-29T18:03:58+02:00OtEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/reboot.png000066400000000000000000000047761226051336100227150ustar00rootroot00000000000000PNG  IHDR``HbKGD̿ pHYsu85 vpAg``x IDATx_dUԿ{o6v85&2%&2ɓ>h($""QQ!/ Aq$&a 3N2==w[u{>Taw* jַZ{w={ٳgϞ={ٳgϞ={vFK̘o5ewG'JK@"Q(R* D $DA$20מ?MH||9j-XSTA 7h200CT/_>\'^11CtN1FD)9ٍʞkVg?ك3&[.5GSkEY ZQ5DmF&JIh-kjTkMXEs%7fĴ@.gETzf(ԃ I sUeftLĔ4#hCqR/)f)?".D+o%Q',\x~FLhaZy,x>JZB,b(0EQ|]dfR%i‡:lk/'mns|ކH\M5{e=o c*DQ:UZ0T !c͜ꦍT$ ''5#kPXLGd2gw$@0(i "\&oyB4jrD:UlvWCBPtSuK+~mۄ=}]٩󛛁vioV9! .]D!{9pi4kdVVVljve&!T :^ F=8#%-A rTtlb" ^T:˷kҷ)N9 iJvR%JOW]9dW`pBy-whjPϗk88sչ7d;^yɒdhs]ρny|\;4F@ǽ_puZ3xǍMnnn $Iqoj7/I)@D?)`{@Zbbqyuyz9w ~.A`Ҕ$Ih~MtIaǘ#0^#U0t!0<`)!3jr9w4<^hRH%%AF;&ͽ=&N&p:p \BY.[{8gSBtiﱳ <Յ:l7ds{=~u 7F=5ʶx1ǥԪ|ZE q)K y,G~'c[6rL $)l4h!rBŅ"R8jHYXBimۧۤlnM% }~3c#Ƙ !>aC c~RXJ8|JDR}TH)(f{gͭ-:.Zk:++JEFϒo` ~~Au.\nIAڎieOsܽZ%!/Ks8s~\#2cIJjhÐNKբn1I&)Q.{alD BEWVJIz,3" Y O)DjXz4R&˵w6Ɗ;xW9O!>R >ceэq I8q 5|OGG!pGO`Q*:J ˶'4G6#*4# >;h6wvqQ㠤$x!罨Fqa>G1]a1)ă}zN`? BB1H0b @&7._bwg`-Cʄ6_}<ϣ\z2BeHRے8GV>4wQ(R  ,v8O%IRJZc6`~cg$y?ѕe xkAj{Ff4C(RG{l\Ƶ˗hSClR~s# z-.nWߺ0|>Omyn.^/l9Bą}/,5v4S?V^ju*wv+W<4M?|x`J%y /u^y ZrN\RC l `s:[7ظF%rH\#myB*%4%wI~^C{c+B庴[() i ( aD.&IZ^-GQv:`0(Am< T{ۦ@k O?Zzsaڣ۠H!p\WV/-S/+XnA?,ΑJr#Ʃ$1 %PFƠa@m4| mcPsIn޼ACj Fڃ6&M)Ɖ:Xfm۩9r˗/Boݣ !prĭ(C' i[ CPlmoA`; SMl"@*$/+3i/2bƯY\U H]p|eSPX"ܣ"a1vBaܔRInpkZ@jXM-.c $>A瀨ۦws=ZZ a!co0a=PR\=NSĉ&J ":nxZ":e}GF>@IKYur>`2OV!isU`@!Hc 19t>? d_0J*Iq11iWy+oqf=}߫ʘ9j?'mٗEcXg?w[H?. г1O1zd?d)ff[&ޖ"omgBP$ڲJ6&Ӕ( $rwym4MVXy^)k]1&|},f̣Τ3>,FYS7ZCN ʖ q\ v"q+ct!V:{;Ӵ$l[yl 0!ix0Q!OO?pwtR[`FS-I`Ȼe1¡㘨 ڔdjTX|+ ؘ4.<1 @.ǀCS|+i1i"]@F)![QBS{67'E&9ҥKu[A")vx7rZIqQafo.no)&~zF7bLE}{1D֣~M#R ;RNN&ױ.^$W\=R5ϕ$.+e\J? '?Ix" Pmbe0ӹ;/POdN@bƠB RP!&)gGa-x⩧xCxIBCOJQtL>CmHE`?8?],pTGK} -Mvꄙ̦)͟^L$ĕ[ ^-XBjba`#@̤>H nn\'?̹s*U=F_D2aYDY]!r]`+v+W˲wWԂ h6 R36k)n&c UVN$_,mۥN&x9d^}Iy!%:7v}$&I5AثKǏ`tu]:/1쭯sp:iKCO/Ԁ]ਝҌ$.K5= c9lG(rhz@d Jc$1qX>q?@mi\$Q̠#o찿MI h)By(Q8TfǠ5׾֟ʶinnrtQl(Ft{K'QvrH1}ǎإ}p@|B6(s,e {DRX:Ɗ\%(U*,g(<3\hJ/ɗTV8ri$% Z6{w@*!RY+/?N{}zoxɼg;U.3u=DDZ9r(ILw@aH$a@r],%/tk)ǎt8'NR(W'xoe{rrj 7'J0IlҦ/$%-ȟ/H)s,jX1x#Rw3wFJ<s9fCԸ+dqX~:8& ă>QC[$>"ie)VO}gR$CWƼs20!iiq2;tZ$DL*iPhNa.+O>Ε/Wg?X^^[ISyX(] >CWuy\1ZF!ݛDkФqč+\{bJea*JX!sX-^fWbkqJ GIưi(p⣿\*\H ^gL?3H?;̅=Bl苙pD +_V0q@^ĥ| jBB6EtXg5w\y"$'1.,X8ʡ8񍡒x1dYVVBoݎnd& ,wO, !u֘(DG!&:4ٹtr+ Evw[F FH;{M4,K >/|%JZUUqr_*\k F"πw}+"bͨ9SMUqЇcMlḈ|QY@=:M+b\o8>"[FWBM $yE:/ E.nAlf=aV#ChθeF+;3X^"XYÒ ! ?fz_"3϶gEϴ)n6R3q=:#*I#6++S33l+cD+oGN,0ҧƑ;Yg[ٓ&eFT SV-iCL ~(! łNy br:L7=>8f)][e (A0&[GOn̖ĘVhwz-]L*_f6ʥ;4 ظAoVġh7l2Ȣg,=gid?pxd+ `Ig۬TJ,>Fe9XK|WGG엙ҧ LVL^ѷPLg'l(.K"Gv['%r~$ I$I7|i31# ƌ.SifirjnV?QD}ǦVȳT*R/!MbNAڑZP%!h#^0yfoCqJj x_tf]ƼL˔ )eqb xEǬ]&v;hSs|ɵ?$񯌎 l~=B.ߺDVy,V XvAv)a #bNס[?~X!s.apR$ XMA;M'oڷ W$z /M+]S(}D\X,\+nͶE/4, ^k32wl)ق,!rL@\rr ߶+kkmܠZMw_7&'ghҳ_你۾Lmn4n7F?e ?#ZJ*N>OZ'<_,"mA ˆ0I (MVKT%b+_ĵHNÍ-6`?Mӗ 2GfC1+ᕑSr'y/. D8a !B☲2b|HPD A7N0Etnc:-7.Q/zbZ!Ol7lllEMkN2GQaZk{ ᄇ9z|- 5w^c)2cA!)<|_,Q)j"ainoK7٦a]B|M;k /×ҟ~x 8]ISRS͂F_,? q80Ǎ6O8'ZJJ%+\S z]zeNYae_B'43{/=E|p_iƘ)y Xw F`8@ )ΣRy`iN$le%KW2灯I!^0wή6'?HA\o5Gvx9H>;V,Oժճ딁ODN68V%hEg(zBq6tf?yTwEћ77nmo7R$q{N_qj@9qhVp޶Ж '{?/=E cFkoi$i7=cmkɲeB/*{w_7?1pgh{ӏ (~y*(XdY:ʮh8cnix/e n^2huڣbmͮ/j7G^ODt0xJ/46=)~ʀ^uF2e.s\2e.s\2e.sO?cS\IENDB`playonlinux/resources/images/configure/registry.png000066400000000000000000000102411226051336100232530ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsu85 vpAg``xIDATx{lT?1vә"}A T"xBF̪Û^L{Fo ʲdorufՕ->*!BT\ v鴝ktzG;)rUIs>/3g}3cwn̽o@Ulo|cG'n黋- Bɬ=ԏ5@잿?˶"I(b?9ۙ v<ϝ;z&In2GFF̆~ןo1[7ud2sν^__?5)vi>v|^Gק/rf]vL]  7 m۶*=O`er0墨p8a̝;>BHgdixYI&OV(.\`pp#OƤ6/.0}ddd6@48@}}= ˗R_4M㩧bΜJƳXaN<ɼ} L$H`AV ^E`k=0 oݺUUyQUm۶Y raEEEx^$.Q.\(Cqq1p~Z"AN8֭[5~@ZKJxAQALч~H}}=*7kq$3g0k,^yDQ"/A|M0MMiiF0c䯴7nvjѷN8A0UUdbbݻw:Yv5 anRe>oڇ$Lu^x/_Ngg'ccc\.Ο?O?MEEaJt4!/ eq;\z!NV^M8GӴiĞ={X` r8~8˗/0 9!\-  jO$H$BS---$IZZZadduUUill YV)2;wԩShVCELZ3efiiPYY͛:gcccD" H$=z_ŋFIӨJ$aǎN-.2.kZ?r>${5t& @w~[lAUUvލlٲes Ì"HdE0[oQSSC,#J!"Oף%kD&ŋdYoS23K9@ Mhll{LV$-Ziii2>>D(..f׮]Nuu57xps@&Au+͝ۉpn"LXHR444P[[K{{;/^dddT*ų> Hrii266F.ɕ%ILQl˄m|S p)uj7 aΝ,]4.~jjjp\B^43].5\3DOOGì]UVYЯs ~I&dY۩`hfmvE4Mkg 4pv !_xnV رc,[ IIojjbtvvdbh#XӢV x'* [%L@A` A'u*c5|i9#{B$0ZQ?$"J` x U8B]4p0Kv?lkUAQ駻KδtOXʧ4Y@[B*g?ocofFJr1Y]F0Qq q!KF3EF`Lia^:6ryfN I<(`PT nY1]x)c/F(GZDP3gw.A7 4B~ dRH"A|fV4ɑ}Ⓓsk-'Nr+LtC0 } >gU'T*?@}^\xҠ3>nYdUU3IftbJa0i0#%;X@(fm?C&Gh'8z!V9^e=,^XK,ڝˎ24fW0(-v1@/O}2!ĄukVf BѧF'@%h q&LD H$w܈ @e 鹱k%| bRzc\KY#(,Hooz*"}rE4mGG>ƔDFj76ݗsܣff9zڀ(|gqYŸҗ|fr"&xX,ʕ+e޼yTVV022‰'Xt)( H&NE`0^k%K\SA3e>|*~aÇ  RRR ̞=Jed2eee?ٳgkMj3 `r%MxcUUPXXH0b^/>`0LFBEEEH4st孽=u. ?O|<477~zEV$(/T())/\ko]S}C4&5sI(b,_t:=nsﯶǛf{Dү^z逦iG^&]Nʀ|ئ{_+I&z8 }ΘKB@9ׂ¤l?F$O5YǷ`Tsppppppppppppppppppppppppppppppppppp?T_)%tEXtcreate-date2012-05-19T11:29:33+02:00˺%tEXtmodify-date2011-03-29T18:00:58+02:00tEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/stop.png000066400000000000000000000054651226051336100224040ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsu85 vpAg``x 9IDATxMl]s~\)& j+QV UYT]U!M*tÏTUU)VU iI %Dips?=I}AO);;sϙ9s@ @ @ @ @ ̈́)TE|\BT@˷vtѯQkUMJrOMM2:~G?JQ;_obZ)d"BOflUuSU۶vJ}e,V랶mKCu"AQ`j|"BM>ٛLߒ>_+Cu"K=m._MT@-gw^q-7 @MWA5TMryv'+B0E) Zk&&uNugc:a6*(ork-ΛNQ 0I^7o1|Udꅏ^L ("UR{1ƵzA &=_#Y^R8굦t HA$?EM+bD Q"ԤR=¢XjzFtC6ȢSq]pj<4E*H,T-F-9$Y3Aj'VAbԢĊ(>OɼXa+x!ӊo>\k;qzG(=473bMR Iw" 'lgR= _GX*SU`i`gpWomτ9Al΅:E K"J,0]_akW/B3/qu`7+1\0v+mo'Ϭ+^dV,Ʈ#/AD\o{RU=r%Kgwyےkr:,`E&Vl2ڞ ?rL]40Ȋ840]a*t̷2\Ys㈤c@!) +yFYTۖؒ+?Ȥ1J6SU[bҥYT񁡐ZTD?Q\n.:yywo_i }?73q4J>Ҝn(-Nmrf2BorS tYIJ*ҥiƆrSV,U^PUVxQ.G~|rqz*Xo4]b~|r+ jN/(?K21u(ƆVmC9wV#W~ \G’st֘$S?>>?clhOSXLNñ6n:$afP?'ٻ#MT^sM_Tݻ)}ks`5OS\PFcJ$e\OI <4Ƚ|nD[r^䬁__'YLY=qs uCM։39ŪC{ hT):D%}ET s?"27 MPoDI(V>ݣȍ7{y>R7^'2E$Ӣ4i DK (8mЇuZ ;viTJP*{]˯ rc@MGG h=]e}5iƆ`l qQ%}d%*.B,MhIqye9V><~u=y3*AD8~c9V_թAPı[gC"'6(anf'障3tF GlP{G90KT05e&0*gy0пȉCL{8.MO1>]g'l:gYN0>EL{_^d__l7!{1nBvm?i1?Lw"h#' #.b VV8[g~AGt52(l3fg9r_aasϗz3&GL"J&ArF vXCFvvsaβ~ÁΒE?`? ?cx@s˚r_mu hifU/egd1m$l( YZ0EƵjrz_K {T!]q"~_bߟe?5"hKvK#|A᧭_k[Z(XԦSh/f[[S Z&o Y7?'4ib|v#utcn~RhH'r&Hސ 4 @[UMnp@;4s6 U|fJ imJеY+ߨ F5mMTBSBڦ35u6 ,-:XVn#64[)x; `.J?T߬R-[쉢kZL (w% <9c4$c+7q_H.!l:]/ 8NӰ0LQXV'JepJ(h(?gJ|9O@ @ @ @ @ ?X9"H %tEXtcreate-date2012-05-19T11:29:59+02:00i%tEXtmodify-date2011-03-29T16:15:17+02:00BtEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/taskmgr.png000066400000000000000000000123271226051336100230620ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsgRtIME))ddIDATxɓ$Wy˭^fgHeFfXs Nˁ1'_809G> #"ABF1{kZsyTVuHB4דQ/3_d},a KX%,a KX%,a KX_vO A_2T)X'$}O\5u-?~!6UT#F|@'wxqbZ!۠gJ:G"7xYDiVT_ru<F#kkk;sl6qR!?ߑ$1ш;p0&7McHU'Ogcc 0Ebm$X[>b̝+&$Itv _˗/UkWs潎1׻u~ln[/R-s͎y38C^g&ɤNǮ}O1 8Ї>!V-<[Z;;/0w$a20 Jkt~L:>#8~`O.]fkZy5Ǜ;Ň1kn!aqȍ&8;L)F{t:p !q'N86._oWuKX̂՗[~y]Ko}Au,-@Dy{'>ʱuolm2[OR *'c<w 26a~t {p]@C,fqĂRJE "6E~UB*qp-zф^alq]V ޓk) dTBBe,l]`v͐͌ N [&@F(JtaƠ߳푒B*F@ /%)nyF)?WDJR}p?gc O SY$@zbP"єBf?PT@uVӥۏє3O,!>eY;!8G*HUePZ+6#UE @b. CP<0 ]H)oCPy)(Aʪ'oURI>*(8*\ cZͰ8~,`k'A(aXzCEQ f1fS'6+[46")֍QEZj;5*bSHL8c3x8 ta핺j˥Usi4ckN6|F7WD,au焇|17-:&R-dip)#H<_J7 E0FXi:_9xqDoO`X_qi5=Vu3>g#Ur鈝eG9n96V]%kPh-_cV)? gP ժ{\\g^ Oh5\yla8njhJGѨ;>Ჱ^!ʵ1lVy1\bam}wVy- |{$o=Z8|JVeIgL Nnx4 B}KwVac զGsFHÃ*/.n<5LCKwOŬ+8#ntpu[הN\:}k%}֬Bf*z2Na_JzXHnً$$6O MS&ELw ^(AMqZ$ty00G6~sq.Ibv?f-*KwPiZeĂI@^\/}c]xG-ߑ$S)i" ){c`{CU'-dRS'e\ɸXe3o?#ic2`iF݄("vS'N>z@X, )G2OLH%t :)ۑxǛwwHnBrۍpGqgN89QڿT,p![m@d4f On#j緈In]}P;:87Tuc9v"1͓דI,IF׃`H%IbD FJknh4NCTuY][^=k0tIC^ʷ"8| ]"/Y$PPZ0޾:ufEc66+XkvGcVVV8y$㲽d2=k4piZNk^%_JCr9RC{=}Ν;G "p Ð<#8CgSTPUA#h4$I3~iZV`Ek"ߣZƣ1[\ډky<ߞ4ț|SӰ6Z}H wWQ/q\_Ցo:V_ Gͻ?M8 &I|bZܪ (P@QQMx瞟|}4Kxm]Hg>vPtRO~+TTu|ݥ_ P Y%,a KX%,a KX%,a G@hIENDB`playonlinux/resources/images/configure/update.png000066400000000000000000000033501226051336100226700ustar00rootroot00000000000000PNG  IHDR``HbKGD̿ pHYsu85 vpAg``xIDATxmlރ}vPTAYW1 KcU?H#WI!|~ $՝(!*C?DOy@ w] 8T\>$MG=kV2+T2J \8gQ;^Ç1{X1􃮋2 ćXIH O{/äJ&5| sZ Ziإ(9si*$02'/\ڎ[ ^Ft(̝T4c{~$#zI9iw7N٤Rd&zHU G̝xoqI8$>N/3(r%;ss+0_Tʤ{}-^$y*|L2_d"OO10HyٕP,KŅtKI󝇟M cCjBRR %PRixld <D^stlo R 4,XյIMox:Pl.,E^[Β}}KpH.~-qir'VKI:]2a7[4ن&ҹOԋ 3pXXD #3_ī"F.}R_D#XMyHxc e;g ߵobW{Q|U%38Tݰy~Ɩ+n`aQ&GP5p[}b>]ZT W#8\986^#UhfjhM,C W`6D ،3,m{  &g;M4M4M4M4M4MӴŨ2U>Y.%tEXtcreate-date2012-05-19T11:25:51+02:00B%tEXtmodify-date2011-03-03T17:37:43+01:00MtEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/wine-uninstaller.png000066400000000000000000000067211226051336100247130ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsu85 vpAg``x IDATxُ%]?rf,cYXyȋ!B2J$EJ$O /< HK!$! elgZx8u:LpE+Vo=ZhѢE-ZhѢE-ZhѢE-ZhѢE-ZhѢE)Tըi'AӃ.~7}gN<077Xwz Iby|dWycdNE n5 'ϛ(lb)8wo' Elxѡv\++o? ( M $nP^|̗>\\<1ƨxėxqww8T'ǫbUC$˧(XրM6Qveܹ_?}߻ppWϕ5+PT<*GD}pLT}&( kU1@ڮ-vzg_~zޅOwi@lC􀓇=[fCėᗫ}dGշ_U@vEvs7՘?t4E@162]ݧO#ݓ^?Tc>0D@' " ͈0VD1x}oG39hĄ$z'ٟ3!6BaWvlp O?L?nɥY jk<=qLfJTZAn≫Wanc&=Gj}h),El{?廴}zD}o*a۷TǃʐDy뾊ꋺ, Un**Cޓ<4jA6>E"@* *o׀iCkM`5@cLTZÑΛ)4sml>֓? Zc@T~E >d"-1X8NeYVo',0L&2l1!׿{t; i7&tҔNCt~7vz/-5"3^{I4!FKn:E6,={|E0Γz!Mt+RJu TfJUFy^(,,O&h=cuC{AA%D= g1>B?O݈MɃMFr[iՔVE˾!d _Qe^P(?K 8ϒ#&Hz=t=*OpyuL28ULD5@2YR+iaQvS!ZG(0ƐM6VGcP8wAq>®>/Dg^ +,GtiaL7M覻LMF¹r Pqs2/or7S ǎrGy#.iwA]Q0m ED~c,/^DDꢚV^)Kϑ)wo߫׊"~ދv?E(y\/{ Ϣ eX1.?Xqĉ@@mSec;RZ[wj*gK/T/GE*0<}5:=Bc8tH*Qul Vy!ZKX%|ɵ}+_uo gӫc1GnʲkcBi#xW"CQY_;s8W2|ڊ MQK}8Mw "NS>rIlcK(qGG|j{ԕ24WH9\jјh9| _$ "w$t8PǓKډlyalؼ~R>G{7nWua@/Rݝ8 *bAQ8ؠCiIMI9g>}'Q!;ד}MIIIIIIIIIIIIIIIIIII ^QyIwl[_:ϼ1?w\;"~*z<{*Ynq?}`޾2!ݘlZc""Xj,3ɈX*t`3d2Ҿu2JL] Ds]%S MĮQ"aγWj&JV}纫Jmj*Ed-~h]gSAHRP@@*ZčU6)"!IHTrʥXD**r9ŭ6$N4,@$\@=@a>:wzĔڊ YŹq[ $ d6O @n" K|MI%4Td=뀷FD2D&3,ɖ (D$W!IeR7{ylңz&GqTDWb52]iJĴS2=rZ"9a>ȄЈAsm0%NsXA{ȝ6[ @-C^58Q-:+Yxny YLdTMU{mV3izmpM¼$|Xg5ͬ;\l\ej44Iy] ԳBi~LM.4eNFeZ h;ai1-\PHB$H%BL Li:ڮS^5%5ݞVϊB}^6iTT<54,vM2 @/HcLUݻOԺ5nr!*2Dg>1a :NS"4Ns^s"KnJx%Ebnjy+E驩Af _TgEBirNH5Y9q{-# >[/y˜7H6U*pcҘ^pbm4JZ&3^$ ѯ񪽷PRRRRRRRRRRRRRRRR?-I]%tEXtcreate-date2012-05-19T11:39:13+02:00!`b%tEXtmodify-date2011-03-03T17:33:59+01:00,(r[tEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/configure/wineboot.png000066400000000000000000000172161226051336100232420ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYsgRtIME)!IDATxyt\}?f`;$AqEZBj6˖x]nǍ>&iqO{mNv|NlUlY^dQ" ľf}3oBEJs03{Z&Nk&k&k&k&k&k&k|BKХޥFiݩ5]ZB\B bX qLqT@"˽pd\a3Y Z@7!Pe@ phqL/3^;%рUּWSZ4diR1 !R0I,$2Ak\O3);^S4Mϗ+mE_a )B< =[} ogGL'Bb}[ۻll$ b)D 4(Fk)ף\qdmC㹭cB僶V;QKޢܦ;z̎M-k#}8RS( XDJYPh$@1ʦ4Δ$~bfaȧ )[Њ?mG  6uܸt 8q}EK+WU DQՌH hZMI{Kdl*Oilx RJ!_О`*cSH!6濺u|^6o3_t9UN_hҐ-Ld+ѠAsCD$@4h^82;4<`{4+Wml[S< CSZo*qG a|s92ֺj:j~ -#}@ZkGb"ɨEc.QW+ew7|"(}u;;G, 0@ԅCݹ`B3w;ڤACc!n=Mpxgܕ/7HC'ڒQ [t@ !Q ~p-&_ _-X0g D}ZT({>umAZqmkC_4k5T4u 46PJ x]ٓ惷lo{]U ˒qYx>OaW|O-&eTE҂is|-J=BɽWvە5CSE\_%’5ϗϗ+/X4`H"hX RalG10_p)=ʮ|2G'&3<}dllnth()|-808iJߜw'._ָzKHlB$`-%TvʕDM`W<tagOh,Wo@ AHCYm\jseI^C[T24q*.'F948á22CʥWeq*S.#ajKG+$!! reFlʮQJ3-3WpVި d hkќ(0P|g%@ӱMXQZO1&3%XA2EkE6m^` ni:Ŕ}`:khlҝf{O 4#KGHǃ ϔ82cxesF)k#&ː+S+BLudž3}r"I-lLILGyeh\fVδs|B@KMDx}20 |Ãs1"`52z\q,yKNӀe?;ژfזv1vmH?4|] JVCͳ2fyQ")pT!bW*ۅp=ߙwdwuٞ)JC4˔̡/LaEYӔxas c4iӐ#)G,)<8L_R!c_>d "MۚH|@IYMsa, pT+-!y*U29Z0y%[36ۘ*H)X$x<`þZ QAGj/v=uߕҡE4!k{<7Cb Z$TøH(K#y!kH@K) i :[b-7$؀a`rIK@ax<>H)*Zs҉Pﻮ%݀+e"SƔ1p5 Z(#LX0` JI epZ&[JW- xԷk֖$g*"jAoJ.b$  ,+˞\! C(q/R?,w3"3yXA]O\(V"PR4?.ZWJJ)xa4 !NVˬ,!ħ߹k{МqUn7)%R=YMZZl"]xcH!pÕlЂxDb)hPBj0]{4wjA (զ*{Y8hWՋCeˎ+B^ĀӚz]gooGMTk6}C2bٮ*RXB i"AcG48N 0!b|d4.eo+~jMQb.sMk3u9} =)>͘٤Ʃ4 E=C.惖|w>+eHρ 1uDaQ(Q\!ioL T{9+JA>h)vg0嗁⭺@bGˎWPqjUgn, ЀV*Qq=v((+{hAWsTu=~t?G[ʷyj{R{SU(SyҔ]o0NuG@h..E[4ErmEG*B2j"gBי1C14 -G^yLGssKwzq}sl#h`t*"YWl5@ԁ-e : |iJXGx~\_3 NWH+gdTrS$"iOU ߵcOxg"*޼}M<>Ž~D,[E]h hiʮWjl&=-Q,?O2S~ <#t1'|;dGWiF޲׈6ݟ-痒7Nm۾eeT>[~P:kYH;fb5!`Sk%G+$p`)/dGx4S`K5\_4f-0ֹx4XlIEӞ/^zkѠAX);KX8W)g'8xqyXi0TX;5ރh [!\|h5<΁UxsW*o2OR)&;4Pвt-X`/Bx]b_Oݽ+RW7V9Ina,Z+ Sk@ HRFyua#u UB$,̿ !]y&m!ٶk;{OzZ'Px|W;+КTkNo>R;e4V߽i1}?`/v"/33ocﲍ%- j0)]6h'y|ߗhs.R}-gd SiNE!RZBᐥg-aKn޻@8LDX1xKJQxZ6a+LA{cx=;׳W'8:4sZo>գȏ=}gOSC0V(9ۺKܵwcyCG2bWe׷}~ϝ%NzuX0TNR,E&@Ӆp簒YhtDX"%C,d֭@0Pr<Jll)(W202ၙ}gӛo;Q΍??a;;^F+Gk0FCĺG ];? ݻw/]3&?<)wmnDcQt bd)>i4] <ޔI<߅dž:b]0-[t)?Нu[):cc9*b}stC TLY, !8>e8O+@Xlj"|ETa|*G 36hW|Rwj>;Q F`|&p%}yu;;9Ak*hi  *D`SIX1@_pU]}o:0s81Y9+! HDH5Fۊ]KKXhWJG 0XSbiBs3yw=SR#j m#ƂкĴ%F(`pjt<\ww{[ !\_)e8w[M/_gG24U$2iMiN%IkSg}*tmNmȗ=ɩ"'&$c6 Jq|O1j`F-0Z.–B0=[' rr|>[=93:]]]BM>g30g2[Ytol#SqxX 4DB&AK Bu5S3 Eh qÖ&ba|'ɗ?2ڣsT[)R$[ֆ> ( ̓{':5]moO)BS<[8s.cIuv⓷ _ԴAnq\U GtCDCԢRqx!&mG^AbI/&5x0RPq\z$#?O*̩WGcGwm sݛjs+MU03E'dmߣ ӆz'@ w,*0MXR=ʮ$:< 3Ǿ'[$|.ϸhu`ԕ5B>/)̎ՕMz[ct))J<оg}1sr6Y" h4 ML;нdϏT@diف}sG]k#OLP]RlJґ'[10^ӵ)-A6hKM|_3<>OqjvKK5znOk> Hj-Hy~c_cSTwJ\j"cSOzmooؼ.uIZqAR llL!g{Tn*_MqaFNJH) B'C)Z33W/Mb{.Mrn > EK!9r*CQ|azo \; #T˖[,\Gg?xb0] hHIM8\a;ս슿8cHAЪ Y-chgr:OY2u{orZm´EEGjYYEG0~g3C*5]<f~tODzGSݷN6ţӴ$Ct#t4HDXi0%s HWw\< rdY&3eE)NOx0=0X^99.8z(K0gwo>=Me1JaX)̾9@(mw&]3Գ A2Zݶ22-"AO%+9J *\936lgNԾvflv_%ԂTjX}=#?ϼJEj˜/,~u}:[zp7ֺ#Zb $0" Z׾Uni838{ke,KT[u]Ud՟^_8?Z[)ƝXZkwl@28c g#~{ paƘac0BHKH3vFb_P/)ϙs -/nՅ {ud+p1  ssc!!C,9BgK͝XbV=%%dR ]rt &XXgcI}ii*lҬY0W˜ד@Rᒔ0X/F>඘ B````7ޘkӝNNsS~Lat]\ضNm)%\T*y:Nwtkuuu^Bn}(h7P8|oyϺvuY,w'cZ;ZkDC:MDB.Њx~GO8EBΏ_~H|H$9<|reYʲֺAX  tTe'oEQdfT*/+uֶ+a`y`Y, lecLlyȾJلG`!NȁI#ݽk7;XWP+"c Ric/ŋ-R V9|ִBbOaqnoq׮]$Y8p=ot@ <]cB@ ϼgG+DƵ{}R)Z ?Ƿmdxdp~ ;liYFfȩ)쫮ٷoID?+gxBO,W.\9vݵaY6J)c8@Z1' @!=7dM0B$. >}okNa!o\&z ´ZH!Υ!ưXlkM' Yz%[4 F {<8:sy }Rܖ0Yޑv93vHZhJ;KUE#"Zony(zXq^}u 5-OAjt?KۥQZZ*Qj6'c|K(RhF>|ŗy;G  FG￲3Tn !_~ VNRN& |ڭ˧OBB1"&VVtZ ] TAvnnjݶȨ0h[A1 8z)J+~CJ$wm(hyz7ia Ů]s{]&'Pw-fve jEַ~J9 XZ"%b+IZ@:r]FM07;KQѨnQ*rzqI7oc>EӞ]Եu5_;0ŅDz)ndrKeǸyWcb#}̍YDZsk&tmvvѣ660Q"DaGn20‹"8&Ǥ&m ixms-W0r(((VX/SX^YNG晧zoƣ^kۦin8SWtp<ҹ^}^` Gk*)Q7 ͗G?-NRLQe[X;č! HiqLbj38ƫ<^$ۦX,R,r(6G![,۽ 9? 7뫜:}>+6-Bgs6to=w AYRU6SJRK.q\?60O|)`1 fQn{/xVv]^} CryӋY^Yı!}?)ZϱXJ?(3>w[=`Sրcg6©H(&N#g0ؗ婮Wxo{T e t: is7a~MgK:CB)r)-bSP!nW.m?,p䂆aiH)1 K!ltIS;rOCZJ RCA4/p˾hX_/%8|V ]){ dzo>W*|c$l,*m><7m{+RH"98$_`t ߫:v*wr]dN.)x[<`G[{f<|bWY\Zdye%cKo/M`誚c039wOH1bι罷Npcc3!ѤV‚ԸO>ؠR<0$c n{^yyD=)rIG//UZ5,w\ xU@>4WS`bKbK{0YI=)Gg-ug9ʺGc\g~₩7n9o[G rY`xnҺ(L36>B۶ )KӤM0sQw[,,\{ԑCx 33<;z^{Q%WJX+@6ջٴ6ǁk8SLMpb jv7Ə$tf)R[>R(]:6aݻ=hEٳgX.8Vvo]V~msw_4?/~9rEƓ|Wq Jig&F{c!0k cz,#]j@Hd斑W*Rl329M7@s jM!CBN;5wA_0~k W>GNWe<&GճM Dبwq Ƕ^$J 5"#֪f XCW{ 'N7(ٽkzRrb#e-/cS\8BvPwyGjhm\ cG,VZ(PD B-PFˋʴ:!9pM=d/,YiA7,UqQ0ZjJь6H>[D}rpϊH!GxnB"$u&c%3彷2;KhV@*~phow?Z G} v1~% d;&#̖FgSVcLoq^ @j~I\;_>w `rtLft0ڰ6W϶e19ca2GR(#; -.'l'8Q>ݛɤ[~=$I͓/0瓀z+;ϗx2ڬfn1H7XAN맧FٽkqZ.v@NvXZk1\L3ԗ,!%A:0?Q`cڥщ1\IRq.p{7qOO191}ޢEkCrxX H6FEǶsl~Z\-xq`@.jvLO2510cSwikXd3PE_sdN2>/BHdo~g=)MY-C w;zqemB;{Gbvz˶)׺RX#121QHZ,/a % R'Ril!%7ۛv Xdmڙcvr,femuFel@8Dm" ( c6rb4<BH,K2>~XQZ !wk9R\8_M;33cM3Xj\犃ʢon{9"Cǽ\'9tB26?uUM ǵeV6:Bb2/ +ŅdʧMڙc0s_N,?Q~˧^^ݨ8 uH_ƂXj+ Fs8Q,2?YYvڸɎXS@\>;7;S#˦TZJ;5q #Tn7p]6ZıVu2LMyz$%Cyv4ZK P )Įd7t L??=58HJug=N(?V4Z{0v+<c}&)v"DVK -V˧.eQz\ ױrvݓV ֪PŅK ›;se}Pe4VDymFeG;C[~M~i?P߰eYsq<~Ϟ"ehvjʏN Vg7la[l,˒ǎEkc !\hm]Xd\-!mZck\<'Oe93)b ƘZX[bsoC?Iln߲+)ma۶lᇆQ(iT "C-0F|Z{k&jimpFyn_]_/?}_Җ9^B? caM_)8vZByRi|Tqhe?%!D^#î!pmh5f߮_<߲ccBJ!DJ7BPZ8.aZO}GO#T_z{Uۅ8EE'ϝ?mY[qr-3vX^F_9)J"HF w|G._țL& Xӹ\N+bF7 lqӣNdSBZQz\}~Co4^],kЅ灲ϳKޜsM]G A~!37IlO^Tҥq(50`~D"翯s0B9o-J q򹀲? ᒬ/\/2oۑّّّّّّّi=^(*;IENDB`playonlinux/resources/images/emotes/000077500000000000000000000000001226051336100202125ustar00rootroot00000000000000playonlinux/resources/images/emotes/face-angel.png000066400000000000000000000017401226051336100227040ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs  tIME %7ո.5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًo,IDAT8m[luX 7X8dtL&" ɜ$xk"ĘhCbb#Q.n ]FVԑIM)]bl{y޼#MC_o=4HW PTm\ ͂Kp91L@̟yP;ص; Gޗ:F?|oM`漱oCmz#"ĺنt6@A0UpcčnzZ50?VpK3pmqSQʏ0jiGjxmUG2*."oZ_s>ci#&}FVJb,͐Ngo{IEAd>絣'AU,9dj@g8F4y\ߌHOW'NMCC}|]:65]QP 'Z6@ s><+.#o*d!ݼJViV,, l X%3*HBhnMଵ3yMbJdb'gW_|'/hR14|(c&1^yɴ00:[[y0JIЍSkM'y똾a4ch_3Ub;(s:L\kTlG:WRJ:U=T E5 Oiuzl]@p<5Z n*Q^L):O>>c?1~wߘU"' 3s@ɥǰw}+5td)XWΎIENDB`playonlinux/resources/images/emotes/face-crying.png000066400000000000000000000016501226051336100231110ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs  tIME8'f65tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥[h\U394)6b0mu:QAZ- b55MDZ 5A* %HԊ-I3KL}hTrLҤ3gΙ3{*}{^g> u&"| Q,:D_[9/(='tуb _8;if.h['{-`FuS,E/G( }Le9] =uotCZP)oW6Ծx,.\@ uж+=D^Ta|8!RFN燁ٻ;6?pmA}I"-U=^8C}BB1ؔ(vs0MŸ)<XhҰ&%J NuaתT o@&z(*EL?2DҠS6DW,xYV0"y_295]wi1#]Ma<Y˔1\0e&MyyH׃Y+G ARz.ndk3)%w<>1Ә , C #9+s|-UDU \8ήud&Yb!b/W]s2nv.i7~vgVo,tLF 8%-2=ϟnaᨾ?  6y^[IENDB`playonlinux/resources/images/emotes/face-devilish.png000066400000000000000000000015271226051336100234300ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME  )2@5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˭OqNw:Ĉb\ UID( M?</D`PN.1.na6bISfA0x0^|O{.Iݑ6T @)-TvkC#-RwR/gaUj̫p}.K7'tYާ⵷$g-ڇ[т.|ZiS9RbфE ɐ]'MoݙO KђRip:-am+Iy՛D jNh>(3q?Lf7qJ'p,˸ D b >͇5*hO>p~?EX3c9eX3&&v:U!)< ,ɤ/G @6B'+3s0 ,cubd e۞=#<8HaOBӺND1n26сa0 J`M(Ze 7vB${3qT G~Oon/Vͦm ^E򔉫";5T&DDBR۶eSaYY6x17o:H[xCE ̴An!|6Xj76A;;?8\ $IENDB`playonlinux/resources/images/emotes/face-glasses.png000066400000000000000000000016651226051336100232650ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME   ^5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˭MLu<}h"kM/c۶RιdMϚp񾓞=ńdd1!L + }XDPǃ/Dv|:WT!mv& \r &^/rfn^Sfͺ`O*'O'x~Zg+SDҕ\ׅBj(*RƸ9F?3N/,G,<\r Pk mc'q\ 41Be6델Hof[(x"=̒{ٗ_z_U%ɯ`y;š0Ag߭ڿq R˄Q4(-e*%NTdS~KE. bVj#^fSk 1y`ʣ=2scG9y{CG-Woo8LOM|?9ƨ IENDB`playonlinux/resources/images/emotes/face-grin.png000066400000000000000000000016111226051336100225520ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME 3OTM5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˭Mhwv5V(`S%b0"[)䔃ibA%!E#zQK)(ukKBf1 S> !I)I۶ɝlA:3Q">G BIee%a`uU:ӇȐȃDacߺ-;Yt] `Yw<@b]v"dz޶-kU;1QUC$P';Ɍ|L)ݖjPJZbܗE?4),}?twTͪCQ(Pz;3YR/̓ߩ[C7m =k{y߼"AXIENDB`playonlinux/resources/images/emotes/face-kiss.png000066400000000000000000000016271226051336100225730ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs  tIME $:{5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˭kusf6<4CY!C X!pH3(/%RQs$H@w\-]Ӛ-rמ?^O_x O4 cPEX ϑx^{U*/3luxkS_l1q6NϷ)61d{EUA9 ָmc*e_”JhTbIZm 5-3%:!{;l8F,5``&\Įmh3 ܼExm ˗4Z `jxKhM.Q7B8alۭE @5EEim;91B8^H6w0efAYeh1}|uwϟr,Lj|5dK9̸]>M v;+T1v$jqU 6QӴ=v=.Uc+-uV/T mJ:̎Pgq"QTS.-"}TQ\ccZE-b[#Z__35ˋ~IENDB`playonlinux/resources/images/emotes/face-monkey.png000066400000000000000000000014201226051336100231130ustar00rootroot00000000000000PNG  IHDRasBIT|dtEXtSoftwarewww.inkscape.org<IDAT8ߋTu?sNˊ]t,6)?ȄeUpaI**nBAE)e!dWYJ."isv}Qz._><<*G_C`BjY0XYZe˽C~F=~ѳ3r",LZ5WZx`3:ڡK^|O.jDS]}~/rTۉNL6c gnmQM5CT6DMN v5<ѿ q-Ov;T˽Ghg#wiAv6Ўy^}EIl r⠤ iNe?(wO=޽=277)>&hl69=yR tfSp-flaΪl\L7~ A0BUyvs-}K;B1/nO.,lZ5á爢{. 6%M0rK*~5ctqA% &Kv]/?47E|PU"6o:rV#K+ oGֹtv~ \Z-Wmo!-IENDB`playonlinux/resources/images/emotes/face-plain.png000066400000000000000000000015761226051336100227300ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME!\5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥MhTW3f$Nm:NԊBE7]D:MZP ݴA-R  -$!ANd1ܟ9Edw>*ɫHJ "I)K#'~b] #g%umԸ/{'qʵΦT3 hВßpOJ&O | Ni0x!$7 g`kyб,j|Ƕwr&pMHc%qxi~ͣ:THoێ}aiи]⏷&ǖ~#݋](ڻ" w@b~c˿t7l3Td#: JvDZfHhfmh Xtb ( Q~T. hfm̌V~|~]z/׈D3Sظip×vw"XSOyd!#3ʐGrX ')X Q jZ$_!ƽo7V7| y,j0yX@P/$l|??QR^?r{|PHwȵe]B83Ey {?&1&0Fz=~ N!=вذ?.)v<d>bzi8v&jW[AZil<EVD>9mԜ6J$Z1M; , $;N˕2ROvrphcH8"dto2/6zIENDB`playonlinux/resources/images/emotes/face-smile-big.png000066400000000000000000000016001226051336100234610ustar00rootroot00000000000000PNG  IHDRabKGDT pHYs  tIME  8]/5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥MhTg͝;3՟H&ABi   QAnݶ!Q k,PJfƂhjcܙ;E4ɲ/wq #)n4Q̚C~/+葀p{!Rۊ#?17vwX$: })s9r#Tn*BX+)m"9 Qj=">xCUc$YF21h֤Y]IENDB`playonlinux/resources/images/emotes/face-smile.png000066400000000000000000000016271226051336100227330ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs  tIME7W<5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥Ohe?>ymM׬ku ؒv9lYZ Se`w C$F4L@"sm&՛`x?OuF!0UejB[EMXǦwec:wh(r>sy L21\f񫱙lG)R=\gN# ^ @?M?ȶ6ް3z/&S}IT2: WY=OeqfFE-l܍5DssP4ec\"nM}/f*| j2UIENDB`playonlinux/resources/images/emotes/face-surprise.png000066400000000000000000000016251226051336100234740ustar00rootroot00000000000000PNG  IHDRabKGDC pHYs  tIME70b\5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥Ole?-6AmƑRb-3AىKGHHhƉ' !Sb4cYa[K랷oqx{}?~cg6cH"M XT f"3z^cH1Kv Mߧu*W/pdN9h |sELvs&P_MZ 4rq[O̫{>WEuzvĕuF0-\A:Uc'=Tc |T`Ck")~9" nf~ah16#vmS`<˗g^G7Cd7j|šGmtli8f|t#4gІ%k$Q?XT$r-XYg-1dH hD `ms/sTc ͥ2oaF ( dNT~9L!7D$aS4B82;ޢ6'/sƻxm7>ͪ -m8p|="×.O}KSGxcG/;?ṛB~rT@ &2>3/<iYµy]#X^*OS_dv.gtG)7Yk5<1, "lN~'27/IENDB`playonlinux/resources/images/emotes/face-wink.png000066400000000000000000000016221226051336100225650ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME RFb5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًoIDAT8˥Ohg?yXMkjbmESlk@c̴nB',t z d(lN01ҩA[UH*fFmyAG镾H&Em 0R?}/4&R zD[Aւ;>s1eLA0OX7ZĂ5[m]R8,0w$tȴ|> Xh".߁5! Q,[ʼR mqZ[ Ue׷#C X߶? @J7}w&IS22s0,AI~.WLDP ΃t̉7Ώvi_&kCuOWKhS3248{-1=r?01)&Zq^puFH]q}ǟSD=pG3["Kh&ESאuiIȣ'%.]ɜlޡ9VK&zq[ȂƤ~pg?.!fh;Rl@4ofPCWmNY}*˓`Z) vm] `X"To}UpVcE(-_̣W [_ >طb Zp3֎TC 3֊)07~ؘƙZA /^JIS]cHdEb/#IENDB`playonlinux/resources/images/icones/000077500000000000000000000000001226051336100201765ustar00rootroot00000000000000playonlinux/resources/images/icones/add.png000066400000000000000000000007161226051336100214400ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<KIDAT8N0a'ћ>7 ƓWD֎eMw(m=0ICf|3 ",a"T'>""XeyDtED+׫8MS /ϑyI7/j;q-dц``E25o&A^k}72ȦBW"w߰95nhKepdL0說z6J)Eqk&u8;+չw)m/\OWYb͜jV0tq7΂'6vFer<ϷM|kan"jZq[?IENDB`playonlinux/resources/images/icones/browse.png000066400000000000000000000015641226051336100222130ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8ML[c'vZ,D.肸@LXK [?7ynab&n46,!!~-,x<,pxMЀӏj*i'gqOs("ZƯU^}րw@jJ@M8>NOryY]]}϶&%"5MQUՇ `xREMlr1莕Z-͆u]n,[HRy]- W*0.3߱m"rԶ3P0cFTxOӴ"D'@Ӵeb=܆E ]o7Ʉ\J0\ܩ6f)sssWUxvu]ןa X">wp@{kXl pNN`7HD܎y`DۦkEDnh;fYVLD^͏;,jmkk;6;;¦FMNNN٭\.w2Lݚ ߴdM Djbx)0lA>O7T[+q·[ءx<~/H ,"DDA~DtvvZ t& j<,phhHI&{|iD"͎Py?"8c6 pIl*3X(IENDB`playonlinux/resources/images/icones/cdrom.png000066400000000000000000000016271226051336100220160ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8K#w?3Q%]f)LЅ"e96vN {PCٛܤI ^ZcA CQh-Raҩu)f[&v4?ߏޛ"Ey n݀pĊ`3!D+}]T !W hPN髪*L,Qm;pbq(-]!Pex2h"̤}7{F#j1kޗS+P˲JTJ]ZZV T:pCf' ?'_o]eY⧵Z-/iKy?j u?s]mnkMNN> `HFx݈D"ϫG/ifggߓ3YYC###9 è s4=f}f7Q$U9/mrO&ynd2gvq^o;>>rޢ~ |188k[@ bޢ~A8be!wdT4 ˜P(k_ҵ񷷷<?y.8T+ܷmN+,}ssk?0 899\bi_eiړ\.N0t0kY">@jmmjNydlfejj>11q |ChCoq Js߀i}4IENDB`playonlinux/resources/images/icones/document-new.png000066400000000000000000000006741226051336100233200ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<9IDAT8JAsp,R(Xɕ ,c"]RI XXH@ͿbtM3;$ X @Rem\u6v$::84@`I:dFyOʲ,w:i IȀ0G(Uu5o"hF k`):tۿ- C܀ ($2fv:9|` ܥi: ?$Wu~n/{yrf@ 5̎6"~M1'䥓RgIENDB`playonlinux/resources/images/icones/download.png000066400000000000000000000010341226051336100225110ustar00rootroot00000000000000PNG  IHDRJ~sbKGD) pHYs oy vpAgxL$IDAT8ݑAKBAD) (I<] E~ ^"[x+LNHt:=v]ZovwF^WěS'z@H7ʿMVC7Ô8[O2dzԒR/ =qYlA}7h 9@99Y--??GKX*@Kzj4ϻQFyZ>g&-/?L_гMn# &/e Z"%tEXtdate:create2011-03-29T16:17:03+02:00B %tEXtdate:modify2011-03-29T16:17:03+02:003DtEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/icones/finish.png000066400000000000000000000012171226051336100221650ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org< IDAT8Օ1kSQ5K2%K[DK'ZF  4k77-bQ D|iӹ9{%0Lg 2N;pw&c F@āCȒD"u O%%%MH:ؒ8><t6ʏ:u`uldbKJ=Iab[๩l6[t; ]nIr2˒.& BU%iuy>L& `*ϸo@SjHRv}hNZ<,oWL&9h45fһJUqllonn4 8 , rs|z~nX@T\, } lv0tiiÖt%ցB<-/jmpoee?7?fq'kOIENDB`playonlinux/resources/images/icones/generic.png000066400000000000000000000011141226051336100223150ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME q_ZtEXtCommentCreated with The GIMPd%nIDAT8œJQXNm%0Ţ@2:O(y!:\&8&-3(-vtbM7.zVs9?߅[FbT0nۢLA050f3OU J+y }}*IԗJX~t :dY?tYD>=h HWf5fl7K]V7l8}E<;EӏAǶm{(F#iJNw W՘Wcm+IENDB`playonlinux/resources/images/icones/new.png000066400000000000000000000010351226051336100214740ustar00rootroot00000000000000PNG  IHDR7bKGD̿ pHYs B(x vpAg\ƭ%IDAT(mJp?$-f-8(""]}Gg7_I_@pqA-"JmEsh;QRCS*Iރ ̿]EѩCn՗w"t39B&XO,0€rpeP>*P{OCP+mJ{ n2"oFMczyTe.z'VH4!q ;7gW(- B,}xq̒PWjd:jvsPhb~J Xԁtsk %tEXtcreate-date2011-08-13T19:16:11+02:00{F%tEXtmodify-date2011-03-29T16:17:49+02:00^7tEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/icones/virtual_drive.png000066400000000000000000000013221226051336100235610ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<OIDAT81KA3;q܂Dݕ-rtViS1!Xh>A;<҈` 4rbtwM =3>x00?ofsTyZvΥ9Gnk_ιƻ ˲^quuf#fff%3s4eyy$I^ jv=ƘI4ZRy>X)k-6""dY6XD,"csz\oZ[_SM*|GDJZjT|yyI$c.31( GAh4EAV4hAιP\kYYY!¬y^ݲ)"шSPJx3Zy15ZkZVUZ}(Z˷_=,..EQal6ަlElnnEWNx.fɄˬHYX] J5/đ "!"ccc{8v:‚ WT:??gnn`@ C,]Pݴk-P;M|>;g̭yIENDB`playonlinux/resources/images/icones/virtual_drive_32.png000066400000000000000000000014521226051336100240710ustar00rootroot00000000000000PNG  IHDRabKGD pHYs B(xtIME( (IDAT8}?KWO!O4KK - ָq"t8gY'ɠA\.y_J(C & yCS=׹눵5^x$!Brobeezәs!_AYT2~ ̵Z-1񘻻;}jZ c 6tl6TK zNT0i6 Bh4ZRVesse8::b4%JR{1Bnoo`{{Y8hP,k 4 Xk@\&szzJ\z>qcZ %(x||$" Z^__9;;coo b_&lrrr@Rn1h# QX__T*!Q@)H=sBx \T9L&cv鰸5c'L<=XkޓJ  CR _?|-JK8h4,,,`cc(R,:-z xl6 Lc AJp<Ex bI;L&`!N!v`,Rb0  {h}j7ꞟIENDB`playonlinux/resources/images/icones/virtual_drive_64.png000066400000000000000000000014461226051336100241010ustar00rootroot00000000000000PNG  IHDRabKGD pHYs B(xtIME(`IDAT8}MKkWqrēD#T{*hbGG8Q'u*NZH%R M9'gtP{;ŞC,--{= !B/..~r/FCJk-J)KRYQ}ji)^NOO1 ja^徉Abk*RJqxx8z8BH.a&SSSqaenw{/^Ip{{KZ(T*  $IBZ$I0ư3<<DZ|^+Z1 [#$"N AgF$C<óNL)Phaj!vQQeҔH|]{ .%UF8^9ÅR*PJ%|g׾bnD5yQaAR]ZC8 G9EQ1 [ CODJ)LwwvgFaf0id)eD0Z!J)}$0" (kf>5=RjW8o%%vB߸<(EF5^@i @A[CJ') cii<`/ ȱYa (=>5 c,e_794ד aY3U44A(R <4(B@{χ7X-=VHDQ =ٱ.K{TUKꪄ*gx96B<?:d$"!p|WoL2YF##M8![1W׼pa^4"pd8oooZo@0*==~F4TLڃ Q4Nh)FFqQGADF53m/3CQ| ! A.Я#沌#(6(.RCf&\_b=FxEd#&\5s:*NLdwVȘ1E^Ψ46S\;T>q08C#O w4b u]si>X!9`QD(]MYWTfP8 LPj,-/1=م_!p+\yk1םAx#mMAT em'(NH-">8|6ApCC‡1B9trppuQ)=!hQ$bjX18Њa(P>jXUdz(Җ7obK.AE\r 41PJnv@“Y'xO]9`"7vGPn_(xg޳˗9>>f{{n:XkyW1!G+KU 'hE8]NSEQZ{kq ݱMNNX]]wabb~OQDڣݓN83 fWGJ ,--111A$lnnRׯ_駟m+++eIk/q5 ]`5 ^6K¯֏)'\zq; oƣ[o!,--"EpI!x đezuziL{j8E("I:{X[[#nVE(㑱tDQs v}ǰR`S`I)q!mh:iFExguu #MWBRU5J Z`v2/~ϕ4Z,LNp8⚢ST8לԞSP<6 '[#FQdhF..3Վ&XVC3Qxoi7"XB)KhfU-F+>.S @s0蟛H&{WxPFɈ468WC@+EJB0HB_VD눪{#JDU]_xod`̚n#x o!| \\aѵ/{رMȑ^P T޻]̭mADXw 9x̱6Rh|K/4[>Oh^N*z2|/]DU/l\v, 0r^{R΍0t02zv\ÒcžWaȂk<=VV+_ x0mgV@h#blESC+53#nODx5~k"T=aY,{ƾvidX 1 ui6Z?r{E1@PxGPShRo@%AUPE=@ O=2"JDL[iKy8k$όWAQRXH7zj޴#jٹob4bT%b|}"Em*Rbє<W?uI0V&q,)q,]y%ګ N͑¯HD3@] q=ރJ*?ry:ʥ8эē6FpI R ֜, \*('0+Σ>6Fqz3x̄y~YFyܣ) ='JQ[y_okarML<Psϭ/) '?z=FVKA  A A]흕yaLQ1}jAh:ZjDdZݣ`C$(#&Q%h2c:PELt(D[f DsrqKb0"y%æ-D7N _"|Kdy|ǨX( i4(L xDrxi(ʗ.gVq 3^xuٴ:Jyob^LVYO;A)sT^dJ55M'Qy~lc"0ʃێB DYwO;kټ0֭Zi1;k:Nzw>w{ɋUۮ44YD2/guzL\}ELӃgv5WnQqf8*]vAS͑!\-G_&" ol B%{S 0U ie3-ӓk4 H,=Հa?g/QyAcI?/ܠՒS4cnKs")]摯~R^: kciK$?Q4Mˤ4mZ27Y2bK`b"DB!D$@9~]omnDU.`0[ pHUG<k% j5Um ᆄIENDB`playonlinux/resources/images/install/32/applications-fonts.png000066400000000000000000000022621226051336100251350ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org</IDATXŗk\E?sf7MbmҖZCTE/E"I!>"XDkJ VckdII6?vf|؝ܻnBcaΝ95{Vh?%b!\ jm5,BĺOU[[۸Lf=!811G<?(pdz>;;{+H< L9 $=Bޭ~jUZk(<6-*(8?DB.~!_R%'il6[!qS LBݴ[=mS]RkMee'6 UJsKH)[Xbv~^3؆<,:]/#BJx:o %bή+xv\$G7k0Bpnpw"ԆSP 4zxhٷ)ɑgm3p2a+f_r\ڗ]D\?"ԸPw:!Ȯ5F4om>;X4w>M2(%{h詩n z3_rpoGjE輹_BUnIEuuk\eOƞD]a!5U1)%c)s_F?r释AÁ (%QJrmx*0~){L,WH'|fujbHerf\` ? ?N4'>aOC"xokO;^e_scI1{S8dYScfF%2BLf?6a-뺁€og$l('FI5L&lU6 X+v ܃---x.F[)nd2ygpps % Zvi1//co@zXB VbL`XZ S$IENDB`playonlinux/resources/images/install/32/applications-games.png000066400000000000000000000040161226051336100250770ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDATXŗoΌ(Q(Rؒ#SizXNMuk - t $(P iIEk'#mlڒ-zP(>gb8C"`3;w7gv0QJY@{Oi@SDR*rM,֟z+—_~;Dn޼z5=rpBoWĕJsV `{@YMOO/Twg#J-Qc\xZln< 1"ڟT+>*hW(J '3Ν9o0eqin/\%;9K՜9@GK&L9 ϘoOKK7g< egYX]NNX߾=sjhDƩSgUwPfP8yyN@?/;j}É~O5vՠިbYUV\ju4Q=٨ (SF)`Y`[h5hmMNP:xgfq@D/~}/Tj"avFJnw̌m[ |`Oaksŵkmdm:"E7"s^;Dy.pьVPڻ7|xIDXJ{i{8̐%"uqxg[ۘ0`5zέc/VIk70h{m` 1waDD`|cLC]rfufczQ+LIL, 7Zj *R0U;ﯯi nӒH TF 6T9Vpq-)Z3ʋ 4FEdXiV5۝AR?tְ8_ e)ӏ;t6p!֧|Z4FL#! ʘY$8#6-|zduݥ6YHߪyyE`lb@4E#>@@"IIh$iF].>.=+uUTy?KrnZF8MtMa @8)ESDgT\`o N.s91QΜpP9pH?8D{8!nm$CQoDDgD+36f+NMRw<3YneYV"y5dpZi^H!#qxZ2\ N ~X;J>喫H!~7x$f^yg_$ nĴd)Ib&ju-]lαγj'81I&+ثW79bJfYX]s9S mӀ+ ZIcBIH 1 -٬,f?f[ɥa%;~ =}Nf2ܲS/?"$ewFh Pfe6gK\9kvr'Jڄ#3eb!baC`0:oIf]ι^f3Ĵ89=O;H4k4:o) &@$7gr%YxVWIHpm ιû~dm3ѯ )&dЬ1Bb1u%Ea$+{ dc˽׬wCK+i T|oU\ )'nj!K23'X [&vTUSZU=_N2P #SWl0&B/IZ!d.J;w17mT-dBq XZj~rmQ$) o _Ye61qwl?TbIB1;Bwm fZknhRLhV {f* gK|Uo~+y!FB0B0Tg1W̉ϴ bQU̔>>XbbnSrd ƾǴQ+?0v1.M*XRMoSfIbU@(WEvcdX+[]=q&ApĨH es5(N<5_N;cxa%,쫕f=(CJ3:NcOPU:p}CQGvZKYC*Ja̷<9DJ-^|;%>*T1@s&RFŶgm!lJTcyЭi7/QmOQ+QdPFzi/ϲүO+ʺ`֜* 9A JypP1E^y噄G[%iÝ'Z{>+_y~)_Dv "J%8V0 )";7Q9i&^7aVnAkm^nɠ0}J`pBSሢVf2?>IwNv'/p#^3.̥hj#""ÚAL 1(1(J6v KbPT 1C^~vTQ+縷Wps +9\R'!wB"QJ? DX K+- Aʳl*~G\]}!-dD5c FʨO)8C Mȼ=߻kW6OY[<qv*Zx@T)SA@ )tY$Ǡ:-Ѩhvv& Qq|SxܫqmjG8AEԳڲB$@P%K?RNcbc`*&!k /-#*+*2BTlt2Ow8p*:E&kȄ,3ʪfk`X}4"/0 SawD +¸K<`bڝ5niR'"΀; N QQNsވnɽ!jP'Aaִf:gSȅqZDrq6ݓd+nfLcDKFԦmZ8*/jivDs?x212oMf}8"BS 0}y@ ?f8:wlf1O{\u9frlk%̵<-Ldvi%go&'oHO &+SBJ%_OqOI 1Inmm%E8ZlA+N,ݚu,C䴏QʁlQ!|"l0vc w\*iLXkM(Drh)[6 kl2'RԌrȱՀ2aQwbA$A=Ofq'Āen47< c'zΜXLF>DQ=gKgu]jV+iI/h88GB<7{5LKAnچ$-€áAFPcDJIK?esS+$PS(L3H}( u/jq{ !CTsy/ꆝx-~Da;FIXk6mBa1?5?цE8BRp=1H~ǢC [O!]f!Ga| S!ր#p (N3Ƭ3+J!#MK ~sf!RswZܝg"CKZz%wyˌ.#9\|G"3wVDD{k_8quRx§Oa;SYp@Df*@Luέ>۔eE%}{ӵ:` ŔZsۻ ."J#у"! Gܕ<5PVSVTWRD2Td0&_}/7M#{ L- t7Z9NLG0ċ^Nx':bxw `bK}$fHex1 A%vm ա.O?{7N􉍘WJnFT+D5`Rt]YIH(f&J`՚^w9!cfybR  HI(1Dw {4ou0x4Z1#1b}YRji*vVki4:\XGc*htbt4wLA V+J , E#Dm81`O#~xy’+vbH- hh. +}*[-p`62L{Kñjq %,׈WL#=ݯvvIhpziǮ%9+f20\+anyJNq<]"?2FgbtШ.В,x@TE5"<c$摯l:-|mkVcFY՘Z(^"=γ_ӧoTb%4v9}qB*$]4O˲;bBY S!)b1o7oU8ua2TH)>ӹފdCnWHgsOYeףczDȲ@!W )ba<)<-4[V@Vﶚs秏( ww'"R%V?f]9%,+IENDB`playonlinux/resources/images/install/32/applications-other.png000066400000000000000000000043101226051336100251210ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<EIDATXŗ˒GYwϨ5e A ; caV؀mydɌFs.yXTH2"*?9%EW@P "orow/oO\TV,j5lR%G/kk jꍹi~zp{p/TvrHlc6oi5#dyT|{_90fڼ 徭\o]4qv785v[~p|7߼K^“[GCv_eX >%1v  h7.`n3jl!,`1soyܱ#1DM6uMP^a`jkv9T-1qT^E-"QZQ,*Ů`U0x E1!A^*$Nݲe$qJYL17C/Ț~!!ʧ`@@Ȳzi ZPBVct6BJ-KTCO+}_J`bcQ1AY˩OO2!#? :EVc_UVflj!bxtX&bQc bPkyr8z:6epcbz9ՊnRmZ={e Cc#|y8/L9+'@V*{=Z kYYYODW0|u{ovj|fm#H⭽:(LD/۔Σ!)~I^H"!\oڄe?]mf8Z)v?9!nvE,X·S.?}`r{ǣl4 wEA\/7X89VnF-ي!qFXIL`r>U|䂷_ +G4Q/^K=E)g+|60Vt!g5q\\pAhŐDа, mYިSC" Q gPkߕ ytpF"(xZ2[pkd)5 4"QJߡXP1+Ggtk0_)?<l5-4xco\x} F=׮pydV(uvJ( \@AAa4^Јau`AⳫC2j`^1A [otPb4$0 (phGuDGo(z8`5=<<r9O2Mew10쿱I __ FؒyerN$vePx ـ$n —RxeAbӔT`NtmG.Ԭ_o>/1Ut3c^$དྷkLbhZpz1gXVqnyiLTiE D**@(ocŷOLWʻ;3Q>y|2 ܽۧ,UY/%9S✲r8U2 {g%т(}|H@h,M\x8{BhAļ(|u+jV2u$ 2+88ӮG4#% `DfՑuJ6"Lg%uUBU)ۓKZk_P/ns<)9H#HON@J0-Y(W[.U-st`# h% g7suIy坝&χi/ .p|1@+<@Ve`=蓯 &(e@g#6Hsg %W"PO!%`,&zOFFxU ^of+p(}3[M`< 8[1FNɨb4JYɏlp1*9D.nv d5Frgbb05ĦHTG:41+ipphu=\dM@Ĥtm67L8MB @Ti?^mGGg:sV@,U/^dĢIENDB`playonlinux/resources/images/install/32/applications-science.png000066400000000000000000000036111226051336100254140ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDATXŗˏW[Uc3A^ ABX"$K_;,` 5XBL# xLsXTu;:|wN}WܝJ@칏ie`I@D_G37~8w07 EJD BX' gffJVc$"\~?fO !J8OMxAd$#ќ`NTS?~&"G ̅ɴ:y&C")Rmcn-h4MCJuA zHl>8zi+Wsp0 m@.MoP79z+F9 68|pL3?!@37G1UMÇ/2~n0p=9^KV? 2ي~=Q-v9`;_._f*DK1Dy&滇eZ-\@&i}_`o8W{vENc>hx \߿DfuKWxp7ZY%"E c9UUl 5C;+"3K;}u;ސ+{TE+{#!fX5 \0^*،*%vz޺a_\ 0sƳ9~r̝#>v<>3M+:hV#ѻ b < js!OC17>kt٢ks7̓cTSEM 1v/'CH1,Ƴ׮SDAչy-8NN =zbf_X7h[V@\5 p5NcN'\7g<%20udP5N&)d͸AkMvhm&H!,1\X E1_6;r r<>bNVHېrՎIPWډ%"L&LsUܝ,jU7V+ֆW]Hh|nӆ"dTq.Oy/ 925RYZUaĠ@boPlTEBc0Å*Ί}T7qwzEΙfgو0!mRW?~zM=ƒ-5 (o+Seܻd7\WM6/Z2eQEsf4Lgsi瀄׮ ykB;=w%kbaXEB[8|;E"Հjl BvG!fwHg(%t^5K㺈ϽtEQTuvDL B, "}O7({#X #=b#=b*$ Pg'/~~89D:FW?>:n}*i%"n7L{xIENDB`playonlinux/resources/images/install/32/applications-system.png000066400000000000000000000040311226051336100253240ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDATXŗkT5߉^(4'jTPDšAЁL@tE 7mkPXUsRZUuk}ZR!X O)7Nlڴ韩TGO> r ۶[ᑹ;rЁD".gmtt꺮!_/VJ ˲H)J!ܿ!RJٶlܸ1$V(FNA@D"a꺎i i@1LLL0;;w"$ CժZWW:@}qL&XaJ)J)t]GaE@m5MCh!RJ;Ɔ 0 jʶmxA@ (軈PUc:̙38k4N:}wm;G::;@ Raig?|s<4r9sK.j*vE>.*n] wIhk׮^V^M60 fgg) s!zzz`jj,ZwqEnݺmضxٿ?R) è'zXv߼yCP 077G2$p ,".3==͒%KbܹjrzZ Eā0 ' C<իj5\e͚5۷~^|Yx1gϞ+V8tvvڊy055iR)lBR244WȨ|]l2M)i1ڨd2|իW躎RRĝ;wPJw^4Mchh(Neض- Jq\)%jU?>&b JAl !Diqk b8hѢthP*ZoiiiK&v4aiX\qǶm,ˊjӧOǏ?Q,/ t7WJ͋<|b@E)==@IENDB`playonlinux/resources/images/install/32/emblem-favorite.png000066400000000000000000000023311226051336100243730ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<VIDATX՗[U_xmL!+02D TIeADK=tQ(rz*.Z4%/ymFǙsos<*҂Z{7R ~ L@Q:4\Z zfw.zjP53:D}X8wj}kW֨\Hc@E$c @20ϼ{SFLM,/k F2H RD~ߦ@zF/v2@Ùcfe!h:>{bQ5J\Zb\ ,|O2-=~v_^l.Soxi&MJP@q, L{{`_{ѱou'$R F>| |AEiDeDE(KC5.|ZQQbݢ]ͺun0ɘ9# ˨~!܆mG_02.|Ήe`4I:\ _)dd8#_tB#26#߁Vg ]Ϯ2NWc[zc˾4&} 9uIUf\W ]\[?xx}4=NƓcL1xnMJBZ29uo9'4mUVtĮnT9t|PUHSu]U\NKg5AGhUfs3[ @ICqmܜJ CE1a~nMA%0Al!6X,MtCSakQZqH޺5U}`{ݿl\Pݣ!49%P}0oýBvG4 tsҧ/hNO_p=o/ ąvՒʩpePƜ0g,>_Ơ 賖f-=fp|o :!3CнJ"(=FڀJ]0_+ p]W _f+ IENDB`playonlinux/resources/images/install/32/gnome-control-center.png000066400000000000000000000036511226051336100253640ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<&IDATXŗo\G?gvw^{m4g5%@C+~<7+BD JViZQڴ/f{6#f<>wΙ̙lb "%`hpcj9_ @D*O}ooߺGCЖ>z3Z0i4K._LN6q}qfqASN@0 E2٘z\/%`97SY@PٚcY`vfsn kyNpF^ڽ!Vp13qb U]Kܙ1Oe<16BclYb,*^Ze|xn 1UČG, fCIKKM^>uA Y4"XRP +Wc G 374;˱Kܘ }i{qa^{<׮-R*'}4lNU^cϼCc.d dYƃ`1GP˺|Py>˙sK_*6Nq7qI7 90"80Ѩ1\7镋L.j t"rf ,.Gy_|Ohh^Ešj_Cޣ>4G|Nvسo'O_glW/f;˰oOkN8}H㚚>/n ԣ&3r5vW8}3٧VR߁+ؖ%ݻx?&ir1vˎ[8>I8^$)?Hc"vzd2VSZVcˌ^; >LJRB$3{T@͑f=^5%D)8 p O,h[s8?GKI:gw+TcIӔ[I PDp^2dB% s5l*@ܺ6Oځc =p DNg^Yuf^NgrRÛ BS J";mVaA!zKqͧΛL&i/ `LӔFA}t:a"7;1 Md2lr)޾}K$L&~>zRjoEanx>^,˦&( `[ߧ\.s}6?v}y:yp|2Qazg]!IR $^[@Xτ\psα͛7E)>t)%Q9 BzAEMXDm)uL&A@END~r}wJnD+nSx b4QV /05B=$q찼 d2! CjJ)4uEQ#Հ{ZW,R4MY__w:t:\xUBXWB<Ng)%RJǷE묬sNa ‚jwwE' s.]Tl6TUN>퐴:,(\N84Sߒ,#c0d<#*v_l\yDF{TO>yNT*Ab i2;* 333\z 4ݾ}>3nݺE8EK.zU3)>Bfggj4M)6|r^BJ߿ީܪ߇T*:uٶJT*DT _~u,s4u馔\.Oŧ\.gV1Bl61;޿91[[[,--M}+iy'Otj`0hZΟ?֚p(l/_{ȑ`%ތζ'OF*`B>h6Fcǎ2 @cc߲,jƁ`Ѓؙ[EKKKVH$3'N0, ˲( $Iul6ZY$yϲ,&&&;_ׯ_ضM|c/H$Ҽyl0EAQ/ gϞIReY… #@^;vk!n&wQ^@QdrҥKF>WΝ5Ms~)h4ʕ+߶o,X,wY. 7nf2{llWV$}O$X,W . )e[h+N:&I)q]][pdޅ6 ߨyG{ђ5R/MR⚉)ǎ| !t]/_4MRJ4Mou]8RJ8r]qTX)mJ)ec ρ/X0W3qႛqq_7O;6,XZZJNz""[;94̀fPSV%X|hTUEY7>ϽzZ]]W/\͵ߜu#+EMpoU4 MN襓EY^oTQn~| SɄf SEpUpo1˵,x<.\3MֳOs_ȣ$p}fNPɸi* *wOB63Y=Mi!Sˇ9q@nq˸9ax<.*3+TwGX|s)yr0gc[;_ M$y!3+*wO&<,6#L wgcgk}]) ;H*G!nGBT)VVV8z@d2Ὦl =u"B"l\)n}ʰY\~E%]9Y;?%#UEV+O[&qrL ܿ4 Q̌ SV;S*&K̜.+AżFN{٧ ۛƸ. B4ho`''b}bNG )lx:܉=y7&O!uU j"e $>3U@sM'޸z"I3@q`J__\~ 3<IENDB`playonlinux/resources/images/install/applications-development.png000066400000000000000000000023711226051336100261030ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<vIDAT8[VUk}6HΌ~˲fDHTEBB/POŴA)$"ͤrBB:j1c8s{Og_kÁoDU"U@T#;_~c캎Q ,;мp۬0pST%,[li~yb^]Q'6!;X=J1WdƄ=o>_/[MP8 Vϻu*yqQ vfxlQaKE`? |'ayeBK>ꆟf% :9ނLf:PA@CBT(j, %oA-9,Vsxʬ9TS0D؀ r `N>*gȡ(1Huv+- 暌.0 D~yE1cDUK r!& LYamsrFG>WAA҄jIKҽrQF /Ҕ)3&]AԲkO+ T 2ŋQ?) 6!Kk:U1m4YJ>2ְz2>v}9 6/x;ǸڈŋdIJ}W~+62#F8Q%E+A <"7\(.ՀK1(B"S^HʕMK.NL@h c6 D[Q94[`΍;{_t҉ԈAd1&YزVpwh!ɿΞ۰k;)fr/תz_Z{SPdIENDB`playonlinux/resources/images/install/applications-fonts.png000066400000000000000000000016341226051336100247130ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8oU?wfvX`[h%hx@LxA?1QcH?@jLTH@ Q Fh.e޹> ))z9=?R ! *(p+QnWEQ|_qR lkZ q[ Q)E4M4MCJY,kVbhK)3?lE0@JIXDz=:!//r*:}z65,RJ0-,8ݞڦ'GRrcy5!a^Ac\ݴxiqu۟ _g6yrlG$^/]v@)~ yk㧹͍{!-8Q8}; ta/87^zLef|Ӂ."sZmtgt(hwBN !8 ?3aض=#z,fX'y 5ՀuFiqTO ցnT*{FFF  @4t]Gu HϺw ]]TVIv;@ОRο_vummIENDB`playonlinux/resources/images/install/applications-games.png000066400000000000000000000023121226051336100246500ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<GIDAT8MoU;Ikv4iN.R+VV D ? @"hQEwABAC&MZ7E IlϽI<9GYkPJөn(k-wN.z> 5NO?̙# /,NCЭuu=:9&^dybH&ٖ \WWO|s*ҝkfI:Y\Ŋ`E(M|g]eHX7k5<|PhU::y1"E\/F{G*6|ئEň`P H/.J++sNSVqDxlD,' (17bu]T*|XkF\rc_xd[+ a hTs\~T*MRҥMh}o\1Zu߂&D"QrphA3hmlc4 d'_R"; F-)b0c&:@DڰX}܏ߢ\sxt<:ajwNm^l;0t6섁 }hpJ <񮭭|vkRi ՛8F^ Q(A#CCM.&uusy""tܛ@D8=`QAk rbHeH4aff޾LA6{39rlyh' Q&X^L?^e1d1b[ybq`-Z3B 0!x(Pj|$&$F6"Ǣ_<,_L^{vّ߮}xWћZS\Nh;;h]vhfޡ6Vw?| Poҽ Y|'^?'ʢ"Nlm:@j! ջk@9;ٽlՒZ֮RG\oޯ=\a xCv1M$$ōɵP/痗.5a q)g@A ^i OƦ9y+QD{otR82xgZKqa4&.gaYM2ڮJ,NDBӭ][esݰv.EqV!(ѭ>LB"aO[{Ul"xp+T{IsN )BT1W0PcVt-D#=~4 aqAg nfk8e|$cl|֙|Pa| ].;44 #t4LQs 66*1j (Ah3n%r=x$[k"uOՊG@+,Js) &=\Bk]0N?8uG=GE&-1olDLJO lEfb?Q֑{plbUsp(Ny+&Y ÞV~W ˉ*u\rog=i ?Wߨ/_R9vvsbpZx{FB_ _Ig"6¹+s 'T$r ;l[ ^4A4Gբf ^̠j@9qhZagʣ'~>T$lyBa2@ !x`cg[ێR~M^, @r+c31{^g<6⽰wg"GDlq1:Ft%!X 55Y xql" ΞrXi5X7Lse2XkT PD)-rBmhjajsgZUu[ lKᧆ( y!F5րsJcΒP1xqxt)Qndӌkgtx/4 Պ*%y/c8g,6$TpR>w?[?†'VƚZUaL,bѡU F/[L쩖5>V$G,"Ӧ%%"+y24ѱbt3gqk=s4˱Eژ;acDз'>7MJx ۘ!02n1֌~av+r-M+ܬe82͍Uq`!\(Ǚ óÉ:KlLHyd#yFVBQ7s:P ONӟ,tzH6[{45:L9=&YKHi{p4¹g=wrvnmhڍ{2a&(c3N Tb%F-WH[i΀Y7Z0TlU8mf3̾+nM^@€ R)O>p;BJ|m||WD R' f󇀺O&At y!mqBP*( wvv299I*{MJYq4Mĉ#* X !v4M>Ԃ"} *Z "->hZKZLbӴ4d7w{LJMp93ga?p]Bh’y⩓i^5䶝Ǖ@}0[,P&;1$܂F_7DTKj. Fdt==Hn|ͥouqڱ,[/6=E@a'Ӄdz+'Z [uY(-YV0Ԇ5ceS-4y*(U"h`e-z>%sWG?Iuta]ep}[;B!+'Ѭbڕf_ZFw ԷU[U97`Ŭ &kT#/*U!%-vW5ŭZs]U@c5ܙAF7EӐUM9daipDfٗE5!")V yą % 9˓3m}>"# x`X溊Ǫ[ gzˁbz}V_(@C7K1%L:㚦} /s fDM0+tN_Z3c#˻xSM~PVţ?v`3S#7m5w+ Ƃ5t *"hP ( DEJTA$/1.Asuf&;s˩wg-X]݇W_}U"efq䭗=;J2Ru3 D0PST '0r< ">9!˲s<TudTfCօ23YE^ 333$ןyIlܠ( MbfECu`3pd}$ST>U"z/pjBhI<]$|^{?1=| @<N7;T kڮ`ܸc+0@0|,baSTH ť)ewH5̉P6AIFѢx٢jf޴$N;wN>#['Zy^yOJN].3cpBE0VV] eƾ2d|5]۸'3=5݇ŰzJZZq%0 MTAT8/fÙ˼yhOd{@gnG 4&G}^~8y ~?ph8'Whh$0,=cZ(6?vjwxB y4$Hnݮu)L )fȚNT\6V=B0)eL|˃MiScL|!N|kcpNA /컥j;O1z6l l`|5cVc8O$ KDo-.7ː9!r>_.8i P,|OzGfnؾE"8HTz!RaLKYl~xa`A xMUC,uIENDB`playonlinux/resources/images/install/emblem-favorite.png000066400000000000000000000021441226051336100241510ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8]U}ۭv]h$05"0PnJ 馋" ( WVԂctumg<.fvܱ;<y9sݝNa@ -} z261ƉjDmlExyZx:[Su ܷ(}qVHyTQ#S@FWBbI/ɂ3Hj}2W&J≨+Vű|VNo{1)-VkwJA]cI9UWTϏ̅:8{.(Z-gfes19K:SPx>u.t4X]sf`cLXtcXUPӹv? JKϝI 7c B~Qo%}*Ds<(]=_) TUl$a1@kh@nlf0pϙ}A Zgpm [rp~qr,ʒ*\ WWB|5W = Cgr^⺂jX@9IENDB`playonlinux/resources/images/install/face-smile.png000066400000000000000000000024631226051336100231040ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8oTE?s{vRR _Eh%@ĈDBB$1&H 샆?}D}D>a%Q _Жm53>%-EËd3g'hmmƓl:}:-O7&ӧIΈչ-eL\0-Hij}fnkmO ~ctlxEcɺzQZU6MS#֟B_9Y(LRd[eu[w!(J d6;Y'ޞ]׈?핹Qk˶5Ic5f],0'AObWJsA!hITwMf%Z)H$]ç{qt,r|Ɂ/x1Z3Zg冭Ng` e>nt8@iraYY,_Jmn\h}Q! qAɓ>ۆ-x]?lKK!21il(CK J҄n*SCa8z]( D+}[PBDLrxwo:pR&{ÓVMs'~{*Ir#!hdv^t 2QL0*L kVE2C=,(UňGW7@}FF= > nCX%=D RL#Q^`~Muŭ>;6 W+yOhṾp̲iShJrm"ƅ%q-aG3T#D(g˻1=xo\3krX(FE-V*Hv xCW71ɾXxa wk-6Y:#jKbc'h(A"0 lw{_o5 ?{Y&خmL7b)I 1%v#܀Dy`e w򷻗4tZ;oJ;8mqY67cQS3wudh=@(rxF>1zsʝMX%baPOw&.YD&/N@x{(+α Tɛ!Qbڬ ϝi P3DM( IENDB`playonlinux/resources/images/install/founder.png000066400000000000000000000013651226051336100225410ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIME"WUuIDAT8}RMHTQ}o4>uqt "2m)Z.[E (nZ Di Q4բZda1(:3y{Z)F|˽9 "ɞ֡ߑ<)խ}^'n](cm _-q:w7}5B9 gNv#ZOsna|5\L D)>fHu7˾n /.v0/pH}5jo$̸0Q .GI {Y8f IENDB`playonlinux/resources/images/install/gnome-control-center.png000066400000000000000000000024431226051336100251360ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8[h\UiI&46t[bVbU}P> xy-Z|"CՖz+mjЙIZs{Ù7DqÂuaZFUlm65==\.)5dIT4ٴ9O=SB~߽.TUp `A=Cs􅗞W*V)Uň MkFXstww W*XUsAU@6oU099űcٿKjA`k1CUMfF2z]%###.?08|[;ﺕbyQyXl6ku'0P._䳷`u6=Oy}E020~-{WsqV$M#!dž gKfS[C~*͗ P|XXXqIrFfk[]f?J,KK"|(M{Uaff1BsO@DRظZ'qr==̖tɐϞZ:JHvB_QOۇhe/eUH&Ih OI9rV>R# ,t9gt,E"IX$.!W7C#\sVZn@b[OiҲv^FUH$aQf727+ccE yl1[kq[$Nb`` ]K M|` BQ=PXM8J^֭ر"'ip"?s,ZfhTɺs625u?3Z*ОiC1QD"XiYJT&ӶLwpP"c8#e}|JB 10Y*>{bG`@DHDYgfOʣFU1Ƭn_ퟖGUu75,v]HIENDB`playonlinux/resources/images/install/h-star.png000066400000000000000000000013111226051336100222640ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIME6IIDAT8}RMkQ=u:a6!uWpQܹ贙ilhݸq!sFMӖ-J!LLx̻.dBҏ<=s "zkޔ[uOٴ766a8Ƽb"J%t:wL,K)J"ңx<Rh4JD`w]t:8 hV(( @DBUD>.z=muuuMQx)%Rʑ }X̺g3̫njApXA H>ib6}],׆ OFmzV;_nyLVX,vPEhi0w@U;p]OMMEB"UU!~BTD""Bl6?5 pgAUջWp=c_[ WՖaܶ<{9rgF` Roj5gΥ9yIENDB`playonlinux/resources/images/install/preferences-desktop-peripherals.png000066400000000000000000000023321226051336100273560ustar00rootroot00000000000000PNG  IHDRĴl;bKGD pHYs  tIME 2zd5tEXtComment(c) 2004 Jakub Steiner Created with The GIMPًo&IDAT8˕[lE̷K-lm /BL\MА(1 ĈYIEL 4B>xyB/JLHBwmwЋmPO3g͙sXXsb=>766<@mmms@$ŷ7555ɖOIeG>:{T=68e[LJ̳O|u?RL&[o/>Eт}?c.޵s0]ρ14i^ǯ2!m/R)8|| K)1|>?ҶG2F2˩M&I,,ػ%5\dTjAaLdsĖ-3w&9.~wx78@1ou7hD"'[`aaFi6JkWTKjcPFB)Zkhm0ZD B iR(oZf|D"2,!PZt0ъ(n-lg@ аjj"33>qN? +W:;޽ٱv_*_c:˗IENDB`playonlinux/resources/images/install/preferences-desktop.png000066400000000000000000000016661226051336100250530ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<3IDAT8J+YJLHbQb@DЩC#y~=mp =kǾÅƑid:NUܺQ g{Ck a򹊵sCk/: k$7JN$8ez \L&f3* ifj0>ĕR"MS)ш0 I4?BFQ-\)`eViJlRx:#6p8Dk=vIXֺ@.0MR"<\<H)sEe 3Rppp;TJeoQ$IBEL\z[6MsAhXכF,$"VWWs(zZfɄz^T۶mH) eQ j59J) jؔRgggwww oհ!l8 b>'n&!Z돽^olAP*(,--QTXZZT*y^q9ӓk<ah1 'g\*ZZ4IENDB`playonlinux/resources/images/install/preferences-system.png000066400000000000000000000021771226051336100247240ustar00rootroot00000000000000PNG  IHDRĴl;bKGD pHYs  d_tIME  %yQI IDAT8˥Lu_q)ࡖriV  eijX ۓQ֚c--s&i-ؔg;C%v8.@;?Am}g{>Ͼk~?DB=WvBhGiMBhŀ/JA/ Q6>=۷<%ԜS`I 0`}=222"UEB;1/gMNyKe!8íV+(] -F`ILḺ7c}޲e 6mDT$I?3yE%(jњ%;\!~?iZdJ`kut6DۧeB`!DJ||o/4=SHo}r:Հj+72E'ڣC֟m+\_hƲ$Z[[isfpSZUu; og|{#g8Z9qTSE7%\p+C^JMr.Ե%Ef5|8tdn^IVQ#u>,H+ZjEPH4($ ypf#>.;7 ܨ`L~?cO?!ʲʇW#I҂pC$kVqvɳpnOߟ-2+V=Ņ=Eʐ+,{gsE=^Kpnuߤ_P__ng~<@ee%#V<#eOSZI z؞+ ZwXt:NXe̩i466B0wҘU5FNV.$ 0<11뱱1TU{7cɶX_nq~)Ѿ6%b&jUg``Ś;zMMѯg,PS%:Ps魇 uBb#1 JQb]b*IENDB`playonlinux/resources/images/install/spacer.png000066400000000000000000000012301226051336100223430ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs  tIMEL~IDAT8}OSA}__DQF>4H7+5nR.Xca uFѸvx5PdfqsJD8{>Esͅ "r r /^{D6ݛ9YbqbىܼCJ Rx-6IGb(Q(kޯﰼFEus<;p-Zڡ.%!Q|^+$DU=Z/y;K{? ٌbRUh feIENDB`playonlinux/resources/images/install/spacer16.png000066400000000000000000000014701226051336100225200ustar00rootroot00000000000000PNG  IHDRagAMA asRGB cHRMz&u0`:pQ<bKGDC pHYs   vpAg\ƭIDAT8}OSA}__DQF>4H7+5nR.Xca uFѸvx5PdfqsJD8{>Esͅ "r r /^{D6ݛ9YbqbىܼCJ Rx-6IGb(Q(kޯﰼFEus<;p-Zڡ.%!Q|^+$DU=Z/y;K{? ٌbRUh fe%tEXtcreate-date2011-08-13T19:16:10+02:00 %tEXtmodify-date2011-06-29T13:24:08+02:00-IENDB`playonlinux/resources/images/install/star.png000066400000000000000000000012211226051336100220370ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8KA?3̻ۺ}eU+.b /X-</Aϡy `;oBQ L, 1a3kξ5lza`<a儈Tb@@v 3DpQڠG7e^KsmZ&Sl+F݆PmE A $@ҦWj6@Y$WXk۾?4[ROop7Ԇ< 6h>-r\j/0Иa}{JEBD 62aL=/"16#W9wW/Ɠ1_)RDQRD祗T%lt8cG^pOE5׆`[vw )jl}T@̎pIFD{s[0]vmgxK5\+݌9wEp*䭏fYXW8:uKPV֥ZS IENDB`playonlinux/resources/images/install/view-refresh.png000066400000000000000000000025241226051336100235030ustar00rootroot00000000000000PNG  IHDRĴl;sBIT|dtEXtSoftwarewww.inkscape.org<IDAT8iLg;3;K9[kEh&1iOM&415iZ$54iGb53LNUxO&3E,kÓ]zCM/ >5+5nmJ_;$ nB8,!Xd1 CH `"wĴUtyh*K1C!vò)B0cK`e)N,MZ.j\귊Ԥx iNl.HH01HK97rŢ.jHc,ҎGH^V@s>⪦1ǸqFO;Jkdl9ƀnL)@VZPv>,}\Gyd\5Bi^߉ հNITɰHll͜3nӖ)?FU4/],a}@8qܝ01kr08Đȁ-=])nJXb\d"CUzm)c5;_ft/EĴyϋW 3tǾg'NƐ֐8'k+z"0g4C5&8߱im˺,7`"0/M.R]MG e/$"0Ƥ FﺸqQʝ%իOMQ2ScaC0L ]qC=81raa"gu~s=}5)++ZZp:UFLߟ}6uE$ }͛ /PDFn%! !F\GPѢ1&́D a7oEcD0Ț)i\r`IENDB`playonlinux/resources/images/install/wait.gif000066400000000000000000000255421226051336100220270ustar00rootroot00000000000000GIF89a ^^^???000nnn! NETSCAPE2.0!"Created with Chimply.com"! ,0I8ͻ`(dihlp,tmx|pH,Fp8 Ϧ!@Qx`08$EnۄrS?\(/,x{' ]}g! {s PO  q  ĩ{  yӞ* h  .  h{ 3Et8p- oBPcFA `cC֥܊&"z8Y-eqV ;i@A^ C_j1 'Ŧ喿K ,E!0*$Xr lmv끒%+nwyxJG7pp+=yTMMefR÷kċ^ `. DQmCRpE %q1dMS E8m d )P@s1g 礳Nij1Ԁ% nvY@{B:OXcaȐ:Q|lk0^}2'.\Ѐ(qA)H$'{NyC? pU9uh!Csp3-[Z>͜ynJMNa;Ci7J+" -͡`lM Hqܖ + "5f~G ۾40ZP}2f L8TX砇.褗n騧E! ,0I8ͻ`(dihlp,tmx|pH,Fp8 Ϧ!@Qx`08$C7n *pBy1mg}1az/`* kr( b PO |&ZS  9  w W?jx@^ B w; mDج,+ a+aGaIFm IFAS^ pPb&Q64tEțn㉐(%E"MHMK2% }I0ͽ`uBOH-5zFHzemTªnl95f 2X SX,=XBe09- [ P'r[]bvXb6hvl.eN{j+fv1;tB:1 z0[=_ ֵQ~U"!t]`ɽt}^7}_z!7b6,X46;!jaA9N@Dh@A( 8auw p   ! qkPxz|~iuE^`m qdD"_C$K Aq ,  DU- ÛAU1  5 ?1ȗzx AGMal8 #^ h@/ @ :TxU %i20 KH4vܬC*zh@JЕT5CR*8 ĕ22%a[XBѫ:YU}&i’Ld PFY% W:F>V=0|^ ,A0t ~b4E٦c)7֡yvEi!$X& G1f`DFh 3Y{P8:UYιڝxYwa >^ e*%ʨ Zuຘ0z2X@Z Bamq.uLڶP*O(FV5|  xN>QdY[bJ jA)7 r7«./Ȥk.y- p  gy.  :axg/ , w :B Ÿ8)pNjg G`Ja¹DE!@Q{`Уo$l&.8fU?xEX0e$˵+|Jii3N\UHv:{w`1SX+TK4m%)b/|~EД7uph }q@Mk A~XF^cO 19 ვ +ߘc1&t#_zEo3sS6n$Ș~ h@W{ BWBpmO`*^0 `aL8!Ba0鞒=قHd P"Y a}IW",|εW,4*rq'\]``iU'qBlm6ؗ * p1@|v)X`OZ[ 3^p:D$}9;J*yO<IB̿A<'V $0 < q@'(@>I/8lݴX0î20 dԃ+ G6@?*3t@}eHĵD|, X]1̊͜ -Ve9d 6 2Y S@x(T؇M%ՓPG> {cm5۫ˀB6$ Bz{x ];^DOh=< x} O9<]OO[! ,PI8ͻ`(dihlp,tmm$y#Ж(d PVZQ&q5a@&wд 8tc(x-qilo, ruyl\vwi&Hn# !  ~m ͬ  @es ο | AԜ O&  ߝ˫<"AK-*kdEHE 0`T 0ic+ 0B} PT 獤Eɫ f%Ͳ~UD0a<֍w>d"ljA0b)`@_-0e+"r)aȬ$Q}^IJB7zH<[W, &΁9F|mD}'8~)3^5x4 Zcؗ<._P}Ga@ Pd|qɇJuZVqhVp 6AS|h|בHM`*N".~0cx1 c ?!0&P$&y,= p'$`P "g (eXå01*9] A~٩$ 21G( xGf}F9Œ ™sZ%Eb*j#"@ D҆)u g4*\z*l!f05`"j0$]gv.(CPıh-+zPdLnJzY/PKChƄ407%"V Ij 9_/fo]% 7Ⱥ q8LC7 Ggm+џ"5D+Ö;P RRȈK=b{ɝ؉봣3_mj7񖤙tQR*{  w˜M'F")Q͉WheV1|Aswf|"46֚&^>Fꬷ.)D! ,0I8ͻ`(dihlp,tmx|pH,Fp8 Ϧ!@Qx`08$En~.u,y|' ]~#VgF |tD PZ W q  _B| $  z_C( xA  rCy0|7ÀoQ҇/= X9#PBԡ+G#z#EFi! 2. hf:+zX$t5/vFJ\4La>ᄖm&M5h\!r!+,0s0M+,iKyyHppni$uqbO b+ca`w+(BuSB 9O#yg8`a4py%Yv25xFy`F ڀ53I|pGB#w)ޗ=V%,IJ-`@`h`^L %$ǐDPZI $6cc`<$7BB  \VZ)9r(>dOf@Df AY3[* U'6 2B҇ lyaD8Buɘ B]m g}f jݚB^Tqx"QbiM(a<\X- (Ik"ˢ*jWap-\00/H &Oƛý_{nX<`(8 !:|?`䑿.nQg]_* R3 GI? ˴v$ýj3!!, $0eZy0q PУW )";qX^D50 Ո%`rJ{ 1$ʈ!!, $@e6$Ơ` 3*=  P\"F`P-d5V"2|?n"!( )e4xyc?   3 #wyJ l% o^[b_0 V T[0m $4>'VZ c3$X%!!, $`e:D3 H0,'j0Qs L(2HMj#ȉB \Oi`u=YEVL=I  > suI WJm| \"_b0 BcV"d]*K1" H|@B?I4# S$-||!!, $4ea:D hI /K$W- 0(`3F=pf@tQ  {f~*yS*mg) enu E^Z^ g@ kw(b& -w#" xW"t ##%U$`to!!, $4ea:* 1v/Kdzk#  F Y" % E  Cb AI4$ (z:2 mI Ll## F##>F!! , $4ea:* 1v/KdVtKG227D"$)Qqp8 y l |~6zw2j# F " % VC ]6a$ Q :2 \  EF I&x "͓F4$]#x!! , $4eZi䠒J16e E,C\3 ^3[ S|?!;playonlinux/resources/images/install/wine-packages.png000066400000000000000000000015021226051336100236060ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME#?ǷIDAT8˝kad6i]AXB=)xPԛB/܊RO v zQA .V%L|f=|MPt <:3Ny\k}P%+ >Wp;0^!g.)-ĸݥaIyye6TvU-7mmJ$g8i MM%t:543jAYkb1&ks <["U%^gߩVjJغnbz9Z(XI1w$֨VS&@og Y?ǻ$O۾~X?#sCвXw7:RNj!DxO׿>ytM+>G8]Mg$-iH3ff6hj.ZB0rxЁ#=q; J)DRJ$c| _H7ߢS/o}xv{L i5`&9Anf].ifZȩZ(p%O f6ٖ*]vH&&{1Zր @: v3-ms/o4@CΕ-3Bo<3CB)%R/$a<'}vg}%;'.$ds6@/ȈF1n-i#Lje%;vt7f;9IENDB`playonlinux/resources/images/install/wine-warning.png000066400000000000000000000017061226051336100235030ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME JFIDAT8˝Mh\Usܹsf21&hiA1t.DwWЅ[B X7Ϧ(mAm41ifs7SŒɌ}yx#L1@<7+| 8p8 4s.vk UVx{1Tz "ę3n)n(sfq8T"D~)j혪<14p{TvlSƊŌzLu(˫SIV?=h@&^(6LatU?G~lEN:;kO&6d}K)fIjEd5Rsg7gSB3ֱGOc)³H2ق5zafv˝=+ғGđ@&":zhqMx(5vAbHwt~i!}d#"#,P %j"CF4w݉=B"A)N]e2 /RqY/7[Q oBn!3Pin<xO˛ܙׄo) ˈE Ҭ*w?p+Wg{yRkƇ-Ta*H! RFI-HU [/5?v^[17VrwO&W2`>NhoRi/6 tEz xxXagM3dBF×prюtAobTQR5IENDB`playonlinux/resources/images/install/wine.png000066400000000000000000000010611226051336100220320ustar00rootroot00000000000000PNG  IHDRĴl;sRGBbKGD pHYs  tIME;;cIDAT8˭=K#Q;ّd,DE (b'`vmlqŲj)`6"IDg6XulfI|6p_}Ϲ ր6 @m)<ԤX`0iu)X QQEZ wf>S߀Ei]/ (3DOUπQn{Kooׄ V >b(?onrוqS:%uī͙al`Ilj;^BJ ׬Ѕi5ͷfԋ*XCP8aj0Җ`//^*iR2LCgzӠ~ފy`gm90tcB7 \ mV x\ K_ρ zv#@'7thoIENDB`playonlinux/resources/images/menu/000077500000000000000000000000001226051336100176625ustar00rootroot00000000000000playonlinux/resources/images/menu/add.png000066400000000000000000000005531226051336100211230ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8n@ ?t@H[/wC5 \&]8t!\ug>ۢLA050f3OU J+y }}*IԗJX~t :dY?tYD>=h HWf5fl7K]V7l8}E<;EӏAǶm{(F#iJNw W՘Wcm+IENDB`playonlinux/resources/images/menu/bug.png000066400000000000000000000013531226051336100211470ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<hIDAT8ukQ?owkai%K'RsAs+,P!z^= CGiJmJmZn$8ex73|%"0{@U@ݴ`0xott4x[SiӚe5M[d2WECD rBУX,6)"]HD䘈Dx<+a>?==}?QJggg"Q"r..Wt]\V]d8' `b|>V <<<655uP.]T5T*=DD}CCC# %"R#u{Px 䀚anniEWf\vww}hzR9 JD zڶ}8lPv]ąRt6?m 4+HqoT$y~6%#"9WA/NR@ P>)IZu4ϫ\.{#s[4-zs{rwgg6  [[[Mj<]?D4`bbb}sss}fffj5ǶmbN2|1U)"&tF$`)IENDB`playonlinux/resources/images/menu/call-start.png000066400000000000000000000011531226051336100224360ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8kwI $BA("_*Mq"CAC(d łXKMҘA{|3$&ѤRD"qV]H R3+++ׁeY I%YA\D"k@hL&S t7BB,:x:s\Vrm`c h}}뺻~,+J;Ng'mx_ƨcZQ\IENDB`playonlinux/resources/images/menu/cdrom.png000066400000000000000000000016771226051336100215070ustar00rootroot00000000000000PNG  IHDRabKGD pHYs B(x vpAg\ƭIDAT8uKcW?41iDq'BX Wƅ[wSP)tӍdky2}Ӽ_!-~|﹂$8.`W@?hEFjt d"%ο Hk e0Jut(.R~iAD7N.XӴpbbiBN"04-2\T:f炙ʄ KatvvaaaQB4rnߝML, ETrFC QM$Ϫ@'߲?TR@P(8m+(cccmEJD.;"fiI)xw~,k ;H5! -z[t:a moo/~||B<w2S)esV{k8<<|_V8xD65JVjT*]Ey~zXJN,ggg?jBp*H&!~Jz=nfȈ777w_V?NNN@^tˁfY:==}cYKMܡ`  :gG%tEXtcreate-date2012-04-23T11:15:09+00:00(%tEXtmodify-date2011-03-29T14:18:33+00:00BGtEXtSoftwarewww.inkscape.org<IENDB`playonlinux/resources/images/menu/change_icon.png000066400000000000000000000012371226051336100226300ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8MNSan/p QӠ!:e7"Ld N@H#Z~`w~#ό11Mf89HtKvvvF@)u#q^G9L1ycyn7y-V!jL=2vHI@&e@,޼zs9Gw0`~-L/ АZ*#ad WY̼r$ZTFNUN;|G iuً/\bǩTn@$jeJ QU+qηߐD㪕|U }Բk7;jK63coQ$m/8+I;L:~ 1ߪA"85@WI`]5;V! A'@{N\..ƅG_!7suV$BlW=}i; F)A<.&Xax,38S(b׵*%31l #O-zQvaXOP5o6Zz&⻏^wkI/#&\%x/@{7S މjPh͔&mry>k7=ߪB#@fs_{덱п0-LZ~%Gpˈ{YXf^+_s-T>D@קƸ-9!r[2]3BcnCs?>*ԮeD|%4` :X2 pQSLPRaeyqĘ י5Fit )CdL$o$rpӶb>4+̹F_{Яki+x.+B.{L<۩ =UHcnf<>F ^e||pyv%b:iX'%8Iߔ? rw[vITVQN^dpYI"|#\cz[2M^S0[zIJ/HHȟ- Ic www.inkscape.org 4IDAT8]J3Y{1FŎY/Af! ?}f" P.B;ܾ]pt` ΢ p8GF{e.e\Uouyyss}}}CDkq@DZ#"('x<i2ϕ뜝EVn"ah4"c:WWWc0h<^GRaook-eDQD}>Ʉ,HDItJe4 hqloosqqp||1(>c9Zh4""hTUfQZDr1ZF^V'Ka>&2c4Mq]W$Ilrrrc q0ͤZbq`$n'WhM"BZEDP Ԏ~T*i(8(ZP񯛛?C<_WIENDB`playonlinux/resources/images/menu/folder-wine.png000066400000000000000000000013141226051336100226020ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IIDAT8};OTQ}p.300ct 9 8Qhm:[Lg 餚4IeJ\֖@i9*EJu1"B+rc}^@8S?pP)x_Yf2{)cG6)2BiKdGcch><!NDD%/W? Ύ"j^%' C㯡EZVشۯo 3Hq{LfbZI81Zu%;2riiYK^>5Olr_!DV:ED{IENDB`playonlinux/resources/images/menu/internet.png000066400000000000000000000015671226051336100222310ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8eKoux2N85$jPJHTb @bW`P,  "!Q6T@iW Igvfna4+CZ2$7ŲgM^}k37rTӸ!T ^W>V׶UAlTJN'\Z2J+зѦ $I-DH$088yvz*)%InIENDB`playonlinux/resources/images/menu/media-playback-start.png000066400000000000000000000007121226051336100243660ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<GIDAT8JQEϓ]]"ml6`m‚ߐJ0MА:V*BPDY׈EL01_^$ Sr wYZ +5 `Fl>*Jo0* TlȼU&9p*0qL}.^DSw]/kR( PO)5iEǞ= Z"f{<)kvX,$IrfSL]!=jV7 ЛN?j󡛍˲zB!T*\w__dٝF-""buD"2ةCSTlIENDB`playonlinux/resources/images/menu/media-playback-stop.png000066400000000000000000000003311226051336100242130ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<VIDAT8c?%" ,Hlq~"}a``xn?##Abt 8@7#ހ/E/0F1Pa|3IENDB`playonlinux/resources/images/menu/options.png000066400000000000000000000011431226051336100220620ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME  9cHIDAT8˥KhaLM JƅE.4bfBp!T-RCBkAte@‰bW6IUiӗ DD:3nf1³{?'#Q X"M4QlRTlb4u#Q ZêEtFZdfx>XBr"2>06א:%Z,1`o %nFa~N(/;+tHRa %Nʿ4J'{( LA0: ԬN Gl6y75 irtI4Mk @ҾB0L8;77TIENDB`playonlinux/resources/images/menu/people.png000066400000000000000000000010701226051336100216520ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8OkQLH0*f7䛸& 04~ȢBh:jAcux]8 xlDD\< j?8P-"̊f;Ƙ}qRJcq1AfZ506ƴ)0ÔG65ƴ0ODP"{\!3ƌ8~ L5}Z' Xk}w lV?8K{ $In% H{ b/cy)lXX  рVkQkmj'nwk+~x{{{zVk0z x2l5͍pEQ.HT^.(Ns# o@|>vZ2UE.7%HޝIENDB`playonlinux/resources/images/menu/people_.png000066400000000000000000000014031226051336100220110ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8}=H[QyI'VKv)؈BءP\M*AҡEth;?RPCX,Dрůh,>x:s8{νwﱈ1 P8.DPQLo@ 0겪ˁ@`DD5DR;"R&"vMB&jjSӴA1/${njZ}l [󭭭[뾉 B($M6Y @2L;;;wl.*DS].ׇL 0 L{8H7K&yf_Knmmme677ﻮ{!ĮR699*N>'Q^nZ:qޱIENDB`playonlinux/resources/images/menu/polshell.png000066400000000000000000000012611226051336100222120ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<.IDAT8=kQ&6&)5,Ԁ,)4H\X)V"v6Da D hb~qbvgvvk1J$9pޏsk-(8 9Z`ZTsQ5$G(A aX}0oSvy`W0 C]8(䮍&˺0<<<$$ 4= "$I  1gϟ2:6.p.{],0RRk k<~|_cc4 )F @cpJ;}fTn7fQI;n2=R*|7nNqn,/_"ts׎]hm=}>2}0ƠuV{Zgf[B*śQ9ZO JOU3wftNtbR c|'7V)+u 1Oferfi qTa]ė.B8T&*Z<99y+=Elnje`y)`⥏Rv_.:3ֿfIENDB`playonlinux/resources/images/menu/polvault.png000066400000000000000000000016331226051336100222410ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME)(IDAT8mOh[u?_˿6}Y4i77cRà '?LlE+ǝd@١e8Z0QPڵ閔fm6I^{&29}O+ܞHcOˁݯ(zD&:EڥRV(ƿtxzc@P1w604 ۱w-'~ub0jf9(>[)4~𙓯&њzH0_}KLk 90':pr;GT=FRƸ?5kb㝺"uL&P]Nvylyr.OJsr7^ $SMFDUز탹wk UloPDV)1d%4rhTzyyYnkۤO>y'Ephd&f4Y+-^;='€8z렁_ T|Ի./# ˲(< YySƦTiX6_sakuhOk~,-.!!%QdZWK$Lh5xL,{\N'=hbYTu!MeiT&!ɦIQhٷbvb0Kh봃6w]4)Qw}f0$o>} B!-g{`Ujϕ!6n/-{vU3UROT-BFҶVg}:{m̱sC$ZY~wRrOmbIENDB`playonlinux/resources/images/menu/prefix-manager.png000066400000000000000000000011021226051336100232670ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8S1=)3 e Rܖoнo7n RLJOঋ"݉|ڂe2I構)"\.&9aR^֗B +yv4 BW -cHZ( G DQtS{p "RJzRJc "0P5.4 Rւ1K@)":{pa{c s0@xtCe$;CDB@HιsZkdY<ϑe]Gs L&8`Dn )%teY=ҕBZkDw^ψGȋ0j"z2G.@JysW3f3=NᲿ\.(aZ}nIW^)H}b!IENDB`playonlinux/resources/images/menu/regedit.png000066400000000000000000000006701226051336100220160ustar00rootroot00000000000000PNG  IHDRaIDAT81K1ʵC)vpA'' AB\( tkšz^E,!_{Zandҩ [kKWA&]*8ް<7/c-XY@$? `䲯f/Tk?k3\+ =if@[h@$Ltz8##!Dp'a(PR Pױ, 1 q;}X}׳yyR4Mmۼ={ރwt^3 btt{{$#2Zi/0+oll){jlooIomݥ( ևBLLLpxxH#ffprrBQ~c4i^mZE$t(2pvwݷ?0HIENDB`playonlinux/resources/images/menu/run.png000066400000000000000000000012601226051336100211730ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<-IDAT8KAv eZ6JuRTJo "ފ%`AzRZ)Rs(= K B]i$vz 1`{3{fݸw%KJٽ4)-)8RJCJ9r:1}]%h R&xh4,MӲ着Z=99yhPեcggg *F vtt{{дm{sooХ2x Mcvv3UUàz> P.'C5'''WWVV>^@T*E!Dt[.[[hZ흝fsR; oVGXQ$SBZ}\,y?UU}~b(@2veYo?LY%WEQ0Ms4 Mem>KSp]w&Ht:J5ugȏ---EO:SSSv+T,4t:FFFDL:]׽`L&vMR]E.?_?^oIENDB`playonlinux/resources/images/menu/settings.png000066400000000000000000000005041226051336100222270ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8S; @-El<bDZ1 x*c%ܐW-gGIR.8"cPFP\:BI"V -5 > xxIGCŸ32>ALVœ)$02 yH%sR0[IiC;^;We4 q2e A(IENDB`playonlinux/resources/images/menu/shortcut.png000066400000000000000000000011771226051336100222510ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8=QϽ3:lɊ,6bi__Rj'lҟ "X V"XZ ae:jJI)y )P RBJ)}j]׵Nt:}T%xg"`1 (c c1P(BTBB>yۅ lYVTJy}>O8gB{1.LF#n?,<?)u]|iL_yRcH4nWm[ӴzR=ϻ Ï,No@0 \Off&}8F"( g0^aZݽZ!p'H$hlx9 ~῀t:5MrRV-۶sjZp8(bL&Jl۶p|=( i6V4oER0M s΁sT*E{40X,4Lr?]_(x< \?[qnIENDB`playonlinux/resources/images/menu/star.png000066400000000000000000000012211226051336100213350ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8KA?3̻ۺ}eU+.b /X-</Aϡy `;oBQ L, 1a3kξ5lza`<a儈Tb@@v 3DpQڠG7e^KsmZ&Sl+F݆PmE A $@ҦWj6@Y$WXk۾?4[ROop7Ԇ< 6h>-r\j/0Иa}{JEBD 62aL=/"16#W9wW/Ɠ1_)RDQRD祗T%lt8cG^pOE5׆`[vw )jl}T@̎pIFD{s[0]vmgxK5\+݌9wEp*䭏fYXW8:uKPV֥ZS IENDB`playonlinux/resources/images/menu/update_git.png000066400000000000000000000013141226051336100225140ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IIDAT8mK[Q?>iA,*J)t)1Nv;d0Pt-VppvRiCb!$HJ-]R)FR=s9 Ɓ_D=#c1#sΉd2b\TnZ9pjfKt,%y9M8zlpy^NR\ \ି}ͧnWD$+ʂ1flAҜl6[ƘJ`3 i2JE ` :˞?nR5IH=a^Ҽq$MH0lY$H1y-q#bw1om+tQ&)ɒU,v \d2j\>:FR潩tuls_Oqn^H$qcZ %(x||$" Z^__9;;coo b_&lrrr@Rn1h# QX__T*!Q@)H=sBx \T9L&cv鰸5c'L<=XkޓJ  CR _?|-JK8h4,,,`cc(R,:-z xl6 Lc AJp<Ex bI;L&`!N!v`,Rb0  {h}j7ꞟIENDB`playonlinux/resources/images/menu/virtual_drive_64.png000066400000000000000000000014461226051336100235650ustar00rootroot00000000000000PNG  IHDRabKGD pHYs B(xtIME'eIDAT8}MKkWqrēD#T{*hbGG8Q'u*NZH%R M9'gtP{;ŞC,--{= !B/..~r/FCJk-J)KRYQ}ji)^NOO1 ja^徉Abk*RJqxx8z8BH.a&SSSqaenw{/^Ip{{KZ(T*  $IBZ$I0ư3<<?umڶm!x²S \ivYVꑦiе,TD.[b:J O9Rj G<"\ `ҔR0L vg4FыB='Lh4x0{hwV\.]jnw;? Zk]]׵ZT*}~ұXl6|f:޺a;ߖ8T*H$2\n8΍87\n,"ȰR4u{ȡgb|2!"d29)랉ȡ "\Û۶|R8IENDB`playonlinux/resources/images/menu/wine.png000066400000000000000000000013461226051336100213360ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<cIDAT8N[GZӀRH#Bb*UEo7PS\F(j*Ji qfȒF,~t|FeYbqnYjyOY~z`O \7rp}ڴ$$Q{tyN[U<0ބ0H%Ƣ9y Ź1LwgN:~K,qa0 a<9!K%Gy>6,̣qBc&4f^BRX:b=pRorkf^;dNtMFBr|dJ2 -OҜG :\'͐\QJWY+%)JJ+gRZc5T3z0Y)R:آxѿ+|8Ђ)(О);'RyKń6tD~NmÊs(]ۤq(|5~@ۘ'&j<0LÊ{䐙W;'OsXQ?tkKӐA_GAF5WtErg;Џ:e}e 1a`WQIENDB`playonlinux/resources/images/menu/winecfg.png000066400000000000000000000015371226051336100220200ustar00rootroot00000000000000PNG  IHDRasRGBbKGD pHYs B(xtIMEMPyIDAT8ˍyHqǿqfuë5WMB߭Go^ꍂT ]nL`pC9Dc7Mm#Gvjj5?JTEtLJ4Mek´}3io=4e<'_حЇ?^Ɓ' s)lu͟&b+3J]##HLID!҂k4fp(4A&><+bl.=۰Y}r ͅdtǽ 4HRmٚy$\'{srX,f(Su-UѦR2شÿ>2miu899iWHx<*\&`tx !dt: ":iwuE15-{jhq!RƉfiUN#@ 6;;{[~~~:5>@!LH2?wȿ `!~N@;IENDB`playonlinux/resources/images/menu/wineserver.png000066400000000000000000000011661226051336100225650ustar00rootroot00000000000000PNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8OhAMKKDKbhQzA}3|sٍD0fjCP]O.ݼï'L_xq?j]} (zWϿT4ENfmnIx0?|*Հsb"> PT !Yiq`> ,J)VIENDB`playonlinux/resources/images/pol_min.png000066400000000000000000000701711226051336100210670ustar00rootroot00000000000000JFIFGG ExifMM*bj(1r2i ' 'Adobe Photoshop CS4 Macintosh2012:08:25 23:15:31Ƞ&(. iHHJFIFHH Adobe_CMAdobed            x" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?I-%I$IRdIK$dLT$)IAJLd$I$%ФI-)II%)2I &I2JRdJ$)2II&AJLd$Ѥ:e)2t)II%)2IJ'LI$%IPyq0Kvy M)LIrX78։?r󎢨1o鿹?BDaDN̥G+p^cWYb@yiJAl9sK\t Y9}Q?~W9~o/j& rrz?qHn@=j w(BҢIÔL$J$)A_Nmi> X-p#ďoUj<81@Q俆urNnK=G^k[ZJVDZ&{-5ZeOOPsetx6TryY~m:wӐhcYcdLͥ-Kb8^iQ!X,Ps1H$ABkon_XZB~ 0LNј1s\kǖ _Ӣ$]RI&I*LI)dLd)|s+d2CcUG$=14F4 7D p<~X*xd5~#V% 2;Y@$5 s[} ѵ R{"/VagӓrּʹIp?FVXO7*?3mrr|[J>B>3#lV9^jNI /Fuv ǁݮ\GEXkq9 <$ $=>+ި\Y׈\ql>[muXw~kEoq[jajvm.X;o,xgۚ4s^+ $_{WAӺ'Kzq쇝뾃VC8de^{4e|}}3}OꙮOIlwowomnSC?I].:JT3K8V?̘<0ǎGyOLe2t)ILTJ@GNvUABih[<%0υ9!. K\I$l=]*;;*7Zĸ?ysh>o_1|y2ECcK ymn zVvMߣ.VK?ؓg_eTy-;9Ycֿ/`*dI+˧t<sHMW}Վ׻[m,̷ Mz^z 9 ogQ<|/,R^&NW<_οE?UwǔfeQK]94G'ց+ 㴅A(\oVT0:_L%径yH)^2RAOzsи$CյktV)ǃ })Ekט$S*Ij|Y=B_)1w}P=McMٱޟyvIps>n/=Ox^#t*$Ib:dPhotoshop 3.08BIM%8BIMGG8BIM&?8BIM 8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIMCpol_minnullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM x iJFIFHH Adobe_CMAdobed            x" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?I-%I$IRdIK$dLT$)IAJLd$I$%ФI-)II%)2I &I2JRdJ$)2II&AJLd$Ѥ:e)2t)II%)2IJ'LI$%IPyq0Kvy M)LIrX78։?r󎢨1o鿹?BDaDN̥G+p^cWYb@yiJAl9sK\t Y9}Q?~W9~o/j& rrz?qHn@=j w(BҢIÔL$J$)A_Nmi> X-p#ďoUj<81@Q俆urNnK=G^k[ZJVDZ&{-5ZeOOPsetx6TryY~m:wӐhcYcdLͥ-Kb8^iQ!X,Ps1H$ABkon_XZB~ 0LNј1s\kǖ _Ӣ$]RI&I*LI)dLd)|s+d2CcUG$=14F4 7D p<~X*xd5~#V% 2;Y@$5 s[} ѵ R{"/VagӓrּʹIp?FVXO7*?3mrr|[J>B>3#lV9^jNI /Fuv ǁݮ\GEXkq9 <$ $=>+ި\Y׈\ql>[muXw~kEoq[jajvm.X;o,xgۚ4s^+ $_{WAӺ'Kzq쇝뾃VC8de^{4e|}}3}OꙮOIlwowomnSC?I].:JT3K8V?̘<0ǎGyOLe2t)ILTJ@GNvUABih[<%0υ9!. K\I$l=]*;;*7Zĸ?ysh>o_1|y2ECcK ymn zVvMߣ.VK?ؓg_eTy-;9Ycֿ/`*dI+˧t<sHMW}Վ׻[m,̷ Mz^z 9 ogQ<|/,R^&NW<_οE?UwǔfeQK]94G'ց+ 㴅A(\oVT0:_L%径yH)^2RAOzsи$CյktV)ǃ })Ekט$S*Ij|Y=B_)1w}P=McMٱޟyvIps>n/=Ox^#t*$Ib:8BIM!UAdobe PhotoshopAdobe Photoshop CS48BIMkhttp://ns.adobe.com/xap/1.0/ XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km!Adobed@  !1 A "#&!1AQaq"2r#Bb3S$4d% !1 AQaq"20RBb#r$@3CSs ͺ88EE(bD,QʎTp3+2W~2q#e !20!( PG 9q 9Ql2$bL"Br(*9`PQk,ļ"N$̌"(@28@\s1ÎP 4 9`dܻ83%a @dJG,pG(Pt_BD PQԭWo=fls#o^3Gg }E#Λ{Dd @kwl{{|w{򘉧AѪwϊGoFB@( _En6Q|zSroI~gz5jKok.=dx #"PBc%%NCm덇mUnr'7r[7<}t#D W_tFEZB}abP(8u*ˠ->v>)۝<3.8izvxmYe.ۮdJ@PG*9@\p?}mM㬮M][諺m%I_]"%M ,BTr@(+Htqw v[vvIf#rK=cO.5rY7wާT|龶vJ( .8XZzc\6Kc\KcVyLf\ݦ-h< ӵүܾF*9QDԦŭN޲]%tT=;%˺8jf7}}Zs>Nyo|0U"|Q@TrxjZ/[0`9os;+<íJ]F<=܌*-K< Dž *9QST_F=a Pn ݪn蛲=b4nmF)0 Bx`rz]\'aj TnLfSxCQ'_?Byk&Wtn}屜cccc>1Ll[C1y~O9᳑χ߾F1~[~chF1cCcg#hcc1oϦ6s鳑661UZ#eq5ݢ5##?c9661?2iBњhgdG4qܷ@}фڪ[P1llcDC5#җ֟PwU_x uNc91 6c,uy\]hxfli}uŧmfJ٢TeP%;3߆rSC*KY J_i{?]l}/~*k}GlJܩnU'p166?.٨ϾKipVYv,=oXl;dNۂZ߂|~|6rr?䒣^J#ߖ2B7mѷfB? !hݔەhuR}|~}8Πy+'qRvtJ:Э#ͥuhݿZ%~A-־+9JYr~+OCyڻ ey2NvMtT^b;k,.2 k,fם]خpwJ c6r\.i}qp\ˁѯs_ImUu77Q?|?et llccc 熸\Fc:>z^<έf.TѳXZJvtMllccc9!Uv_=?WrsujOX+P2giiaI>E.iaө3L{sgR˱6K"ϵd66r1lg$J/wx?֯Hr$2Lc|>F{Wonk r.Ofi= "Xm'g$%^W"#x8Ȅ+!xB8&x׎/IHG?<xKH^ׯH^$pp!!\HG_ l_,~Cg#i{vpZp##qxK]OqvWUuqk[~vκqcZկBB! -(SlwS¬*S~]li=ItzHZμ;V7)n9qR-ohY6m/wwW/y)FD*B=Zq D#̶KKhQB%{u*ԯmYKrWNoK{e%NxK BE_-4B $hgwKW܊zPmvZ{UI!r!HN HW}:/)^в)hݭ.HrRow賸;m}$!Ĺy<J5Ķ䠡V0Y~wU֣vtlMo?n4ﭚkC?s"?> x*yEQEcqZVY:59FW;g޵_Nٝ돔6LzA)QЄ88o^ĵ@Q(x-otڴ.ߺk;/VvJIdp$p/ ߄WcI5EYdӜ TqT2;ͅlW;G]]jαS[?ƭSL$/ ?UJY-{[ԧV;SmwU.nno*8򴝻%]ؚm*bZ3uʚ]dq.8881=!Mp44ppR/cHLG.BBEG1|STui2!9 %%)S lll$JD&Il$Kr$H\d>$4Idʓ$2R'"R$H$I"LoԘ&I)"lH9*R$) cc&JD92R%"l$ȔMdIcccd&9$)'R$9dJL$H1Mc&I||dJD&ILV0Y=`*ەhgN4FL%!l%"L%"L2R$HfɤFtYiZctvXi9>I1S|d9zHL*T -P)MJOӶS?~GnJ*<}u_f\ڱpse1Ll&JD)~\E7S6ϦBsѯ2; Hn8ĕ1E[)DC#zײu1MIl2R%"겥KA_.e6>-Z' <\GVž.q1./r|d6ILDJ^#77 LZ{ iaxW{>=.%qoVXp\Pp&2LH'"OԤl5K7w|ζ f8VvݓJڽ}ŗ W&BσX~R$H%"R%"R$%ekd.pthR.uW ,q=]_]mjc=]Xpb{3ﮕ?um<&I'))zwB 7yua)JHMj9 c2+뿙=-گ{xкW[3Sfٷ~k H%$IedB簳qxJQ rCi߻[s=eUϟ={oӷNJ܆ш%*U]4Vd)d9)dJFKoJ+`J{;CG]mu|ӧ[P`u{ ~Kkt׏ؾz_/kLV -9jG}nL$H2L2R&*MEe2w+GS/1S_%K-+W+.*.IrK$.IrK\'UZn|ޖӾ)e_OjrFgPB?v3=G>]ϟc.8sviƽ|Gk+^gOur€f`s%$Iks[`IЏ4>xrn~R̓F}2Fx4 >\+n);hĀĚN :jtS-Yu `_TvqZJd,GWQmےҭ%3XO|eUD;WQ cݲn@>~RVv01X*3#S|Gۯdj,;x ubmh[}+MOsʄS r.A]B{BkzxQcmI4h4cɋ{o[]N.IşR7'BAV&9xZQȪ3i}.Y $dySXپX&~\V~⇙Sg71u _qBSŒJ{^x'LqkZ"c9+,~Jy`n!wn&?4MI#o J ԰G>qYGPnMu+)Ձr,rXi4tӤwCZzx*^#a"BOO%E{RAhoQ_K<-K驪3`僋.-ͭXuLrAhfJ$OJ2&Bu^ڢ9;uj61Ո!bxUE$mN 2 cb {[zy)>Uң9p僖X9`z}GExVpڲ#!*p<1?,"=`>X鎰m7X#IϓY6R70$4r d#2>ÎbcɒJBjK!uCX僖X8鮘b\&XY[!VS^q+ Vp,@#=I5 Uo[^Y]'F.lı88F\r##?X2D1upz>Qԑ5^@)<ݱҽW FIm!-E_6Ydm[|W4@XOEomBMkIX"kG uۍ*_\+n)鄉iSNua C[M%NCFJIρiI)lq)_w\Nwu,)ჃLG/;}ylYfk{Zm*u=*dF2W}wmu dxtedd0#"(qӰn2rH֧§TWf!W biKv%+Slh=R"P3y琂h9}>mè7Ūo A-qNswSmj,&jOsep<{xp<1hȊsI%jO,r/iVмR0TEUU'O.v3vQ;-H y{"p $o% :HkE멎v2HgӟԨi#I"oZiШCUTZSF׶W-wKzU@{\}@;mIag: z |NxǞ3+v꿝S(lç}f@@#[xU{FRqH+w\EbRd4֠= +h(' jOy:Ts;Ftink"#)WZ2JPGY.-MwݕbEͫ%ʌ'ʂ}7/:[[AތT0KwH]-|c`[I]eU䨾,yKgA@RbԐAESȊ\T;^PHA>J1*;MHg2OJr]t)1X3'17f2#jPjTjg0\71u QJT} Vbh)2Xc]ťYKi >/Zi:_~M[X~jdaXHG$jĭ(<?a>}]Ö_aυkyq24 q`˰8edcr2ǟ@1 HQK;1U>u| Ji A ϻ}_w^LئDq(Gj<#zcb5I-мvp3-Wչ-Uݙ"W[{=!o=3n7 n7rT2+RV1My^і;YH ̺gV # S]}k`t\c|cEE"L$ᣒ2  ʄw`vخ-0@I 4Wk?zDSa3ƒ8y`xp lUB$@|ȕsW`F9c2#zʪhT7u59a)Y .N[2Ԗ6,67u5< kJ>*1=z3?c, Ar?}QZ6#:n d& @?"xgx>PM鸳WV J1C62Sp1>r+YTn$/q#v<٘b|$tbr#.?1a^6x >MV_t 5WDOF#O 83ĻP6\t5ĩ K_$+S:e:vP@[k^pNTĖm=htۺ!cR N$~wwGΌʬfUg#5*ƽ<(mKe*R"J:cπ`,D\Py?%nSH7K v/uҟmm)_VovD_PM wj(8FkV=ڠ^v5n1Mn;#; c2O/N3!}雏IuOML5y Qxڤz9%rF,=LQ<#rH#"53wfww`Sݍ> Ɂǥ[E + W!е=Moɸ*DِfUFd4iR9``cEA {3"M?.GOᤉ" _&v5>@hXGlP{NjR䈲'6:AbWRL2Lp2ЌҨKBLO8h$_9I4+d " dB%;Բpɷۥ~I١lzח/,.ň&Pc:j1:HKQ̬ 68غm Gu.Ue -hSP#%Y<P~ VXx0#,y}^MFlI 2A33D?S.1I$?qsC[j5Vyj*`׵˂9bKQs#5Ҩy'tjC@FTcZ (:`Oߨ&-5EBQ J:kzۍ%m4OJRzfGjTc9g?:;tVۺE ۮ|}Gˣ{7Wve_0{}նXWk~U]kWu*f+wgmº0'?gYm^z+cGxVv xxc]Վ?[vۮ»x|p*ggұ:붻xvy3Ίۿc[v~8V=xֻ[vYwӿ:㻺6W:k~]g݅wp݆ulafXc߷C5W:ʼe|vכּs3|ǻ}m]eǰ>A8Fc *I:9QێEtWwWӦNmz0xXmvX@ c9ƱB=~p^oMd{VIZ, e!iݍ,)KT n>8V 0 ~p23ozkZqٰeĸٟ*vA$Ӗ:㐕3j/ y Oܴ tɲ^))bR+6N6#ˊI->aԌP':ݷV5[y"]ѷҏ »:U:qB9TJT3$0*ձGS !8[h?j<7)Jdj)a~Yb[ #sz}iש%JwTVFY!bhY5}e[-(Sr Ʌ2;E<:_U)- 9auz\K~i)9& m!Lˌ![FG>G,GN7 ,/Kܖ aX={+o:kQ¡iME}jC,Pi8 AAA3(I9t 0;ZcQ4ݝ?}u$siHD,nש,0wg iSWrVHWayyKZe6K1y HJF+#1ǼW|h8:_n# )P4GH匏)?LTx$bpIRC/v>t unY}<[#H̛5SZqq.D9I(TUp!傁۵7uԽ-E^rp8ۓ|D&\0G <~t~;+,Ҳݎ;{>ۓ_Di>܄sSJybCG#5Ged(b! ;a|kٟG[}+F:GþnnG_N d !AEIyHA (; 1h,6lb4IHˢ eAM>Êi4MHjulT;Qƚ֥Ft-.6$RpO^bΕ3P_,kyuC˂5/='&c5@6򺛛*:NapS2 qEU_lbo:j"4FqY%%|9MIbN4;j-IS2/T)zk tqkn-H{7URS#[, 1oe :ާ֖p\=EۚA?3 i% V6Ɔ' ~~}+ƺ*}sKj=$Snb%ΐȢ=L !ya HˣƑHԗmVQIu8<<8`LܛG +]Þ9= W -,wSVf[|MMNyMͻXq̷Za%tFk^{m&:*dWl9a. j w)!X/Yl;LPi˥Ai2%^jkޮejj6_AmXal0qGvw?U!I e뛓`P_՚WnA}ێ2f/~J*8!r~AC(ҭGsf_ۖv㸠WTaO[vau'SZ >뚲ꇧ0gbD6iԥ)ED$Ӊ$珰]t=? |뻴vV]t~Vgov-(`?•̸KnɘѤĸH;“їʑ|?=6cD I6SƉ3ir%}HӚ%);~G!NYt~#x!FE` #z}OC=G~иet=J#Nim5&՚$Էk})VLLfR$1~=LԻ%LߵKԘ%[}-lqq[:.הBVm"$n߶H)@Tk`)f-BzTT0r!bߨ{p˷kly2N(2mZBL )ŜFE'%5wc-SeQO?;Gy>CV}5NkrVgS;$Z']Iq8Yݍ:1e )QotU+Dɺ;k.̼v R_zVε'H`~&mоY js`XO7ʁO$9g'r<;tg_,B) qa0TS%*qʒ%kK\JnHR\@Rn[k%$ P*Q$I$N;9i?p~T>UXwև:G,r61'뇂YO@A= -]z+9{o6+i3aCYiHDrPm<Nts9Wn÷?mqq pW5ݏvTrϻζO~$/X@ϗ$fj$w*kj)v-vV!ǝN#ΎGy:playonlinux/resources/images/setups/000077500000000000000000000000001226051336100202415ustar00rootroot00000000000000playonlinux/resources/images/setups/about.png000066400000000000000000000012511226051336100220600ustar00rootroot00000000000000PNG  IHDR sRGBbKGD pHYs B(xtIME N v)IDAT8˭AǿsjvYoA,vB$)tG_X*. I)8S M ZȎ?^ D]{0;<0eYI9c*рkq-ˊxi}c"ij:eeXpL&i.Ì" u'fa.,ZP(@$t:]3s0u:GQK"*w|DTT^ȶm˾ ʲt:~" ̩$ION@: f,< _LD.C*t:ERD":}C5Hh4PxxXM{fD{;e t]_  HDCPW=rίLTmYd#ͶSZRL&9bzf١cVknfm_cnn v4}=;# }DF\C'cDNӴIstڶ- !JPwJ9 nz\גȋ٣IENDB`playonlinux/resources/images/setups/autorun/000077500000000000000000000000001226051336100217365ustar00rootroot00000000000000playonlinux/resources/images/setups/autorun/left.jpg000066400000000000000000000120021226051336100233650ustar00rootroot00000000000000JFIFHHC       C  dB c!"12AQRSaqBdr#3b%Cs$T1!Q ?ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 ebX9 0X9 ebX9 ebX9 ebX9 ebX9 e 9 ebX9 ebX9 ebX9 ebX9 eb.ebX9 ebX9 ebX9 ebX9 ebXbX9 ebX9 ebX9 ebX9 ebX9 "h; h; h; h; h;  h; h; h; h; .fh9 fh9 fh9 fh9 fhùbX; bX; bX; bX; bX; h; h; h; h; h;  bX; bX; bX; bX; bW1H4do 4c]{ў_I4R®G[_.bX; bX; bX; =~ݷ-eTgf06udȋ+@[>iR_ԍaFnM^贩aoǽ)*gtqFFvVUzv嶫ėQ~GѐwGk]ժX;Wj@Xh; h; h; =U*T@&F(PRȈr) 1smaD]Ejg֊F@:?(>-ljک|[[d\%Y}EYx.7"Nh; h; =A*ZXJ21D@6m8S^m}E5VO9YMWf\\.?EDSQ]M-w4@sDw4@sD$V7xS H-%u\uy.> 5>t٧T N}wch; hҦG0X Dd2I*0, !`<KlzS^POȒ~b#Sછ^EDsDw4@#j&F2UI PAaF L`@ ui4,#d} _rM[iũܞOȮ&qn hF:UfZiQTwCBz+WeD10oX`,#bLA2S#XF FMdA۰[2b */K}ZҿRQ"*w4EsDw4@wVUi롎DlEhr]-I&2,I&F 'DWjgA:J^о RFH+GUiƮwQsDw4@wKetz9%ug;%\t nSJ<*0k>BEu,I$S=Odkk)P1 ѱ]ŕ^t5>|kUnjШm. MtROC/X xg[Vx9=O\l!V+\ |zq2tԞ=d Lb*wHZV;.Ÿ %\FUjT &2.J$>:x%JټӔ*i**-~aTw4FDa͞.HJ8ZT$x30iԺsW_{u^7><屩i=g5.ܴ$3'LJڴi qV+SθߧgGWJ7ҡzT3EPȴd\/$ JdkyF?B@ykpwwݦcU;ڽPsw<@cy=`|R=]fjG{=r-L2.¸v5w+W4 zT3UrT2.Iq\9%{A"~j40x; 0h= f٢hw'BteEvt[QDV./CH"/C׼dsשС^UP&2.Iy@97QkWO X Z~PT^Dsw<@[4K/bׯqMDTstUOF2С^ (fe {W7߯eU  = gx= 9NT}-LGcQJiy|;$#G" E1Qz2/AlSPEġdT6MOm} W}ϖ*{<@ejZ{U "x= g ͛cyrt"/RgE5*eLϽCUTu9_B죁~:8Aמ+Z{\ 谅e4BjJj(//.ڛFzUեZwE!Ǻqgx= gw4D9@b *!(犩D iV5@:GXb~:G+6^sz*>*R~uV蔳2PCEfCDbCPQ CD& B$QQw7#(X#^ uTq* G fU$MuuRWY 8De{<A *d1U! B`L,Tb5VFf:twGLTV*֯UJ}2恐«Q CVP2V(15("okHWY! RNۜUr];cfػuO_ cm-ѵSN'mƦh5sD .M\jj w<}K2ZE@dViT[QUTҦ]E%o o S;tew<sw<sw<Ukz9 s_@濛Ѐ97soB5ބkz9 s_@濛Ѐ97soB5ބkz9 playonlinux/resources/images/setups/autorun/top.png000066400000000000000000000127051226051336100232530ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME &q3EIDATh{k]Uq-n),KFg*4HcPSCM(*yںT4Sţ!^*)Hp,L 嶬n%<^k~}Ow-YɄ TN{ﹷZ[Zk o<=?_>ߡ3: %>־KJ8ew7m-$,JUŪ5O_cGiv"ac̏{MOO=mS066ёQD "vX_Kssp,;S/i[{Ї>t>?411Awy'vmΣkWx@W0Ƅ M`A(gϞœO>)˝N];ovNDs]w s.TL Apn3 M`p9OKTcv[-[oeY "C+X vxm4 '>U?un+3l{ʕ+(I X`Y(ɀCe, 75:3 _%{1ylv{9W_ `s3́Eu C2bh$%ҫd3ϥiָD{$ؿo,K^xǟWnÇӎ;0??NU}pJ** &^Eȳ|Q0v؁i:uǏk xvvG|AQņ`h&HqhتU[?ǟ}|XXX@]փ@PueU :_D& A51^W7"-[`jrN9[?y/?n۷XkСCm݆/9$%,0DP%.Ȳ<ЍÿuB0SCI|ww}v.dYGwn߿W\>f$6 *+ !<@^ d,pJT, ]}_D7 ۷n|W~>tzZQJN@QxUp (#(/pg8Jxq1DUUHߵiKD@Dx;N*=p}g$A׃1+R %UQ*TT(Uل q7]\U$ nT¾jtͣ{իWA&2Bb>*P`ľ(I`#i I_))nQ(uκU٬V:( EYaȁԁ`$0A+G ZP%!;`AQjcyyn@["a۷voHZUUmddDnJn!+" 3`r$(RL l 8EE]6`ikxUXׂG2X(?āD333e<}]m{eD ـ%3B6f`PX6 XXR$EutYsIνįh׮[Q^<E++PaX H R@>WUXk1cZν|m7[w٤ U zY,P{8XEL }#StW1|S/>3+?RV5ݾv\phR_`BZ+ K   ̑Qi>!뺾mbbb`Ude/@p+ 4e0ƥ9J|Cft C@lBH^,ʂ++˗Rm'?y= D퀸I$PRx'px-q,DulTuݹAN׀zDa>I65"(+AQx(|_~M;o-9CA" 5v% xuKD'ҵip`<`0h*a Ú7ZѽM\, PQ*MM!=vضmS?{NuCb)@pH fT}5n-(0. "ҍReΥuָ:`YS&11Ȳ@fɒcǎM^Ǖ<7MOϠ?I0D[  ESѰMj `yyD t=CXA13а(1[yNSqr045OO{_.ε. ۶vxWj$@C`@brl ^5hHއX^^^FYgμ4?01@cs|~otvPWn,D,-B"mǿAEf_-hIv'yJPDZn7&) @> ٱ?w;+{16[s=jWA FcY@īPU 4B-qAH35;""6#V!tAW遘:1HϢ.ۿ?w`z=@4 ٳsccc|J~޽;ېbUX?X>&Fcw$Ƴs6?#Ms8/K/9ydfk tX$68{lҥK1=3} KYfDM0&%j5qfa23Mf-,]]ƿ|Zv_?sP|5`^lx 'N|zݷ%iCpųx)~#94hDk09}MO<7:{Ϝ>cgghhawb6 nTQ  ]'9WCks7xOҬkɵnk׮?غu];gno=tky8!rs*^]b~~gNҲ Χ>^\\E5ޫ6 &׉osw-oyzw}t뭻019 "'u@x D]to£,J\s/_+@ ~NZz +!ЛMKׂ߹s;wڵ{Md6l:IǑuoYFQt`yyI;WD?ӟ?KKKey78M5>k@͛7=Ё7ZcȉTE.뺺.(3sEQ H'h< l(GbTwe5x+IENDB`playonlinux/resources/images/setups/default/000077500000000000000000000000001226051336100216655ustar00rootroot00000000000000playonlinux/resources/images/setups/default/playonlinux.jpg000066400000000000000000000607051226051336100247610ustar00rootroot00000000000000JFIFHHPhotoshop 3.08BIM%8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIM=dleftdnullboundsObjcRct1Top longLeftlongBtomlongdRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongdRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM CJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM P %$ <$PRЉz+&}Z Aokٻb+>-Ϣ{,amJno(n<ۭܚ߁t`.lmY8^}O}57mn?ӹ`ͪ__vUyuul||+gcz~w7Y]afqe-!QYI8~c?{P'S}f h$%+ `'E :1n˽\HqXZϢPVWOoSxqc/yp5umS^$hZb,`Nt?(=dmȷ7"79,7iщ>@4iUn0c[Ҥ4Sߚ2xWמ $)? AD' ]d2RWm=K7fPmuָ097*ߢgϵ{[GSebߝ{Uwֺj~2cHL Ҭ~qr,[ãt:5`w,ާN.K+/q8LC'/Y6\ӰEd/ ˆ)k9l)Q-~Yꘞ7X?m2U~oQym-osxRF!?ZևU4du^/wP79hgZc[{PxWGhܷ֬Vn]@ܻ3􍢠?;vn>V;nķ$ͭǷԦQF1QHvIR1<VRJRC)Wz%t;pa,s[[XSz{*2ِUn 2 s䄵w ]MU=Vfb\/`VL-8Kt[E3##e0[}'~kܛ3Q:ՂPluz[GP=:V5ȨSsnK] ;6j (ZZn4Gu[ZX?de 3)q-,Ɵeﮝ?=^}a;ZY^=}=)ͯ8p*?gfY {[>I%))_ĔFR3FRUΉөgӶQC}k]z{ Dɿ&gl*w 9ǠnhkE {^~]hoN 7ad={Klк8~f#2]ߣ]ΪS{SwYoq}W %-46D\=?'gjHkl0mgb@CDd<4.DIH8BIM!UAdobe PhotoshopAdobe Photoshop CS48BIMmaniIRFR8BIMAnDsnullAFStlongFrInVlLsObjcnullFrIDlongL(tFStsVlLsObjcnullFsIDlongAFrmlongFsFrVlLslongL(tLCntlong8BIMRoll8BIMmfri8BIM ExifMM*bj(1r2i 'HAdobe Photoshop CS4 Macintosh2011:07:01 17:29:24d&(.HHJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM P %$ <$PRЉz+&}Z Aokٻb+>-Ϣ{,amJno(n<ۭܚ߁t`.lmY8^}O}57mn?ӹ`ͪ__vUyuul||+gcz~w7Y]afqe-!QYI8~c?{P'S}f h$%+ `'E :1n˽\HqXZϢPVWOoSxqc/yp5umS^$hZb,`Nt?(=dmȷ7"79,7iщ>@4iUn0c[Ҥ4Sߚ2xWמ $)? AD' ]d2RWm=K7fPmuָ097*ߢgϵ{[GSebߝ{Uwֺj~2cHL Ҭ~qr,[ãt:5`w,ާN.K+/q8LC'/Y6\ӰEd/ ˆ)k9l)Q-~Yꘞ7X?m2U~oQym-osxRF!?ZևU4du^/wP79hgZc[{PxWGhܷ֬Vn]@ܻ3􍢠?;vn>V;nķ$ͭǷԦQF1QHvIR1<VRJRC)Wz%t;pa,s[[XSz{*2ِUn 2 s䄵w ]MU=Vfb\/`VL-8Kt[E3##e0[}'~kܛ3Q:ՂPluz[GP=:V5ȨSsnK] ;6j (ZZn4Gu[ZX?de 3)q-,Ɵeﮝ?=^}a;ZY^=}=)ͯ8p*?gfY {[>I%))_ĔFR3FRUΉөgӶQC}k]z{ Dɿ&gl*w 9ǠnhkE {^~]hoN 7ad={Klк8~f#2]ߣ]ΪS{SwYoq}W %-46D\=?'gjHkl0mgb@CDd<4.DIH XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Kmhttp://ns.adobe.com/xap/1.0/ C       C dT  !1AaQ" 2BqR3GVWbr#$&47DSdsu< !1QAa2S"RqCc#3B ?Bn0>@P@=>F4A;Go G@R64Hao&E  B@N @=?RI+IDzB$a;iviHݬH-F"- E`!$U`PA ށBHi($4A"!o`~!&PHI wd`v IT*@ % $  o #…jz|!'@YX$GVʁJZBZ| >P O܀ZB@$8P0,#eu` * P $IB60$`v  RRE$Dn "=PZBP0`=60=@|X -@";.P[SD BojI+IVU*($zB  +Br@H,HBȴ">"ݐ# $ fR@z0T@;JL$=%i(b] IRT%YhBZ`w@Pot#eAA jؠE -B-@" HHSH @U!X ($=cV*@ $X$-H-HY, !6( R@.J U)3;@0;(Z!$V߱@""ԀJĒG w@PA%Z%@tfvIA!ʰ$4H i$JD]Ћ{Y% "0$.4vl( Td`6; h FB4@|qI<&I#z[JnqLq:9#,7/Rf[N4|w[>rI н'6_3=FQSPi`{t,sXOΰF`W^vlWjB~m0I0 ;V @0<==H4q%%D5q9HBAܱ]7"*X@1?aQܖ7."34 T~k}iZ^QR/Oń<؍%l>'IS`];p[rp>g=_įR57O 9LI06 1oPj^}M {xwj|-xѩO?.kf'(,Qe̻#5AؙDB8/똎VͪʋVSOh W@DoP PX초XI*A# B [k$",%ۡaL,C9i$lE" J7k yچ^>tqqoWV;J^`29(m4gٺm}8:q.UkqO*ʷM6+K͟()D͒f- "&j}wf f<ؗfU<>k齃 HZX= iR3" `vePB7tA@;DZ|.:N 1{/-t$Rtw p¨)â~/_Qy+~;g.CG_goLJ쎫'UG1KÏPkűkjeC$#}O3f<. l1UV$M$^h$Fڀz,\MnK1wz4o3LY˸_% :F\omM-=H=$z>گ[OUtzw@e#`,YjB @XZ@`]VdI. j $ pʩ=Wq)kj k.eUyFiv 'q}MM-0lN6ORJr)KCp_t]5C#O'T Ԫ| ,,EI;BQY`-#XFJT2n ݀a[S9׵5"5j7؏9۴ŤuG<8^WPZ<Ǯ vͿE=FEuߺOrjǢ&8t#\ܓԮ[G&p f&H6B:,X _U:(ze/MWp@ C!o_eȣUS]|k:ǝ|35䌻0TA7rԖg$O!٦n@׷Ugr;u5̅n][&Ac|\%YW]W?No^ʯ~<#SaU~~_Y9&<3朡T8'|\\}meXj;׬K_hRnE1eDžX舌d@6:!H@ *8F O5@,*XIY^eZmRl5ɪ y7.#d\2 ÄӶ*m]v`:^4mѡsy^OXvn: mvT 6_'-?x?xһD~.%2r?} һMy>c_p3  /iw7I[/GN3;ԪkIGZGHT*1h^%@SJV @) .8 (e >8/`_Xj`n7񆇊IXv SA 5-=9Ftr9mc/Ǧ׃Tgzm9TB]]\Ό.ϩ/(oABq~g3_T{7eoF~? Wgԫ*=^ehePU%C-[f065i[g=N)Se.x}$SVm+`njJȈ!C Z*a">g:蛁 2GA%|oŧxwvl^l3nitu߫{p(]ſyuqIþ~_߉Nw\sz/ۨG=;P~%9s]zqoį;uS^kEԼKǁ2Ӻ2 eQY!ZF {t 7tn^F 4;w0-׾* cuef h:*(: )Q@! 1d8 .ot6̹ZL6T*a%Yl`4$5f뱋O)<[ΏEm5rS\[{\^-nj4 B^_Gv/|cʹ?SZ5gHԼp߁9 xGڪ#,fh-$Env^]K&JKfƾ'bX\jL4ݠĬ6Y4j-`ljJBUS0UBw(s5Ael>g6`x5O55,_+Z~>Mnݚ] Bv_K_Lj.Rȴ> 6Hfݥ9`'ݚk{x?7jinr+h@6]w6YhC6R63pT@uI -#$z,T`{-$pFWd H2PR/uICQK.88n7 jEj濄9+8f0,0B]M3bH>v6֝UY6ojs>w1nqR ߇{?]=s<g~|@ANŨ|\A[IG]rpWyZ)Fޫb8ٕ:lU-u5H~F"N1=kMNI>=Q96P*e꬐{-w I-^D$~X&AFUfl^ K8a8k*8/:=缍]@Aej4=åojV?ʺZt~9W<n0Α\Y [/=lfGΙkZܥܹs,pi*$湄/jػVO>74)Zܓ}n0qwrÖR%K)_@i!. h=;`cɏҷ̜nfFGw:fJO/D (P>pZ* NA@P;jH( ZdīFTVL"{@w+TR{(uԩ]'ds!z[xwEEu]+{X=P4,sֱ-#q+^VF;jF=7oƪ_]bB\+'ԹĮ[t(1^MS~pӏR^3K_|B F*hkn#b66?3JCN~]J=I\usJ,Ƭc3 ,x{`脴6Z5}y^O_į;af*ruںsB,jKZFJD njF W U9 =GP+}?K+jHbTR_J/͓CjJkTMo>,g F}u&rx+" @Y4P6AzQ nd(T ( fY#QI, AB *e4-$ cz] ji)fMG^d~3`N\C6Wr> oa`0i 2z IpkOoγ-Qku #ZGru0>/Ho)-k/3hZ۟ޗi?57#|ϯ }nf̔ޔZ1:?AZ? !|WKM/~]O49UK_vÖc9L_Lhiu_w?I$pmrPͫ2-]]y"' P(  Bnrdce$Ԁ O@ Zii #n.. Kru.X經qX 6ibdxӦxےVx=vd+`p97,3 yovޒ{8ouGfEbp+V傶MWGcëdS4n\[a`v.O&:qf;Nr/Jw뱦j8U^p2*]Wfg*X!5uvc:He=S]/KYm֏?;H|+xuu3 x )@ lr P@-E .A`HebV2G^ip߶5饴jI3ʷۂp%K33}Futx=~4On⫱VU|z.Sʫk<}/:7AK>Qv\.Y*t7c0_||=2˛O_S/Q[toiك|{1f̃e>Ee]D: ԯn^-Jꔏ.[Sx?ֵLZyɜ&nһQ~A 90 nsw*--߿{n}k5ug83 f"fJZ (!b©w nʠhW(MW,T:Y{c6}d]J, ՘1 ߟDw,bSݾ >%G?6̵QP>**..:Iہ}wqz<=qyv뼯)Q>,y2Ce.8!5YVYͤI)#q$UV5Ƕ53P9Urc^!tHrɦPr+QU9_rZ zP4HB@а-AY~Gyj4ŌQ>`&auk͕.ip -_h1' [kVQg'#ZG.ٟi5,8/d[W -#oO_,kVi5R',0n9vg7,~ *Vm0d}sڹM% )ݷM.F *߳sŸ n #RVVH;ed ) ` GjE}cjcplARf1ss 2=!˭GVd3덭-u9wSk[~V ʪUtA6ikU9ø+8qi;Ә: >Gc i2]Z}4q*t\_qin@plYC2`?qay"dRXل/!ժa|~gitU&iyy)˸$ocg\d%Z-٬mt2g5<<}UٶO,Z 1_kIu@t ?z Ւ@j "PI;$I`ټj]p]Ne1m}߶ʦOZzCSU^u_|GU^;uR{\ޑQ?'|h^?sڤޓx NwY|{)5?n o?_?/XT/QvuTUciq޿zeyκ^ٻyڍJwp.U} d IAުɘ;+ z$*(WԀzPZ "FjBpa4B˥#\ty3R>%qo1;-b1Y)M$c#qpI<~1U{Z_;G=~oQMoWZ╺ w6~Vw-~l{{YR75)Qx2E|i4_pzLE< \>g's9|4JCDu4wG og7؞ *erz3Koa8t@(H;0) ZIe,2 {7`X I"K%kMȭ۵Uk7}P\ԿlĨ2 0M& #KM d1D sZ jޫk:n맓j;e+okts5U~_MQQJ!yk⑦sHBtK)Tԝ/j;7C,TBWֺ`UW17g.:ܧdbۼRqvsL BM40핝yVH0znW=]@!:Q腄e:i?-~b*]/ݶTW5dŎO_WI$A%95F斸ivZ.c#b3zoX97ne_?s<)M&/gW.e;f4߁OB=/ǹ WA"'qO{܏;|w Adobe Photoshop CS4 Macintosh 2011-07-01T17:29:11+02:00 2011-07-01T17:29:44+02:00 2011-07-01T17:29:44+02:00 application/vnd.adobe.photoshop xmp.iid:84E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 created xmp.iid:80E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:11+02:00 Adobe Photoshop CS4 Macintosh saved xmp.iid:83E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / saved xmp.iid:84E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / 1 720000/10000 720000/10000 2 256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;14110B9967159F470B9B0898E26F282D 150 356 1 36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;7A84726FE7D6470F2100363C31732579 3 sRGB IEC61966-2.1 8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIM=dleftdnullboundsObjcRct1Top longLeftlongBtomlongdRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongdRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM H HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km8BIM8BIM CJFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?sJ(JSM pSIJAOńsVJ(JCM pKI<$<% k9<'(JSM PKIJAO<$PRЬznqn'hk]kݶ[Z93 esrJkQiO'BG|A^fn8ݻNWm?I77žߪ4^~;q(q.f-h:bSg=E.ߘfهOOQ~uz?Ѧ De Nz `'E pS8:bx߱ c;gCNC0mߣcθef:Ѵgu9Lߘ}llgms6lPV\+A^=8fԪWm/ -7!^ͯobn%ZELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km?http://ns.adobe.com/xap/1.0/ Adobe Photoshop CS4 Macintosh 2011-07-01T17:29:11+02:00 2011-07-01T17:29:44+02:00 2011-07-01T17:29:44+02:00 application/vnd.adobe.photoshop xmp.iid:84E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 xmp.did:80E822B418206811AD26D21B9E6AF169 created xmp.iid:80E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:11+02:00 Adobe Photoshop CS4 Macintosh saved xmp.iid:83E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / saved xmp.iid:84E822B418206811AD26D21B9E6AF169 2011-07-01T17:29:44+02:00 Adobe Photoshop CS4 Macintosh / 1 720000/10000 720000/10000 2 256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;14110B9967159F470B9B0898E26F282D 150 356 1 36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;7A84726FE7D6470F2100363C31732579 3 sRGB IEC61966-2.1 C       C d" J !1AQa" 2qB#3RVbr$%GW5ST11Q!Aa2q"ST ?[#0 _ԏ↣dSY$ N;UAddMMUS[j-TچQY26CjU-JZe'!dLo`TsbȀ5QOvFT&6*m[jګ vJ[uR T$]YT6Q NNl@4.d@Mdl v D54V%}mU$'uk'چPؖ@Y9E!@P",E dl WTr( L D5>C}(jOԅemZUڶMmPY-*Cjm@ʥ6H)JZ+'eEXCS0oN[TMd͋@L d@Mdl!l#em셔6&,d,'dU!)$Zj KP6Hd}(l&0j`=Y!`=ښ9v6hڶFʢ'mU=m*!TDCj vɐT%!drE L' ]58 0D lj &ŲSk&ڶVڪ 'dTd!eMH@2BE +,6f `@ ]Q͘@ $dlȀMdm䠱6U,VL1{cy kG$/\Bp ˱5Mxe|晱nq%yI9lU8~[.Eed,1t~ZysI[M%k\] 4͸3p߷5F)T֓gkSh$0Ja 9ktr.]OҞÈ1d 8.VMھ'35I,b L p '90`0 m Yk#dlmuYTD$cCGbhOZ:QPc3Ҹ4:H'- +K ݤ(u7](c9 Լ՛2[4RQ"|_!v&l0q)J/=~,]<;ߕ[(j  F Na,y\H֐}iC6)99 pG<[, ll7q~Gq8^Z˸nWv?O>g%j1)ik;|GE>-N{Y=M '\7#rSm->ƿ^cqsmԋaCnGE(ϧ6ZXo3Kގq,?T#VtV-S3fUԼGQ$ҁs}$qky[|}V|=R:Z:WMNςc,M⍤uY[zqIgoNsjX7B%e^$s]ZZƲE53?c,+/$ *@Y@} `B #tY =ѺKu t * t^sMr9U3S-Yd,@M$\ÌbTԲqHdb)dZ9$3WO n-dk#y`+oðXmf\5KgO]XA_?zq\pz/[H'=]6МZGڪ#,f`-$D.۟2ePe#XnOW cPvgl|JIYz,Q0S`P)RiN ҘQPS `W@PS@F.aC Eĥ:,^n: c#eW.m tf0,Β0B]M3bJ>Ax-.U F6'g9"e vX[(mNtr&h1_Q[;6Ǥ?]de; ͔FSaK泞ZG)jn\~.cCIQ 5'ؼ~u;)rjKs8'j^Qg̳\:wmaɁ]PQLAl* 7*{ܛ#Or;CZ.G褤īi6TVL"{@c!}6W-,PWUһůk,|WĻuKH,C EASUHOm?.@ә2q&SA%3+^d 谸Vm{.HГũ.?{_day}v1q s娮G|sM5Ts>!_#MNYRi|7ͱZY)J,261sI'-,rCQM2|nΦ+`yCZr!0D%yFy.YuXLLs~}sw P8o?3r$II{Rm*m&49+$.YkٗDL )\0*` l((pM@Qܒ] P$]ECZ/T0JW0v̓9> %b}4O s OZA'Y3[&j4T4\6~~cOq$ð {j)j0ڙ(+&dhz9R\nO0P͒y>$S `W'M0*!ɁMwF` J_УN!E7-N]VRw[rֺhrTƼ9%Z[M C$d ?}n 9*\陛SR:w<O?noե97ۧ=5nSQK_9"p>FI'8{]Z,\tf2#/Zy7S}%2\U Q-L )AECnR܈r[uýUS܎}nI ʲ(&*:h,ӽsl k%t7E|ێݒ\꩘epkX?<˜#SSgQZi0p&au-uѿH*? c8uH7[a(QZ~k߰˱yR^{,]Dg?6_0cEzFE)nɵɳ9 [Ϩ%SIk/aѺYqV^u[vǧ/ii˲pl42ExI=[)BO)Ϊ 48\̧1渋* 6Y"RF]I\Z׀J^+K1X]FÆyOj-7=U;&xxvIw,,͢wD S)tCMtQ@AR7M܈>[ܫ*)m{ܛ )b=ӺyE3tz$L+̲>3Ƈg4?x?=6U%7^KŋA4Uvs~#go熐 } řPfL'\XxH ;/8a| ;7~ڟF7?;qbZ]~9ƱXK}>DŽ;C^3=NO56]#}>>R$of`XuY{R/Q#ΪbElCm8_4;VX◓bsvII5{rgr` ˓ȇz)&IQP宧ɰF{uXQKtܫ*$c^9[r۽dDҰ MhoFt*GZߖ|LFC,K ,29oO RObTX$abWR"Zai0VFZh@k$py @`c;|[rҜ3,QW=ƚ-  h)ⲞzaKmMq~XĺG'ªSN: y*%ޅ"cK6bM&oԯE7/Nj>;`xi itr4ˎ /!<~}r˞\&p +-1h!VYB5 H7(J(s`J(VYe({,b-,6v ,,Gplayonlinux/resources/images/setups/default/top.png000066400000000000000000000221211226051336100231730ustar00rootroot00000000000000PNG  IHDR``w8bKGD pHYs  ~ vpAg``x#1IDATx}w]UO3LL*)HHQ@E~\**U&~&J0B ԙ$)zԽnk23$~[<* s>&Bvg c 7e^q"@&E _SGάά0蘠 D`J9m.yw{k(bD|\pƣGNT$""|kȭ[@lIs`-]N:9X*D9G$aݒz!@@UnT;~x$e"{=%*|80tBdNFxDҩVu!T@` 0DkNj!1 ܙmm_ҵc>x:`"O8H[/(lq D^#Fdr%ȗ>0QrL,;sǃ$3k Э;(MÉDD,m`^)J1ǛvgrQzS;"2UyrR9{vV1{DZDkd:KN(L* BSXx؅g*A' BDD @9[U/[2O|ݫ{$돡gM8jvme"}$跦z]U| |"``*aegzK( 6|x}957cmSQ@ !p.T#PeNݲgIgw!zqFC<8*z$!l6«U0okA[ @c7E: JCAb 1׎ / Aet%[ㄠ'OyFͮw{f{MnT hlRI%։yoXY O A׆_zcAC#Y_>1#K") W aU Ip>pI62 9+Zn?b~IJC6u%SVXXORu&V 3NʪIK A\@H@|FVY.A1vHЪx}<ՒQKYn @c`e'X#"NQ'!5ČA  X-ۖ dy<*zgԹ@4lm2aWX՗,"F$t؈88 G.F Q@\u.!R :kx䕣൴e[ /5kkBh 4o$".RKGG̘?22pz@®gxV.#]%Ay@mN$H.BX"O%)t@X@~j()儒@kxHr2!‘xң]|7_fcR+<2\+ECaI7";e;%hA E 1.Gu՚0cƓ +I>h="`NnDLPZ#d)2D'8$}$:N X^pG6#MYptqb-QadHքнo2 $=ĺOzcο]Nu^lFZ"Yz2]jG6M"d6FO=Оjiˏ %ᤩNY 3Fk妮L94~H zRջrD~Yh[ $f"X#"th Aq-}wrzƛx '}>Z0Il#;2? A+*Uo^ue{~+(,kl$ ASvقؐ-t r0䄆I{d|k4okCOzzQ; zX@&1k: ~^"*GS}ݻBLZԻ =Nм. _{Bːl E+gʠ+C;zB6Ы\IdoGQ}hM5!!",iX L?"w;7ڛ5ZU} c؝ʚvw<̺-˿pE;B8qSgDϪ*S lbU sg: @25G9?Y}M{5-JNF_ax^Vg`‘!_D> T`*C5P)/e_y~}6: %Sk+bDT;:J9enMe^mٙ*FeܠwuK[$8gy Oo1CA!l2܃`5j"eJ L9lzUUҴ3 6vP*`/d2sξon ^ޕ8}x';nZռX.dN+aMsxO .FY8|%޻<ϙ?(" / %xӶ?}Y'voH?ya'32RIjOZ֧}U2-2'|R;Gn 1d<.r!Iǔ4Oq fe#aaz#mRTW~纇N VIgMNYs|v3.ڰuި?= |G'kz;y䟪cۤ)l%(B 7YCxeʲ{FDaQL}kz!Ҧv\{306tp=i-H FůS"ڛ /w|iWWoC9U L:NXm>#9k[p;/{nrPIlA N@oR❦tjkR5Ddo:.ruc>!VUQ +P1ěCG@ 58ȂxfP4bgGEWѫr̩řndv+{aSg E qZ+㓚#%f=FDP/rހE.Dq? ]/xK6Nwi|;ow&4Ɲ0lew|6RQ}Ko*_X_7s|(|P Y"vo^ zGp $2 `"A_P W+ubʌy^$$̬ZM͙?uWˎY=3]/fT|* r!0ʻw⌾;pCNF (Qjl`k~Ͼ\_ѽIDٜBf0 <_ .GY'6bzdHoy0+eyQlZx_uhs N 9i_ ibƌѳ΋zq{('΂mL;XgXty"p3?u 6qp-_Nch`G/LlP)~%Ǻ5.Nh~*G:wvb##1ܺc+&ʈƕ/n/v>wF UjnDq D?4+Nf_/m@&b*nF~05@5r)t(Rٿkt8]7s~YHB3aE(EZFG1 ?֑/}ȉR`$ 6@nB Jf4xZbڽ%4TSѹC2t+ b7>iTdΔ"za?B@HO=>(ɯ45f˓==ڽ1eDrWOul0Zu *1Z!'m v`fӿ_xݺ* _reuL A0g-ڄ[@ uw5`Ӥ` %Ҹ_[ZR(2\&ѹFexA"¤wT^]w={+ Ɵs]Ű#ϙ6GHiLBp_s?O Fm^y;.~u=Uh$+ !d,c,(9p_u ڷ~o =@hE3F2DAq)$QR^n\ii]r_i/r'Cyh3PGrIt\~gjz9#jGԭ8쑡O a!d}U_K~Լo+fu981P\_4__psmcF+>#ӄ0FMWBY,SP V4PvO#N$e r/ybۛ ͿnY^~ϷļF2A* f=KH%Ċrʊq36%GƜe7B 8R)vnD.=J%%ji o=]f>x|C{BqpQyD`2,e2t3]z^oրC-ŌSQg}uZz@sBcAB8;~-a7 J{A&/ ;*.eʥy,DpMew{"z_؈A & |@pL)\`6a>!/w њ}:X * /[{:Lcm\b.C"& @*c>:ގLv ALO{%v5UkC"#tt/YC+eg#|UYݥm7Q8R{`w[tF=[R7oo>L!.bGr~`&Wj|"+rȰHe$(eZK1W*>ϫG]P29,ʃ,\ Vy˜@ppX]idXK?ؚnaU㌙Vnݳ:Vϕg ̞uz35X=:Y^CP -]@+y (vb$K$`R|:|wd;[s+{07iTjr@'g!$O]VŬ^ πݹlUz1`@ 6=X0D@F}AݢƱnΫBti%_6c S^C?RXq۠b@)13]INb˾@8:1 huwn rdǿV&116fd~:W3ʐd!t*sCʂDb3K_vg٥k'A7O߱O.K=ʖyNf8A! 9XAT}Kl'Խֹf)2qigF4`ogA1;xKtH0ޓBɷx[zG+oo)"3ϭͷчn7tczVB Y ٮe?Eo[$)U#FÓ kY*t~ڶɛ_x`g0+Nf:\X-<(fǔ`X`t^ZNmޝ_)RRDŽl"+dA*'?N(@S*;FBQ1Ѹ׷N3s@xEf=T6J,=/ƯzD%AEbTS!AZTZ̹}Lo{ڝ&C )CkPIMWf)%@/8XvwgXfm,EM/Lp-Y^dz-{CO! otݦư[CT.e3))tarO4w y3sw_>rCӽ*4.s -Iv~=>f6u .}xqfyGKba2$HN }ogrD}8-1('!Oԇ|/P) uY,#hEJDqk ^8aKHv"􂑂ż4&[O-7~ꝙwoa K#19@D.0.! "{H9 ?.>dK6븄³ʽж+Z5+} dD=J#dYڮ.%{9 { pMQwķ^.Hb(TE/ҒƄcŔWE0db恊Q,Է t|qEDox:#i7a%ekI>{wۊny仹,p+\.j\YkNaPCُ;_u\LnyM>V&T7O0*F]M20$FK p;X-Vk_z#/Duͮyd9d`&Hf@֪d䶥kk_r~0c J*`T4@1R][&+.r_[YYY`S%tEXtcreate-date2012-08-25T22:45:43+02:00XtEXtCreation Time4/07/11?7%tEXtmodify-date2012-08-25T22:29:49+02:00Q˥tEXtSoftwareAdobe Fireworks CS4ӠIENDB`playonlinux/resources/images/setups/delete/000077500000000000000000000000001226051336100215035ustar00rootroot00000000000000playonlinux/resources/images/setups/delete/left.jpg000066400000000000000000000574771226051336100231630ustar00rootroot00000000000000JFIFHHPhotoshop 3.08BIM%8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM08BIM-8BIM@@8BIM8BIMGd playonmacdnullboundsObjcRct1Top longLeftlongBtomlongdRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongdRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM C~JFIFHH Adobe_CMAdobed            C"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?!<'Vw)hJ(IT(JU1Х BJ0tC<'Դ% P$c B% *BhS$c )BI"O RД'𒩌% P$a N$(<$G BxO BI4)B*ŻaQڭnakWVD{ iBbceg4=!ֹ96k۽$v9+D/Q>N  AD)Q0RArЭtzTc!C]ide/`^0]n\>=;Ye@DLG+tNf1],%'m?V7=W4f2ҵήֹk-~ \OռPEKAﹶRsXaLg: (mxxms^+askoSs k5p&u޳pF5KܴI1 AD' A:yA,hSXϳ&ư wuSeӝ@Zuw,9юk2^|.Tmc^އՀp+LֽX=S58S:.+ћ>dTnfv7T94,-c/s?F\t|Nv?Oa^\w3)wr|d'Rpܴ./T$I AO*в)JIRbr#sY }']a~&?_斷=~Y{~b1y泎tH}laat6Srl,iW݌qͶ*}eU.n_KJ9V ~m5Zfn+.k'MIEW <ջ)sޜv%cz{k/D#-$ҒcaVK37gێ,纆nF[ss}{WP$D}aqzJ"َl7=[{U϶\~ˋ}<:&;RQ-tǦtIu$ʖw;Ѭ.E8|lVbd;)pl :@֥ԜI4طeuw8wT{I$IN  AD)Q0RArЭtzTc!C]ide/`^0]n\>=;Ye@DLG+tNf1],%'m?V7=W4f2ҵήֹk-~ \OռPEKAﹶRsXaLg: (mxxms^+askoSs k5p&u޳pF5KܴI1 AD' A:yA,hSXϳ&ư wuSeӝ@Zuw,9юk2^|.Tmc^އՀp+LֽX=S58S:.+ћ>dTnfv7T94,-c/s?F\t|Nv?Oa^\w3)wr|d'Rpܴ./T$I AO*в)JIRbr#sY }']a~&?_斷=~Y{~b1y泎tH}laat6Srl,iW݌qͶ*}eU.n_KJ9V ~m5Zfn+.k'MIEW <ջ)sޜv%cz{k/D#-$ҒcaVK37gێ,纆nF[ss}{WP$D}aqzJ"َl7=[{U϶\~ˋ}<:&;RQ-tǦtIu$ʖw;Ѭ.E8|lVbd;)pl :@֥ԜI4طeuw8wT{I$IELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Kmthttp://ns.adobe.com/xap/1.0/ C       C d S !1AQa "q#2BV3GRWr'6CEFXbfA !1AQRaqS"2b#34BCT$rD ? ~e` }$0=AA1tABNJ@.!"0D (> J% >(₄[\|Д.!,P$ UQ%HBP2٪+R+ `z(4!hxBa8(0 BEBHADyQ7EqBDz!hxRC,Q;%;*(1P",  D B! D%Q (h(i"p(Wt40՞@ae>`8 X"=r'RQ$! BQ6+j R(xP>(Z08P% J$I %h $0eCP)@{,@(Z+Q- C Aq-ϒ P(!D(=2=i"B@wB@e E >* *((E(EBHB4"IBB4I d$9 K&CECEaj`, ((8`0yQ$%#RQ$!$!{+dh=RdCEqMhRQ*(fP  Ⅱ! BQ8B-t#$!dy*f,d4PTXX)XCTPB BAAD.((Da8"2FF|{Mť޸C:.nErlU&28]$c+!EWSnenMU_#qUvD uHCTI!(PT[P()adY@!BT!C#VbFF$leEZw7_RYkmL"ղ:dL<}x-9 a(*zL|IrmSw\NΎHo[gxQ~ ?'skYm#+>Oƚ[fck,JݮHjIV" inOjx4iex42GM7ԗHGoi$4h_qu<K$#˙]қCnN]L_>ob޻zZ.|cQCusw/Xv\,KI?b?$uY ]J~ڻc pþt{ZMo=<[| lgzTfw`]1Z"=Flm @#*VP 6R…Щ4#IW-P\)=,7c8sNApN͍d>GvnNu:{_h Fw {2Z ZɎZjp|G n]jbwKU<>vv6wnmu[Gn=5VC4rJji\2<@x/MFWoNmM 1rRNU.]Y:']oǥjoycj;#.e ~kA<\Y˞itzӾ,)ttvZMײj]Geڭ+QzXZ@bmS[ٍi 3)5=?gd k3.s}kG-a]YFF}E%hTSVM;'R@!C )eEZm=쟕.Z0kO#}awlm ٘]Tbto7؟s>u ߵAG_S{ݱeSҽ5FVRߨX$ooǥw^8ͽ55%錾4_%8]3lsg~4B'KǺw>{XX>#ގ[eҎz*)X-+]'&(0]XuT#˻Y)E]o|y - WEN]M9#H;92pω|Y_$ o c "E4P8Y*ޅJ Ϣ֛I}Rhk4u4Ӳ`as8>r0f q@궦LK\Ss=lufeo.W3>Ce?'ޣi3 ٞcO#QIyC?}ً:M7}ٞc{tt6}y3lTq@Z7ƌ_ڜSgcv.fNSƛ> .1ݒPo|eS dll}{C8sN{SGR?Ww#9p aGR5sM'ԗT@٬-Se6*]$Hc -BJG{$J|\JWhܮ$(޲i @)@S*S4>J%h!/!a!8k@$QRVw=KFelzֳhLaP[ϴQr}r֎hqM\NWޝdiÊ>]ؿVlhzd7Tu.|PFmn@+IGrD5,Éc4v,rSFwr1KOw8vz})G9NKj3E@P(m[9F,YJv$!h3Lumag7!6Ig.㿂KG֎mi2ɝM[/,vǑH\5˳mDYmO_Ou7Òikl7ATe~օޘ]|a814vV#ii.MѮ5m }Yk?A>G[m\?wӟ%B X)F`Ϛ(T(򅲁(P%%6xF_.?N1-FN K}]ngѱj]՚OQ[[79/K Sw86F3 Zܾ1OxC+Ś3v]_=oΕBS>\pLN_cI 8Nձj5UsbTץ3iy]mYM/I™Tx>ĮOO=1q~KI߻RŸWwtZVmv>;u}ujZ{CK儽`cXó_ͤ%;}Br.4]λoͭ?H]a$I !  BJ4P9Q@>E <PX@Krnn_HnS˶u͎*~틛 t9eˣCz ΐ:RNXDZ7 ]L< [SIjgu]}=wCۃ]wg=m;"xٶuQ󒲙o?3ZZ<{DzR o#{[aqA% 9s㤡tg>F8% 1GV;O> kō$tD@0P 2(*tX*zrAa.BYdih[,5k+`v6C5 .ehfoGͺ:n)7VLkMSm[A_AGYd(si!suzbgwwE5f~"KzYn̈́\KAt]lNt.:X<;%48-=cWHǻx'W_ר}Ԯ+;QsSSC+ֱ|sG?:eC|JJ|Ϛ.9ڮr  py@W%(RcʉYG˺2"9Qr@jk۝š8F?ǎJ=Y`U؛+:%|6}Aowʏ=Ϫ6 7+re_3={^uk),?{ewcgcRV륋O &7ov{]{׽t5pjo:MUP[Olb=$$c)]I837ovr#}Wm~o}`6|TΩY&?w⧎9|λt3$+~ؾ8;-~q*` EYj`AcrRc,YϚ]3n6+Qn,q8xw P|2Lj1]kw +kuEYX|΂Rƹ>\JZ)g/iOvu46w_ZפJWM%}WQN$jghG8@/IEh7͛×&mk+ؗ5~G[-w*keJ G5L~)G.lκ*4^ %]$GGIp+.\1GuSkkw^ӆ.JTh P(i;+((ýX[ % } %q:OT7\iï5xꦞY~\Bǰ:<iqogƲvri{Mzo:u긎?h CA| @v-Mjǃ1]`;K6^(+i^%"'1VVQv}o꛵4Wx;[~շ9]Hbcysù\}f)96'm{Z<+\vw#~מ 8AbB'e((SQF[/% erAa I(@AT4P(ȨcT0Vk9{+@9b,WmVdx 8ڬ~>6T.3vqjy%MT$/- 9˷EAY\:(O;فzY|gƃ;5_᧋_,lu&ך6j5ءy.Vɩ[+ 24<̱N>5}SkHɮ I$lADNjϺ- cyBg,3,|PgZOaӶƭŰRF_$eϏO+Fz>?r6HJk !dAVX%G$޺Qo]ESt{Cfm55zvetMc]GocϨx}n)9;(Yu5˪ߍj<σ8Cjr5> yd_&ky7sl:-JKEW,Kl?g`w\]V\Y#G}-IKKϚu4(=#+%h@FAjB>H[$X{Yg[ln+厞gѹ$w62ধp6kҗo[yKW;%% aO"{ .ߖ?2fO6\vn&m߬ݏ49E[F}~%ҟS #?c|@ҝ@OD>_ߪmaiԺrmQ%LN44sq|5gI5NŲ)vp1d*,@2J-e;:! |;B$ȠAb'>!cIqIU+2ڏ34[P4wmCpkIPdo/AL~r{堀x1iǛ?9mRیj˽Hq#1k5~@{W㧍߂g߯/z]ݛ%j6NTU5dZi(ı5#|jsbʒƫwgkt9'-VN$.m4qs{!,a[(9 00|RJ }ԡa(IVe)K.h|;9d_L4kZl=x_/UtC[{hߏt>]nЋǖ]G&c.**3 €1BU8P!B( 셱vBK E䨱CA%|A[م\&Iw7ȃFo'y/r>o=tIRI*=-KA"y-29gcN8Ap^i},Zo-M`Xj)LQ`lGls5Srnl}F] K~Pe]aSrУ@05(>IEJ>JÒ9)@9%9zEvd[꩞$Oj$}>=uW{U)%lN8] Ɏ1xOK:8zv 7@yC((Ò H,3!եfJ[g2ӳ\Wibi=q?~|}y{ߨu?I>dOտU 66puKX}޹tk*MKY5{ڽO1Z;5`]|].=.50 / H*DBϚǔ2([H,2>,YA`OZ4cK>(: į2vEy PdNphd  > b$(;^playonlinux/resources/images/setups/delete/left_old.jpg000066400000000000000000000170411226051336100240000ustar00rootroot00000000000000JFIFHHC       C  dJ d!"1ARQa2BSUq$DT#3CVbrs4Ec7a!123qAQ"Rr4b#BS ?z 1FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`FEkQ`"(u]"w[5l(u]"w[5l(u]"w[5l(u]"w[5l(u]"vĢ(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"`FEkQ`FEkQ`FEkQ`FEkQ`FET: T:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*lET:QP`ECET:QP`ECET:QP`ECET:QP`ECET:R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"PؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:QP"(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"V*[(ulհ"PؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"P"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"PؔET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*[ET:QPEC`ET:QPEC`ET:QPEC`ET:QPEC`ET:QPؔET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;R*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP"(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"v*(wlݰ"RؔE.TQREK`E.TQREK`E.TQREK`E.TQREK`E.TR*ET;QPEC`ET;QPEC`ET;QPEC`ET;QPEC`ET;QP" vݰ wl* vݰ wl* vݰ wl* vݰ wl* vݰ!T;QPILe)D"(bQ̰g/ Hjs3?ܧʗؐ}G<}g{߇ʗؐ}G<}g{߇ʗؐ}G<}g{߇ʗؐ}G<}g{߇+VytD?:IKpzq̏#atv&(wlݰ"vECbQT;RJ9f}< Y)ֳ;Q۞.?&ՙLbeQ0]S|&]&G3?>a5B@<| oT-ϘgPP>a5B@<| oT-ϘgPP8&g%Qd."|H̙iQ'4O!=v7?&¿9s}?'EC`ݰ"v**ɏ[Lz'R$u%aGRnlm^gxVvcфPKeuF"Z;loޓ=_ޗ=_׆[@z>:~/I^oG'e s_ޗ|2ߋ{φ[@.\M=+ AZ i13YwwiwOyL [gSGDd*hy^!w:+3]s_;4ޖ vݰ!"vtñc[ܱ8;W[S1v OKcX\zݹ|M[<gwls^ vݰ! wltqcϛynf} -+uz3k#07r<\v]SXi.Dj5uO=ગ^ d%/ JKV|*$4JZR~2 E,/ItҞ_ ߇yrً WObXɬ bSUʇ9-~v[_09bJƒ0k,Ԯ\> nxr>hv9 wl*]P" vK{|u3Xp|_-]qv>2:qW/.}nWizTJJyX2XI#B` Q\ F1{G͹Xhz52H!Avg^=ZWOKMEJME/F˹%74,{9i0;J9L I^vJ)á&VU $@!MGg0p>h QT]\q,I/_9o7bXȎ\KyES{j;p=ߓ_,ݱPTݰ!Ҿ >lݙ,tv8x/]YNJw/;.5Ni2WAff_+qB!$C 2%dJG{ǟWz;}Ebn7W)ȉ4J<$}ݦ:..ޝw _[e rKAtG hRM `=9.؉w¢CRTJ.X 3Pq K4r5K4%z|]Tpf 4g˗8o޲T17V vJ<+X#?+{2ݱv*]Ҿ3 >o٥ݙ,t68x/][8vnO \yY9JE'71DGx"q'pVT/4]ϫ=>ۏ[W}PKZ#g?}q=_2Ʌ H$'IeC\x@1oOIVز09qU\ۗa$ zt~ >ƭh߫-%?sS D_8zpm\j,ɗLR_DNsWby( op|VugStBvif3eϘ" :0%9g J(Ǖ74a2kDx$c.ή]x.Owls^ԨwlC`C=·|߳Ku3Xh7W[ 1v v:r&Di],'Z! ;쌆L+bxE@Irr)]Ĥe+ͣ8mtw;{\ X1U * y)*21s}SFk6ey5KFscsўno{'NU-_FŹS4)Bac9h>! a8_ W!`<Ǘ)ƊBaYtbs96ݱ{h* vJ{O<'+ϵݰ!vīJ{U|Ktw,t4w<jgً0qj4J׆CL,]98OKx$}˟8{,Fۏ*RTJI䤞db{5`"bB>}Idi./t{:>F eAA1 d¹ZgP{ ʌf&׆L<޿5ui_x.CҌ6t1R8^K((( ש:p(Lx.Y%)s']wsa+Ϟ_F#PP\wVŰūŘ ܾ!8t  G<.bRO}l1ǕgNe|?_vHXyhYE0sc³x8QFcݖw&W #"A̹&2Wg?8#QEVxդTR1gB򠎁Jzp3:=䆥5<+.YKZD//}0nnGpfg>O3ϤLhF= v0T;>U?턣:S38F} _᭹߉{y_ss`ҏ?9+~ga'o?@3=ožrWy_s'P}OYs*1.g\JO-ܰnp:so'贜8rQrtS̫Na>D>_Hϧ^2z6. ċ5UvØIqs'2SV"4,VYITQ~^Esr=lR ܅O1RyX;#*\ECS9_N繥x\AjDsiH2B?f0:{_ٮb,Xlgf~[{qz;bi}T;!0T;wl5a'-#XSXr]/턜l$[(|'V)ԫ1bLŢ!%؞^d̅ |]W$$9k{okQ/:i$ۖb:쭧vZcF_<Ĵ1[kOwaJA~lDcmQȿ{"WMC`APBܥt׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aWMx)]5t׏@r^?aplayonlinux/resources/images/setups/delete/top.png000066400000000000000000000070571226051336100230240ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME/ IDAThYl\U{*vlK$NH8dhl3G -$yF#@$FB0Өŀ5"#6ѠP"dvBL0߳C&c,OUus}w 5F.v({?H3l޳g#6mETTTY {BfZ*+ÏT*Q,bABl,kjj%_uիPc6-[O>їMûw z}4 !شieeesAtvv9FYv-/|={\{9s˗sM7@EEa"@1T* ]]]:tn7~?>DuuZszzzhoog׮]$ hIRQA@2dÆ |͌;K/QUU !ļcs}}TK8L&C>믟l*W^!rJ.cddL&k-ιXJs ֯_ҥK9}tw]=[oKk{鱗;v ӌsAO9GEhY|9{gL}ʮ]կ<fʕl޼FGGRW!ķ)R~G'H_?>>__rtww7]~ʪ;@= og֭2999w vʄM0 c/½O<=cKsMW\[իq rJ)Rf:s~uXT9d֒L&{cBWY|x96fI#;wrO~BR)R7/s'_HgLҤ3Y^)C>@Jϗ l>ujnAShTX 2:6dTlT:Cx =Um߾=͓O>rv?uG?bӶm!֖@JPA@d9'SDb:^b-ac=LBdΣ%01”"1J/_$ _];oM&44҂1<a\@>x/2y&YPWX/ O#OyWZA a=MMM_`ba۴vU BJB/DH TH9׌}qq' Yt"0cX7466bi>7x]Aٝ?eժ2y@H&Juc,!~=pMz>buu!E6"T bO<4Xa B/(D/B"5uS*HɤB\I><^neeO7J),8Lر%Wh ƣK`Kg3ǏI{3]>Nu@Z B E9ۢn1\^p.N=BL#%t˖g׳v,%JMYpHY Za+44ԓq?ĂlJ+H aqi6nڤ#I!ً|ZsӹptiRصk](`yB'8qy{uhiiA)E A;]J *I ywq̓/ </i#1Nk _~?~8Q1\sVag9mޡrx Y(l^G8˅6 kA@mm-˖-{WCII> Br8["/2 g=81AeBq1'z{{q13-?tCkkLruu,/gCCNkN_@ 88 p#^'^<Bzʔ2{'N0GyW_,Yit^6lq Tz:ߐjj9Ҁ]CX^.*Ν;XGd<H/:X o ]]]̙3ё#Gx @8 $bXr˖-[xS)EsM}>2(cLh (Yk֕7nyw ڐHg ټ&-N&@oGL&3o;rgX pBRQ#(9)U)qfʕ+뮻Xd-k׮(Ɛ/hxgq%GOONk_ccc%%9 SryόR^J|q u5۶moś󵵵 fd2?44dƔs.700pɓ'$3\Mugv|F m߾榦*++cX"rS?\. J 3gz9eEal ҫ.qs5Ze{IENDB`playonlinux/resources/images/setups/exec/000077500000000000000000000000001226051336100211655ustar00rootroot00000000000000playonlinux/resources/images/setups/exec/left.jpg000066400000000000000000000157561226051336100226370ustar00rootroot00000000000000JFIFHHC       C  dN cd!1"AQRaq2B#br$C3ST4DUs1!A"Q ?ћHo7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sH@&7> MϤn} sHH@'g;> NϤv} H@'g;> NϤv} H@'gH@'g;> NϤv} H@'g;> NϤv} HH@'g;> NϤv} H@'g;> NϤv} H@'g􂓳H@'g;> NϤv} H@'g;> NϤv} H@v ڊ@'j)v ڊ@'j)v ڊ@'j)v ڊ@'j)v;>Rv} H@'g;> NϤv} H@'g;> NϤv} ENP;Q@ENP;Q@ENP;Q@ENP;Q@ENP'g;> NϠv}@'g;> NϠv}@'g;> яJ[b53։$_RHgݯD~v$=FE=h/ހ"5JOUKnxܝiv ڊ'j(v ڊ'j(v ڊ'j(v)橉Rj㖝sܰbl;-bqn8Ùr^SWvn-0(%|c+ןXS1T24~vȝv ڊ'j(v ڊ'j(v ڊ'j(~ HgHqߎɵʾ)zilEC%ddڌK&)sq6_>iVIzcѝō,#H*p'XgVuRBUXmuտ`(+AMW^".ObeCrϬE5 iv ڊ'j(vmMo-E}stYd=8 13t`2FIf凵IO㳢LI|xܵ+v3[ka%'rwq!4f\YUփ1Nܨ  Pn,KGg&0?r{>8JAMvVK L^~ +ڊW>ˆP(NP;Q@Eĝ"+".@v ښBJҨs͜#xhQ)+MR\ fƥ{&hخ@8NӇNpN}p1Sm)6=pޟiv]v4 È֛*?eG~Jn~,wyu:L5+r ;^CsGV!/F'8]E9kÓMht8qR#c6*3p?3!TFr=O^pDCQiDg"yMؗhI ɮ84Zi&Kq$3X8V$ b'hP?Q@EOP?Q@ N3f+Q'QGlrk7,9 ЊH Fi%84[vc[-pˀ—af^q""^D;I\8E=>Fb ZQdBzZC-QN]E?8fPPߟp뙔0ə}x/4~ ښ'jh~/: ,qnN3"#OrI$Vboq'Ky7g_.iGt|xIx u~. +8) hִ!:8yHSe\i$[(ftN8K39VM;S@M4N-[/hv~$(g!\I+zT^F1+|kQNO쑍#A #vYRD ۱]8!WB|VOm^>ӒK'fQhZj2ڿ+g]Z܎EF /n!pNT>'f31'lfzasչ%+be::Yܓ4N;S@M4pKՇ8kE)L ldd8\X젎oJT1ބx%X_!=z?d1Pz`9̹ǡ!I3/K'_W`-bY gm,$lDEbVvf7pZٱ`R0UwWE&}xo8@dHXFEؖ+GtxaxT}kZKȇ -ãr*4O?S@M4 7GquWw18n3;y@e_/p|EK' zXAYzJ.);N)]r[)uiuHUļ >'u㫃f~~ 'h*Ə3O56L;7(UM7AlՈQC{QL?$QS?]IMXPs!~dh7 L1v r~eH2[GAnb̜P*3'5̜P(̝P"wS@)ښLM4O?S@ 1]p}YEl#Fw305c_]q. ۖJX^Wp|ʬ;ۻUx ,'R 'Q㯮>dJϠQ+Q@ zdKP(̗82'5̝(ښ'h~ 'h+Ccl!YZ]+;:iuG\nʶK!T+}[ϼ&~ ŨN Ũ8'0(&;S@M4O?S@M4O Οz:@sބyG{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐ9G{Ѐplayonlinux/resources/images/setups/exec/top.png000066400000000000000000000130001226051336100224670ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME m.IDAThZyp՝sjFӲeOnؖol qB)6[I6,lJ6i. 6`Y-dɒ4h?z4;xN誧t~r&'h_ m) (`(2!MM?(cUARTZ&-1\ J+ʰ`dUBEH$h|m$c1viz&''Cر;P8~7:WDai2h B??S7M]ONg UaAH m}t7ƛrhtgW>𶀄K0t 1pFI`[6|%pѸfFV~sa.p=ЏagZ|8~Მ/=\(3 )z8`3 ݰ!}aH?< /Z79O=z]g_PaGCd P1̘>{ޖm۶nF-.e+|#0 n*77G&g9_B@HVF}> U()qCPaBFW O?Og_?'M=ٜWr)ۖNf08BOR8!e#gJX&:,K`(F2m a`0 Bq# ( x0LFs0ٴ_;IcиP3gv5!#jC7lPB[6 -0Bl]xP? MMk+4=Kww4(<#g\0d~ k+Lꠔ:,D3F舑C@'THwakcgխlk{(/AU&b(@4 ݴ(s<bZ :`=7Ɣ!Jbo؏zMgx\t䍍G]*4UKS@ (ԁd2;P1HBĄS ƜUW9׭!"̀ mCrx+,]X1HQd*p($ ĘRB(R0Ơb)Bl8 H\ds= D$Ĥ س:zm혵k׮橌Ӵ 9 gPpny31eb5hnnBSc3ݏH',&AOyF6/*+*dKKY'BG{S z6n% %z#"˙`u"ǼY10?IgHBum1UWF(8}!EũHs;uuww g_(:yf:L 0lwEJRhwP>+$L|3J4lS=H'~pp; c/!Ə-QAٳhGGUg s*sib|p8%h lK`zg7T&{M}Ƿ [x{GO{6}r cX#4`ܥ n0wK6n~ѡaj C@%d2veNd@F9my_<^Ojn{朳]q-²lJ! 1IĎ]23e[ |4~q_y(u^{~Ku#XVD]Z5Օez=H&yW@0C>h G*݂t:זɸ[h #P *J (*Gii)V,[B4!d2Hd0?l˒dWԋ/>`͚B¶5M ilĆ3-Q :p$pBS9vރT:Kƹ}2KbSs˚KV-A={lf |ơi`thYEk*]&AN\Q'n &T#K@7,tGz4HI* !( $0 7=nl21 mk.t9z*Nմ,8, C` . >T?:iIYpðHd˙PU` hP,ߍ*@)_B$\*m[R´ESId2 |^ 8[#Ky6!$!P$@UUkKq9R8zpigM@&CU2Y`68g5Rspz>`x] ^\8pƜ/BCA3p9E ewF0Byi %~ ݰa.n:Q~-x.x.p;>g~4Upz\!D4B2{S5#vömd3ID׺ml@a?MvLFr(/+C$PcjJ3acȑ,ӧMAop2`/]L-/j\QKR)SHQ!!4L 2lNoM$R >I]ub{n`k[)WdͥMx<*\#ЮxH$>Fp w-I.ڪ$ ;kkDŽ&O$l!Hd!lq'Ѱ}G pgsR!%”8IiOi-]uYpe2YíiEKc4go+~ɨq._w?oVX,tZG!B8+LEe zl[{O}{N[loݝ#2=uRb睥e$ȱLAof͘ U<--TWAgס='TF/|o&Hd"dR?Z (%@Imx`Υ)ó[ܖNgRSig  /蚪nU#n C%BʯTWT;yyy)"I`m,+%EčwA7/.[nÂV-_L 182 mQ0u(n݁wlBC&Ne˙3ɜ3ut`v!Aǫ"<7~7)ȿmݶsg|FSE1\;;g=gigFU™xE 0TBLdIǡAģihG  HĥAvP =x&@6m\+nn}m۳]{e U' Idpi \nQ[ 5aY:UJyLFU. ;ly;ӥZ=9׫;F(x^d1 sUA l@*C6c@(9B(ˋh>GD:WPdɊ[n;ֲU6JW_ p<먖hqAV܏))(#";Aih.8=p.m@JyTfa Mjg[cit합Tj-8oL:MAآ9"Wvr{eĕ'9lXek)iZ0n u]k޳wʌn=hV~>w/"N0u;;91!YqRTGVq,K 1`nRP*;IKȂq!)ɓѮ#]sכ l7}fT՝_rB5d3&(;J<< %D^>2BhFX!`6A1$`:~Oam$ٖ[[Ͷ5qujJYm\+/]URQV@,+)uHH8 hC4QNISM}O>Ik{'̙5D@ @ʂP0)  \$BHo)(i3` [Xm [ΘmG0g_h**K ll΀۰LX Ph.[ ᾈs/wJ}!Mugֺkr28af׿}ɲ,jW˞OK w7%j'@k۲Ф:̜jipɗ.-뮾b̢u{#|!S[~'9YO72jKhW5^VfUBn/{ׯ- hUm;FȁXUdS9W];}n + c9B_JQl8#y4^"YƲl0N`-b0mÃa"h@J BwwZB`'q%aYM)S6y݈QT c}]'Н9CwxBt*=@A {dH)yI쏒bOKK9_ GQ4ȥSŠF©( G}eS-S8WSkIENDB`playonlinux/resources/images/setups/face-sad.png000066400000000000000000000261441226051336100224210ustar00rootroot00000000000000PNG  IHDR>asRGBbKGD pHYs B(xtIME20]'3 IDATxyeON;aÖqù0Q/QG+J a'!lI,tz=kN-NwCϧ>U]{~>ce2VX+ce2VX+ce2VXy'y?$&cD(h5^DR^ЕJd@~Gih#9zդp{n2<V ,FM`'Z?!E |)sA--Im,b*M# ^VAyy JrLdl}]z5צA-*wHECZќ DՌpq3Lh,aD?sJT{n-l/rڼp]߮Ooqu4NXYgܲi㉐_C{Px̙ wq`#Ӻ Тog0Rw+'HV}Jj|u4,Χ#}k fZu?E H0(H(bT#F-I~hȤo[Mozz!Ʒ.1aFU׈询pnyX3?H4 Avt Zu T`7eShhe7È4aD[h b?Zm[ՍIx՟&uXU nڬX˩FΠ\+<\D]![Z(; B(LjMLjF:R}l{/I'9WN-F- nDS97i,?OM>Tv:>hx@;A`kGBH FlT!I `Vg?]1U]L+fTTg1 v*ۊʼV b"?)9!|씀CQ LZè|7Z׻g>vn(o7`ҟsj[2q,xYkTfff+oȃ/2hOmZkZy7=J* DOH}{gݺ[I;o~3>٫&Oni֑{eլXLr]_فzl t0]u+,J hH2ejM*źߢmi3'[VN=ib޻f*&X63kl*(DxZ%^}6mxwHa.J!K si5+ﱯAJ+_Adwʧkx X`8APɧjDb-#yRX[=W0T=esK[{`Ρxc B)| D|O`gP*E?&j֬/r!&Tzx炁M!z!<"` PC UOm}E6HnGʧ#FUU:vz\nXze,hYhY0A$~y?DRϣ6P;>bZz1pMhq-?SxP.$A{U@H\|2!eƴ3ht笾 ~`Mw$:'!L1(gGf]ed$ XH30]&w/7t nmD=]%xޟWI lz-PW3}H4V* p?݀Լ3h0 < ڥ %.PFF@%D EAׯ=U?v'Ol@&b:Dkb<[a|mI;nnxY-_=u`_.("Qh86ɤuyALhW@=of`] }˯"N}mv݀S/|se{^CBiwrk",d_>E}WI"g#5Aem6ɭ` eOk_W}ݭ~]y D$q ̓) \vhrI6ؿc Vq}Dm>4%Ʊ}7%@02. WO?=tcMOOxݎnvn×Idxvv>{솣²,wUqv @c@Dt679ᢕe_y+@`g~D f^A ro,p/85}ēXD@="yidݝ V)l,y@R*'1 -ww{?np`BR\aݼمʼ.`\`<4۬> z2yK!I RRLهx,hOŧkU@"F2fr-2@.x>ɡ~ځQza?~:}@`0ftNw> I+>tZ$p#(6 %)'3a6* mZ,Ф^==H09!} 4Kþkٹ; -Kmm[>!er`4",u/!S#s"ߖ"`aAO&s&iB?LfKFfd^V(=[ c$3f㜭H%*3笲(ʶI6yRll :kT pm,:{:8,'P0^7d3euu%3=:}Cg%E.a^U=rkdŨs%^2{8xZG sBIe #l5aFjkJ OZx&BzY.E B {۵':IsG-֍Iyy`Ŭ7A i޷{~HU+O5fLobWWYЦ`7qajIVu(z)@KˉVUͷK{Gڀ_x"\ UO? ߵ~Sl(w˟_IHYyy ͘:iTpāigu>/<X)-U|죫uO@kԯ ъ\Ĭx<_ B 仃@ ð@3*8\S5WQu?`x|XT#w=#tk_UUWVw9|2. '(nn!5WfBccu]IJ}2QEb$*'8ߞ7*fyvhk{01{{kpq\@D'؜=*Pb*jm 9xT hL>Vfy(y3x1mRtҕ}m6 oW" O ](m@5ܪ( ƺiN#zxY-;s>k.VhD;|t&7A;trb}طŋgs%jd¬Wtj m7| Y8mg1kCe{} XL|u'H;FhF -w_UD+;+0"'߰_89޴ ;Ƀ8Jك2Ր.ZL Yb=d0;ɂ֯*ه*BQubyh5`y@-p{hLˢE,m`;J~r{ZNuSon`*{v"ؠ^ Chy'4V_~}G[DWìT5RʚލDq޿qG hm( aIVDۿ3y}C'R`\AY} pm^@`!RU`x )@<^l_mX/=3L ]ڰ9V0۾z*QYU]à`;2ȉxcd)EO)Dxʶ6@ >O 錵" LϤ;1a0MR,bdF#A L^ BPA+("wt=ZS;8k-4>-] TQ/".dPm+gӈM (={Sa%`';6"-d][^i t "1 zB)f]ft {gMzιپ' & v&bhB0gb~]=o}@tFPfCT̋rR}4jO-n$?lL_փ1 +88Ct#%U!*2ؾ#]b^kn+Zנ| W6γ{s7R ֱ3׏X!>u Zx/P w)u)G(yd=d2Ģ5?x` Sw]5&L*#0}>6S0(JbvyF7;|D kUxBѾ_?7 S]PIE*H5&x b1E} 4WD*|ϱ7w>1BIPf@iMWwQ!aVleywD[s}І=~Z<İ^bp.:˃slؘd4{8ܭ0  O>5kMÜwA: !BC!$@o2*;ohuxW>h=db/vi1ӈ^ٿNy=o0 CAfE~͓+*'hwAu"\ dJ7F(yXEt3+4YмaҾ~:>]ۮ@Į;c;F$fOnV/lݑ?;[;;Ax>O)=㼓aP |X,SK(9BbkVclxILEnDDδ(U>ëf} !yz@/(` R @J6hN$qBP95lۿ9s_N5Qef8&MM' >_ _Y0l7`1@IP;6|UwAaFt/ñk9إ]\z6:cg]Ϊ#Ÿ&@䆞@ik@α6]hİ SGDXL?S> `TG#T$bĢ9S*2E_dJ Ji~VUq퇡<:Hp]?ճL'}{wdt яbu;<ϒ%u\tgف+ūbA|v^??ւm>yOǘ;E6J՗Yݻr+ݽlC&|.! [4_?j2R_RHJ*ICͨ~lT `Wέz"R}pkp~m֋1 ;koϤO=]-0`f;{4dNA6i[pf5@ "Q*TM`js'Irz'7W;Hʰe⺟hIb*pԟhi[7#B>h' VSmwb5a6ڰ?1,%Оc"!yC6Οꕳ+wҙnكVݱ͵:"!*TpڒN[@2e6I憻5)Es0(F?N^xA$`v]mOwߚ:rgkwݜhoGdEsoNfI$⠳6Tz7: f?ή4͸֖3n$L'brfMeiYBWLfkbкw@.po XZe3}LF ݹgēóx$:{S 7|ɔFD8|38ɔrNtr dٝSm2t~<Ѽf l7DhjcŲ&NY@Ww (|Cs4k~_o[>ݏgoψjIշ`>)奋މ;`zUŗtRHAr ճX6~IV8gh&w-kB{&6vkr7Z WF@neǫf|T.35yK/t [M)V5?YS}!wض`oޣ*Q@7n>ޥ܎.b!yȪ'2j6+葾I<H^7XWP|t,LjU9o[>#tμ`<\?]ׯ>.>B H~Y.U@ylC"< $A߃DLEPoql!Rj8z ٵ^c߼#و?f/ 6Xux IDATfOY ^3 mo;s<~=93'}[QZ/8 @_/\ڑx gS'麟'GUy)i&<iL'>d;|諆!_ZE2S'Z2>"7A"[:8ٔU6{6Bz\{b!7{T'g޿~]^BqJY-v>L&j|^-هG -Gtl?.p4^r4MuJzc߷?Bw;} kewsl`/$sȯS8񔋡n!O5NxjO_/׮- q5?_x~t"JeU3r]%ՋB2uxSĐo)Ҳ ]O_v7R/./EƣG@Ul} ZݯcH@Wa9LD2Dy [՟K/K90 Ḇoֶ?ۯ\H@<;>k_qz E/ ږ-2vTW(3ٺqPS /Lzz㬙S^^uHGo5]=y=ؐ跌*D>cn3=^.:۱k5UqIwt3zj:\>7 V[IwW)y]< v|/^!Ĉg6ɳDTbgd3}47-&Aճso_4 S?lU}{7#_ߚ@뫷nM&}C'E !kf'z|ȩԵwlfϾ|"jи2GXKR;i["*'5&}y׿i?X [^M0lA2 "-t+o~x^%Q..6m{fjjZYêiVhߞ,8w MV;#kk8𧧳2t>κ|>R?2Ĺ"/.K"&,\e%[hiu|hvJמ̲i}l L{=ޝi.%bsgǔ72 x[7 #ąpc2]piQo@ÊUOڹW<c#6_sW׹=عHm%e1ո0(HTEaƌ(A+}:7@ϦAFTLk;UJk;6_o߆z>=G qCc$d.[i _Ӝױx̞D:Frꁤ޹U]6-|8G He(>:gGϛ=XRU\b#)4:mj͗7o5Qip!7(.9?VFJ(o_SCcN)ƤjTVȤXL" ^6Mo*0s:LWuu퀹-u6g!ХPGCA1A=xV|O2"#ftjȊ%H 11̣XI^dV R_gAB10[k|KQ,Ȼ1 <.GBb{sb 2ȾzH0D [B} f1ŗ 9["xcI @ApxoR BSpz3Ea2VX+ce2VX+ceF" IENDB`playonlinux/resources/images/setups/fonts/000077500000000000000000000000001226051336100213725ustar00rootroot00000000000000playonlinux/resources/images/setups/fonts/left.jpg000066400000000000000000000202711226051336100230300ustar00rootroot00000000000000JFIFHHC       C  d M c!1QR"2ASas45Tq#7BCbr'3Du&62 a$1QR!2qB"A3 ?`(0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uTMRBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*RBY.*.L!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZE.MI ]hTY.*,—ZaK 0օERB)uQfШ ]hTY.*,—ZaK 0օERB)uQfШ ]hTY.*,)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fЄ,—ZRB ]hBaKB)uY.! 0ք!fQ[0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,)y0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,+ua 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,ȫy0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,)ua,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB—Zք!,)uK ]hB·Z hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B+uYn! 0ք!fЄ,·ZVB hBa[B̊& ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB̢ ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB̢&6a[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYVB6a[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYVDa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·E/4L"l—RB ^hBaKB)yY/4! 0!fЄ,—RB ^hBaKB)yY/4! 0!fЄ,—RB(扄,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB("eo4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BXVBЄ%o4! a[BYo4L!fЄ,·VB hBa[B+yYo4! 0!fЄ,·VB hBa[B+yYo4! 0!fЄ,·Eo4* hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P hU 0P(扄L!,+yK hB·!,+yK hB·!,+yK hB·!,+yK hB·!,+yK(Q2·BYM"}Anaw']c]rm7wx3;{KٶdS9BH7ys{WY|7Ny'cߠ8O}+]>|^x}s;.ğ[Lq>/L{<>bO8=@p\y'Oà8O}rؓ'a'>^bItǰqܯ1v$:czct ϸW}o11:w+^NO8=@p\W[Lq>/L<><&J]*2O-j*g*iF}2ˊ^0qs%G3fe}WE6N+M|g>Mh4烠k=k z~('kNE{w |.T]MsRG)dP{GLq,Bt|>|.'Tz5 }Y\8 88m$QG7\Re&L;eBRB^(!-!/= \>1S*"w4ӗ-Lގ-LϤpOnX UU^j 9UH'{ri 3 :/s1ɜҶS܈әѽd\z ޓGn 7> 66%o4*hB&Y٠YJowMoZ6 ?= ?TXFr'Ee 4+9NH?l,򈈥aǧ9+0x0Ok[EȹRut[d 8p9k$~9Xg8i1ΏUY E2 nt)@v`͟'(Wj:^a:Ssr)i2%y |?D#-7Nx2xN`Z;paaoYXVBQ[3A̔O //c7rl$_~$Md{ɘ^o49:FqʙP_e<3A31cR4r-gP[nZ[G\;Y9 6d9\˦O l>)-$?/#ohO&lk41)ōYwhdAÿ3#8%I[-e: XO~#tq̛c#=:G]v+Ga8&p QԺH(3.{z)L9o6"yCf fRlmFtR=fQi"rvoܼ6PR9߂H ȀGKh`''\Ft:VM>u"S] d}Ӱ8γ5eVlܐj㟲Hz.)S.41A*g#fD~`Z;paJh*XVBK(LGIi9_cd&@ Uʓ#J?4, n7Og/E*-fPˎr& dva;|2ͨe08/ G-=ѯKvAY&F-}C~}1raoZ0XVBQ[BqRdz|4i9_c&@ d\?B8藍XBSaov_TSG[5ݙdZ;7x0[I\,Z|k#]1Ah-r,XF&eW2L ɥ BF{Yy{9Ear~!MEa.&~"}yr,//l.?8v 2`sɄh*[0!fЄ,l.pDe :iN]Wn2lk=/.Uǹ:\:x~鞾 mk 9 0ɇRI) 5S)p/k.7 `I+*JPsf]eܝÍC*^]~N \\%ji,&ڽ Ę&Éz7'bK˧F|O\L0 i^t:"=~(he:y0dOE,?9ռќ#̡sB6gS" ;St|\N74gNq}.vV3L߳l ^'+[ZWn ӻdΚl'T$Rv@)q%P[u)P}@@NLLUU!"_0nslPJr J^b #y׮tG|n4mxjK0~yфp3xGfЄ,μz#F8ikoJ'@p1 ؍X6|(ϗ.;jT!@F|hw>s3oiϑύnw>zñݫwg7;wv;~ύnw@w0wj)ݟW+>aWF7ޮWߤ|ñݫwh7;wv;~z_pt~v2r#_c>7ޮWߤ|ñݫwg7;wv;~'_pt~>bxX~q?|s"XŻC^ G^g||GS<)2a̙<.&gcN#ufsޑޗV5kg23afЄ,—B̄[f28٣ms0f<$R/4O6yrBp21$扄EVB8װeL#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^9װ)|q; `_#N{^playonlinux/resources/images/setups/fonts/top.png000066400000000000000000000057061226051336100227120ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME!%O FIDATh}lSU?/[Ѳm7 qA^3# ?T"O4$  3$&lǘQxSE4$ڹuz{vMCKN9ss-Mx444! jiommk܀ۀUB掓$I|! P_[[{.)^>*hx룳k׮y$IzEƍh#ݨh=C) ,l6#IRHI&Z-SL{h4j|>ߩSR%"y&p8*h1Uٞbj_{$IZT[[Hc+ sb4gNgX!D^[Y-RİhsDj"rssu?13wUEEEݟl4n9rqi>$ ʺHCCCx^f͚$I& /++ѐ~7TVVFyy9Z_|aK4*{ۍbAd! # !tz>h#$I޽W_}`jرcTTT$lˑ 俕>N3'裏عs'[l:m8NZ-/NqEzZ[[bhh4 $???"x!W%.\Ν;)--ea 3f$شi.$Jxطoov&@ǛWF>:\.uuuA e"zDmA/[޽{X pKK ϟ Mr8wvV裏F 5b?xwc2c\IVr`ڵhڰkiinc6;wnBHm֦Ԅ@۰y:7nсEEn}}=<!K#dbƌL4)vՒ.ׅ\xǃhdڴiaϼl`8JY)CO$ڰa555MAJkH8BruBpqv;$Xx1^ΤXHFAӡ6!Mdtr9x^>?9s&[oj|Kq?hdppM6tR._Lyy9wf׮]ܻ\{1v)ÊBijj ##%@)Sp!nJ__/_f֭^!Ť`07o֭ f:::;w.?8ʝx\VSN`6Cָ’+ra2B^hY O>7;Njjjʥ8D$%PbYIENDB`playonlinux/resources/images/setups/update/000077500000000000000000000000001226051336100215235ustar00rootroot00000000000000playonlinux/resources/images/setups/update/top.png000066400000000000000000000110331226051336100230310ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIMEJQ0IDATh{xTǿ=LfrO&$\"(РV[v+ۂvkwm<ݲu/vTZʖj[VJTD d2s}̄$!O333A3yTN7&y0!(FI`Sdد6=|wb1mb;u՚›|v,j%ABS t]ERwiI) Oy٦w5]t/sst熯(w>%ʭMԾYUxMx^%H/-0;& Icz !?+J=ck-{1cAλhƀXO W';؛[g\wêdAeY$nl ۮ_('H hk.š AI9׈܅`bۖ+SN_ W,7^YKm= $,wRmrt{4Cn LwES݃H.9K!04Q[YfU8p<P툆䬀) , \!n^̫+C{ >8$IؘU.6`qϬbwJ-78ׇCG[UW_\ASL<5Ty>\- ee]U 3Lǃx$*F$n#eBboDrQ.2 7dq6X琉 $_D.y'mG~ޭg׬ [9t~yƊų[V$1:g' ObÅ%\bZ6^>~^TvjhUӴ]-&qr:i]@+O= 1+&i n4%0dө.3d` S$`RKqLw&7ʝwVchRF-87; xFIէD0!Ȕ Ldn2}$j+D5YJեʊCHMjLd ) LǓљm ]ĺ7LcTٳ*:e%EG>yY$Ői2D\3]uu8Rr"@fE (ɧmހK)R&\Sʔ-)ݼw1eT]8\cW8avE&1Gwl ;V8O4ѓO쬋]0g"$Gef*~lq]l&א%uyZ TWNF+9M%o`LM˘\J|?@${l۷o73ǶU Cq_8>psy//] }"ѥUt^mI. a"AvH^޲ҥO")D>qRᶫ ڮE/޺gL2Vt?`sj^?u`_>>0O\S" ]̩V[vb~c=߿s.،ZUWhAbqz(~}-L-WiR]JC9^}%ȷ0~Osx8/7.$H!^:M1OG7ufφ3a6 ͩest04D,aDDrs!J*)P4y O X8)X2+%]jx\~j wu42?:sWQٮҹ&O0HyL/Byz b8pcJ-jx/}W9ݾ\ Ϯ@q@CwĄ̃jHoxV -?sPi;g@C~6l:T0SV5)~k%{O\H`܆=:Y ] ţ1T*soۡ hlhl ~{<[dchCgT ͭkOl b?Ғㄷ|qP lE:?NRp.0eV&5oo,-+>lME{I=@UKξ=Xn.WQy&s^\GQ"MU }p$ۿvr7kZgL>X6֘ŭC`kO8ἅX8`TTsz w!ʊ$ )FکtHɇϾ&t+63b Gc쵭T9`*ZJ!Jh;wg!\^ ;^n]`.[MRYQYZDqb O ҏ,z#0'9:uX9uysO£iȫ?tOxOa( -cEnjiV*y>]5BdD%8 ۲mَe9JhykCq䄝p'}4bmq[[S\ TŵWK`SRM8{jVf!I)7(OYo_O6T+079˅?OXWɪ2vSщTTsaiG9BRW?ͭ'4 > WeNS.$mgPF1M C_d߭#n'Bϖ'V-SşIENDB`playonlinux/resources/images/setups/wait.gif000066400000000000000000000260551226051336100217040ustar00rootroot00000000000000GIF89a@@ $$$CCCbbbRRR ! NETSCAPE2.0!"Created with Chimply.com"!  ,@@I8ͻ`($e%F,7k_ D vO@(CCKN)0k $Cm.dıo%X^b ~  u%rwVzv$ Q2uG"[D d.h   pʋ ظo-ԿM%[`>RaVX@z wО xH!/Ǐ CIK+1 {HD4]*ˎ"g2m@B%w$Ě'AwvՆw lm^/߬J' ֵƻ( h/<&($pOC^p@EIP,߄/B!C,.eH,;t1&4ܐE;rI18CV A'&Ũ1ӫ<"P#Nՠ-vZm Vu7poߣyX`3/_'ix`u']VGɖxκ>fMfj%lionC8wk;gN8ȓ+_!! ,@@I8ͻ`($$I1 JAkc!m+Lb;}L): Hwj&*,,\L% 8RP+/1l6oprCD[ -zd N-ye!%JX T! -@%w#* mҟ٬U^/ vH')V J.H!׿DCzAË @A 04"E,Y@JXbhḧS˝b,rʡ!k Ŋ/5AA>;ehqu:4Xe9Mv<vWnĺ7v^-+x> WU ~8klpDʔZG,]a5sǞ+O0 ƻ 4%kЖ ΍/ ."! ,@@I8ͻ`($8E074"#Akc"Qߦ!@,,XD:Ieª%,oXL K'7HJ k%yzq~   v#do|Kx,Y#np-*,Gw$ $@ c 7IJ6}>b($/b( ") C*$c/ËmPpxtÑp+l1&(?`eM ց\82" &&@4X*Up'SYujUDt(`m; Ek w,6恽{ 90! [wr Y. S ``p(Bo^TfSh ԡ H,Fk.İvi$5E>8W6gWν)D! ,@@I8ͻ`($8P`qG402<B(4 |!AE(+& ITKV{bul6t pHXrskh@> #SizvF %U2$ ^ $' up#! 'C :}}5w , Ċ{Ѳ<ɵ}Q\c)@G*+l8ADe(v0pĆ:Bd1Ȅ$5rEZ` H9f 3]+1k.ւZa 7.Yz|Kn_vP%q@5+!p_•%/fk@z]lҼt)`5i7ږ]l{ȓ+! ,@@I8ͻ`(di] GS0VtĸuA!(. $PPL!XVZ#{pSJҚ&Og饪Dx-B`WGf '[qzx$}Q c0BO {n 7D9vD 8,ϝDNE!לC**.yL  4/]˅P [(!⾉Z|`D1hDn@soHܭ&̔_ĹP'̂=ms3C߁j |1P 8LSX -A֬BVPźZb+xK(h= Ԗ6ߓy* Mp Fؼy[AjYKz5縰c˞Mm ! ,@@I8ͻ`(diP4M0 t804u?@]fZYZJ!YK033L>o$u9dj;]I s1Yfvt #*Z.%b0BCm|"lD')CŎm~ ͷCMD *W* x   v q l?aYhYmq viS#*yq(c&,s[8h5Ad!$@v2ZƖ4*`T 6UpMN Xe1 &I꠯_V5B^]dG3^KaQ`VfƔQpliw[ukb Y^>.abG_ +! ,@@I8ͻ`(diP$I1064H4AOm7g(f>_A XK i[21'TJY̺9pxJW D29@%pQ0YZX@1-_(D& j%$# "n)EFjSCL* !*ѩDEB  <kB@  )C;~;w` ; m 7$WGLB Reň!OZql#6_)SS@ϣY`hO/p"JT*ֈ CFȑ4+PZB+"@.T ȩ!P & <{d'Q``ߠ?|D 6 ~{ѣ@M75 tZ4iz7GV `IyOȂLv! ,@@I8ͻ`(di^PP4tp.5Az&h& JXK*cNgb6WK!R^sx2&.#xMioN5 |&Ld[xy/MP%CD%?t# # " C9F!*+, 2+ʹ\ WB}-:S  /ແD/z !sqk8YrH.%%&,In (wˀM`ΛIS͟SOT /ҟN:}jTm6tQct@ f>*ٷF(mptۻ2a[e `[ .XeI3f 5xҨF! ,@@I8ͻ`(dijA"'ER< @nged! gLcSVDQZ PB~{,|1bږMȯu@{'yI,%w+ }~hl"~ # G@.NZ!*+lM|)8 ֊eמ֙]t͘S%pfA ALCJF EpE!@CRH IPQ  )em@("R5@DF`TG N^8h†ŗhSm@ط#yڢr% 7H{[ ˆka+J)@N(D,']lAY@OZZ(DS׀O(̉Z%! ,@@I8ͻ`(diޠhIkK]Z/3BH-#:Tʻt,&ZVE-$ #6E\'|~}v  ~oj ~a"6 4!E."#·kC?{ עڡڦYk Ⱒ[!Lk?"/a`l @0^Ə))$I Z\ y@f4?`Q sCGw6sd\D@ը' ݀%n0M7ɤ P4@\B:^fpR_'4X,zO@@yKfؓ 鯜iCjdʣQ]R M8!  ,@@pI8ͻ`(di06IRmMqNu^'@ 0_L ϣ% 21/sg)WKVVv)3gԢE[~!{{`ix{sCz )=|.E*#no!qnb> Ÿ  ̝Ϸ u(ߜ - WʌєV_{{hO$+2 #aPX\0b>Ȝ9 Ly%= <рN8d!$;6T je$\ĪWH*U_$(&Ԛ$@Lx T'f H A?Z@,%@Ckȍ\RBys":iz'zg Y@n1 psED)غ7Xy)C;N! ,@@I8ͻ`(dihJCP*o]ijEs@w|LP,z I (e9T5;<MTqx6*v|q{p~WpP" ,@;   ƺBR  &9v%-0ؽ $KPC@SAPï A :B<\Dn,$Xrtf`%>``$fDӫ-[ hWZi DkX)4(K2@Y[֕T nQ n +icPX}k 2-J0whL R%qeƍʺ-Xw+ Urjx(P֨ ;תn]g%pT:Z)UP%cSH*˔8Гs2pfJx Xfs#! ,@@I8ͻ`(dihNC kLE1]0 @`2@ IJW .Vtj]᎛Mj"6 ѽ&FG{x 8vV 2< Jsdy y- >C > v> 4@CܺrdXȰz`HQCfc.X⩑J2#v;,ss` o=yDr`b w)Vp~} NX 9ȡ[øܯE pәp|uGTXN4`[%Xa .b#D=4` `#hN<,{ M*u3A: HϢBA:u* &pA׳=g&2\JS]r +J9U3 \ l_(Կ$O jil>WXo~ZNbn; ڸss! ,@@I8ͻ`(dihNC;05tp]n**c l)PRjfܪنǝAC!( 7 PͯwzzD-X hdz mx }DTb  [ɩΤ8߽YW ؎w_ 'Nx)8m $p(A޷7@D_HqLKFaK\"8q&8ALnDEG&1\nܙB(SpzA23L\Z4׭Vͳ\H)pj2*Y fmӤxHXǯR\b"wǹ%"! ,@@I8ͻ`(dih q :aB08n0 7x0OazU,F56ͰR6">Bn31'v%`}'{S j'RF1$'  !!Oi@xb`=  yB y ǹo̱+?@. kPIPڿz2e!i@か\u8`#G eLjZ4ʙL.9M'#ԴT Au8Q<0ԏѧ Ng4ᜢP"Qj,\7e"W$HU {vZEba(F*q @x Kf4e& g,7[0ri:&mg6 UD! ,@@I8ͻ`(dihIjLa2dC˜FT*>PK4Oq2V) f~/NQ-a 8/(jʣ$z$ jF%#BO t"1 # /oUlu!B ƹ̯գҊ  ܰ o2D< W {2*6 ཁCAu`rI`[ iIdǑJDD%H\GHn@1 *CrI5T =S v%T+ӦjgS$ *8PA]0'޿uL(Yx1g5 2&hhˎTycИE-kV2j{n:ib̖kfVmǐ'.D^Ն3ݢaf|nO! ,@@I8ͻ`IR b.B^B8BCP +>A<+"р:n Ъ9lc@ L-Y'Y_7!(w Uz}[|aiqt Rf^ 7dKr23oZy"z>&*>?!  ", ֨Aƕc+ a3ءWB ޑGhԈ!=2QdCL~$ Ȏj @ ܙeΝ;<hD7BR>5ꁂSTJBt=Ҭ} \h;̙'huCk&HĐ kAlCȐ:5Y35{)Pe+A%]tk4[Т%.-y+m b/6ΣKN]B! ,@@I8ͻ` Ah @G\Ᾰмܸܩ) Eb`AsDZÉ0uJ\BLɻ fK trH vxyH ~q{|ifnsb 2*y)`Hu"v($ġ! KΩ    #40 aP/ٰSqć7\E%v( Avm0r^-3]*gK<}YPD'Y3i0+%C# 8NP zꯄد`MEۃ$V Qݝ2aĮݹ#1߻vU\K<鮮c$K[ hL_ G ՜cf 8#ɒc #! ,@@I8ͻ` (0$"A*sn<ցhRCN@"L+ŷu30.ϖZ$܂CePh$)rsVxlMb2uLe z3iL-8 K)_s| :!,j 'ĩp!ό4<+GHQ<  An` wI0(\a Y`oa|4rǀ[I"4kF!M!k | XIBYP4ݠjԩ^Ze:ՏY%zv*ʯ0JDLSm-<ڳ@ʀoK4%R€Cڧ\9F}rOѹ! 6rIbI$KJ-?ʚ ^ %9DieQgD38z'L 5*5Zus2C9!MIóg mrܮu6讓~=xL@l v &\8pMj1fԤޔ'0g5fg[34ԓ WhĕM~T|N#;playonlinux/resources/images/setups/wait.png000066400000000000000000000704621226051336100217240ustar00rootroot00000000000000PNG  IHDR@@iq9tEXtSoftwareAnimated PNG Creator v1.6.2 (www.phpclasses.org)tJ:tEXtTechnical informations5.3.13; bundled (2.0.34 compatible)eVacTL L-fcTL@@P5n IDATx͛}n6PBȆRlY Ԓ5D[?X7bVSbkC(ᣥ(M{W[jk)Z1=& RbBl6׻ΜI0g=y; \`+p0|;CS]iS&`t%GQT6FoAǦ, T5`<:`0<"Mڥ9L<*p&w=Ta>@dM#q/ s|W0Z X !Y`fdzY#+*#ࡔ糀TF AWhYk0 XAl1* FF60*;٘d7[sEw}1\0$j <ޭ> <\.xeʠ)et9I:ۤ47`z>%1 ,)JPVx k<_VQTeEtOчsMA}3tgoI|9P0R% jlB\wlN=ӝ)et/Hun۶3%gƊKJBT>B!۶ IΓVRq\mCS]{)N`]6m35򪮓ߒRv !Rmە%It/LT{mە$g6{5p 9\AP7ÆwM|;>$ݧض]ZrueۛIttٜa:+xh ?S4M3l=ON, !!wyQKe||8;EٜFX ADXi^jf3Mtvʅ0FNefuyj뺧hOȲܨdfcTL@@PF[ PfdATx͛W?<7ABڑpnj5M-SViH )*0!+CSJ)J;c1QЉZ[b]BMxfCHCpY.oߛ7ι:=3Yv`)|^l]Lv]k@oK0p[^y2LfcD{AG&Y 0Ms6p+p x7벴iF7PF#FbPjY~4LӼDS4 cy ðiO-L\ JwME`SӁaVV"ʬO~PBn, è;߶S-3s4e㰜x9EWSwY1UZe`;pIS>XYB~36s" @I-ivm0  .R4M2 ΔjkHЙPt.,a]8Cv(ujҖes%}r 0Ms 7tiK x!E|}؜e |!GԶ3Neu:I`Z2M)A2o;h.G"0]h46'UPq6Wۀъ@{牞hYV`YVҬ<\(|p-NBEo@SPv3jD{n[4,[3Z-cju߯~밮hn_S_4OeAٍUe,َg{Ap "=2`^^Tp&AΟ_7 CS?[mn&$#i/3 NfjFxeFqL8^ ~oRB֒Ɛ,1\Fzl;*z.$p;p7:<- 000pbP焅(r.,?BQ4*X9 _AkDxP.Z6T\O>**H)|M] BLjQ~uaA=.ӎrg(J+jJȅht :M'$Ё{M j;NɂvHδ Љ$9\V##R.B~!9`dO5 8Hǹj(RLv%0$-?XBҸ~u2Z4Nzq'9Mmź(xٓ"oB x(ǕdA\-r2*fݎd92~E%Ary&ע4mJ)"By>2>:m;)RxSJRԻB]8\*MTJ1)Tڙ֖G%m BHCpY]7ι:=3`|Zh]&Mt[9hZ>MdcuCsA'X m A|,MuY4M !PV8Zmȶ;Kّ֦iKm~ 4M;¶t׶mQTi4< 6MSQf<|*rcafm,-"ДkWJȎ0-3oom0Ms" |FG?g=E N>+m*ix8cE]a@i X-}(9A\֤T[nv!e])Vj"5p1Y4QqZVd]ם<ƕv/˱mJηm{a8SWaӀGx:=4n#c#9 ~XV4aMV% 1 e/)geAٍ uWhG~37 8P'=>ڛjumC#9~=0Ɇa<?ϱ6@?pXy!۶M57YiTN،Zy(Aہ+`yl۞2B3Q3'}4{OGjE0!(Fg,'3Dvy,;aFeoQIQu;<ôzc0|9 0fVCVEy(j#A<ϫ$x ~@UhW\!-ͨms~ۀq2Rv!bPd80";蹭񁔲]J\J]JQJ9%͑齨N#8܀OyB%uW Yߍ4 i< Å8 ,B=2o !K)?=A9!Dm<@6~1ntg͘w\eڹr彙ٝ\Jى># *啳l}Y} (/rQ9I 8q(g~|ނZqDmj%V)?XBҸFe)Q&q'1 Mg,ź[g=xٙ"oB i`W1Σkw9zd 0-=F7X5 ,BP7T'HIBĦɌj\ʮ#a~E3˲F8,P KBS:ZJ :9;?Eٞ$L!=-Gy6A(z2M)e) éseeN갵"F}.y czh\fH)_kYVKHG!ĢrvMGr cQfiVYU8;B@>(3;Qicq%q<+RP* pr(#ϲԫ6)Hbq=սjB̥x&a)e2,vTYUZu~=*54[Q۟aZ2ZfcTL@@P) fdATx͛W?lABkmcT&?֦!e_RX! 0CJ}1:N %f 6a ! ܐ?̝_o쾹w=׹|)\ 6Vd2e Vԧ6Ÿd]*@J98|Cٕyta`g󼗄J+@J)R+95Mqm~ q|S)BGU%e8Y`zvqL++UV)g? 7Ԁ$o۩2r \CٽR/T%$)#QEJY83UfU`3pP>xv<'e=+epGdT[](=7*%g*UR:ǹ# ȇ-gAƶ @ҞVsѽ<$#\](} }gns,k&mK?ODQ4jD;)`{R> oxu(`a|牟y^y^ڬ<1(|% %:O#T`Y$n'Ysn24 8yx7B:h|jlmª lI˲,zx!GPXy2ȏbr\ kZk3eM,?smruH)-`V[BDZm (eYMU_h?s X9)\T8<|8<Y˲/Ea`]E3 < \Eџ&INpaYV{T=ݵ &O^_^3_=S )y`q uz 3%^C˵XHLk6+(z>j}wAdSWD?]g薜tas!8Q~aXrm{8V@RdKA&_yZqUwgBoI=Y6ض=G(ٛi Xq&^%cg,U!US  !gs~;ٮ&d{m^{4pXc&K,a5`RcbeY*O#Fa2(g۶m;r 4{ poJYh&B4$i;JK*lv"嬔އ&<)9Muڷ7aR*Mc0 {m RY1 b(_CݥBJ^]2di2%6 byuV+R\l6g'(Km{0# #4\@ۏRm,RYR*JRjc'Bi1IBG&l¨a8E<|,Z}eW2Ć2 +꓈*`{ w_r QevV!Jgp'AqȔ'Utk'džB ۀ#*}:[~h#[yզA,B=? ^moRi`^;/0ѸO"7<\nB,;!fcTL@@Px) fdATx՛W?lABձ&VK5` t+ -m77|}ӎgw/ywEz\>kez}SGc9ia<۶rCI۶WG+>U@)՜~ s]r)-C>}" mK$pS3}VQ ?w]m!߀07$&.us.3l۾ aǘ{E[;Iw3c0 xu3ݾ},LW;z&,> äi jC1M6m?68arC/qɣG#E$pMlöRh4sykg; 8l6'4%@\]p5Z--+0g(J6VZBN`F\h|ɃNm0SW*nW藜,xG̯OG '+~pzj5ՇeB<&cPBg_L8jJZ_ݠwf91 )b)g!)_XKGQKݛ[JTYq1ܬ,HGQH!W0E9ԽeYeYSqRJ妜g{˲vvF() S3\ԽeYÖe%z PJFOa%ѶD,+A1JRbKKu%8SV`}:jYVi>(R0,8Zự}”;9 ,*LGQ4EOSR0,lW,!܎<.$V^@~7~|}EЫ[ZO,#R՛ISqKB9+B'șD+~`YSWEQ1۔ &?'aK) 'R0WU(:\]4!JpsB8}yC%Yfj]끞(5$gGQ4umDYK9+ϡ !yy]wF EQeRjP2*cv:!^qy2 5cY`uh02NhcHi턙 ¤C29hv$(a#I|r(['#$LGQL)1H(bp}s)ѵI|p#*p{epsMYhF(^r<(S-߫JȎ6t̐XQûvpGC_{EƓ2 ؍.{!LeۀǀBBIԗЉO!DTEFm }'3 :a0..^`Fq9~; ?ܔ9yL;@)\]! (SP̦fcTL @@P .fdAT x՛W?l6 !dHHz[jğ ǨlZkkiD,Eۄ 5 KJMZC-ZkKPRtHC !?{3w~oB؝s{9{v[e@?:FT2m;^W#uFũԧo*;ktJx`u)H)EU&xx:+஌糀Ր o*r`ݭR֐;1̫"^yMJY?UJu 8gxvl<ç]UW6yȟMRʁ}/s_(= 46c+e*>4yu9RV:|߿1 Fȇބ!`JbѳX cAJtEsv8s>MyH)&۠KK={6Gs؜\ם |wa; `EtFr X8ξΤwyĉw4h4}&:59 AlL{n:nLwp]{=xZϞEQ֬<mPR[m~0uI|`*ڎN\m` p82N-nH8 N %]t]w7G9_3CRY~c5p4Q%NH轹hok{8!3c;uo\@hg0,q 洵9 ywP9`v 82` zk0<VR /㜓RG;K3} ہ 8<`7P6 pyrQ`FC9Eə>~89E|*_/]!Bl6:8<8v o_Lwoix ._SJZ|G7"lNf@!T*,0mRqR&6R*rB\(+(l6RqgRi( )JQΓ#uovӶWq lE(IB!޶bJJʔ$uoj۶3L( K2uEmNe`+;L9 !6\|PBC%e`YV>IU۶kSq_L9 !^PJE]>$0NeYW$y۶+SqSRj X|B1Ʒ]չY?x ]EVx?p9:(ʯhwVR&0N9 !;WJ-EWoaxokE0<|gYGf>$I7wp,^f˒$L*SJV$@ GhߓQNEgYAJHdMu,+/ADe(fa>~((\$I^ҨVkpucXX۪csޯ/rA$ j꓊:0 4lFYȫ-LE5[#\$IΠ*dv^;Q1)DI$oMRaD@/>vR{EMA,6}lY֍=? 6I?A v>ߕmoJM5Y޴I1٠TJ,1:d{ն6jI!lBf;nؙ;{=M`;T*OXMu+jR82[Tr. m۾Bûy^?`cPZ=(RJ-PRRI}z~7 Fm0FH)?d}RJW -f<c_&CAض}X^)e+[/&4[SVȇ5W1ugxǍhP)ՏH'5BqI)6 #'NEJry3ɀnV^ۃ鯼e\tNƳJ@)*g  ,vL~.B/D;kr=+CJ2۶O5nhRj}|Riۄju‘t]wuݽ 'v$*M*T^m$@>ˀJe}K#9i uZC$fL]uKB^AtQNKrfǏC]uI wz !T Z0-kp}1ޢ6Sq`r\./$ zlj wR*rB]8}Խ `s#8c )RJe' FqqԩT PJ 46NG2`}5q SATQ;`m7s?cڝDI",!eYϜ93={͂퉑ܔI9*RM!z>NXz0 8Nn>T$SB8b z3gK4 z^Z11rƀ0 ǙKz ^'qr6pbm䧣8r%录θc6TT\찬+Ap:0W@u?ABc>nB&]̩Sh6}"pQ ƯҨK9 !(ysh6M/ `W-eu0AAj (ScQZ*kh^,x20 17^;#?6>&Ƽ;,+1W7yN9ц3~=qIrYEPF{|qEۏ\pM`YVR" 1LDC$ 93(` #n"ɆXyQ ӥB0 O$(TXQ؂T[" oxd:0F}6|BJ =Rru}F`fYNV"ʜ~\Bn,|vm[f5mwK)TBv7Sp!.kR^[!,d|߿#ՕJe|+ ~?]TJPZZJ9XvKq)N)*5trCylW< 6k@''BII)Ќm###8,fg]]_T65xׇ鯼 eܱ? Zje݄wn)<ϻ@yn_4,NH)w7!Ԋ0fYY.`9C˲ÚJ2Jz7y^gRv6Y +\<%hr1߽*8 `YֱZ6Yu0#OK?<ϛ(538L̳]gN !4d+5q' }[_T*<[lE]X^" J9B)8Z>D>y3C()w't's*. 8\!u8i"mfGY,z8JqF,AM|v?ǻEG8 r,E9 ø (:Smp2 7)MAm0 5 c.(tIm{U{axq}}XHɟA>˕jCI+!!!{ΜyoB؝9;9v =@?-!đ˔PJF[G's<}Yw=yP;I UH)7@(|ͻk`a˲.. v~R+950 7|-0 kF\l0ZH)?fRJQVa. PRQe<| rac;x* yDJykIXNlaNUZMWa${W^Fv.iVVߎ W, B"{U6K)h+=ּ6Wcz%W**@q Xl vKX5ZF>&]ӏZBðgh,Re:B$BWIW")b!Ki_ɇЇ͙w/6xq1=.lWHNk:R[Ǜm9") pWg@7X)}a++-\{|9Ϗ5x x7Ϛ I/|_ZgHn=w*FMR]MqqF瀯gڟ?Bk]e;<3doVK끧?>+BBRkP),h3h0 [? B٭ 06jB[}N3!İB:&eY#23yXfYHC<;`Z⒔r.kp"ܧ" A~q9˲.?x(p3N`;Q !Vd7({Tvg\ܐJJ)Ey9;>4tvC^EytEj<ץ{Q~#~C)J2qD)3_oRʟU^Dě[q%н`)dA?28vyeJ!^>JDw凷WR??< \_d=AU£*|߯LE]O1oTTv*턠^G4]S_CCCSP\[XPr$gPWxk1Q-8U(AsSj,>$fM]&pw0衜<@Lzq? SMwY?DfC(2 ַ EwwQ)zn= lȜk H8&R%R:VasǗ uԽy} %Ca'Zu݆뺹r)0A0 S\Խ뺻E  ØfPfp9^EuԨ1UaT'{u.#hF%9Mi|Q+( Z,D)' xuԽyɗa8>blT mCQǡV jۃNî떦=0PlgQ7>ŷummm)۶7۶t jxw*(/o7vaw19M\LpUEm۞"a'xXh4jOO3 |:u9c8^Tmr8r6Ms.*Ba{Ekt]6+s y[kZ y8Q7k 8O}-(+-Uxtu[-x83y4?2>:P3jwieriurEQT0 a:e9ZT24G)A0cjY R*J+4QV0A&r XH9 [42?EQOH $UO"(@WtI؊=ҐU[* xQnuE+T Sf<$ohBn K<Aˆ hךD/DQ!: >Avm.#F1i5dN}Y 'O<3o޼ƆF}?nZfcTL@@P4 fdATx՛{W?$HP$fJ8lkL*ֆH&Z MkJ- !UI/"!!Bfgrޙ3M3g~w^v R2xd2e;TJopԧg2;KU:z'<4ɺ[WRjp+ps>Y`xw}>  !.. vR4R_}H|=_SLr)xJRܜ>{-g(L;+uvg?!7J`7v**rL\ûR!; +H7M̩"~WjC)5]Fu&`'p~VlļgUW!IWeK*#14[W N[j{|5'@q XleU_iF1ZE>t'LIL/zK!1]7Jҳu\ oO%?w@Rj57'tRj}ZWash&Kɣ?[5f۳>@#9du|۠ǒ6{2BܢwMtbsڋ(zq6:׀,˺+<{^^hOb;"E|`FZsl` p SPq=&!_δ>~" kdEQ|:[?O@^* njGkB 1}6[Ne3B(EQ#=q a^f9 BE*,pSE2`;h,: <|@ߢ3KJh#42{Y>J~>BEs}@لkdY֘vnMxNoJ#meLTh0Ю#s%+(wCQE{g-ME^C% :WβHѳm 0ʋh=x ;,+#ʽ=h۟n#uQ=68,OEeUI~ |Ո:ZA^܏M~x໅ZG]DQT)St7PxhDU -@4+y)sI΢z\7TZpǔ}ph4JG{U1_=*1|ꪛXJ5{i]D$gzЍQlpJAh.(Tdl64`?:3ݽ]`w8XSJZKq z lksǦ®TTބ ̥8RVnQo=ˤP*R'FWq&@J/,M9O QNv RNRV'{W5fNrz_m>%1S#(E9q* ã%en>MkSe^"L9q|Ķ[[G04w`}߯L{7Fݏ;RE|0LMW<ݭug8O8qv7tFwy2V8nH)Dz[8ܶ4ׄaxqhuop] 9 |ߟKg[y[4nR&qmSlqznsug93 sEXuݱM0W@u?n8~x>q%4|Ϡ[[9 %F, t{w,'vyyc4mdRqRζmEGh&ðyofAp]c6u;H<0u q|]{VJqhZ, ];PWV4w-qV3O^۱9 % Y6 *FTd{}Fo pcMHmAp/p:} j'o"]FÓVp^0\#'sΚ8~  \56l] uȰZfcTL@@Py fdATx՛?[J(!dtl ԒjZW_mŖZCd&]Քh-0JH Vm :_* bkPj6l1dC6q-oߛ3&}s;ss7Rv`9 @qcJ){qB׻9n,7i<(Kxc27c@ ("MY^(*pHq6P?!p[wL{r(z+J)L94E R;߶3-~M۝JȎg -RwЙC)\ҭ"(`;pNӾxfG§EQIWe`, )J鶦+,>дPѻǷ(P^)}@$BJyn !&ȇ΄>KbzQ QDڻ&Pma5\o_va8 xd,2|Z_=~|=zq!=%4 5HNa_g5_Ra!čR٨pWwBlk!` L+K'ppM9⃵kirϭ ARP|044J: !Fo#ρ !6}abʖRH)_\* -unmJ0ϑ'%| " `bmSߣ9^n|RΒR'pwC<[Lq0 E׀yM}>̨o&H)+>`nSBQVʃ]={0 ϡ2{IR/!J)/?64aKma )e:#qC")jL(07_ ƁOa8sp!\8PE`0tˁ=L R |6 ~?U.BI 3a\:W0 xBR^ >?<$2aE$9y! B;Lr&Caopy(n($p.A!&"*;˜0888uOwN2(ZutY+Č@,.81`E^OKu;Z3%^kn.1^`iI1D+r'zPDEY!$`VA9Yət>~8ګsxCr#^ (*A[u 78}ݽC`g^?Pr0PՆ{AYJ2mI K9A0X޶mu 0M3r|^Yym[Gݷ!W2df.y= <|Iir&d=Yh4You}0|@F nض{אhi.G1>y/G"#UWtX4MF˲E%9enp0wJSm_YreYQ5|75׀o;uPq1 SmORS4os 7L<ΝxPV{QWGrv 7+=25ڶ}WOyڶQh4S &˲70\j:E4O,~G jq-@%ͳ]it~tpe[&?uO^.\yo}uVW;\mۧ# jP^DIAp9; eq.u%>ضLԽmۓ4\) b)g˲QPm7|nsg؝"om$mضo Cެ6M/,)OQX$v ֡KPAZlL6=kzY&oY֗Q|ϕ EV!uS &%,EM}(aKEI/Ѣl0:? qqei R" +9Ӿg.8PWQ؜e,`%ZQ 7 [*"nMi_~GHGq$0\r<(]-;3%da *gHBZma,(M* Wpq@xQF/~9< xqBwOu݁ǹ> v]0@ZM"]Ɓ-0\#t9y92dɒ}'Q^cnl^ fcTL@@Ph|e 5fdATx͛{W?+!H Y6{+t6R'Mme&ЇZf E/uL vUKpb6uJĦ! !!dYܻ{ޙ3eo~{|o`>\{tvAupkڰ7nez 0 cpp8~7ŚKSJXpXq6sI) a.o`?jb0nΙYRnYWv>)aˀ2Y>`a\[.I)u++UV)? 7R`'v&pWU`maWՀi_PFhx%}a,r.٫OedWGs=b>T_pDދBR wgJ9XDxE$qcZeta8~.C֙}؜~ <$73Z0MՑHNDQt ea<ܭ8%TJ9 !ĦFдJg!t؃tvƵMӬ6+hX<rƿWq_]M{n,Rbi;eqBim׿DŽ5͐3$%Rʧ?We <%8+\< MƀsF]i %9{PiU '/~%9zoЙvB 8"c$~`?Ewwz`EeJqT~]7"YqAr'Cm;r`]aԽeYԽL9r" C-uoYV*uBɐmۅ()ða\m6Ky(\}ei vl۞ [^uJavYx֐lۮL9OJQa&2FжJs\׽pH=~ q^ ð2uoYV(mۥ) ;Uw]K{|<$ߏ=l ~ 8ð4uoY8u?ضb h?erAUuZ֋:M!gp LW:u˲aũa5`6A0GUQ睩jQ$Lk )rƀ+lj0\K$k̲IueA u~&U#mt\'Zm`OB˲N5W"[#dPAAߏo3q"yVY:-E[z: 9Du݅L>NÞ5}ns4'CV;H˲,+7uApU{3dv_yRh4HT@GEi"TX&pu[-aEZ~e|tXy^ 6f̳ܶB]8\Lu]PԴN!&?Bٞ4&,Gu6*L(~8(N?*=AvxL8szu X4넛X-eW2<+8*꓈*{ UAvr4d&ӑWzbX;x@yASoc ڼw(I C*q5UP#j*y;u;OK’Aĺ%J `S%f n%m ,d5`VVp$' jlME"&H)IZ 0"'h!M%|vXG`̀$BK"$ C_Hi7H<8`dAH> NACmT!/ HN 쳗Y @C!,ȫ)$B'$`܀DG눫8 j`IGl+Y꥞H<qM^m`T7f9 Byӈؾ5(Oy&MP(AUPT/Ft qA^?X-,C6r bqQ .:]-F8g5wc`~ 2b"@MorYפ5ƨYP7qw`6CvD ZeЉm2Yux 6l`_ OIr1M( ub!H>&,x0 ]t5plW 28nMpVl?\,hq雏0}{tIc @C!::c6|?8W3peFEQ;D\aGfx%6=A&Ay"p3ev"?M+ :`š_눷m uZY\\|Ϫ $Ufq)q(Z x쁆|8 /AHu8zj!B^$kRLҨ_i[~P)_NMP1Ɲ!7(~h3~>$y\PQL#OAL3//Ey =Xo9C.NX4  @oy:Hm ux p!\",@H@. $RUH=Y#k?]U&NK,$@F5lJ+"'D 17=AOd6\^"OC#h2]eIs%@E˓lۢfd'0KPg,+A3½`ŸCDp(d.L Y*ATQ@OwIp"B)`Rz5 C1X` 8'DEqKiO@E^N Lxz4 )!gsP)T҆-@0p}-O~x"PdJ(Y@ OK_D ܊@_gLf:)@@;ưL2 Q-6~ ` JuD 3.o!qpaQX`M!]@~3 -wD &j0+BZ0`㻂/(4CϝB+— /_%C兰 G A+/衚0IENDB`playonlinux/resources/images/setups/wait/11.png000066400000000000000000000031611226051336100221350ustar00rootroot00000000000000PNG  IHDR@@iq8IDATxDy1HVFJc$99kIuFV2N9INd l#9'''g$g9T$+G֩$Ͻ?|}>㺆m{Ԅ:::JBʠ;謹 /¾.2߅׭L Pk)mX/샺0O h%kQp-SLụQ)T(]D1xrAeQ!R2@ԋhs hkQ eŸ5dhV|E rV 5 &)a~cZ PLxfĞ _`Nub-NXC kL yw⤆-BmK,huÙq;S0k^VŦSB\(B LX.Z3^cad x YIFX1hUk6 ](ȫ=P1p\dDq`|aɫ vPuɭp*O6O~9u  #}q;,gIO(r6S." 8]hф01+?So¨>Y,6*.:` _Z x(ed2'Kwx hSp! hT@\\%}~|ggUI{{{ ,4V^BD 4B4!A,W^Wd|5u/k'y`0 <ƣd$=* |Z,ۣ~>* a,T3A#,žC!48k.A驃){ $`6a Af1!h^?=1 5 /+B׭\.S)<]-{fx5.anñ. vPo5+tdt ;33N6Q@]@V Pt tIMo}$ .H+fN*|0LSɿ6gQ l~nL•A6@C٧OUIMr"|"<@a\hO*6KhUPVW_.D?>=(l[LZK|p/g\) }W7L ,ADQ@OwIpC)`R5 C6g 8DE iM@EZJ Lx5b )!ks> S@0ƙ!0Bd4 JfFZ8e 3;IUZ1F.`  bcZ5/U:-@S@>~"P,]E{o7, xt$7ܱn %,>iJx?,ycQgSh[3,*—/lI5w兰)XCX0o8%h7MIENDB`playonlinux/resources/images/setups/wait/12.png000066400000000000000000000032021226051336100221320ustar00rootroot00000000000000PNG  IHDR@@iqIIDATxDy3#YY'c$99+qRkd%$GpNΖ䜜du3RIYJ$+#'c a2LH '<r*3BiE#\- > Dhe&BB_3Y81 vY@3A?e"ojk&8fdE.,1Yy y#c"4WiV[Y.Z3^c(EZ,"L1Kg3GS z0hk t='H;A`Lrqqo*9Yt@!Bŭpn UӉS S:]""Cq;,gI73i_crց e"- 8rA= Qp!Ѣ 210n(Y ˷:҈2e->H+jγ]"#_>h:ďe21$+q;<hʰ&"PB Z?{S?_9" !ʧ3NPB%ׁ@sߠ/1wl5ɯV Sɀ?JuWOP|Ps @ԍ8u st@xp!^E; hw+# V ]D @ Pp! t $M|=8 .B%GNա%ɿ4(K;` kp;q$!Vs2>42 p @T-f%ˠ\kNǒO ~ Xlr&AH ~a#UxΑڿ[ /* 7.='(X̂J mD AEx.<{f3 @Lj`ӆx-QL+m?6_@̂Uۢgƨ>YP3)c!Gv=`W"_.hgײH.6YրU1xÓk͞ nK]f4 AA=Qϟ @M4i'xx 77@ $&[ BW)ǟ|=*T`_: OpH0C.)5a>H>:?$h"@18 6  M`1 '9i)xKa -  ĵL`Qix X Oĥ:4k֤P3=*)=]-9*(`µ xFj`^m+Nì$pwáIp ^Hj1)aZRvtÅ]*)I&Xl (*q _0}0IO'Gؽ} Pi] &¹~*T|n ᩔ. ZI ŠDY H3 rPJWT2^=`#[HYYan,P1a1%hwa3 U]. i1 v%r-^߄OX&!8h X/3F{+ݚƋGD]fi*Onz eò%iq-xd'l}O+Pi Tz5e{| y`ga ցCɘ:T@*zX@CJ|7u0 3h3AEo 4HN-8Eur?|f`Aԋ}rry8W0P3؇cp 5swáIp X0 W67$f$ ,RooÓU (*q ?k.0jM ҪPJW{t6)Vl@6 *+`#[Hq؁< ^kf8̪(|0JS̿1 C0=$ ?YMB w0O! O*U2Ƴ{.PNCY :g*% ha(&3…XP/hۦLoD'x $؁.~ڻrƎ48T~,8M eIӺa,I;iҭ hZY (nUnbEg}sJ HZnRq`d_`rFT Uhd%ik[609rlM>G7 C*L^P`TTk| S..-{]d^\oD3 &SX*fϏ~MT __%ڐ_RhX{o -Y=y= <g q2_IENDB`playonlinux/resources/images/setups/wait/4.png000066400000000000000000000032061226051336100220570ustar00rootroot00000000000000PNG  IHDR@@iqMIDATxoDlicd2eIV֕^QIdYIV/r keݒk$+k$YJnI\/Ƶj]Is?qsvy33y~93PG6yPtp$!AIx{hjj<P `F"X3` q*kI*"(ltAt5@oX ^-$Ƽv%F$U,0 Z%#`oIpHwI2j9FUD5Y,r2#A88g$,V)/&-AH9`Lx"{Sv XyՁypv1AЯ NwLx >̀=AeT k}F{-9*+5# ' #T 샨z6AJrSD0,t2?Eph\τFQ4[L$L3ˠ\SF3 ` n%`KA5("@/IO EbxbJ Ih3P+pcORFp0Xv Xq!ᑸ3:' a Xve-*0cQ 8V{ ĦoA@LJf[mTneE - (rkvEP㱀&q-o'^l!pf! jz<`\^}ӻ(S)^dT|> `IE0AollL`/@?k;Pq?*y$`EP7_Mx! V\`G߻7RxbG. {./ft$wRl`gI `5X8x ݿc{{̀=A}x*s3W0b`D=M]+Muph\?S/CB֘ 8`%(fKUcھU Ox\pKA5(D6k=0jCFU׃-4[󜜜<CiR NqV2.;@l:tAׁP|f3|82]Ƣp· ~ F40h!`%#H߳8ϯfTr %A2J]N$#Pd-`-` 4+Al1Vז'ߊ lJ:P .%0&Lk[7"Wd ?(u$@]5sPe$ _P'[ІMʀ{m$d~lCF 1O+ axIENDB`playonlinux/resources/images/setups/wait/5.png000066400000000000000000000031711226051336100220610ustar00rootroot00000000000000PNG  IHDR@@iq@IDATxoDlicd%RY/de]J%k\ɕ"+E5nɵVXY#Yk_d]k$ɕb\֕$I1y3珶MӜgy{CFePAo!l#&C1zB y{'AiHK|f*j#`)?@q 2T% B)6/9y;w087X;$r 20jbDE-y ]PQ J`U1|88P `m.L"s &7`p A  Ma 1li<{VSȉL`P}\.[ᜟ 57&yɏS}a ,#v;d;F'3d@d܅@l9բ3&kHȿvQ0nl([ .w45:]%Hj߁%Z B 8@+edb d|E0 h[x)@]%&NS,4ގj@sP]]]%aC>ށCO2: S Joy! V]`ߺ OrI1K.( c~J>75X`(Z Cqmp^@/;99iȀ3 xL P57cP5A?{|88)@YH f9|MK0IS#7^ ͛>+@|/VL?sC̃'K2?,9l\*92x@*4.$^o'FOپ~E vd7Uȗ@6X\ J{c{#ُ^%zD @Fg˻NY<1/opj qWܚƋ@~91>Z!v'Ƹ4YE[ky '@P8tAH)dhk!@HcFբu\!Jpm*e"עAA6iq% @9%x?ݗYL9}'0m~X|qY4HFO`^jw' 0'd4S(H ͡.BlBWA^q$fiIENDB`playonlinux/resources/images/setups/wait/6.png000066400000000000000000000031701226051336100220610ustar00rootroot00000000000000PNG  IHDR@@iq?IDATxoDli#Fr]Ib$W2Vҋk%Yȵ2uKVV2Vָ}uJ+ŸV+I\YsxsΜ?79|>s<ɍDB8jA>C8 GLbt>6&N(ց`Tk8yϙ$C&Lp 5WHKjȏ[`0 |'S~h'(q&w% o(87Y :$qq<t%Ey:p0tp0Q%e(ӊ4+$+ f65 &"JTi s-R(7 ֯'}Όsb1PPg=٩ v+"t"F\o|"\T́}F$dIp AE"Z 9! Z -qp J`F'Z$E Wc,@B# ;8ϔ(@^(Zl"*7aV(̙C!Nc` : Asl ! {ׂE` ăqpa3Ъg$8٠ޗ S>XɁ7|W J`J޾u0%f|LpbMs L [W\yFA[(5 Pȹ`Czp 7 B f|CK0AS#; ^k[>ݗ ~ y_ۡ ̂Jwlrw08n oeneM^omcŹj7A[vdSA6X|蓜R!O+Gs: w),A3Aܿȶ 6NsErmpj 05Q'k2 c3N Қk}!Ƹa3P`nAh$aO2ͩb 3@J!OS_,jF ˂ӵb`V!-Dh֘Gz`Fr,%?x\JE{}A?l8UaFA0 ~Kiy$^W$ A}BN _ _z/s?9@X,Ɗ\5w?p.!}!ƝnO0h6`^b\\\Q-~ς[0$@NĄ8 2~p *@@?D(HL>$r ȂshMFuyJ !x( d\g%A@L(K5JwN9IGlsYw?x#^JU֍lr@ 0,a0 i<5xD(*G E gRh3p(qN~ XWI6" "LOA'Gq ,P+ݿͷ#} (0 ^өQtY> *@@?q[}ф8reyH8-faǸr$Qt4*fcr.MTّ'6ILXrf[- wcve{zzA7 /lD ADdC Pp([E6pW B 2 "nmZ#w!0 [ȫ &0-N셈[vz=rN5.l 0.yz4B+}n2BQ@ș6@A#'~IAbW@ v%U,k#gsb )E$B` @ڿĎu* 0ǍE@ UIuB4|0*H+lX @w$BGOA]`XH37cyڗȗ $~g$%`d+KRr& A+X I1zs+u(@eq_}j;I~ȿA A&vYA'^oWodEXӑޯe"20__!y+6qV9I0p)@d _Ӟ //HN} ߦ*L.IENDB`playonlinux/resources/images/setups/wait/8.png000066400000000000000000000032061226051336100220630ustar00rootroot00000000000000PNG  IHDR@@iqMIDATxDycdeR9?2IV8I$9u2%9''ku3F%Iu$c̽?w߇=|<<1ePAN=@~ Apd!ou]IcybKr#MtR`-FaҥK K_VhUblkl+5M!@{"@t8 <=tV B>[X`LnPQD Bvekaá=F4D2j$.oWix P5N?-n)ode 7 "Dؾє'26[^{tY sБ?&yɏSAAb6Fca=39Y *4hyZt„`5Pb ng?fⵍeeN`Ze46: )^rkح-<1@2MqIp&hX#n[nO@EУvy8- `44W5Yak|_333 XS0,˸X~A![ 1Z ;XuQ| sqyph |ݿ|é=4xST ,@+qAgqj,Ǡj6Xoy-C q:X[+ 6@(Zjy6o4L5\I6y7sq @u5 Z9Z[[$v*q,@ }~@}_*zp@}_0?GBz"=r>пO>Ak}_#5 Ң/%65,,cE+Kqnก, 6u.:lTwOhƄhOhlFhOhlFhOhlFh^=YViFt%D-M}y޹ڙzMB;Žs (샾_<[0I;Žs )>}}xa%}E|o\j=&!y⾹ԟIAbvb6m7B(J )?mqiqaX~&Z3E1W.:t%_EԪFζO ugίh8Н^:#Bu{@F 4p,5F@ #!$*$gGRyK,ea4]F,k,>t\["N#߈1? e'4])NO-b:Tw3g3 ŀ#B1`ПX4' ŀ#D A2@ T T #i=ȖJi-7ōqG{ ͨjl7Ĺ eқHde"eL1JV*9;!: Bu{@F 4_!a2T@@T1;,0 7Z ˪h4a6ġfm? Ĺ 1eXt]ٕx0ldNʟX 4' ŀ#B1`EbiHi aHArCOMLiT%LQD8^A=5Vc9evUcM3@".\fPT bDJLg@ [KGY)bh8zby q->u¿+Q&S{ۃOjj3wrm<U=XӐأ@q",i#z&LFeÀnO'cuG 1Zet7N8{NNi.i1sZM';^۔dTW VJK%Cs%vp-WLiD?ky_zOcbOojk=,zJ1ҹvǍ4a M"S02U߅3_~*1`;Q?hbLy;^ƯXqA%K5˾O:_QV>~9'l {ۣOnj3vT_ 9XӐVN@4@c'l<-=3K[Ʒ#Fky_{=*¦Ǥmr;OFq51M"1F` +p|wQ,Cx,5#k̀#F\h䡩~cxd9Diy3h O[E4GLRr4@OGW?A:^N^}S,qK7t%}&ggp]|OZS5GVQF-&&KyIR!rl> D09Lq/!!S#q[ ?ygôj+kj~Z$^}3}{=6b6L _0؊S54[*XI2$=yxf.o>t73;:q?6#FT]M?3-4Qp*֔=#yQK,r-=S/ꛣD%ev1kQHyl{nS'!%D XGPID/˨g5=]Wi{_)h|0KWE&}@̞~[.>{GrZEN_GTo$| ïb.dzŧ\77ֆs6 vtCs6h-Yxp+֏}UV{_ Z=7GT't&/]DM!癳;#]L!%ej#i6iUؒE3>*ət8]3/'j Sf˲ mXLnc\IS \ŘI3R(EuᯟƾSw?^jho<֙.>~=5ȝ @:񁊗 v=-=b9پ6:Q?6#GNNnɻ:I dvkQHx\snS$IYDbPvc%b GgS4?zkى|{i'؉z.,j|;N#t+SBI]ݣVoxqzJLՑy]ztlqPzu?-7zdzx_sY%eT&le]+WKPʦm(Dlm4bUCZ]'u<7^Zn9o>ȯn_+|ى4GĚ||k&KR3&T'sgcn K@o!m[ xI>$/v3iXљvkd9YMw7'Q'6#GθaʬL~-I7e9<'e!UVpp^lU_oeNUO43e'tޞMƚ63=ff5  @ ı=eɮkQ_2kQܭҟJ`|ۛFۛg˱?x`-Wzx_rq##Ι_ؗ:g?hz _Ι*x19g?hHP`$W99g0'fKoRіD!ڝj1Z,񣜧6c]Mr-H ƶvU,l;.khenf/?AdhOlFfO|46v/++b4;Q=WUFxSUNy➻AxOo:'ze"xv'Y okM'iɐ2:,~S̵X1rb;.n:9ScEnf,? ̀#B3`П4aE+WL/L>/Lz#DCF1N}$Ob*",#$E",L\2,L\/9F%Kl(QìeFf?hOlFzhGJ_!;GI[ H+u#h+#h+u'h+uIK'i=-!'hoaǦ<Az =atǞb:c_A1 ؂lALy6 <Cplayonlinux/resources/images/setups/wineserver/top.png000066400000000000000000000110771226051336100237500ustar00rootroot00000000000000PNG  IHDR<<:rsRGBbKGD pHYs B(xtIME /roIDAThyyܳ}c.#)(CHB., 'LNvQB.B H$FB I+ E`vwV;\=/̡C$]_~}{?:O47ZRJHh=RJapt~yw;,y$PJ@̵eesc*xacv{)rz(4fsJe4A)Px1)^OR቉6< lp{?۴ukee"1:|9"xĥIӚ5$i^OG{ X?6_RD2@hB"Dk!VeݎUb >  go;8xP$'&@ʌtKnٳge$ǩjksrhԸ z ]nX$LJ*π.2p0HLLPFEٳhj8tc@ U]'Ζş^@zڋBx;x3^E $mm4vt'Vhl E~nih~w-Zf$kWRO IbL#jZ[om'&Vƣ[kA%dnil;h_t)cj/R΀,Vmس B^mM]'95E]k+uMMȹs+hd-B!ԴMں,!Gr|Q(`7)ASL]'5=M]k+5ĪH,6[`  au7t-^L1b5uRpRH4 1Ԭ8I̮vCIEԵPOLY4 -*RC}\SGW65ꛅuG4eccBR\tX/1aPRd=z0X3H}(EMmlod:+JJJ\-&dED2žu40G^N*V%? YY][kۙB=D|-ͫwehƶ6|c##INq7sOyc[zzH3Q,ٞ |z"jǩ8|8#i#٨li`^<@P$(bz+ّץR[?fm.חW^}Vb7HaKX\w,Fso/ |azdκVUZ8|Xc#1#P4 $BS_$r*X$)e Ud(0R)ӴvvIܑ`pD77HqHNNT=[4QyBfApvX>4]t6 YRf`O L?zjtu1cB4ØY Z"2MN'B\ ruiVz~Yd:w0;:ȫITFtVeYh' xe%+lCg,>W\o.jaYN:,~i:s04 ޹aqmh]VEIA\,M5Q IK.k۷eGX֒%D44cuDvDo|klDT~)dx>h۵,teMHDHy^R" c2-J;$deWJXo~k|0r@,Dd!+h uvҾg.} <9t)<4s QbrXeO ev Xڸ5׹sv8nlĹw/U-زUU_ٺʽGJ4]Zؖ-ԺHS== gb6kAJ ,|^/Meeo'y3"k5 Hd0'oRT g?KroH+Yo e~6vTy9t!B ڳo1c T9p9w/D 1x8f|Y ly9͵MH[(/GN'Yvݷ4nBa6MFb7Rpp{vL$^v\%Y_UEsCƍkׂߟq'Á p _ÑiUsSuu֯R_d<>+(ttcyM 혷ފπϗqJӐΗ_&ۜ޳T,FbzӻwƫinrAv6Uu5u;\rIF`/pd(9sNNSx1 +Q>_Ƨ/9R""SW^!K/|u\#RKRJWShkbAa-[01ȴi?<}3a͚%Cۊ4{]|TKp^Nx|K8:p E22L qz*kYɌ6PkWp(dddd'o]񑑒t@J\Ʋe q!祗q0sOգQ|@]s3N)1ZZC_}P_GybBеx1#=5[OJz2Z1::qԐ'7`%;tN\ҥH$NgITjFd'Oى0ZZ8W_%ѧ*V%s"L&_# 6g"W{'e˻qy-˖Ўs>pсƙ3'ϖ_m g'4Nmiҁ#G0s֢NXYceZVɭι`gH$ fu:ikoG?sDbMHïBlP{WVFbr4gtBy9wkXk\n7mm(DbGߦTc}nwXK,\Lz~-N].7CK[m(xB bHsRHB%RDŽuCKk+idjǷ~Q S7 ql,֪G"+:,D(WnXKK{;I) &XVגI+Z$ĉX,֜Z޹xC!TXv@`褮ءi?1 n”`㍩HdYWW /&磽i`_*i!~e s1~*\ bi-OKuvJbaZVŲJNu; uA-9 xu),zUem7\~92$8jkjFygx8c; v$gK>.sEGXoS3Rg.fV"2ө> őg'2  S6dzc/s4ܧ`Ђ>zt(Y3oflI]|4Ux' *]/hͷ#iWVN': pZ@@Sy)ٺPd%Ȥ^EinSsRh,WE6s:{m#(.>sweώ"PlC 俨sER{vR+U + %bIENDB`playonlinux/resources/images/toolbar/000077500000000000000000000000001226051336100203605ustar00rootroot00000000000000playonlinux/resources/images/toolbar/48/000077500000000000000000000000001226051336100206135ustar00rootroot00000000000000playonlinux/resources/images/toolbar/48/configure.png000066400000000000000000000046411226051336100233070ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org< IDATh[lsvfv/6(1)TV@QФ"C%W$+B򔖤OXQ C"5R%\Rr*bX /vڇ5ޛO:h|s<,np--듀Hy 8% `: w@ȱD V>ÿzP}7׬YsνLnRp w|j۶ձo}9 .7@._EQnhY.7?yfWkb D:;;jjjz@$oDi(IniBELԀHOOן^nURX"ʖǏeu]'Nx2L8O&n\ׯNhFݻ$IqkO?S/⿀UD5d r-oiEQj(L&q'yފ@ J$aĶmRi8)Iҍ@ `DQ$I,˺3{kaF &:Lɶ@ Pضms˲\23WdRa|Jt%VAfΝȲe ضM2$Ngىd2me恆vP[R4K[\W"L Rft:m>x<~Cjz뭷-˪u]~4UUOt-2ۺu/wbWt:]VW,# 5jvo0ly;-"KϺΧ7ŶmTUhoo;Y8޾ߞp]T`J}}=!Z25躎iUUXqFlYB4<Օ[Mf Y !iVIW[`f4w T*\__$J}qeYZeY󷪪xg= YHw<3TUXO ˲#-mvAq>3Mr2,;a t9s~Zs̙: (+Lbeq>z L\r*Y#[,Z*QU:KJ5gC$itrrr;3[-<ϛј&''$iСCGIᒜ888K/WӴX-H`YְeYP( BeeYfYEQ)hrї_~ >Ë,~488qѣGY;v$.P266yWx={|(ػwq6|_JfA\x;YMMMaW2uûvz>7/x\˧N:"$ۧ^x7no37nt?+MBBp#=W7Զ".o1TP l/ᦏ~Xi-y_/P>;@~y---=ϟ_-,n޼a.5Or%Wj bj,`%4v| n4M#IENDB`playonlinux/resources/images/toolbar/48/delete.png000066400000000000000000000033101226051336100225600ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<EIDAThOhYǿI4G7$.$X[`=A<҂X*QzjT%ڞ==ebV?[ KWGlۦLlmD y/oZ !_s(7k5Κj\ .ͧ @ ʹ\MCn9J-T{/> 766Wb`Jp 8N:Xbk׮#@I0 SjQJJ 9gϞ9N>] ~˥(M(x<],˪EB ((]$zNQBL&+Wp\/Q"<^0H$MEQP#ND"0Nn^_jAӴj:;;N(o?fn1|[*++y}ұn:ȍe'n{q(j@~ppph4򵵵(){Gv8qb@ ^`rP̡P͛yxNWd2ıc:?JBM+aB+ /]pg2 5P(<444d2g2$ *++|^b鎎Y4s{ab(˗o4$&''J^=xG(h<||Y4!Iɤt:_:ΗdR$iZl ^nJs[lX__?q,rK=6EQWnk.ȈSd$ ht3w|+%rMn޼~"8+VJx<.|By"?y7n߾ݻw  k,fff ;hԼLnڴfMNX,&\xq1Ķmܻw/ʟ9szSS P MZpxNӳ4Mfgg=OIJ!ccc=/BBX,!ccc=ù9UNWFKp7PR4x |l+fճ&YX|Z501$IENDB`playonlinux/resources/images/toolbar/48/emblem-downloads.png000066400000000000000000000016641226051336100245610ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<1IDAThKOQlUńgXtk ).4-YDm‚6ZGV6v 78 &H3mۼ: 5N}:c-Jx!b؁/U*w=E!(}}}B'O(];d777µ"M`{{{NV/7&&Ċr<.c]im ^__ZV@0$vIµ"2* ֕;( jUVV lmm9HR@P9`YVPŅe aѨPmW~@@A&:#Ohyoj/ =@  Z8 T߯jroT>'&&׶ttp8ZrttgmD,Ih&U& =;|=/// K|NMMbfhhHIJ,H&| <  02Þ%,M\Ã;pHLOO{pollIL4u-aYiL&5pHΦ p%Q4M_[[kZ\0HS ˲899A4}uur15|>n}s#4QUU*<{FO"=\.'BQ;r9H$e _iC{A~6C^"U{_ ^7] lzPVIENDB`playonlinux/resources/images/toolbar/48/install.png000066400000000000000000000014131226051336100227660ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<IDAThOn1?'  DUQ*!q.AG.z^R]gUE4 D5a*fD|  u>= lŴ ^peFWUz]kGVRku}?p])%JLmYBdvtPJ$Id )w \s ^r$VABPTh4 (LժJva2N7ﱙ8bx4H^w T4~U^%7wGp-pLNӅY p ĚM\ms/p(18~0Vyy,xRKWf q j5|ߟfT{+#'a+ t9~%wؓ?k(D{(Z%@*/ HIENDB`playonlinux/resources/images/toolbar/48/package.png000066400000000000000000000025301226051336100227140ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<IDAThMH\Wdf0ӚHHC"t!@BR[ `F!&Tt"t#"B@k7%~@VCL!-EP!y ֪10wwϹܹOSJ:KہRPn[;+UDV6m8yv߻w&L )R*!Rz4͂JJa0 JuJ) P]ٵkWaݲ㛅}G>m۪pm\Ѐ˗߿m۾jOQJ;44gφʑBʕ+|={`<)vZ88p`ӃrJmw i@ݻwUUU@ ||"CnY֋RHc9LNLLfjkk7,NdgϞ<f"e5ۻh@eOOχF[f:fnn۶.]4|ȑi௎YF4-5y/ ;h*qDkkWNz<&@MGGGOlM5` !ZZq.^xL&q`$ FmKJYk"H$xp1-sjŁv 188)pw"u]dHWG@lWB=qD"9˲ è\N|>|… 7&lŁɓ'Bpg0L4Mfgg9tѣG@҅8kkkwB=2`p:"$N===_e)<. 8NBH$ Hd4͟96'@ Ϳ ! >hjj n{@}sر)m(`u01J}*8Çw|Salc`HlG.U*LQşW+@Pn cXIENDB`playonlinux/resources/images/toolbar/48/run.png000066400000000000000000000027661226051336100221400ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<sIDATh]LSgP Ҟ6]Kp^q>e#5(RV Aԙ(%!&SWsNWvM9*.Ό=(m_PK%'9o<=I9l4kΚ@& s&W걤o`E&*v3=gϞJȁ;:::FFFzAPhڤӁUH*++ST*jUBP`0`hhcǎY}uث:BAb, B@{___D$ILMMgnv ot A>y/_?->@TbfoooHBp8@1#BNK _[[{n H`De___(D+g8v#Iضm%wT +Dfnlld2,)|uueJ!n4&_wΝ0Wl6dRoeJ|>L&6{w~Ž|:].WK^ѣGAxHCrZ5f^Ѹ* x hh'x0_vuu]ca[J9MOܻwi CeeWG*1SNY߿xwFt/,/?ظ`"8/$/ ?\d'[";t2YS]rFO. STDV:qŽW#Ě5aP0"=cd$"@%7EGY H%WF$cۦn4f $IĂB\?M 6E;02=8r&bE۪K!0%hIc/CFqƦG$էsNgr~zt$^wʃ]4XzDz.:qr뻨zWg̘1i))IENDB`playonlinux/resources/images/toolbar/configure.png000066400000000000000000000027121226051336100230510ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<GIDATXŗ_hSW?͟&FC&m@q+j%1BtaO>p7W2LiE|`52|c졫t!BeT#,n۴&&!6jsϗ~)KXjB|Q{<IaZ.G"QH$rB!7i86 .//f3BXl@z##X,vLLLBp88B&&&vX,v0L3Qel#ʊ,˷u]w\ L&C:dYuucNč7 [?(L&4M#p8ZuW!XXX`۶m_|Fd2Kyv;vQ(TWEuoW>};HX*z23UXMSO$IBU,[-YUU$5/tϪ$I7 aH$U7Hl5v@Zt6x488x]6|‘bvNr9\744tv,KMǴ<88xxuZnÇھ}{MK$9u Nv\ΚRs}S~/xzMXYY KԬax<_~:vBnUUwU`E!Pz b5Ro L`t69f= &7l__dP\VR7&P(7It7.x& J-?R5]kҭ:TjCJ0]lxɓ߻wC}gϞ{d722,{/ϣǿkooڵk=.\cǎ}  mbMGhadiVӧs@'0$ $`ro$I2azoo@Opk< 47>*/&7EH+<#]z/3yj`r߫IENDB`playonlinux/resources/images/toolbar/delete.png000066400000000000000000000020651226051336100223330ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDATXKbkǿfXPxQ1t Ux/'In Z]utJFЅdeZN`:]5&ǣ0 |}>s>x$R|"ߔC{ "bs Xl,Lv I&XlLtoJiE |bXrTM)%rTmXrf$=Y,˞\.t:)˲t:*A鴛eٜ.,+J+jx<zn%H:v~y<jZJH&!9<<SbVm~kk FcSTOrwwwVŹ_z á4 e2$ɓkbZMVCVCP|t8J!ozz7JHI@V"dvn+/gff%UwFc P@S!yXlh4&; 6LtzK&m$yh4Bq\6phtl3h4Bpb( R䧔J% x sb1D)u/v2ggg>\tN%qrb(@*\RwRuQX,;nY˱dYq!p8msu3@:~ywp8`<?!D7m۬X Aqnpj5`Yc!/ߎz̀jYE1J)k9v$I$ɿ\Dt_": p=G^!B}Pgٟa g24FT*?s\d2wDQ4FQ/@T,54sA+?QJvYT*i44Rd2it:a\.k$R EQv}2<,CT*m>!,ÃjB1H.-*%C%*ҌQ2250]b`ndb25*&v\\myx {_- $ZMPatQ^ѭbq[%R$%JUHJ?#*'(wVGGW(%ת[4d5jӚc+J|(#KcI&L0﷨L򱶰Qcjc{]w[cB }.[>`kޠcCn> )mߒ0;qsLir6QUYcW/),.]|mDKEa弪k'5klВ:z`wW{^> &8u3gΚhܒyp- [xǥ&,xUku5`S[MaU{8;~@`Gn>.~g=~ӥ˧Z\[vCf뭯w޼#ǫ*>Bek7uo/Sw_?U. < 1 cHRMz%u0`:o_FIDATxKHTa3GKE ,"12R0"#ZD6鮒MmZ#r!HMZab%m:3̹-/-|{pd}\<)K*L1A+VdvV|)j:``T4j@h~t;wЃ(~ }LIp} q_Z.A"Ddf} d`aaa w B)6(T3+CF~LThzxeO=?EDW*#.U ,$<2rI\٦} 7߸R:]K _k:Kx$T7{1gfVd&AQF15ZhRkt' sL|m2Gg.%p0&^V3-&1u Sש%3E3;sم֥2ds4q(J+.# b֢IѳrATlON$шVvrWNnȜi9d"},o Pƽ]jnXV9қ56Hxd@J+{u@p ޲H)4 Z>uh[1U3g(\NHIENDB`playonlinux/resources/images/toolbar/package.png000066400000000000000000000014671226051336100224710ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDATX?HQǿr"hLc&:WJ:tRCF)s!A\DItXR".Tlֈݻ?&F;~>{G\E?Ekk@۞/wܓ}XTbn!< .lnnfv Nxpoov<_,(0pppp899ILNNb,s4 loo_ ;MUUKFFF>9IKقr x6UU]KReqlQq wx-h<^ x* u`0xy: : Fz @fff i{/пlllachm{1r,..SJ[֌cFt]Q,_ l0ƸHjw@Lܝk3B$ xܫIDJyimۆi2LFӴhRJW|NQ ˲z ("۶,--eGI)-r\8 !$ z4N-I)-eY, }g0 LLL4m-vzjV{455u8==0<>uP(TUŔeٳI3H|p]P%|YDcr OW2PIENDB`playonlinux/resources/images/toolbar/play.png000066400000000000000000000007531226051336100220400ustar00rootroot00000000000000PNG  IHDR szzsRGBbKGDC pHYs B(xtIME k kIDATX핿K@ǿ --d]J`pkA: .. 8(&AB]2vKi M4>wwwH$F\>*J[$MuTUP҄j*cbEѾi %Niu}P(ܙy1jPUZqL&qpWB4,וJB Yպ 'Dg91 øz0i[Yuψha8α뺖 et;qIENDB`playonlinux/resources/images/toolbar/run.png000066400000000000000000000016671226051336100217040ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<4IDATXKAk74H0o *Z(F$j-X/URmؤ(Q{Ћ7AjbD&Fl>/ey]댢k[%@---~3:m!* 媪GZ.൵_d"z~=.CDqX, EEEKJJ$!:Ng(@q윧iڔ'CH\^^n-ٟr Q\]]]JTZZV{<ނ;MMM~@I<8jST&F5.]ccعi(x<k\nwv0D"mhh( z@Aix<Gxqq !Cv^^ЂD.͂L\vEw7Y7ϵ3hFIENDB`playonlinux/resources/images/toolbar/stop.png000066400000000000000000000002111226051336100220450ustar00rootroot00000000000000PNG  IHDR sPIDATHc@`P00000`g"3oO Q+lؔ2ʣ SVIENDB`playonlinux/resources/sounds/000077500000000000000000000000001226051336100167645ustar00rootroot00000000000000playonlinux/resources/sounds/irc.wav000066400000000000000000001665361226051336100203010ustar00rootroot00000000000000RIFFVWAVEfmt DXdata  $530.,uj^SH\p2Kd>VP7]4 \VsoB"0=JXp`5 J uI*;Gx|Y10V>4#Ito8j!Df qao: !*4i>H|zd_[]^`bM:&6RmN\8 `qudD2  #0*~zvF8Z|Z>vI;XXXXX"e@ 6s2v<ZxU2r~PM]XK*a=S@-ff-6?HQ2Nr[q  86{,d:tll`4\JR}IJLMNU\.%J9vmd/ c  ?HPXa$kwhsr.]N6ilptw :8 rv{L(t-swz~5Qx]@f ; f F^<dO2.Bd\N>|_BW(O347klllm @ w L ! v rSc0iI6"sFP[fp7?8b(]3;BJRdv_$ G j R : N b w  h < Ok"$%&(oRt08@-HG<~\:2Nj(la'~E  f u L # HT$W~'Zn8P3p3Lf:6DG[i {4Ec3QZ}[ 2 X  & s  \X:rI@&oE%l?.IdBJOU$-fhwL!~6 M z  p  Tri82:!h=l_RTV >T@`KS~4H$6  5 V $ 3 &Z>?gTXlp Gw@ V2\`c,5F4vE*@ W  O M L J H t .H0<x-sGt_'41FZNj.g9HH\"7G  T o P 0  9 b|/Dp(D*Xz sIJ,"7|>7o e.p V 3 A N \ j  j  f:Z(XB*w)F b 4 E ]-xiQ`dM(7, `}Y5d*V\pZ  # ? 6 . &  1 ceY?(b<c(Q e^, (6Dcf PPhd,.j KX3 Z ' e4d8 8d.fid^u'/ |EMU&xX8<_|  {  Y ( to[7U#A_}0ZK$EZ $0\*6ALT LJM @j_T. 6 f f F  -\B-Gg*`uZ`j|h4y/>&`/R vR-T, f h M 1 l+}&+>YeP z\h7zu]KO=+j)xqp!30,-; x \ ? "  a*BW~$x(@&r#|g 8~"b!$&lVFX BUL a W N D : y9>eYjb%cWB,,%xo.)e"Y%m{C3:z; > @ B E  ~<&IJ]JXje,R :8/F XX qJF5W9+h! 1 B R b  u&rDLV9Trl3_$t=i+J:k"H,q\7*~(g# : R j : cMqt@!uq$~5KHDQ"VMsw]>*r]JIV" 2 C T d ' qJbV$xiH l,DNX"V*\X7t$Zr-nO{ 1 B h6U_Ei-o'M*p.jL. `F"u(CHXjAr  $ 4 D  )DWcT* D~H\:DhN4J$j{7Fw1RD5` :SaT**t_zl`Tw sfYL?=;97y?/%+*=;h$ 3Y~j-.,(<&z! y;vbN;72.*e">q m6d;2* Cp|]>!:)ruj SlVAHPW^>6/BVl%6rnN1kmQ54Z@(HM'''6F(u 6_B&Hi FND`I$W$ie`\X7B10 pL(2lOR'8_`;BHOV\VRgKMNPR4VNI>,bL e(U8]6z )Km-q ~H WBFKPT3PVd^B%u0PBx`,5c>t8\*h RTWw"n&1 b+T~L+\&WJeBZ#2c2Vd"X|@|:Yl L2S. @Y'pGX-[HXN}>K PbdU>_.G.r(M)L%o6i@! ,^hZGJ RZH_>Rg.b8J+n4`@!Xk F&pB[$pso,r6TdfDL|2Q|9\RVE$v,HW0j. }R&$!9V$ #V Zb9q4=),/lD pSLE\|K2U`f5-P|Kh( f$d<WWco.[:"rXPh8" @pFOv 1fKXd|~6sNrZ_d4l; vl\~S@.,QvHZ$@y:^m|cJ^Zm EiV|9 yIyUI<0$@\wB[. 1)FcXLT\8\#IXhL0Z7(&.L|dYNC8Mbx4Dvm @r4CRJA,{i.@bp]lB9>Qs = ncXNCVj}(u2lT ]I:,cv_06jlmhd*bHG`@ c\TMFR^kwN hZL{I&6F#VWviF#YO vNJf L=:62/DYn3ncXSNn4*4=S j`8TMVLc(b"b^ZVRfzXz_PAe+ns=Fhh@@ c1keFs0e]UME^vL_;RhtR5n/9_~R'|'~|zyxcN"|^i'p_{ G+lll{Cb|j0.}8np_/Y   {L>]PPwf3b}<_2TN g>mbWLAT }[J8Fn*|Q"CFIJJbz 4-`6}"Y\`dg6`$EN>66\[Z] {4j/p2*"nQ| *8 ;iD\P@/1FMEXQ1LVH2*81)*,P3^#x/SGnldVVdln-l6lG"TdXvc n[OpAlHoZ wpv+UDv[@$$%&&a`Eycipyyq]<V)R|H]Ex( "8n i.jPLHEApVZvPGSvvR,l2$NyGXC2 2`h raQRRRSy@AlG78ING+bn!Nzx3cK SD61,WM^wwvvvZ a}H";B0 r=^"Up_Na9l-4:4.X&kt&/o3d='! S$~1&Y]aeibZRKq :tXdqdVK5L[>k:yzzLk"~0kqv|mXB-b X&Lf~}6objL&Z1wmdZ.Z a8DOZfVE4$eE}Em6j]z. b8xN" CR:v(4@LXA*rCL,`x#6P(u,S)4u8c6rdTE;%^ .AT>)UK"R{(1AX2>tG8Z G_0nSH<;O !6L5Y'F*Zn1Nj<>zM "Hm"^ b*fK.am @x,D/b3V 0Sy 4`ut=H c6DoXOtO*fP V"Z2T;" \*f$Kr ,\ %^\ zLAh7CtL$ ~bBU&T0tEV6Wx3j-p}H|KPqV8 n1>:ptIJ[Fm$H~O>k[K;+;JZj"_GN~lN%Tt12h~uL$O^ Q'@Z ^Q^ pbSD6DRaoN4:gN0~@Z]Nf~lJ(Zt"h+Fa8w^ ik]N@2?LZg;4@kP7GV eUh{~`C%W`L$Cb&`Ljuj`VKYhv$YFTT. y>VL9TohJ,Wf[:HV^[ l{ws}1cZWh5 {[nr]$>XsoT8\shA_}4w&:X*} :iTJVhN lqX8VtcF( @K@0On.u&DvG:^XZp'hM lb9x6Tsg[OC$\%@4| cDjx8T#'Jm2t2SL~IQ*`Ah^TJ@ d4RD7&`!rFa-'JlPN h#@i93|.c<60*$X.db>5xG+Nh5 CfRDOb+X!$s%V$).38f: p"v]O L;b#|G-T|G}4EUr8k XO)-048b3jvcB\NbzO$*OtW>?Mu5KFK % NRf_8tM[ }6tJ6! Fr:q8+R jpns,i ~J\|$sE786QbN:&?bR$pw1ShmdWx N`0%ePCh(HSQ>AXPs\WRMHe'\[JR efbAz:bZ0d'T bISh|tfX8j3`u&.vx(Vh1w|;aH0+~&xm ]&b$Qcv~qcC#r:fv"z(4/Jh>@iZ=. tqbS&<RipbSD$^*^u$0ktJ N=cLw8|P$hG>4*!0@P_z0bb6~Z6} E~AjnU,q3t1h$XPyLsj`VMV_hqDu)j7|Y8Cv'Lrv\Ad/?v2g"[n?dZQH>JVamQ;| T3zG>u(IkxpXA)Oi.v3j&a&Q"xl_S\fpy5fA~BU#f$Z *K\nx`G.T"D6d$j.\.znbr -YP R$g"X*^*:JZjfc`\F1Ow6u5{@NtD2^V OMD,b,>PbdfikWB.p@t:<v8NZ.0]J|0q9|5p >o&<SjjjiiT?*\*H FJ^$d8(Py>w.m)h \9n 0CDDDE5$wDv>TZn6W;9bG}(b a#c,Z|$:::;;)xL Wh(n0~E T41Z Cy.n&aG$[~ .1469+T"Rx@@OeF(  8bJ$[K9t'Nu $'*tJ\$t8F i4`B# "8Mv#T!V>zEu.X  W(\'F Pm6 iL06NtBq By3qS 1Vz%1$ W.s> DN}KsX< $8Kn2`:s$_4g(Py  a8Jd)y>_2nQ4& )>a Kv"[PBu 1Tx  gBtD[j.k=tS3&  ,=No-[/fK*[BktL$j5c/SmAcE6( )8Hm 8f,^<u!R.Sxz_7mDK^-oF^M<+ "3DUf 4`$W6j4` 4]vu_=uDt@{FxJq^L:'%$" 1BSd 3]#W+b5b&H`xp[6pDZ#}J[0s`N<840,TjvbN0{MNU"`3paQMJFBP]jx 3Y?tEv6d,BXmvcO0|P$_+\)pE|l[XVTQ^ly<`H{Dt2a"8NcyxdP=lBR#f6xK}olifcoz+RxHw7j(T ":SlxvbO;pH!k8n= _6rmhd_mz"Gl"R8hKw6Ngr}|jXE3b9`/n@tO0 2W|"Mz2`?j.DQ^lytojeSA/X.Y,uF{W; 6XzBp&T*Su "9DP[fc`^[N@2% lFp@P!]?" *Ih :h%X8b1LV`kunhb[J9(c<Z/W*bE( 8[~It&V1Zz ":@GNTPKFB5( tN(oB`4|^?  #Cc?kL{"Kl,8CNZWTRO>, |X4]/|R(`@ Ad&O|.X Fl)06<CBBA@0 kH%`6 b8 t[B)(Gf?l Mz!Ji&0;EB>:7&lL, g9 f@lN0&8Ur$Lx$Lu7Wx &/-*(& lH$g@rGfL2 %:Xv"Go?j 3Qp#-,,+* iK-yN$zO%fI, 2Nj(*Gd 0Ty:b#Df`<Z0`7nS7%(:Wt )Nt=g8Vs  bB"g?rH'pU?("/F]td={T0 rWH8( %4B\u%Hk*Rx (Gf| pW>%qL&nM, zeP:%$4DVi|,U~Ce8]x lQ6~Y4_8jWD14J`w Fk&Ox6Zr  x]BmH$^7yeP<(  .BVkAf-Sy +Mhx^C!qL(kF"jQ8 4Kbx$Hk)S~2Rl  hL+ zS,^7nXB- -F_xBf 4\3Sm ~eL*tM&fBiS='+?Rfz:_Ad8Rl|cJ* xP(kH%lYF3(",@Tg{<_El B\w v]D"rL'mJ&xbK4(*6H[n8_@d7Rnt[C$|W1gG'v_H>3($,5GZl~0Rs 1V|">ZwqX?#hEkI'kUG:, %.BVk%Fg 0Sv$A^zv]D&dBkI'u]E:/$ (/BTfy2Rs Fk3Le~|fP3uS/ zT/ycRB1 "*2DWj|"@_Bh"=Xst\E) nK&xY9v]RG<1/.,*18?FWhx7Y{:Z{8Rlt\C' qQ- zW4k^PC641.,28?EXl,Hd8\ &@Ynr^I+ qQ/ a?(qbRBCDDEINRVbny&Ed"Df5ObvlU>"uW6mJ.|n`QJD=6;@EJ\n %>Wy.V}0FZovgXH,zZ9uU:znaTPMJFLRX^kx&Ed8Vw #<N_p|kZ@% tR1^>vj]PJD>8>DJP_n} 'C_|Di,CVhzzhVD,`=uU: tdSRPNMWaku )Hf6Qo9JZk|p^L; |`C& eF( pa\VQLQV\ao~0Mi:Xx4EVgxveTB1{\=iM1p`\WRNTZagt *Fc *He8J\nudTD3pQ5mP4zriadhlo~6Rn9Xw0>LYgq|tgVD3"{^? pVL[aflrstuvng`XF5$jL/nT:! ztuvxy-D[z8Ys 3FXkrx~wph`N<+uZ= {bH.|wy|~)@Wn=]x):JZ`gntsrrqjd^WD2  ycG*lV?( $?Zt6Rl-@RY`gnnnnng`ZSD5&z`E*hP9! (B[t+Fb~ 0@JS\fhjlng`ZSD4%t[@% t]F/ 4Jax+E]v$3<ENWVTRQLHC>0#r[C*x`G/ )>Rf~8Rk$5?JT^\[ZXRMHB5(|gO6hR;* *@Uk/Id~*4>GQPONMID@<1&jT=&|fP>,$:Pey4Oj#0<HIJJKHFC@6,!gR=(~hQ?. +@Ul+F`z$0<HMRW\XTOK?3' zbI0hP>, .>Xq-Hb| +6BMRVZ_YSMG<0% iN4{bL5-A\x(AZs&,3:@FLRXVSPNB7, pYB,wZC,$8Kc{.Hb{#/;GMRX^WPHA6*kR8pV@* 5Jc|,BYp  (08@EJPUSQOMB6+ lT;# pWA+&8Kcz)B[t(4?FMT[WSOK=0"lO2wcK4(8Haz0CVj&09>DINMLJI=1% qW=# }gR>)"2AXp $;Ri!*38>DIIJJJ>1$ |`D)u]F. .?Th}.G`t&1468;=@BD<4+#kT=!nZF1 0AVl2Lg|*6;@DIHGFE<2) ~fO8r\F1 -AXn0Jcy (5CEGIKLLLME>6.ydN9 lXD1"5HYj{ 'B]p$38>DIGDB@92+$nYD( wfUD3 &8Pg~(B\q %36:=@?>=<60)#r^J5q\F1 0CVh{ $@[p)2:BKHEB?80)"jT>% ~lZG5$)@Xo&?Yr +2:BIFDA>82,& mXB-s^J5& "4I^r2Ng",5>HD@;7.%t^I3xeR>/  %?Xr.C[r&-4<:875/("xbL7" fK1$ 1EYm7Ph ",78:;<3*  |fQ9" p\H7& "/DXl"7K`t"(../00*$ t]F0t`K:* *9L`s2I`v#(.381*"}hR;$ r^I:,*6H[n 4H[n $%&'("|fP9" |hSB0*6HZk} 2H_u "& t_I4xdOB5( (3>LZiw*=Pcv   s_K6 p^N>/  $0=M^n~&9L`s   p_H2{fTB1-*r`UJ?4( $2?L\l{-?Qcu|jWD0p`TH=1'  #/;GSfx&:OdxxhWF4#tbVK@4*  '6DRbr,BWl  xdO;)rbUH;.# $.9DN`s *=Pdwo\J8'taTHHQZix .@Qcq}m\L<. wk_SKC;3.*% "$&(,037AJT^n}%6HYhvugYK;+ uj^RJB91+& &-482-''&&&.5BFKRY`gs (5CRap~qdXK=. wjbZSKFB=876549>DIS^hr~"1@P[fq|zof\SJ:* |pf\SIEB>:::;;>BFIQZbjt~)6BN[htui^RF7( ymdZQHFC@>>>??BEHKU^hr| .;HT`lxwkaWMC4& sjbYPNLKIHHHGJMPS]gq{&3@NXblv}rg\RG<0# zrjaYVTROOOOOSVZ^gpy,9FQ\hs{zpf[PD9." vnf]ZXURRRSSVZ]`hov~ '6ENXbkrx~ulcWJ>2(xqjfb_[\]^_behkrx~*7BLWbipx~ulcXND9/&|umiea]`behjmprv{ $2<GR\cjpwzrj_TI>4* }vpib\^`acfjmpv{,8DP\cjqxxph\PE9/$|vpkf`abcdhlquz~ ,8DP\dkrz~xqjdYNB7,  zuqmiedcbafjnsz !+6@JU]dltx||vpjdZPE;0$ }ytplllmmrv{'2>IT\dltx|~zrjbZQH>5*  |yvxyz| +6@KT^gptx{}wqke^VNG<1&~zvqmnprsx| )4>IS]gquz~|wrlg`YRK?3' |zxtqnjjjkkqw}'1;ENXbkotx|~~ysnhb]XRMD;2)|xtroljjjiiotz &.6ALXcipv|~xrlfa[QH>4' ~zvqmkhfdddddjpv|%.8BLVakrx~xoh`YRI@6- ~xspmjghijkry #*06=FNV_hpx{umd\TJ?4*zvqpponnmllpty}%0;FPZelt||tj`WMB8.#|xsstttttuuy|&.7>FNU]emuy~ytnh`YRJB:1) ~&1:DMV]dlswz~zuph_VNG@92*!}zxvsvxz}  ,8?FNU\dkrx~zuqi`XPH@80' ~{xuwxz|~"+3;CKRZbinsx}~~~}|yvtqjb[TKB:1)"}zwvvvuvwxy~)2;DMTZ`gmrx~zvrlf_YPG>5,"|xyz{|!+4>GPW^elrw|~{xvutrjaXPF<2( )4>ITY^bglpty{~~}{wsokd]VOF>6-& *2;DLSZ`gmrx~~}zxurnjg`ZTME<4,# #,6@IOU[adhknpruwvtsrmhc^XSNH?6.% !*2:AINRV[_cgknqtwusqojfb]YUQMF>70& &0:DLSZbehlorvy|{zxwrmhc^YTOF<3*  '07>FMRX]behjmortvtsrpkfb]XRMHA:4-$ '.6>FNV^chmrtuvxwvutplie_YSME<4,# &.6>FNU\dgjmpqrrsttuvrmhd]VNG@92+# "+29@GNU\chmrwwvvvtsrpkfa\VPJD>70*! !*2;DLSZbfilpppqqrrstpmjf`ZSMF>70'  (.4:@GNU\`dgklnoponnmjfb_ZTNIC<60'   '.4<DKSWZ^bcddefhjkjjjic]WQKE?92+$   '.4;AHNTZ_djlorttsrroljgc^ZVOHB;2*" !(08>DKQW]cikmoqqrrrpnlje`ZUNF>70*#   (1:?DINSX^chlqvvvvvspliea]YRJC<4,%  "+4:@FLRX^dgjmpnligfdba^\YVNF=5.& "+4:?DJMPRUZ`ejjjiifda^ZWTPJD?92,% $+28?FLRY_cfjnmljihfdca`^\UNG@6-$   *4:AHNRUX\`dgklnopmjgd^XSMG@:4.("$*06<BHNSY\_bedba`]ZXUTRPOJFB=4,$  &.7@HQTWZ]^`abdfhjhfdb\WRLF@;50*$ #*16<BGLQV[^adgffedb`][WSOKFB=80(!  '.5<DKNPSVWXZ[]^`ba``_ZTOJFB=93,&  &-39?EINRVX[^`bdegd`\YUQMIFB?<4,#   &,3:@EJNSUVXZ[\]^]\\[XTQNHB<6.'   ")06=BFJOTX\acegifdb_\XTQLHC>70(! ")06=DINRWZ\^abbbccccc_[WSMGA;5.(" !)/4:@FMTZ]`cfffeedba`\YVRLGB<60*$ %+17?FNVX[^```__`abc`]ZWOG?71*$   (-28=CHNTWZ]`bcdfdba_[VRNID>92,& "',27<BHMQTX\]^_``_^^\YVTPLHD=6/("&.5<AFKPTX\`bdgihhgfc`]ZTNGA;4.( &-4;@DINRUX\^_`ba`^]ZWTQKE?92+$  !(.5:@EJNRW[\\]^]\\[XVTQLF@;4.(!   '.5<@EJNQTX[]^`b_\ZWTQNKFB>92*# %,3:=@DGKNRVXZ]_\ZXURNKHEB>;5.("&,37:>BFILPSVZ][ZXVSPNKHD@=82-(   $,37;?CFHJMORTVVVUURPNKHDA>82+%  "(/4:?DFHJLMNPQQRRRPNLJGD@=84/*#$*06<CIMPTXZ\_a``_^ZWTPLHD@:4/)!  "(/5:@FKNQTWXYZ[[ZZZXURPKF@;60+&  $*05:@EGIKMOPRTTUVVSPNKFB=82-(" %*.37;?CGKOSTTUVVUTTQNKHC>:5/)# #(,16:>CFJNQQPPPPPPPNLKID@;60+&   $(-159=BFKPQRTUUTTTRPOMHD?:4.'! #(,048=BHMOQSUTTSRQPONID?:2+$  #(,16:>BFJLORTTSRROLJGB>:5/)#  %+049>DINTUVXYWTRPNMLJGD@=60*#  "(/6:=@DFGHJLNOQPPONLJHFB>:61,&!  "&+.269<@DGHJLMLJHGEB@><;:83.*%  &+06;=>@BDGJLMNOPNKHFB>:61,'"  #(-27:=@CFILONNMLIFDA?=;94.(#  "',27:=@CEGIKLLMNLJHFB?<83.*%   &,/258;>BEHJMPPQRRPNKIFC@=940,%  #(.49<@CFGHHIJJKLJHGEA>:62-($  "',05:>ADHJLMOOPPPMJHEB>;840-)" #)/38<@CFJMNNOPPQRRPNMKFB>952.*#$(-26;@DHKOPPQRRQPPNMLJFB?;62.)" "(-16:>ADHKLNPQQQQQOMKID>83-("   $).26:>BFIMNNOPONNMJHEB>:73.)$   $(-159=ADHLOPPPQONLJHFCA=951,&!  &,26:>BEHJMNOPQONLJHFCA>;850+&!  #(.48<AEGHJLMNOPONLKHEB?<841+%  $+147:=?BDFILORPNMKGD@<:864.(#  &,37<@DFGHJLNPRRQPPNKHFB>;70*$ "(.37:>BEHJMOPRTRPOMID@<:853.("  ")049>BDEFHJKLNNNNNJGD@<840,'" !&,158<@BEHJJJJJJJJJFB>:62-)%"  #(-28=@BDGFDCBBBBB@?><84/+($   %*.38<?BDGIJLNNMLLIFC@<72.+($!  "&*-159=@DHKJJJIHGFEDB@?;840*$  $*.27;=?ACEFHJJIHHEB>;840-($   !%),/259=AEEEEEC@><;:9840-)$  LISTBINFOISFT5GoldWave (C) Chris S. Craig, http://www.goldwave.complayonlinux/src/000077500000000000000000000000001226051336100142265ustar00rootroot00000000000000playonlinux/src/check_direct_rendering.c000066400000000000000000000061251226051336100210420ustar00rootroot00000000000000/* * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* * Brian Paul 26 January 2000 * Adapted for PlayOnLinux usage by Quentin PÂRIS 03 march 2012 * Built with gcc -lGL (-m32 for 32bits version) */ #define GLX_GLXEXT_PROTOTYPES #include #include #include #include #include #include #include #ifndef GLX_NONE_EXT #define GLX_NONE_EXT 0x8000 #endif #ifndef GLX_TRANSPARENT_RGB #define GLX_TRANSPARENT_RGB 0x8008 #endif #ifndef GLX_RGBA_BIT #define GLX_RGBA_BIT 0x00000001 #endif #ifndef GLX_COLOR_INDEX_BIT #define GLX_COLOR_INDEX_BIT 0x00000002 #endif static void print_screen_info(Display *dpy, GLboolean limits) { int attribSingle[] = { GLX_RGBA, GLX_RED_SIZE, 1, GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, None }; int attribDouble[] = { GLX_RGBA, GLX_RED_SIZE, 1, GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, GLX_DOUBLEBUFFER, None }; GLXContext ctx = NULL; XVisualInfo *visinfo; /* * Find a basic GLX visual. We'll then create a rendering context and * query various info strings. */ visinfo = glXChooseVisual(dpy, 0, attribSingle); if (!visinfo) visinfo = glXChooseVisual(dpy, 0, attribDouble); if (visinfo) ctx = glXCreateContext( dpy, visinfo, NULL, True ); if (!visinfo) { exit(2); } if (!ctx) { fprintf(stderr, "Error: glXCreateContext failed\n"); XFree(visinfo); exit(2); } if (glXIsDirect(dpy, ctx)) { printf("64bits direct rendering is enabled\n"); exit(0); } else { printf("64bits direct rendering is not enabled\n"); exit(1); } glXDestroyContext(dpy, ctx); XFree(visinfo); } int main(int argc, char *argv[]) { char *displayName = NULL; Display *dpy; dpy = XOpenDisplay(displayName); if (!dpy) { return -1; } /* Just want to see if direct rendering is supported on the main screen */ print_screen_info(dpy, GL_FALSE); XCloseDisplay(dpy); return 0; } playonlinux/tests/000077500000000000000000000000001226051336100146015ustar00rootroot00000000000000playonlinux/tests/bash/000077500000000000000000000000001226051336100155165ustar00rootroot00000000000000playonlinux/tests/bash/test-versionlower000066400000000000000000000015311226051336100211540ustar00rootroot00000000000000#!/bin/bash [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" assert () { local v1="$1" local v2="$2" local expected=$3 echo -n "VersionLower $1 $2" VersionLower "$v1" "$v2" local result=$? if [ $result -ne $expected ]; then echo " expected $expected / found $result" fi echo "" } # Return 0 if version1 is lower than version2 # Usage: VersionLower [version1] [version2] assert "4.0.0" "5.0.0" 0 assert "4.0.0" "4.0.0" 1 assert "4.0.0" "3.0.0" 1 assert "4.0.0" "4.1.0" 0 assert "4.1.0" "4.1.0" 1 assert "4.1.0" "4.0.0" 1 assert "4.0.0" "4.0.1" 0 assert "4.0.1" "4.0.1" 1 assert "4.0.1" "4.0.0" 1 # 4.0.0-dev < 4.0.0 < 4.0.1-dev < 4.0.1 assert "4.0.0-dev" "4.0.0" 0 assert "4.0.0" "4.0.0-dev" 1 assert "4.0.0" "4.0.1-dev" 0 assert "4.0.1-dev" "4.0.0" 1 echo "All tests passed." playonlinux/tests/python/000077500000000000000000000000001226051336100161225ustar00rootroot00000000000000playonlinux/tests/python/test_versionlower.py000066400000000000000000000047411226051336100222770ustar00rootroot00000000000000#!/usr/bin/python import unittest #import lib.playonlinux as playonlinux import string def VersionLower(version1, version2): version1 = string.split(version1, "-") version2 = string.split(version2, "-") try: if(version1[1] != ""): dev1 = True except: dev1 = False try: if(version1[2] != ""): dev2 = True except: dev2 = False if(version1[0] == version2[0]): if(dev1 == True and dev2 == False): return True else: return False version1 = [ int(digit) for digit in string.split(version1[0],".") ] version2 = [ int(digit) for digit in string.split(version2[0],".") ] if(version1[0] < version2[0]): return True elif(version1[0] == version2[0]): if(version1[1] < version2[1]): return True elif(version1[1] == version2[1]): if(version1[2] < version2[2]): return True else: return False else: return False else: return False class TestVersionLower(unittest.TestCase): def test_major_greater(self): self.assertTrue(VersionLower("4.0.0", "5.0.0")) def test_major_equal(self): self.assertFalse(VersionLower("4.0.0", "4.0.0")) def test_major_lesser(self): self.assertFalse(VersionLower("4.0.0", "3.0.0")) def test_minor_greater(self): self.assertTrue(VersionLower("4.0.0", "4.1.0")) def test_minor_equal(self): self.assertFalse(VersionLower("4.1.0", "4.1.0")) def test_minor_lesser(self): self.assertFalse(VersionLower("4.1.0", "4.0.0")) def test_tag_greater(self): self.assertTrue(VersionLower("4.0.0", "4.0.1")) def test_tag_equal(self): self.assertFalse(VersionLower("4.0.1", "4.0.1")) def test_tag_lesser(self): self.assertFalse(VersionLower("4.0.1", "4.0.0")) # 4.0.0-dev < 4.0.0 < 4.0.1-dev < 4.0.1 def test_dev_released(self): self.assertTrue(VersionLower("4.0.0-dev", "4.0.0")) self.assertFalse(VersionLower("4.0.0", "4.0.0-dev")) def test_next_dev(self): self.assertTrue(VersionLower("4.0.0", "4.0.1-dev")) self.assertFalse(VersionLower("4.0.1-dev", "4.0.0")) def test_bug_genant(self): self.assertFalse(VersionLower("4.1.10-dev", "4.1.9")) def test_ca_marchait_avant(self): self.assertFalse(VersionLower("4.0.10-dev", "4.0.9")) if __name__ == '__main__': unittest.main()